mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2025-03-14 12:10:18 +03:00
fix: select label color is white (regardless of the selected theme) (#812)
This commit is contained in:
parent
5056133c25
commit
ef333b2366
1 changed files with 6 additions and 2 deletions
|
@ -201,12 +201,16 @@ export default {
|
|||
color: #64ceaa !important;
|
||||
}
|
||||
.v-select__slot > label {
|
||||
color: white !important;
|
||||
&.theme--dark {
|
||||
color: white !important;
|
||||
}
|
||||
&.theme--light {
|
||||
color: black !important;
|
||||
}
|
||||
}
|
||||
#app .v-select .v-text-field__details {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#app .v-select .v-select__selection {
|
||||
padding: 16px 0;
|
||||
margin: 0;
|
||||
|
|
Loading…
Add table
Reference in a new issue