Skip to content

Instantly share code, notes, and snippets.

@garrett
Created July 1, 2011 01:40
Show Gist options
  • Save garrett/1057698 to your computer and use it in GitHub Desktop.
Save garrett/1057698 to your computer and use it in GitHub Desktop.
Userstyle for the new Google Mail preview theme
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("mail.google.com") {
div[role=button] {
padding: 3px 6px !important;
}
div[role=button]:not(:first-child):hover {
padding: 3px 6px 3px 5px !important;
}
table[role=search] div[role=button],
table[role=search] div[role=button]:hover {
padding: 7px 12px !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment