mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-03 19:52:19 +03:00
Improved Webkit and Gecko :empty selector.
But the real block level unfocusable bug is still not solved.
This commit is contained in:
parent
fca5a0e290
commit
a8ddeecb49
2 changed files with 8 additions and 7 deletions
|
|
@ -60,12 +60,14 @@
|
|||
.squire-wysiwyg div:-moz-only-whitespace {
|
||||
min-height: 1em;
|
||||
}
|
||||
.squire-wysiwyg div:empty:before,
|
||||
.squire-wysiwyg div:-moz-only-whitespace:before {
|
||||
/*
|
||||
.squire-wysiwyg div:empty::before,
|
||||
.squire-wysiwyg div:-moz-only-whitespace::before {
|
||||
content: "Start writing here…";
|
||||
opacity: 0.5;
|
||||
position: absolute
|
||||
-moz-user-select: text;
|
||||
}
|
||||
*/
|
||||
|
||||
.squire-wysiwyg, .squire-plain {
|
||||
min-height: 200px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue