X-Git-Url: http://git.scottworley.com/reliable-chat/blobdiff_plain/0248a518996a6bf532cd4d91e8bcab8dde60cee1..f09c4ede2734b951b87e9a1b7c6cab667ab420e4:/webclient/rc.html diff --git a/webclient/rc.html b/webclient/rc.html index a896281..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; + } /*]]>*/-->