Fixed Select2 Darkmode
parent
8032b1f4ee
commit
103ea53aad
|
@ -342,7 +342,6 @@ button {
|
|||
border-bottom: solid 1px #4f4f4f;
|
||||
}
|
||||
|
||||
|
||||
/* GPS TAB */
|
||||
|
||||
.tab-gps .GPS_info .head, .tab-gps .GPS_signal_strength .head {
|
||||
|
@ -821,3 +820,29 @@ progress[value]::-webkit-progress-bar {
|
|||
.tab-transponder .gui_box span {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* SELECT2 */
|
||||
|
||||
.select2-container .select2-selection--single .select2-selection__rendered {
|
||||
background-color: #3a3a3a !important;
|
||||
}
|
||||
|
||||
.select2-selection__arrow b {
|
||||
border-bottom: 1.5px solid white !important;
|
||||
border-right: 1.5px solid white !important;
|
||||
}
|
||||
|
||||
.select2-search--dropdown {
|
||||
background-color: #3a3a3a !important;
|
||||
}
|
||||
|
||||
.select2-search--dropdown .select2-search__field {
|
||||
border: 1px solid #ffffff !important;
|
||||
background-color: #3a3a3a !important;
|
||||
color: white;
|
||||
}
|
||||
|
||||
.select2-results>.select2-results__options {
|
||||
background-color: #3a3a3a !important;
|
||||
color: white !important;
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
.select2-container .select2-selection--single {
|
||||
height: 20px !important;
|
||||
border-radius: 3px !important;
|
||||
border: 1px solid #bfbfbf !important;
|
||||
border: 0.5px solid var(--subtleAccent) !important;
|
||||
cursor: default !important;
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,7 @@
|
|||
.select2-selection__arrow b {
|
||||
height: 5px !important;
|
||||
width: 5px !important;
|
||||
margin-left: -1px !important;
|
||||
margin-left: -2px !important;
|
||||
margin-top: -5px !important;
|
||||
border: none !important;
|
||||
border-bottom: 1.5px solid black !important;
|
||||
|
|
|
@ -272,7 +272,9 @@
|
|||
.tab-onboard_logging .blackboxDevice span {
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
.tab-onboard_logging .blackboxDebugModeText {
|
||||
margin-left: 7px !important;
|
||||
}
|
||||
.tab-onboard_logging .sdcard {
|
||||
padding:10px;
|
||||
float:left;
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
<div class="line blackboxDebugMode">
|
||||
<select name="blackboxDebugMode">
|
||||
</select>
|
||||
<span i18n="onboardLoggingDebugMode"></span>
|
||||
<span class="blackboxDebugModeText" i18n="onboardLoggingDebugMode"></span>
|
||||
</div>
|
||||
<div class="line">
|
||||
<a href="#" class="save-settings regular-button" i18n="blackboxButtonSave"></a>
|
||||
|
|
Loading…
Reference in New Issue