Add table tick boxes for decimals and degree symbols in data
Change Soil Moist to %
This commit is contained in:
fraxle
2026-05-24 12:33:02 +01:00
parent d7bfaf11b6
commit 69788f1069
5 changed files with 85 additions and 27 deletions
+22
View File
@@ -679,6 +679,26 @@
text-decoration: underline;
}
/* display-options row - decimal and degree symbol toggles */
.display-options {
display: flex;
justify-content: flex-end;
gap: 14px;
padding: 4px 10px 2px;
font-size: 12px;
color: var(--c-muted, #888);
}
.display-opt {
display: flex;
align-items: center;
gap: 5px;
cursor: pointer;
user-select: none;
}
.display-opt input[type="checkbox"] {
accent-color: var(--c-accent, #e07b2a);
cursor: pointer;
}
/* ── 12. RESPONSIVE (mobile) ───────────────────────────────────────── */
/* On screens narrower than 800px, stack the header vertically and
@@ -727,6 +747,8 @@
}
/* -- CUSTOM SELECT BUTTON - mobile label clipping ----------------------
On narrow screens buttons are fixed ~33% width. The .cs-btn-label span
wraps the text node so ellipsis can work (text-overflow needs a block