diff --git a/Assets/css/plugin-manager.css b/Assets/css/plugin-manager.css index 43fdcf8..2bb1167 100644 --- a/Assets/css/plugin-manager.css +++ b/Assets/css/plugin-manager.css @@ -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 { diff --git a/Template/plugin/show.php b/Template/plugin/show.php index e93e663..7e40092 100644 --- a/Template/plugin/show.php +++ b/Template/plugin/show.php @@ -24,7 +24,7 @@ function sortPlugins(&$arr)
- = t('Plugins listed as incompatible are based on the application version limit set by the plugin developer. You are using') ?> v= APP_VERSION ?>. + = t('Plugins listed as incompatible are based on the application version limit set by the plugin developer. You are using') ?> v= APP_VERSION ?>.