mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-06-28 23:05:54 +00:00
Improved Webkit and Gecko :empty selector.
But the real block level unfocusable bug is still not solved.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user