]> code.citadel.org Git - citadel.git/blobdiff - webcit/static/webcit.css
* add read state for message templates; draft.
[citadel.git] / webcit / static / webcit.css
index f616bc5454231cd5c5494eca9ac148c6b3a21397..36d18aa7914254921d4e06415d57206c0680e5b8 100644 (file)
@@ -55,11 +55,16 @@ body {
        color: #000;
 }
 
-#login_form, #message_list_hdr table, #resize_msglist, .message, .message_header, .vcard_edit_background_alt,.roomops_background_alt 
- {
+#login_form, #message_list_hdr table, #resize_msglist, .message, .message_header_unread, .vcard_edit_background_alt,.roomops_background_alt 
+{
        background-color: #CCC;
 }
 
+.message_header
+{
+       background-color: #777;
+}
+
 .box, #online_users li.inactiveuser a {
        background-color: transparent;
 }