diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index 108d2ef3b..acd9c828c 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -706,7 +706,6 @@ jQuery(".pluginMiniBox").each(function(index){ text-align: center; padding: 0px 7px; margin-left: 10px; - font-weight: bold; } .pluginMiniBox.incompatible .pluginMiniBoxNameCell i { diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 8c2a2ae70..12355a96e 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -2119,6 +2119,11 @@ h2:lang(en) { text-transform:capitalize; } color: #898989; background: #f3f3f3; box-shadow: 0px 2px #00000024; + font-weight: 600; +} + +.pluginTypeFilter label .filter-badge { + font-weight: normal; } .pluginTypeFilter input:checked + label{ @@ -2129,7 +2134,7 @@ h2:lang(en) { text-transform:capitalize; } .pluginTypeFilter input:checked + label .filter-badge { background-color: #d18800; - color: white; + color: #ffe5b6; } .pluginTypeFilter input + label .filter-badge { @@ -4726,6 +4731,8 @@ fieldset#environment legend i[class*="icon-"] { box-shadow: 0px 2px #00000024; border-radius: 5px; font-weight: bold; + color: #777 !important; + display: block; } .orCreateAlbum:hover { text-decoration: none;