Created
November 8, 2009 04:24
-
-
Save chrislloyd/229098 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
/* Instructions: | |
* | |
* Download to ~/.mailplane.css | |
* `defaults write com.mailplaneapp.Mailplane WebKitUserStyleSheetLocationPreferenceKey -string ~/.mailplane.css` | |
* `defaults write com.mailplaneapp.Mailplane WebKitUserStyleSheetEnabledPreferenceKey -bool true` | |
* | |
*/ | |
body { | |
font-family: Helvetica; !important | |
} | |
/* Logo */ | |
body.cP > div > .nH > .nH > .aC > .nH > .nH > .no > .nH.nn > .nH > .no > .nH.nn:nth-child(1) { | |
margin-top: 10px; | |
margin-bottom: -10px; | |
opacity: 0.2; | |
} | |
/* Footer */ | |
.nH.l2.ov { | |
display: none; | |
} | |
/* Global */ | |
.nH.qp { | |
display: none; | |
} | |
/* Align search bar */ | |
body.cP > div > .nH > .nH > .aC > .nH > .nH > .no > .nH.nn > .nH > .no > .nH.nn:nth-child(2) > div:nth-child(1) { | |
margin-left: 15px; | |
} | |
/* Remove "Search" buttons */ | |
div[id=':r8'], div[id=':r9'] { | |
display: none !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment