diff options
Diffstat (limited to 'modules-available/locationinfo')
-rw-r--r-- | modules-available/locationinfo/templates/frontend-summary.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/modules-available/locationinfo/templates/frontend-summary.html b/modules-available/locationinfo/templates/frontend-summary.html index ecb41467..95299e63 100644 --- a/modules-available/locationinfo/templates/frontend-summary.html +++ b/modules-available/locationinfo/templates/frontend-summary.html @@ -82,7 +82,8 @@ } .pc-offline { - background-color: darkgrey; + background-color: black; + color: white; } .pc-standby { @@ -91,8 +92,7 @@ .pc-broken { - background-color: black; - color: white; + background-color: darkgrey; border-radius: 0px 3px 3px 0px; } |