Created
February 16, 2014 09:47
-
-
Save jjgod/9031892 to your computer and use it in GitHub Desktop.
GMail Style Tweaks
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
div.editable { | |
font-family: monospace; | |
font-size: 100%; | |
} | |
div.Bk, .G-atb, .ha, .zE { | |
-webkit-font-smoothing: subpixel-antialiased !important; | |
background-color: #fff; | |
} | |
.y0 { | |
-webkit-font-smoothing: subpixel-antialiased !important; | |
background: rgba(243,243,243); | |
} | |
.hx .ii { | |
background-color: #fff; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
How to use this css in FF?