chrislloyd (owner)

Forks

Revisions

gist: 229098 Download_button fork
public
Public Clone URL: git://gist.github.com/229098.git
Embed All Files: show embed
mailplane.css #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
/* 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;
}