mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-08 09:43:01 +02:00
fixes #1496 gear btn changed to have better contrast
This commit is contained in:
@@ -421,8 +421,6 @@ jQuery(".pluginMiniBox").each(function(index){
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
|
||||
color: #777;
|
||||
}
|
||||
|
||||
.pluginActionsSmallIcons a:hover, .PluginOptionsIcons a:hover {
|
||||
@@ -444,7 +442,6 @@ jQuery(".pluginMiniBox").each(function(index){
|
||||
justify-content: center;
|
||||
|
||||
padding: 5px 2px;
|
||||
background: #ffc17e;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@@ -454,7 +451,6 @@ jQuery(".pluginMiniBox").each(function(index){
|
||||
justify-content: center;
|
||||
|
||||
padding: 5px 2px;
|
||||
background: #ff7700;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
|
||||
@@ -2166,6 +2166,15 @@ h2:lang(en) { text-transform:capitalize; }
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
.pluginMiniBox.active .pluginActionsSmallIcons a span {
|
||||
background: #ffc17e;
|
||||
color: #3c3c3c;
|
||||
}
|
||||
|
||||
.pluginMiniBox.active .pluginActionsSmallIcons a span:hover {
|
||||
background: #ff7700;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
.PluginOptionsBlock{
|
||||
display:none;
|
||||
|
||||
@@ -1222,6 +1222,17 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
color: #777777;
|
||||
}
|
||||
|
||||
.pluginMiniBox.active .pluginActionsSmallIcons a span {
|
||||
background: #ffa500;
|
||||
color: #3c3c3c;
|
||||
}
|
||||
|
||||
.pluginMiniBox.active .pluginActionsSmallIcons a span:hover {
|
||||
background: #ff7700;
|
||||
color: #111;
|
||||
}
|
||||
|
||||
|
||||
.addAlbum label{
|
||||
color:#aaa;
|
||||
margin:-5px 0;
|
||||
|
||||
Reference in New Issue
Block a user