* Fix user push email config
[citadel.git] / webcit / static / webcit.css
index 91ea445fa13435ec07d62e01ac298ab587fdda3e..915b21a05bd4f6d2bb824a62b440c683242fc8c8 100644 (file)
@@ -886,7 +886,8 @@ body, #global {
     padding: 0;
 }
 /** Override to disable list-style-image" */
-.room {
+.room a, .room a, .room a:visited, .room a:link {
+    color: #333333;
 }
 .room-private {
     list-style-image: url("/static/privatemess_16x.gif");
@@ -909,6 +910,9 @@ body, #global {
 .room-newmsgs {
     font-weight: bold;
 }
+.room-emphasized {
+    text-decoration: underline;
+}
 /* Content */
 
 .boxcontent table {