Skip to content

Commit

Permalink
FIX: Highlight Incompatible Version Numbers
Browse files Browse the repository at this point in the history
- use darker green
  • Loading branch information
aljawaid committed May 15, 2023
1 parent 2f5db22 commit e653da8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Assets/css/plugin-manager.css
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
.pp-grey { color: var(--pp-grey); fill: var(--pp-grey); }
.pp-white { color: var(--pp-white); fill: var(--pp-white); }
.pp-green { color: var(--pp-green); fill: var(--pp-green); }
.pp-green-dark { color: var(--pp-green-dark); fill: var(--pp-green-dark); }
.pp-orange { color: var(--pp-orange); fill: var(--pp-orange); }

.btn-uninstall, #PluginSideBar ul li a {
Expand Down
2 changes: 1 addition & 1 deletion Template/plugin/show.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function sortPlugins(&$arr)
</div>
<div class="pm-page-margin relative">
<p class="">
<?= t('Plugins listed as incompatible are based on the application version limit set by the plugin developer. You are using') ?> <strong class="pp-green">v<?= APP_VERSION ?></strong>.
<?= t('Plugins listed as incompatible are based on the application version limit set by the plugin developer. You are using') ?> <strong class="pp-green-dark">v<?= APP_VERSION ?></strong>.
</p>
<table id="InstalledIncompatiblePluginsTable" class="installed-incompatible-plugins">
<thead>
Expand Down

0 comments on commit e653da8

Please sign in to comment.