add connected/disconnected text
[mudsync.git] / data / web-static / css / main.css
index 2351c526bcceb9ae0786e40c40d93d01041a5ce9..e965980607836f3cde9a33b92283984f29c9bc38 100644 (file)
@@ -39,7 +39,7 @@ ul {
 }
 
 ul li:before {
-    content: "*";
+    content: "\2022";
     margin-right: 1ch;
     margin-left: 1ch;
     font-weight: bold;
@@ -99,6 +99,13 @@ ul li:before {
     border-left-color: #b4b4b4;
 }
 
+#connection-status.connected {
+    color: #88be7e;
+}
+
+#connection-status.disconnected {
+    color: #be8b7e;
+}
 \f
 
 #input-metabox {