X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/d925d235c289dd7abd89fe618199a27255ad6d07..f09c4ede2734b951b87e9a1b7c6cab667ab420e4:/webclient/rc.html 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; + } /*]]>*/-->