Skip to content

Commit

Permalink
fixes #1519 View manager is the same everywere
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuLP committed Oct 13, 2021
1 parent aa6c725 commit 71b122a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions admin/themes/roma/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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{
Expand Down

0 comments on commit 71b122a

Please sign in to comment.