@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("google.com") {

/* Hovering read messages */
table.cf tr.yO:hover, table.tlc tr.rr:hover { background-color: rgb(226,242,255) !important;}

/* Hovering unread messages */
table.cf tr.zE:hover, table.tlc tr.ur:hover { background-color: rgb(230,244,212) !important;}

/* Hovering selected messages */
table.cf tr.x7:hover, table.tlc tr.ur:hover { background-color: rgb(255,241,168) !important;}

}