#1484589: use cursor:default for lists

release-0.6
alecpl 16 years ago
parent 06655a534a
commit 1996d8f977

@ -105,7 +105,7 @@
#contacts-table tbody td #contacts-table tbody td
{ {
cursor: pointer; cursor: default;
} }

@ -337,6 +337,7 @@ td.formlinks a:visited
#mailboxlist li a #mailboxlist li a
{ {
cursor: default;
display: block; display: block;
padding-left: 25px; padding-left: 25px;
padding-top: 2px; padding-top: 2px;
@ -467,7 +468,7 @@ html>body*#messagelist[id$="messagelist"]:not([class="none"]) { table-layout: au
white-space: nowrap; white-space: nowrap;
text-overflow: ellipsis; text-overflow: ellipsis;
border-bottom: 1px solid #EBEBEB; border-bottom: 1px solid #EBEBEB;
cursor: pointer; cursor: default;
} }
#messagelist tbody tr td a #messagelist tbody tr td a
@ -475,6 +476,7 @@ html>body*#messagelist[id$="messagelist"]:not([class="none"]) { table-layout: au
color: #000; color: #000;
text-decoration: none; text-decoration: none;
white-space: nowrap; white-space: nowrap;
cursor: inherit;
} }
#messagelist col #messagelist col
@ -489,6 +491,7 @@ html>body*#messagelist[id$="messagelist"]:not([class="none"]) { table-layout: au
{ {
width: 16px; width: 16px;
vertical-align: middle; vertical-align: middle;
cursor: pointer;
} }
#messagelist tr td.subject #messagelist tr td.subject

@ -91,7 +91,7 @@ span.tablink-selected a
#identities-table tbody td #identities-table tbody td
{ {
cursor: pointer; cursor: default;
} }
#identity-frame #identity-frame

Loading…
Cancel
Save