You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

7 lines
187 B

4 years ago
  1. .editable[placeholder]:empty:before {
  2. content: attr(placeholder);
  3. color: rgba(17, 17, 19, 0.4);
  4. font-weight: normal; }
  5. .editable[placeholder]:empty:focus:before {
  6. content: ""; }