mirror of
https://github.com/open-webui/open-webui.git
synced 2026-09-06 08:18:53 +00:00
refac
This commit is contained in:
parent
26f37426b7
commit
58a3fadbf3
1 changed files with 5 additions and 0 deletions
|
|
@ -173,6 +173,7 @@ li p {
|
|||
}
|
||||
|
||||
select {
|
||||
color-scheme: light;
|
||||
background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236B7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");
|
||||
background-position: right 0rem center;
|
||||
background-repeat: no-repeat;
|
||||
|
|
@ -186,6 +187,10 @@ select {
|
|||
-webkit-appearance: none;
|
||||
}
|
||||
|
||||
.dark select {
|
||||
color-scheme: dark;
|
||||
}
|
||||
|
||||
.dark select:not([class*='bg-transparent']) {
|
||||
@apply bg-gray-900 text-gray-300;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue