Upgrade odevzdavatka #30
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