mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-06 01:42:29 +02:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user