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
+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;