Merge pull request #2875 from benlumley/new_select2_fix
Flasher - fix for select2 height mismatch + padding10.8-maintenance
commit
73f3fbb1d1
|
@ -2,11 +2,11 @@
|
||||||
.select2 {
|
.select2 {
|
||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
font-size: 13.3333px;
|
font-size: 13.3333px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-selection__rendered {
|
.select2-selection__rendered {
|
||||||
line-height: 18.5px !important;
|
line-height: 18px !important;
|
||||||
padding-left: 4px !important;
|
padding-left: 4px !important;
|
||||||
color: var(--defaultText) !important;
|
color: var(--defaultText) !important;
|
||||||
border-radius: 2px !important;
|
border-radius: 2px !important;
|
||||||
|
@ -15,12 +15,13 @@
|
||||||
.select2-container .select2-selection--single {
|
.select2-container .select2-selection--single {
|
||||||
height: 20px !important;
|
height: 20px !important;
|
||||||
border-radius: 3px !important;
|
border-radius: 3px !important;
|
||||||
border: 0.5px solid var(--subtleAccent) !important;
|
border: 1px solid var(--subtleAccent) !important;
|
||||||
cursor: default !important;
|
cursor: default !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.select2-selection__arrow {
|
.select2-selection__arrow {
|
||||||
height: 19px !important;
|
height: 19px !important;
|
||||||
|
top: 0 !important;
|
||||||
}
|
}
|
||||||
.select2-selection__arrow b {
|
.select2-selection__arrow b {
|
||||||
height: 5px !important;
|
height: 5px !important;
|
||||||
|
|
|
@ -125,6 +125,7 @@
|
||||||
|
|
||||||
.tab-firmware_flasher .cf_table td:last-child {
|
.tab-firmware_flasher .cf_table td:last-child {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
padding-left: 8px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tab-firmware_flasher .options .flash_on_connect_wrapper {
|
.tab-firmware_flasher .options .flash_on_connect_wrapper {
|
||||||
|
@ -227,4 +228,4 @@
|
||||||
#dialogUnstableFirmwareAcknoledgement .content ul {
|
#dialogUnstableFirmwareAcknoledgement .content ul {
|
||||||
margin-top: 5px;
|
margin-top: 5px;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue