1.8.1
Add table tick boxes for decimals and degree symbols in data Change Soil Moist to %
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user