CSS
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(mail.google.com) {
/* fixed highlight for read message rows */
.yO {
background:#FFFFFF none repeat scroll 0 0 !important;
color:#000000 !important;
}
/* hover color for read message rows */
.yO:hover {
background-color: rgb(196,236,255) !important;
}
/* fixed highlight for unread message rows */
.zE {
background:#CDDEFF none repeat scroll 0 0 !important;
color:#000000 !important;
}
/* Hover color for read message rows */
.zE:hover {
background-color: rgb(196,236,255) !important;
}
/* fixed highlight for selected message rows */
.x7 {
background-color : #D1FFD0 !important;
color : #000000 !important;
}
/* Hover color for selected message rows */
.x7:hover {
background-color: rgb(172,203,220) !important;
}
}
Alles anzeigen