summaryrefslogtreecommitdiffstats
path: root/modules-available/locations/style.css
diff options
context:
space:
mode:
authorSimon Rettberg2020-05-19 15:37:44 +0200
committerSimon Rettberg2020-07-30 13:25:36 +0200
commit259b1c8bbb3617c65a9ed073ed340acade32c543 (patch)
tree2690c6669bce6c55c5d49ef99e57333fe6d9b254 /modules-available/locations/style.css
parent[locationinfo] Make colors for idle clients more distinct from offline (diff)
downloadslx-admin-259b1c8bbb3617c65a9ed073ed340acade32c543.tar.gz
slx-admin-259b1c8bbb3617c65a9ed073ed340acade32c543.tar.xz
slx-admin-259b1c8bbb3617c65a9ed073ed340acade32c543.zip
[locations] Show colored bars for used/idle/offline in overview
Diffstat (limited to 'modules-available/locations/style.css')
-rw-r--r--modules-available/locations/style.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules-available/locations/style.css b/modules-available/locations/style.css
index 042ac4d1..19950a38 100644
--- a/modules-available/locations/style.css
+++ b/modules-available/locations/style.css
@@ -12,3 +12,8 @@ table.locations tbody td:nth-of-type(even) {
pointer-events: none;
opacity: 0.6;
}
+
+.load-col {
+ text-align: right;
+ text-shadow: 1px 1px #fff;
+} \ No newline at end of file