mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-06 16:53:34 +02:00
fixes #1497 foxed selecters in filters of user manager
This commit is contained in:
@@ -733,7 +733,11 @@ input:focus + .slider {
|
||||
background-color:#003751;
|
||||
color: #379bbc;
|
||||
}
|
||||
.advanced-filter-select {border: solid 1px #747474;}
|
||||
.advanced-filter-select {border: 1px solid transparent;}
|
||||
|
||||
.advanced-filter-select-container::before {
|
||||
color: #4c4c4c;
|
||||
}
|
||||
/*------*/
|
||||
|
||||
.userSeparator {
|
||||
@@ -1370,6 +1374,10 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
color:#777;
|
||||
}
|
||||
|
||||
.advanced-filter-select-container {
|
||||
background: #252525;
|
||||
}
|
||||
|
||||
.user-action-select {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user