| 100 | border: 1px solid var(--SmartThemeBorderColor); | 100 | border: 1px solid var(--SmartThemeBorderColor); |
| 101 | } | 101 | } |
| 102 | | 102 | |
| | 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; |