diff --git a/admin/themes/default/template/plugins_installed.tpl b/admin/themes/default/template/plugins_installed.tpl index c47647c0b..356624b07 100644 --- a/admin/themes/default/template/plugins_installed.tpl +++ b/admin/themes/default/template/plugins_installed.tpl @@ -482,8 +482,11 @@ jQuery(".pluginMiniBox").each(function(index){ .unavailablePlugin:hover { cursor: default; - color: #7f7f7f !important; - opacity: 0.5; + color: #3a3a3a !important; +} + +.pluginUnavailableAction { + text-decoration: none !important; } .pluginDescCompact { diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 6986931f3..8a6631a4d 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -1226,6 +1226,15 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important; color: #777777; } +.pluginContainer.line .pluginMiniBox:hover .pluginUnavailableAction { + opacity: 0.5 !important; +} + +.pluginContainer.line .pluginMiniBox.plugin-inactive:hover .pluginUnavailableAction { + color: #3c3c3c !important; + background: #dddddddd !important; +} + .pluginMiniBox.active .pluginActionsSmallIcons a span { background: #ffa500; color: #3c3c3c;