CSS tweak

This commit is contained in:
Rainer Simon 2020-12-20 16:24:45 +01:00
parent 84a3f568de
commit 4e712cadbf
1 changed files with 5 additions and 0 deletions

View File

@ -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;