]> code.citadel.org Git - citadel.git/commitdiff
* Disable the I-bar cursor when hovering over message summary lines in the
authorArt Cancro <ajc@citadel.org>
Mon, 7 Nov 2005 15:46:18 +0000 (15:46 +0000)
committerArt Cancro <ajc@citadel.org>
Mon, 7 Nov 2005 15:46:18 +0000 (15:46 +0000)
  mailbox view; go with the default pointer instead.

webcit/ChangeLog
webcit/static/webcit.css

index bf097c1f00f04d799a3af95e5fed6caddae8f6cf..4f048e28b35abae310eb9bf21eb475276c4e0ab5 100644 (file)
@@ -1,5 +1,9 @@
 $Id$
 
+Mon Nov  7 10:45:18 EST 2005 ajc
+* Disable the I-bar cursor when hovering over message summary lines in the
+  mailbox view; go with the default pointer instead. 
+
 Sun Nov  6 23:27:21 EST 2005 ajc
 * Mailbox summary view -- headers are now ever-present; they do not scroll
   with the table.
index cd387ed283f482db3a6d59de72ae00a3ee1cb10c..c7a0555a80c29b70d0712b995b60648c28957946 100644 (file)
@@ -120,6 +120,7 @@ body {
        width: 85%;
        height: 20%;
        overflow: auto;
+       cursor: default;
 }
 
 * html #message_list {
@@ -130,6 +131,7 @@ body {
        width: 85%;
        height: 20%;
        overflow: auto;
+       cursor: default;
 }
 
 #preview_pane {