mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Change custom conditions negative operators to "and"
This commit is contained in:
parent
5d2219f2f8
commit
3ca1bd5d78
3 changed files with 20 additions and 2 deletions
|
@ -108,6 +108,9 @@ select.form-control {
|
|||
text-transform: uppercase;
|
||||
font-size: 10px;
|
||||
}
|
||||
.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values.negative-operator .value-wrapper:not(:first-child):before {
|
||||
content: "and" !important;
|
||||
}
|
||||
.react-selectize.root-node .react-selectize-control .react-selectize-search-field-and-selected-values .resizable-input {
|
||||
padding-top: 3px !important;
|
||||
padding-bottom: 3px !important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue