diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2025-06-20 14:59:30 +0200 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2025-06-20 14:59:30 +0200 |
commit | b30575314dbdc0ccaeb3868f3edf34ec6fa0f2e3 (patch) | |
tree | 56bfdca59c656d5f7535c6d0cffabc24e02c00d7 /style.css | |
parent | 7a14a37960b73e6f01120ffec444b14b7fee6b3b (diff) |
Measurement panel: Improve style.
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -505,6 +505,9 @@ body.inprogress { #measure-panel .modal-body { padding-top: 0; } +#measure-panel .modal-body .btn-group > .btn.btn-lg { + --bs-btn-padding-y: .375rem; /* revert to non-large size */ +} #age-filter-modal .btn-group > .btn-check:not(:checked) + label.btn:hover, #measure-panel .btn-group > .btn-check:not(:checked) + label.btn:hover { background: color-mix(in srgb, var(--bs-btn-bg) 35%, var(--bs-btn-hover-bg)); /* eslint-disable-line css/use-baseline */ |