Merge pull request #2875 from benlumley/new_select2_fix

Flasher - fix for select2 height mismatch + padding
10.8-maintenance
Asizon 2022-03-30 07:58:01 +02:00 committed by GitHub
commit 73f3fbb1d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 4 deletions

View File

@ -6,7 +6,7 @@
}
.select2-selection__rendered {
line-height: 18.5px !important;
line-height: 18px !important;
padding-left: 4px !important;
color: var(--defaultText) !important;
border-radius: 2px !important;
@ -15,12 +15,13 @@
.select2-container .select2-selection--single {
height: 20px !important;
border-radius: 3px !important;
border: 0.5px solid var(--subtleAccent) !important;
border: 1px solid var(--subtleAccent) !important;
cursor: default !important;
}
.select2-selection__arrow {
height: 19px !important;
top: 0 !important;
}
.select2-selection__arrow b {
height: 5px !important;

View File

@ -125,6 +125,7 @@
.tab-firmware_flasher .cf_table td:last-child {
text-align: left;
padding-left: 8px;
}
.tab-firmware_flasher .options .flash_on_connect_wrapper {