forked from tohe/wmdeit_kaform
8 lines
187 B
CSS
8 lines
187 B
CSS
|
.editable[placeholder]:empty:before {
|
||
|
content: attr(placeholder);
|
||
|
color: rgba(17, 17, 19, 0.4);
|
||
|
font-weight: normal; }
|
||
|
|
||
|
.editable[placeholder]:empty:focus:before {
|
||
|
content: ""; }
|