Last active
September 14, 2016 20:31
-
-
Save digiltd/07109463a11cf24b38eb to your computer and use it in GitHub Desktop.
Mailplane custom CSS
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
/* slighly tweaked version of Seb Szocinsk's original excellent job | |
originaly posted in https://groups.google.com/forum/#!topic/mailplaneapp/9IvEMtrih5U */ | |
* { | |
font-family: "Source Sans Pro"; | |
font-size: 18px; | |
font-weight: 500; | |
} | |
.G-atb { | |
box-shadow:none !important | |
} | |
.aim { | |
padding:3px 0; | |
} | |
.aju { | |
display:none | |
} | |
.hx .gs { | |
margin-left:4px | |
} | |
div.nH.oy8Mbf.nn.aeN { | |
border-right:1px solid #e9e9e9 | |
} | |
div.nH.w-asV.aiw { | |
margin-bottom:0 | |
} | |
div.nH.nn { | |
padding-left:20px; | |
box-sizing:border-box | |
} | |
table.iN { | |
min-height: 600px; | |
} | |
div.nH.oy8Mbf.nn.aeN { | |
background: transparent; | |
border-right: 0px; | |
padding-left:0 | |
} | |
div.aeH { | |
padding-top:10px; | |
padding-bottom:5px | |
} | |
div.G-atb.D.E { | |
padding-bottom:15px | |
} | |
div.aki.pp { | |
padding-top:15px; | |
padding-bottom:35px | |
} | |
div.J-KU-Jg.J-KU-Jg-Zc.aj5 { | |
display:none | |
} | |
div.AD { | |
left:10px | |
} | |
div.TO.NQ { | |
background:rgba(255,255,255,0.5) | |
} | |
div.pM, | |
div.p6 { | |
border-radius:50% | |
} | |
div.p8 { | |
display:none; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment