Fixes #1400 ViewSelector in DarkMode done

ViewSelector for Plugin Manager, User Manager and Album manager.
This commit is contained in:
Matthieu Leproux
2021-05-06 14:38:43 +02:00
parent 0996526e4b
commit 88622c0d91
5 changed files with 52 additions and 35 deletions
+19 -1
View File
@@ -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;
}