select2: Add disabled option styling

71e1fc91f1f648a68043467f05031f2f13a94e4c

Cohee <18619528+Cohee1207@users.noreply.github.com>

1 files changed, +7 -0Showing whitespace changes
public/css/select2-overrides.css+7 -0
@@ -100,6 +100,13 @@
100 border: 1px solid var(--SmartThemeBorderColor);100 border: 1px solid var(--SmartThemeBorderColor);
101}101}
102102
103.select2-container .select2-results .select2-results__option--disabled {
104 color: inherit;
105 background-color: inherit;
106 cursor: not-allowed;
107 filter: brightness(0.5);
108}
109
103.select2-container .select2-selection--multiple .select2-selection__choice,110.select2-container .select2-selection--multiple .select2-selection__choice,
104.select2-container .select2-selection--single .select2-selection__choice {111.select2-container .select2-selection--single .select2-selection__choice {
105 border-radius: 5px;112 border-radius: 5px;