diff options
author | Simon Rettberg | 2020-05-19 15:36:13 +0200 |
---|---|---|
committer | Simon Rettberg | 2020-05-19 15:36:13 +0200 |
commit | 49f405372661b6f19e972c8b8c762c7b082a1de9 (patch) | |
tree | c6c729909d54ea058e210ce57dafb1c7348c045d /modules-available | |
parent | [remoteaccess] Remove TODO and debug spam (diff) | |
download | slx-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.
Diffstat (limited to 'modules-available')
-rwxr-xr-x | modules-available/locationinfo/templates/frontend-default.html | 2 |
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 { |