summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2020-05-19 15:36:13 +0200
committerSimon Rettberg2020-05-19 15:36:13 +0200
commit49f405372661b6f19e972c8b8c762c7b082a1de9 (patch)
treec6c729909d54ea058e210ce57dafb1c7348c045d
parent[remoteaccess] Remove TODO and debug spam (diff)
downloadslx-admin-49f405372661b6f19e972c8b8c762c7b082a1de9.tar.gz
slx-admin-49f405372661b6f19e972c8b8c762c7b082a1de9.tar.xz
slx-admin-49f405372661b6f19e972c8b8c762c7b082a1de9.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 {