mirror of
https://github.com/freqtrade/frequi.git
synced 2024-11-11 02:33:51 +00:00
Improve wanky v-select styles
This commit is contained in:
parent
935a9df9ae
commit
1cee75746c
|
@ -13,7 +13,7 @@
|
|||
}
|
||||
|
||||
.v-select * {
|
||||
font-size: 0.8rem;
|
||||
font-size: 0.8rem !important;
|
||||
}
|
||||
|
||||
.modal.show {
|
||||
|
@ -33,6 +33,10 @@
|
|||
padding: 0px;
|
||||
}
|
||||
|
||||
.vs__open-indicator {
|
||||
transform: none !important;
|
||||
}
|
||||
|
||||
[data-theme="dark"] {
|
||||
$bg-dark: rgb(18, 18, 18);
|
||||
|
||||
|
@ -137,8 +141,9 @@
|
|||
}
|
||||
|
||||
// Styles for searchable select
|
||||
.vs__dropdown-toggle {
|
||||
.vs__dropdown-toggle, .vs__clear {
|
||||
border-color: lighten($bg-dark, 20%);
|
||||
color: $fg-color;
|
||||
// border: 1px solid $fg-color;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user