diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index acd9c828c..a828e07ee 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -421,8 +421,6 @@ jQuery(".pluginMiniBox").each(function(index){ display: flex; justify-content: center; align-items: center; - - color: #777; } .pluginActionsSmallIcons a:hover, .PluginOptionsIcons a:hover { @@ -444,7 +442,6 @@ jQuery(".pluginMiniBox").each(function(index){ justify-content: center; padding: 5px 2px; - background: #ffc17e; border-radius: 5px; } @@ -454,7 +451,6 @@ jQuery(".pluginMiniBox").each(function(index){ justify-content: center; padding: 5px 2px; - background: #ff7700; border-radius: 5px; } diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 11c97f69b..94160f98a 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -2166,6 +2166,15 @@ h2:lang(en) { text-transform:capitalize; } opacity: 0.7; } +.pluginMiniBox.active .pluginActionsSmallIcons a span { + background: #ffc17e; + color: #3c3c3c; +} + +.pluginMiniBox.active .pluginActionsSmallIcons a span:hover { + background: #ff7700; + color: #111; +} .PluginOptionsBlock{ display:none; diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index cb24f0180..961c70e1d 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1222,6 +1222,17 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; color: #777777; } +.pluginMiniBox.active .pluginActionsSmallIcons a span { + background: #ffa500; + color: #3c3c3c; +} + +.pluginMiniBox.active .pluginActionsSmallIcons a span:hover { + background: #ff7700; + color: #111; +} + + .addAlbum label{ color:#aaa; margin:-5px 0;