fixes #1519 View manager is the same everywere

This commit is contained in:
Matthieu Leproux
2021-10-13 17:09:49 +02:00
parent aa6c725098
commit 71b122aacc
+5 -2
View File
@@ -1310,6 +1310,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
background:#555 !important;
}
.AlbumViewSelector label span{
background: #555;
}
.AlbumViewSelector input:checked + label,
.UserViewSelector input:checked + label{
background: transparent;
@@ -1611,9 +1615,8 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
color: #dddddd;
}
.selectedAlbum span {
.selectedAlbum .selectedAlbum-first {
background-color: #333333;
color: #777 !important;
}
.selectedAlbum span a{