mirror of
https://github.com/tuna/mirror-web.git
synced 2025-12-25 20:32:46 +00:00
help: fix dark mode select
This commit is contained in:
parent
3b0d85c04f
commit
d306488f37
|
|
@ -553,3 +553,9 @@ svg.icon {
|
|||
height: 1.1em;
|
||||
}
|
||||
}
|
||||
|
||||
.content-select {
|
||||
/* override color of form-control from bootstrap */
|
||||
color: inherit;
|
||||
background-color: transparent;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue