Borders fixing

10.8-maintenance
Asizon 2020-09-08 12:38:58 +02:00
parent bec37a04d6
commit 13d97932ab
2 changed files with 9 additions and 4 deletions

View File

@ -839,10 +839,9 @@ progress[value]::-webkit-progress-bar {
.select2-search--dropdown .select2-search__field {
border: 1px solid var(--subtleAccent) !important;
background-color: #3a3a3a !important;
color: white;
color: white !important;
}
.select2-results>.select2-results__options {
background-color: #3a3a3a !important;
color: white !important;
}

View File

@ -9,6 +9,7 @@
line-height: 19px !important;
padding-left: 4px !important;
color: var(--defaultText) !important;
border-radius: 2px !important;
}
.select2-container .select2-selection--single {
@ -21,7 +22,7 @@
.select2-selection__arrow {
height: 19px !important;
}
.select2-selection__arrow b {
.select2-selection__arrow b {
height: 5px !important;
width: 5px !important;
margin-left: -2px !important;
@ -30,4 +31,9 @@
border-bottom: 1.5px solid black !important;
border-right: 1.5px solid black !important;
transform: rotateZ(45deg);
}
}
.select2-dropdown {
border: 0.5px solid var(--subtleAccent) !important;
border-top: none !important;
border-radius: 2px !important;
}