mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-12 11:43:01 +02:00
related to #1415 Adjustments for new plugin manager
Removed "!" from alerts better hover on lines
This commit is contained in:
@@ -2128,6 +2128,12 @@ h2:lang(en) { text-transform:capitalize; }
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.pluginContainer.line .pluginMiniBox.inactive:hover .pluginContent .pluginActions a{
|
||||
background: transparent;
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
|
||||
.PluginOptionsBlock{
|
||||
display:none;
|
||||
position:absolute;
|
||||
@@ -5206,7 +5212,6 @@ color:#FF7B00;
|
||||
|
||||
.line {
|
||||
background: #fafafa;
|
||||
box-shadow: 0px 2px 4px #00000024;
|
||||
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
|
||||
Reference in New Issue
Block a user