mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
Fixes #1400 ViewSelector in DarkMode done
ViewSelector for Plugin Manager, User Manager and Album manager.
This commit is contained in:
@@ -4903,4 +4903,22 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.doubleSelect p {display:flex; justify-content: center;}
|
||||
.doubleSelect p {display:flex; justify-content: center;}
|
||||
|
||||
/* View selectors css (colors)*/
|
||||
|
||||
.AlbumViewSelector, .UserViewSelector {
|
||||
background: #fafafa !important;
|
||||
}
|
||||
|
||||
.AlbumViewSelector input:checked + label,
|
||||
.UserViewSelector input:checked + label{
|
||||
background: transparent;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.AlbumViewSelector input:checked + label span,
|
||||
.UserViewSelector input:checked + label span{
|
||||
background: orange;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user