| | |
| | | |
| | | #listcontrols a, |
| | | #listcontrols a:active, |
| | | #listcontrols a:visited |
| | | #listcontrols a:visited, |
| | | #mailboxcontrols a, |
| | | #mailboxcontrols a:active, |
| | | #mailboxcontrols a:visited |
| | | { |
| | | color: #999999; |
| | | font-size: 11px; |
| | |
| | | |
| | | #listcontrols a.active, |
| | | #listcontrols a.active:active, |
| | | #listcontrols a.active:visited |
| | | #listcontrols a.active:visited, |
| | | #mailboxcontrols a.active, |
| | | #mailboxcontrols a.active:active, |
| | | #mailboxcontrols a.active:visited |
| | | { |
| | | color: #CC0000; |
| | | } |
| | | |
| | | #listcontrols a.active:hover |
| | | #listcontrols a.active:hover, |
| | | #mailboxcontrols a.active:hover |
| | | { |
| | | text-decoration: underline; |
| | | } |
| | |
| | | } |
| | | |
| | | |
| | | #mailboxcontrols |
| | | { |
| | | position: absolute; |
| | | left: 20px; |
| | | width: 160px; |
| | | bottom: 20px; |
| | | height: 16px; |
| | | overflow: hidden; |
| | | } |
| | | |
| | | |
| | | /** message list styles */ |
| | | |
| | | body.messagelist |
| | |
| | | color: #FFFFFF; |
| | | } |
| | | |
| | | #messagelist tr.deleted td, |
| | | #messagelist tr.deleted td a |
| | | { |
| | | color: #CCCCCC; |
| | | } |
| | | |
| | | |
| | | /** message view styles */ |
| | | |