fixes #1497 foxed selecters in filters of user manager

This commit is contained in:
Matthieu Leproux
2021-10-04 11:09:15 +02:00
parent 35502571ee
commit 544f40972a
+9 -1
View File
@@ -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;
}