mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-12 20:35:19 +00:00
fix: tailwind v4 ios 16.4 compatibility issue
This commit is contained in:
parent
737b1723c7
commit
7a63947b94
1 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,11 @@
|
|||
button {
|
||||
@apply cursor-pointer;
|
||||
}
|
||||
|
||||
input::placeholder,
|
||||
textarea::placeholder {
|
||||
color: theme(--color-gray-400);
|
||||
}
|
||||
}
|
||||
|
||||
@custom-variant hover (&:hover);
|
||||
|
|
|
|||
Loading…
Reference in a new issue