mirror of
https://github.com/open-webui/open-webui
synced 2025-06-26 18:26:48 +00:00
placeholder contrast changed
This commit is contained in:
parent
b052b5cced
commit
90bcf45b7b
@ -314,7 +314,9 @@ input[type='number'] {
|
||||
.ProseMirror p.is-editor-empty:first-child::before {
|
||||
content: attr(data-placeholder);
|
||||
float: left;
|
||||
color: #adb5bd;
|
||||
/* Below color is from tailwind, and has the proper contrast
|
||||
text-gray-600 from: https://tailwindcss.com/docs/color */
|
||||
color: #676767;
|
||||
pointer-events: none;
|
||||
|
||||
@apply line-clamp-1 absolute;
|
||||
|
Loading…
Reference in New Issue
Block a user