mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Refactor dark mode select styles-more specific
Refactor dark mode select styles to be more specific and avoid interference with already classed select elements.
This commit is contained in:
parent
235ed8956c
commit
2f6a050325
1 changed files with 5 additions and 5 deletions
|
|
@ -152,7 +152,7 @@ select {
|
|||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.dark select {
|
||||
.dark select:not([class*="bg-transparent"]) {
|
||||
@apply bg-gray-900 text-gray-300;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue