Merge pull request #10925 from nextcloud/use-main-text-color-for-editable-divs-and-text-areas
Use main text color for editable divs and text areas
This commit is contained in:
commit
df7dc9c4ab
|
@ -192,7 +192,7 @@ button, .button {
|
|||
}
|
||||
|
||||
textarea, div[contenteditable=true] {
|
||||
color: var(--color-text-lighter);
|
||||
color: var(--color-main-text);
|
||||
cursor: text;
|
||||
font-family: inherit;
|
||||
height: auto;
|
||||
|
|
Loading…
Reference in New Issue