mirror of
https://github.com/open-webui/open-webui.git
synced 2025-12-13 04:45:19 +00:00
add placeholder dark mode
This commit is contained in:
parent
90bcf45b7b
commit
8eacd26573
1 changed files with 6 additions and 0 deletions
|
|
@ -322,6 +322,12 @@ input[type='number'] {
|
|||
@apply line-clamp-1 absolute;
|
||||
}
|
||||
|
||||
@media (prefers-color-scheme: dark) {
|
||||
.ProseMirror p.is-editor-empty:first-child::before {
|
||||
color: #757575;
|
||||
}
|
||||
}
|
||||
|
||||
.ai-autocompletion::after {
|
||||
color: #a0a0a0;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue