From 798aa8ec3d6889faf938cc3316d76a7ef2c6ac41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Gl=C3=BCpker?= Date: Fri, 30 Mar 2018 12:58:27 +0200 Subject: Query servers in parallel and check for updates --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'static/style.css') diff --git a/static/style.css b/static/style.css index d27276f..9544769 100644 --- a/static/style.css +++ b/static/style.css @@ -183,6 +183,11 @@ div.serverdata { /* overflow: scroll; */ } +span.updatemessage { + color: red; + font-weight: bold; +} + a.servername { color: lightblue; font-weight: bold; -- cgit v1.2.3