mirror of
https://git.mirrors.martin98.com/https://github.com/open-webui/open-webui
synced 2025-08-17 04:45:55 +08:00
fix: tailwind v4 ios 16.4 compatibility issue
This commit is contained in:
parent
737b1723c7
commit
7a63947b94
@ -35,6 +35,11 @@
|
|||||||
button {
|
button {
|
||||||
@apply cursor-pointer;
|
@apply cursor-pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
input::placeholder,
|
||||||
|
textarea::placeholder {
|
||||||
|
color: theme(--color-gray-400);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@custom-variant hover (&:hover);
|
@custom-variant hover (&:hover);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user