mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
select2: Add disabled option styling
This commit is contained in:
@ -100,6 +100,13 @@
|
|||||||
border: 1px solid var(--SmartThemeBorderColor);
|
border: 1px solid var(--SmartThemeBorderColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.select2-container .select2-results .select2-results__option--disabled {
|
||||||
|
color: inherit;
|
||||||
|
background-color: inherit;
|
||||||
|
cursor: not-allowed;
|
||||||
|
filter: brightness(0.5);
|
||||||
|
}
|
||||||
|
|
||||||
.select2-container .select2-selection--multiple .select2-selection__choice,
|
.select2-container .select2-selection--multiple .select2-selection__choice,
|
||||||
.select2-container .select2-selection--single .select2-selection__choice {
|
.select2-container .select2-selection--single .select2-selection__choice {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
|
Reference in New Issue
Block a user