Skip to content

Instantly share code, notes, and snippets.

@akuhn
Last active September 25, 2018 09:07
Show Gist options
  • Save akuhn/82cd11b0f855a3484c93af2a8c9c3401 to your computer and use it in GitHub Desktop.
Save akuhn/82cd11b0f855a3484c93af2a8c9c3401 to your computer and use it in GitHub Desktop.
/*************
/
/ Install Stylus to use this file in Chrome
\
\
*/
/* Email body */
.a3s {
font: 25.6px Serif !important;
}
/* Email subject */
.ha>.hP {
font: 17.6px Sans-Serif !important;
-webkit-font-smoothing: auto !important;
color: #222;
}
.if>.byY {
padding-left: 16px;
}
/* Row items, unread vs read */
.yO {
background: rgba(255,255,255,0.902) !important;
}
.zE {
background: rgba(242,245,245,0.8) !important;
}
.gA.gt.acV {
padding-bottom: 200px;
}
/* Airbnb logo */
.gb_Ra {
background-color: transparent !important;
border: none !important;
width: auto !important;
}
.gb_Sa {
display: none !important;
}
/* Header and search bar */
header {
background-color: #F1F1F1 !important;
}
.gb_Se {
background-color: white !important;
border: 0px solid white !important;
}
/* Move archive icon more to the right ... */
.iH>.G-tF>.G-Ni:first-child {
min-width: 140px;
}
/* Sidebar icons */
.qj {
display: none;
}
/* Sidebar counters */
.TN>.aio {
-webkit-flex: 0 1 auto;
flex: 0 1 auto;
}
.bsU {
padding-left: 6px;
}
.bsU:before {
content:'(';
}
.bsU:after {
content:')';
}
/* Hover effects in table */
.zA.aqw>.xY.bq4, .zA.buL>.xY.bq4, .zA.cP>.xY.bq4 {
display: none;
}
.zA.aqw>.xW, .zA.aqw>.yf, .zA.buL>.xW, .zA.buL>.yf, .zA.cP>.xW, .zA.cP>.yf {
display: inherit;
}
.zA:hover {
box-shadow: none;
-webkit-box-shadow: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment