mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-11 17:47:44 -05: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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user