Ticket #1484589: cursor.diff
| File cursor.diff, 0.7 kB (added by nturner, 15 months ago) |
|---|
-
skins/default/mail.css
270 270 padding-top: 2px; 271 271 padding-bottom: 2px; 272 272 text-decoration: none; 273 cursor: default; 273 274 } 274 275 275 276 #mailboxlist li, #mailboxlist li.unread … … 410 411 white-space: nowrap; 411 412 text-overflow: ellipsis; 412 413 border-bottom: 1px solid #EBEBEB; 413 cursor: pointer;414 cursor: default; 414 415 } 415 416 416 417 #messagelist tbody tr td a … … 439 440 vertical-align: middle; 440 441 } 441 442 443 #messagelist tr td.subject a 444 { 445 cursor: default; 446 } 447 442 448 #messagelist tr td.size 443 449 { 444 450 width: 70px;
