mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-17 07:00:12 +01:00
This commit is contained in:
parent
b5664facaf
commit
8a1bf4c833
1 changed files with 2 additions and 2 deletions
|
|
@ -453,12 +453,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
html .protyle-wysiwyg [spellcheck]:empty:before {
|
html .protyle-wysiwyg [spellcheck][contenteditable="true"]:empty:before {
|
||||||
content: "Enter text";
|
content: "Enter text";
|
||||||
color: var(--b3-theme-on-surface-light);
|
color: var(--b3-theme-on-surface-light);
|
||||||
}
|
}
|
||||||
|
|
||||||
html[lang="zh_CN"] .protyle-wysiwyg [spellcheck]:empty:before {
|
html[lang="zh_CN"] .protyle-wysiwyg [spellcheck][contenteditable="true"]:empty:before {
|
||||||
content: "键入文字";
|
content: "键入文字";
|
||||||
color: var(--b3-theme-on-surface-light);
|
color: var(--b3-theme-on-surface-light);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue