From 74e2c33bea351c5eb867283676be8dad8b70027c Mon Sep 17 00:00:00 2001 From: HWFord <54360213+HWFord@users.noreply.github.com> Date: Fri, 13 Sep 2024 10:06:52 +0200 Subject: [PATCH] fixes #2224 Remove css on hover inactive plugin The problem was caused by the class 'inactive' staying on plugins once they are activated, so the background was transparent and the font white (from another css rule) --- admin/themes/default/theme.css | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index eca8c745b..9e41c1909 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -2836,16 +2836,6 @@ h2:lang(en) { text-transform:capitalize; } background: #999999; } -.pluginContainer.line-form .pluginBox:hover .pluginContent .pluginActions a{ - /* color: #ffffff; */ - opacity: 1; -} - -.pluginContainer.line-form .pluginBox.inactive:hover .pluginContent .pluginActions a{ - background: transparent; - opacity: 0.7; -} - .pluginMiniBox.plugin-active .pluginActionsSmallIcons a span { background: #ffc17e !important; color: #3c3c3c !important;