From 49f405372661b6f19e972c8b8c762c7b082a1de9 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 19 May 2020 15:36:13 +0200 Subject: [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. --- modules-available/locationinfo/templates/frontend-default.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- cgit v1.2.3-55-g7522