summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2020-05-19 15:36:13 +0200
committerSimon Rettberg2020-07-30 13:25:10 +0200
commit44aefc4f0483d15f7a0b4ef85818df1e928d1869 (patch)
treec8c11dd20e81484ec576a98750f047ca60377bf3
parent[remoteaccess] Remove TODO and debug spam (diff)
downloadslx-admin-44aefc4f0483d15f7a0b4ef85818df1e928d1869.tar.gz
slx-admin-44aefc4f0483d15f7a0b4ef85818df1e928d1869.tar.xz
slx-admin-44aefc4f0483d15f7a0b4ef85818df1e928d1869.zip
[locationinfo] Make colors for idle clients more distinct from offline
Added a little light green bar at the top. This should still make it easy to distinguish from red wrt Red-Blind/Protanopia etc.
-rwxr-xr-xmodules-available/locationinfo/templates/frontend-default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/templates/frontend-default.html b/modules-available/locationinfo/templates/frontend-default.html
index 029a29f7..70f71bbc 100755
--- a/modules-available/locationinfo/templates/frontend-default.html
+++ b/modules-available/locationinfo/templates/frontend-default.html
@@ -243,7 +243,7 @@ optional:
.IDLE .screen-inner,
.STANDBY .screen-inner {
- background: #250;
+ background: linear-gradient(to bottom, #0d0, #0c0 9%, #250 13%, #050 100%);
}
.OCCUPIED .screen-inner {