mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
fixes #1486 user manager advanced filter dark mode
This commit is contained in:
@@ -1335,6 +1335,7 @@ $(".icon-help-circled").tipTip({
|
||||
.dates-infos {
|
||||
color: #ff7700;
|
||||
font-weight: bold;
|
||||
margin-left: 5px;
|
||||
}
|
||||
|
||||
|
||||
@@ -1933,18 +1934,16 @@ Advanced filter
|
||||
.advanced-filter-level,
|
||||
.advanced-filter-group {
|
||||
margin-right: 30px;
|
||||
|
||||
min-width: 130px;
|
||||
}
|
||||
|
||||
.advanced-filter-status,
|
||||
.advanced-filter-level {
|
||||
min-width: 130px;
|
||||
max-width: 160px;
|
||||
width: 16%;
|
||||
}
|
||||
|
||||
.advanced-filter-group {
|
||||
min-width: 200px;
|
||||
max-width: 160px;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
@@ -1976,11 +1975,11 @@ Advanced filter
|
||||
text-align:left;
|
||||
display:block;
|
||||
margin-bottom:5px;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.advanced-filter-select {
|
||||
display:block;
|
||||
border: solid 1px #D4D4D4;
|
||||
}
|
||||
|
||||
.advanced-filter-close {
|
||||
|
||||
@@ -4838,6 +4838,7 @@ li.plupload_delete a:hover {background: url("images/cancelhover.svg")!important;
|
||||
.user-action-select-container::before {top: 5px; right:10px}
|
||||
.user-property-select-container::before {margin-top: 10px; margin-left:270px;}
|
||||
.advanced-filter-select-container::before {top: 5px; right:10px}
|
||||
.advanced-filter-select {border: solid 1px #d4d4d4;}
|
||||
#filter_prefilter::before {margin-left: 257px; margin-top: 35px;}
|
||||
#filter_category .selectize-control.single .selectize-input::after {content: none;}
|
||||
#filter_category {width: 600px;}
|
||||
|
||||
@@ -729,7 +729,7 @@ input:focus + .slider {
|
||||
background-color:#003751;
|
||||
color: #379bbc;
|
||||
}
|
||||
|
||||
.advanced-filter-select {border: solid 1px #747474;}
|
||||
/*------*/
|
||||
|
||||
.userSeparator {
|
||||
|
||||
Reference in New Issue
Block a user