]> code.citadel.org Git - citadel.git/blobdiff - webcit/messages.c
* Discovered the style -moz-user-select:none and applied it to the mailbox
[citadel.git] / webcit / messages.c
index 578d1147464ab49bafb346b8111db9295ff17c68..901a3ef16b2646529105dd1395e323be08fa0e95 100644 (file)
@@ -2046,7 +2046,8 @@ void readloop(char *oper)
                        "<div id=\"fix_scrollbar_bug\">\n"
 
                        "<span class=\"mailbox_summary\">"
-                       "<table id=\"summary_headers\" rules=rows cellspacing=0 style=\"width:100%%\">"
+                       "<table id=\"summary_headers\" rules=rows "
+                       "cellspacing=0 style=\"width:100%%;-moz-user-select:none;\">"
                );
        }