From 71b122aacc4e5afcc31fd25063b1fe52b1240a3d Mon Sep 17 00:00:00 2001 From: Matthieu Leproux Date: Wed, 13 Oct 2021 17:09:49 +0200 Subject: [PATCH] fixes #1519 View manager is the same everywere --- admin/themes/roma/theme.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/admin/themes/roma/theme.css b/admin/themes/roma/theme.css index 349dcd9b7..c30ab9dc4 100644 --- a/admin/themes/roma/theme.css +++ b/admin/themes/roma/theme.css @@ -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{