Skip to content

Instantly share code, notes, and snippets.

@hmans
Created October 2, 2013 15:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hmans/6795863 to your computer and use it in GitHub Desktop.
Save hmans/6795863 to your computer and use it in GitHub Desktop.
A user stylesheet for Google Mail that hopefully makes the whole thing slightly less terrible.
/* This is a simple user stylesheet for the current version of Google Mail.
I think it makes Gmail's design slightly less terrible. Use it with your
favorite user stylesheet plugin or the excellent MailPlane client.
-- Hendrik Mans <hendrik@mans.de> */
/* Mails */
tr.zA {
height: 1.65em;
}
/* Read Mails */
tr.zA.yO {
color: #999;
background-color: #f9f9f9
}
/* Unread Mails */
tr.zA.zE {
color: #444;
}
/* Highlight mails on mouse hover */
tr.zA:hover {
background-color: #eee;
}
/* Left sidebar */
div.nH.aeN {
font: 15px/1.35 Arial,sans-serif;
}
/* Links in sidebar */
a.n0, span.CJ { color: #666 !important }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment