Skip to content

Instantly share code, notes, and snippets.

@malcolmocean
Created April 27, 2014 07:04
Show Gist options
  • Save malcolmocean/11339346 to your computer and use it in GitHub Desktop.
Save malcolmocean/11339346 to your computer and use it in GitHub Desktop.
/* with stylish, use
[URLs starting with] https://mail.google.com
*/
.TC {
font-size: 0;
text-indent:-9999px;
line-height: 250px;
background:url(http://cdn1.iconfinder.com/data/icons/lin/128/7.png) center no-repeat;
}
/* other image options
http://cdn1.iconfinder.com/data/icons/systematrix/Yahoo.png
http://cdn1.iconfinder.com/data/icons/Crysigns_Icon_Pack/128/Smiley.png
*/
/* these do an unrelated thing in gmail --
they make the button to show the from-to-date-subject-mailedby dropdown much more clickable */
.ajz {
width:506px !important;
height: 12px !important;
background:#000;
opacity:0.2;
border-radius:6px;
}
.ajz:hover {
opacity:0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment