mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 04:15:25 +00:00
Merge pull request #18636 from rgaricano/dev-FIXSTYLES_dark_mode_select_boxes
UPD: Refactor dark select styles using Tailwind CSS classes
This commit is contained in:
commit
c9465da8f2
1 changed files with 8 additions and 0 deletions
|
|
@ -152,6 +152,14 @@ select {
|
|||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.dark select:not([class*="bg-transparent"]) {
|
||||
@apply bg-gray-900 text-gray-300;
|
||||
}
|
||||
|
||||
.dark select option {
|
||||
@apply bg-gray-850 text-white;
|
||||
}
|
||||
|
||||
@keyframes shimmer {
|
||||
0% {
|
||||
background-position: 200% 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue