From 1a8672113b8dd6337701ba6525d61aa7100be3f3 Mon Sep 17 00:00:00 2001 From: hadaq Date: Mon, 1 Apr 2019 16:30:52 +0200 Subject: [PATCH] updated CSS for trigger GUI --- web/htdocs/layout/styles.css | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/web/htdocs/layout/styles.css b/web/htdocs/layout/styles.css index 70592bf..667e8f6 100644 --- a/web/htdocs/layout/styles.css +++ b/web/htdocs/layout/styles.css @@ -301,3 +301,31 @@ table#server-details pre { .folded thead tr{ height:50px; } + +.triggermap { + border-collapse:collapse; + text-align:center; + border:1px solid black; +} + +.triggermap td, .triggermap th { + border: 1px solid black; + padding: 0 3px; + height: 40px; + background:#eee; +} + +.triggermap .empty td{ + background:#888; +} + + +.triggermap .master td, .triggermap td.master { + background:#ffd; + border:none; +} + + +.triggermap tr { + height:30px; +} -- 2.43.0