mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-06-02 04:15:05 +02:00
related to #1504 better plugin lines in dark mode
This commit is contained in:
@@ -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 {
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user