mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Make select2-placeholder italic (#3664)
This commit is contained in:
committed by
GitHub
parent
7f6365cc81
commit
df1433786a
@@ -409,7 +409,9 @@ label .optional {
|
|||||||
.select2-hidden-accessible {
|
.select2-hidden-accessible {
|
||||||
top: 50px;
|
top: 50px;
|
||||||
}
|
}
|
||||||
|
.select2-selection__placeholder {
|
||||||
|
font-style: italic;
|
||||||
|
}
|
||||||
.large-select2-field-container .select2-container--bootstrap .select2-selection--multiple {
|
.large-select2-field-container .select2-container--bootstrap .select2-selection--multiple {
|
||||||
height: 150px;
|
height: 150px;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
|
|||||||
Reference in New Issue
Block a user