mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 07:38:53 +02:00
style(legacy)/checkboxes and radios: add a gap between the tickbox and the label
This commit is contained in:
parent
0e6ad42923
commit
a54177fee0
@ -176,6 +176,11 @@ label.tn-checkbox + label.tn-checkbox {
|
|||||||
margin-left: 12px;
|
margin-left: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
label.tn-radio input[type="radio"],
|
||||||
|
label.tn-checkbox input[type="checkbox"] {
|
||||||
|
margin-right: .5em;
|
||||||
|
}
|
||||||
|
|
||||||
#left-pane input,
|
#left-pane input,
|
||||||
#left-pane select,
|
#left-pane select,
|
||||||
#left-pane textarea {
|
#left-pane textarea {
|
||||||
|
@ -455,6 +455,7 @@ optgroup {
|
|||||||
left: 0;
|
left: 0;
|
||||||
width: var(--box-size);
|
width: var(--box-size);
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
margin: unset;
|
||||||
opacity: 0 !important;
|
opacity: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user