enhance(editor): make it easier to edit page's properties (tags, alias)

This commit is contained in:
Tienson Qin
2020-12-20 17:51:50 +08:00
parent 4799bd6403
commit 04b63ad52a
5 changed files with 46 additions and 49 deletions

View File

@@ -27,7 +27,7 @@ td {
text-align: left;
}
tr:nth-child(even) {background: var(--ls-quaternary-background-color);}
tr:nth-child(even) {background: var(--ls-table-tr-even-background-color);}
tr:nth-child(odd) {background: var(--ls-primary-background-color);}
caption.t-above {caption-side:top}
@@ -42,7 +42,7 @@ figcaption{margin-top:.3em}
color: var(--ls-primary-text-color);
}
.dark-theme tr:nth-child(even) {background: var(--ls-quaternary-background-color);}
.dark-theme tr:nth-child(even) {background: var(--ls-table-tr-even-background-color);}
.dark-theme tr:nth-child(odd) {background: var(--ls-primary-background-color);}
.dark-theme td, .dark-theme tr {
border-bottom: none;