diff options
author | André Glüpker <git@wgmd.de> | 2018-03-30 12:58:27 +0200 |
---|---|---|
committer | André Glüpker <git@wgmd.de> | 2018-03-30 12:59:42 +0200 |
commit | 798aa8ec3d6889faf938cc3316d76a7ef2c6ac41 (patch) | |
tree | c11e8bbfe9ef80ce4822d04d5cc212c0b1b1dd7f /static/style.css | |
parent | 2c07560dab55c4c8e6f9885451488f96c7fc2338 (diff) | |
download | steam-798aa8ec3d6889faf938cc3316d76a7ef2c6ac41.tar.gz steam-798aa8ec3d6889faf938cc3316d76a7ef2c6ac41.tar.bz2 steam-798aa8ec3d6889faf938cc3316d76a7ef2c6ac41.zip |
Query servers in parallel and check for updates
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 5 |
1 files changed, 5 insertions, 0 deletions
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; |