fixes #1496 gear btn changed to have better contrast

This commit is contained in:
Matthieu Leproux
2021-10-04 10:04:11 +02:00
parent de8f94d4eb
commit 35502571ee
3 changed files with 20 additions and 4 deletions
@@ -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;
}
+9
View File
@@ -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;
+11
View File
@@ -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;