Merge pull request #2875 from benlumley/new_select2_fix
Flasher - fix for select2 height mismatch + padding10.8-maintenance
commit
73f3fbb1d1
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue