fixes #1487 changes hover colors in light and dark mode for album actions

This commit is contained in:
Matthieu Leproux
2021-09-28 12:22:20 +02:00
parent 69e00b5a4f
commit 9b3d208704
2 changed files with 11 additions and 0 deletions
+4
View File
@@ -220,6 +220,10 @@ TABLE.languages TR TD { padding: 7px 20px; }
display: flex;
}
.albumActions a:hover span {
color: #ff7700 !important;
}
.albumActions a, .albumActions span {
margin: 5px;
font-size: 14px;
+7
View File
@@ -830,6 +830,13 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
.addFilesButtonChanged:hover {background-color: #777;}
.categoryBox, .addAlbum {background-color: #333 !important; box-shadow: -1px 1px 2px #1a1a1a;}
.albumActions a:hover span {
color: #fff !important;
}
.albumActions a {
text-decoration: none;
}
.albumIconLineHover {
background: #f98100 ! important;
color: #ffd7ad !important;