diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-08-29 17:32:50 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-08-29 17:37:46 +0200 |
commit | 13e749190e4ef93972937c065014bd6f97aa20c2 (patch) | |
tree | 6fa80c62a20e16da3e25975cee8fdcc544cfe400 /core/css | |
parent | 3a62890a13dc8a482fa977f715fc2a23e14ce5ad (diff) | |
download | nextcloud-server-13e749190e4ef93972937c065014bd6f97aa20c2.tar.gz nextcloud-server-13e749190e4ef93972937c065014bd6f97aa20c2.zip |
Use main text color for editable divs and text areas
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'core/css')
-rw-r--r-- | core/css/inputs.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/css/inputs.scss b/core/css/inputs.scss index 365a7c9c426..1b9eae628b1 100644 --- a/core/css/inputs.scss +++ b/core/css/inputs.scss @@ -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; |