mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-11 11:13:02 +02:00
fixes #1487 changes hover colors in light and dark mode for album actions
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user