From d7f526eafdb6f57986878a0881eae92148fcc334 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Thu, 4 Feb 2021 11:56:56 +1100 Subject: [PATCH] Minor fix --- src/ifcbimtester/webapp/main.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/ifcbimtester/webapp/main.css b/src/ifcbimtester/webapp/main.css index ab3b20f56c..5d448db792 100644 --- a/src/ifcbimtester/webapp/main.css +++ b/src/ifcbimtester/webapp/main.css @@ -237,3 +237,13 @@ img.active-flag { .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch { right: 0px; } + +.button-primary { + background-color: #b85934 !important; + border: 0px !important; +} + +.button-primary:hover { + background-color: #e18a42 !important; +} +