mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 19:12:27 +08:00
client: tweak the label definition / relation definition dialog
This commit is contained in:
parent
c9bfd07722
commit
631d46028c
@ -67,6 +67,10 @@ const TPL = `
|
||||
.attr-detail input[readonly] {
|
||||
background-color: var(--accented-background-color) !important;
|
||||
}
|
||||
|
||||
.attr-edit-table td {
|
||||
padding: 4px 0;
|
||||
}
|
||||
</style>
|
||||
|
||||
<div style="display: flex; justify-content: space-between; margin-bottom: 8px;">
|
||||
@ -97,8 +101,13 @@ const TPL = `
|
||||
</tr>
|
||||
<tr class="attr-row-promoted"
|
||||
title="${t("attribute_detail.promoted_title")}">
|
||||
<th>${t("attribute_detail.promoted")}</th>
|
||||
<td><input type="checkbox" class="attr-input-promoted form-check" /></td>
|
||||
<th></th>
|
||||
<td>
|
||||
<label class="tn-checkbox">
|
||||
<input type="checkbox" class="attr-input-promoted form-check" />
|
||||
${t("attribute_detail.promoted")}
|
||||
</label>
|
||||
</td>
|
||||
</tr>
|
||||
<tr class="attr-row-promoted-alias">
|
||||
<th title="${t("attribute_detail.promoted_alias_title")}">${t("attribute_detail.promoted_alias")}</th>
|
||||
|
Loading…
x
Reference in New Issue
Block a user