From 4e712cadbf031379c24f865f4845b566b0581fc5 Mon Sep 17 00:00:00 2001 From: Rainer Simon Date: Sun, 20 Dec 2020 16:24:45 +0100 Subject: [PATCH] CSS tweak --- themes/default/editor/widgets/comment/_comment.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/default/editor/widgets/comment/_comment.scss b/themes/default/editor/widgets/comment/_comment.scss index e8c7f86..9caae08 100644 --- a/themes/default/editor/widgets/comment/_comment.scss +++ b/themes/default/editor/widgets/comment/_comment.scss @@ -15,6 +15,11 @@ resize:none; } + .r6o-editable-text::-webkit-input-placeholder { color:#c2c2c2; } + .r6o-editable-text::-moz-placeholder { color:#c2c2c2; } + .r6o-editable-text:-moz-placeholder { color:#c2c2c2; } + .r6o-editable-text:-ms-input-placeholder { color:#c2c2c2; } + .r6o-lastmodified { border:1px solid $lightgrey-border; display:inline-block;