mirror of
https://github.com/nextcloud/server.git
synced 2026-04-15 22:11:17 -04:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue