]> git.scottworley.com Git - reliable-chat/blobdiff - webclient/rc.html
Better visibility for the server status indicators
[reliable-chat] / webclient / rc.html
index 4c0555896e0e95df17f125cf026faba1fce64997..9097323a9b013c8b20262aa6dc30883b5e7d300c 100644 (file)
        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;
+       }
   /*]]>*/--></style>
   <script type="text/javascript"><!--//--><![CDATA[//><!--
        var servers = ['chkno.net', 'rc2.chkno.net', 'echto.net', 'the-wes.com', 'vibrantlogic.com'];