summaryrefslogtreecommitdiffstats
path: root/core/css
diff options
context:
space:
mode:
authorDaniel Calviño Sánchez <danxuliu@gmail.com>2018-08-29 17:32:50 +0200
committerDaniel Calviño Sánchez <danxuliu@gmail.com>2018-08-29 17:37:46 +0200
commit13e749190e4ef93972937c065014bd6f97aa20c2 (patch)
tree6fa80c62a20e16da3e25975cee8fdcc544cfe400 /core/css
parent3a62890a13dc8a482fa977f715fc2a23e14ce5ad (diff)
downloadnextcloud-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.scss2
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;