Last active
September 27, 2018 22:21
-
-
Save sompylasar/feaacd32f63057877d79b6a48a2b300b to your computer and use it in GitHub Desktop.
Tweaks to the GMail look&feel (apply via Stylebot Chrome extension)
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
.hx .ii, | |
div.G3.G2.afm { | |
border-top: 1px solid rgba(0, 0, 0, 0.1); | |
} | |
div.T-I.J-J5-Ji.T-I-KE.L3 { | |
height: 30px; | |
margin: 0; | |
padding: 0 16px; | |
text-align: center; | |
justify-content: center; | |
} | |
div.T-I.J-J5-Ji.T-I-KE.L3::before { | |
display: none; | |
} | |
.Bn::after { | |
opacity: 0.2; | |
transform: scale(1); | |
} | |
.G-tF .G-Ni.J-J5-Ji:not(:first-child) .T-I.J-J5-Ji.T-I-ax7::after { | |
color: rgba(255, 255, 255, 0.7); | |
padding: 0 0 0 6px; | |
font-size: 12px; | |
} | |
.G-tF | |
.G-Ni.J-J5-Ji:not(:first-child) | |
.T-I.J-J5-Ji.T-I-ax7[data-tooltip]::after { | |
content: attr(data-tooltip); | |
} | |
.G-tF .G-Ni.J-J5-Ji:not(:first-child) .T-I.J-J5-Ji.T-I-ax7[title]::after { | |
content: attr(title); | |
} | |
.G-tF .G-Ni.J-J5-Ji:not(:first-child) .T-I.J-J5-Ji.T-I-ax7[aria-label]::after { | |
content: attr(aria-label); | |
} | |
.G-Ni.J-J5-Ji:nth-child(5) { | |
display: inline-flex; | |
} | |
.G-tF > .G-Ni > .T-I, | |
.SI .G-tF > .G-Ni > .T-I { | |
margin-left: 6px; | |
margin-right: 6px; | |
} | |
.aju { | |
height: 60px; | |
} | |
.gE { | |
padding-top: 10px; | |
} | |
.hx .gs { | |
padding-bottom: 4px; | |
} | |
div.nH.V8djrc.byY { | |
padding: 8px 16px; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment