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)
This commit is contained in:
HWFord
2024-09-13 10:06:52 +02:00
parent 5c92865a03
commit 74e2c33bea
-10
View File
@@ -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;