#1484589: use cursor:default for lists
| | |
| | | |
| | | #contacts-table tbody td |
| | | { |
| | | cursor: pointer; |
| | | cursor: default; |
| | | } |
| | | |
| | | |
| | |
| | | |
| | | #mailboxlist li a |
| | | { |
| | | cursor: default; |
| | | display: block; |
| | | padding-left: 25px; |
| | | padding-top: 2px; |
| | |
| | | white-space: nowrap; |
| | | text-overflow: ellipsis; |
| | | border-bottom: 1px solid #EBEBEB; |
| | | cursor: pointer; |
| | | cursor: default; |
| | | } |
| | | |
| | | #messagelist tbody tr td a |
| | |
| | | color: #000; |
| | | text-decoration: none; |
| | | white-space: nowrap; |
| | | cursor: inherit; |
| | | } |
| | | |
| | | #messagelist col |
| | |
| | | { |
| | | width: 16px; |
| | | vertical-align: middle; |
| | | cursor: pointer; |
| | | } |
| | | |
| | | #messagelist tr td.subject |
| | |
| | | |
| | | #identities-table tbody td |
| | | { |
| | | cursor: pointer; |
| | | cursor: default; |
| | | } |
| | | |
| | | #identity-frame |