From 82c9e67d576a9d48049488c8bb3373f4cd82e384 Mon Sep 17 00:00:00 2001 From: Darren Lines Date: Tue, 11 Oct 2022 08:44:51 +0100 Subject: Changed reset button to red --- src/css/tabs/calibration.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/css/tabs/calibration.css b/src/css/tabs/calibration.css index 9fd53999..52bde8dd 100755 --- a/src/css/tabs/calibration.css +++ b/src/css/tabs/calibration.css @@ -148,7 +148,13 @@ } #calib_btn a.resetCalibration { - background-color: #2e2e2e; + background-color: #860000; + color: #e4e4e4; + } + + #calib_btn a.resetCalibration:hover { + background-color: #e60000; + color: #ffffff; } .tab-calibration input { -- cgit v1.2.3