From cda224ddb77c7d77cb1f8a54445b255aa5041fba Mon Sep 17 00:00:00 2001 From: Jan Michel Date: Mon, 12 Aug 2013 23:43:14 +0200 Subject: [PATCH] some very basic status information, but with better layout --- layout/jtageditor_blue.css | 18 ++++++++++++++++++ tools/statusgui.pl | 3 ++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/layout/jtageditor_blue.css b/layout/jtageditor_blue.css index 036fe47..84e7c60 100644 --- a/layout/jtageditor_blue.css +++ b/layout/jtageditor_blue.css @@ -249,3 +249,21 @@ div.header span a:hover { } +.high { + background:#ded; +} +.low { + background:#edd; +} + +.good { + background:#cfc; +} +.bad { + background:#fcc; +} + + + + + diff --git a/tools/statusgui.pl b/tools/statusgui.pl index 5c88111..7efa50e 100755 --- a/tools/statusgui.pl +++ b/tools/statusgui.pl @@ -73,7 +73,8 @@ sub readConfig { sub getStatus { print < + +
EOF -- 2.43.0