aboutsummaryrefslogtreecommitdiffstats
path: root/web/style.css
diff options
context:
space:
mode:
authors-ol <s+removethis@s-ol.nu>2024-03-13 21:38:46 +0000
committers-ol <s+removethis@s-ol.nu>2024-03-13 21:38:46 +0000
commit49cc2223a419eb86610287e0ed9ff73deb95cd84 (patch)
tree960d876a2f6b8740d28b1ae6970ee0f7899d430a /web/style.css
parentweb: reset plot when entering manual mode (diff)
downloadt937-serial-49cc2223a419eb86610287e0ed9ff73deb95cd84.tar.gz
t937-serial-49cc2223a419eb86610287e0ed9ff73deb95cd84.zip
web: editable setpoint curve
Diffstat (limited to 'web/style.css')
-rw-r--r--web/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/style.css b/web/style.css
index 8bd7380..a397fce 100644
--- a/web/style.css
+++ b/web/style.css
@@ -50,4 +50,5 @@ aside div label + label {
#plot {
flex: 1 0 400px;
+ user-select: none;
}