Skip to content

Instantly share code, notes, and snippets.

@chrislloyd
Created November 8, 2009 04:24
Show Gist options
  • Save chrislloyd/229098 to your computer and use it in GitHub Desktop.
Save chrislloyd/229098 to your computer and use it in GitHub Desktop.
/* 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