CSS tweaks

This commit is contained in:
Oliver 2021-07-02 19:44:37 +10:00
parent 746a0210fe
commit 3756bd6668

View File

@ -982,6 +982,10 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
width: 100%;
}
.select2-container .select2-selection--single {
height: 30px;
}
.select2-thumbnail {
max-width: 24px;
max-height: 24px;
@ -991,4 +995,13 @@ input[type="date"].form-control, input[type="time"].form-control, input[type="da
.select2-selection {
overflow-y: clip;
}
}
.form-clear {
padding: 6px 6px;
}
.form-control {
height: 30px;
}