Fixed Select2 Darkmode

10.8-maintenance
Asizon 2020-09-06 17:16:19 +02:00
parent 8032b1f4ee
commit 103ea53aad
4 changed files with 32 additions and 5 deletions

View File

@ -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;
}

View File

@ -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;

View File

@ -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;

View File

@ -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>