(cp 88622c0) Fixes #1400 ViewSelector in DarkMode done

ViewSelector for Plugin Manager, User Manager and Album manager.

Note : did not change admin/themes/default/template/user_list.tpl, not relevant on 11.x
This commit is contained in:
plegall
2021-05-13 13:38:49 +02:00
parent aa9acb388f
commit fecac60e69
4 changed files with 52 additions and 25 deletions
+19 -1
View File
@@ -4887,4 +4887,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;
}