Multiple select odteď mají oranžovou barvu a obsahují checkboxy
This commit is contained in:
parent
74a26affa7
commit
c3b42e09f2
1 changed files with 16 additions and 0 deletions
|
@ -1255,3 +1255,19 @@ div.gdpr {
|
|||
label[for=id_skola] {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
|
||||
/* Select2 používaný hlavně multiple selectem. Přidání checkboxů a změna barvy. */
|
||||
.select2-results__option[aria-selected=true]:before {
|
||||
content: '☑ ';
|
||||
padding: 0 0 0 8px;
|
||||
}
|
||||
|
||||
.select2-results__option[aria-selected=false]:before {
|
||||
content: '◻ ';
|
||||
padding: 0 0 0 8px;
|
||||
}
|
||||
|
||||
.select2-results__option--highlighted {
|
||||
background-color: #e84e10 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue