Skip to content

Instantly share code, notes, and snippets.

@obszczymucha
Last active August 29, 2015 14:16
Show Gist options
  • Save obszczymucha/f9384e6ea5cc4aa14d7e to your computer and use it in GitHub Desktop.
Save obszczymucha/f9384e6ea5cc4aa14d7e to your computer and use it in GitHub Desktop.
GMail hack for better looks
/* Read messages background */
.yO {
background: rgba(5,5,5,.65) !important;
color: #C9C9C9;
}
/* Message summary */
.y2 {
color: #999;
}
/* Unread message title */
.zE {
color: #FFF;
}
/* Search bar background */
.gbqfqw {
background: rgba(0,0,0,0.2);
}
/* Search bar border */
.gbqfqw.gbqfqw {
border-color: rgba(255,255,255,0.4) !important;
}
/* Search bar font */
.gbqfif, .gbqfsf {
margin-top: 1px !important;
color: #E4E4E4;
font: 14px arial,sans-serif;
}
/* Google Plus link */
.gb_Lc.gb_n.gb_0c.gb_Sc {
display: none !important;
}
/* Notifications icon */
.gb_hb.gb_na.gb_r.gb_ob {
display: none !important;
}
/* Google Share */
.gb_Zb.gb_qb.gb_n.gb_Sc {
display: none !important;
}
/* Top icons bar */
.gb_Kc.gb_0c.gb_n {
min-width: 70px !important;
}
/* Keyboard options */
#itamenu {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment