From: Jason Hibbs Date: Fri, 3 Aug 2012 01:29:41 +0000 (-0700) Subject: Better visibility for the server status indicators X-Git-Url: http://git.scottworley.com/reliable-chat/commitdiff_plain/f09c4ede2734b951b87e9a1b7c6cab667ab420e4?ds=sidebyside Better visibility for the server status indicators --- diff --git a/webclient/rc.html b/webclient/rc.html index 4c05558..9097323 100644 --- a/webclient/rc.html +++ b/webclient/rc.html @@ -12,8 +12,22 @@ img { width: 1px; height: 1px; } iframe { display: none } #status span { margin-right: 2em } - #status span.sad { background-color: #fee } - #status span.happy { background-color: #efe } + #status span.sad { + background-color: #f00; + color: #fff; + border: 1px solid black; + border-radius: 5px; + padding-left: 5px; + padding-right: 5px; + } + #status span.happy { + background-color: #0f0; + color: #000; + border: 1px solid black; + border-radius: 5px; + padding-left: 5px; + padding-right: 5px; + } /*]]>*/-->