mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-05-18 07:16:11 +02:00
fixing site map color and album hover in line display + dark mode
This commit is contained in:
@@ -165,12 +165,6 @@ jQuery(document).ready(function(){
|
||||
border-radius: 30px;
|
||||
}
|
||||
|
||||
.albumIconLineHover {
|
||||
background: #f98100! important;
|
||||
color: #ffd7ad;
|
||||
transition: 0.5s ease;
|
||||
}
|
||||
|
||||
.albumInfos {
|
||||
color: #a9a9a9;
|
||||
|
||||
|
||||
@@ -167,6 +167,12 @@ TABLE.languages TR TD { padding: 7px 20px; }
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.albumIconLineHover {
|
||||
background: #f98100! important;
|
||||
color: #ffd7ad;
|
||||
transition: 0.5s ease;
|
||||
}
|
||||
|
||||
.albumIcon {
|
||||
height: 80px;
|
||||
display: flex;
|
||||
|
||||
@@ -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;}
|
||||
|
||||
.albumIconLineHover {
|
||||
background: #f98100 ! important;
|
||||
color: #ffd7ad !important;
|
||||
transition: 0.5s ease;
|
||||
border-color: #f98100 !important;
|
||||
}
|
||||
|
||||
#checkActions a, .deleteDerivButtons a {background-color: #393939;}
|
||||
#addFilter, #filterList select, .pictureLevels select, #permitAction select {background-color: #444444; color: #BFBFBF}
|
||||
#filter_category .selectize-input.items.full.has-options.has-items, #filter_tags .selectize-input.items.not-full.has-options,
|
||||
@@ -1492,7 +1499,12 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
}
|
||||
|
||||
.selectedAlbum span {
|
||||
background-color: #333333
|
||||
background-color: #333333;
|
||||
color: #777 !important;
|
||||
}
|
||||
|
||||
.selectedAlbum span a{
|
||||
color: #777 !important;
|
||||
}
|
||||
|
||||
.AddUserPopInContainer {
|
||||
|
||||
Reference in New Issue
Block a user