mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user