|
@@ -92,51 +92,51 @@
|
|
|
background-color: var(--hover-background-color) !important;
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ul[data-marker="*"] {
|
|
|
+ .vditor-reset ul[data-style="*"] {
|
|
|
list-style-type: disc
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ul[data-marker="*"] ul {
|
|
|
+ .vditor-reset ul[data-style="*"] ul {
|
|
|
list-style-type: circle
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ul[data-marker="*"] ul ul {
|
|
|
+ .vditor-reset ul[data-style="*"] ul ul {
|
|
|
list-style-type: square
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ul[data-marker="+"] {
|
|
|
+ .vditor-reset ul[data-style="+"] {
|
|
|
list-style-type: "\2764";
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ul[data-marker="+"] ul {
|
|
|
+ .vditor-reset ul[data-style="+"] ul {
|
|
|
list-style-type: "\1f49a"
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ul[data-marker="+"] ul ul {
|
|
|
+ .vditor-reset ul[data-style="+"] ul ul {
|
|
|
list-style-type: "\1f49b"
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ul[data-marker="-"] {
|
|
|
+ .vditor-reset ul[data-style="-"] {
|
|
|
list-style-type: korean-hangul-formal
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ul[data-marker="-"] ul {
|
|
|
+ .vditor-reset ul[data-style="-"] ul {
|
|
|
list-style-type: decimal-leading-zero
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ul[data-marker="-"] ul ul {
|
|
|
+ .vditor-reset ul[data-style="-"] ul ul {
|
|
|
list-style-type: lower-alpha
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ol[data-marker="1)"] {
|
|
|
+ .vditor-reset ol[data-style="1)"] {
|
|
|
list-style-type: simp-chinese-formal
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ol[data-marker="1)"] ol {
|
|
|
+ .vditor-reset ol[data-style="1)"] ol {
|
|
|
list-style-type: simp-chinese-informal
|
|
|
}
|
|
|
|
|
|
- .vditor-reset ol[data-marker="1)"] ol ol {
|
|
|
+ .vditor-reset ol[data-style="1)"] ol ol {
|
|
|
list-style-type: trad-chinese-formal
|
|
|
}
|
|
|
|