mirror of
https://github.com/anareaty/html-checkboxes.git
synced 2026-07-22 12:00:30 +00:00
15 lines
No EOL
316 B
CSS
15 lines
No EOL
316 B
CSS
|
|
body:has(.checkbox-menu) .menu:has([data-section='table']) {
|
|
display: none;
|
|
}
|
|
|
|
.cm-html-embed > input[type="checkbox"] {
|
|
top: -0.1em;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.markdown-preview-sizer input[type="checkbox"][id],
|
|
.table-cell-wrapper input[type="checkbox"][id] {
|
|
position: relative;
|
|
top: 0.2em;
|
|
} |