Created
April 27, 2014 07:04
-
-
Save malcolmocean/11339346 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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