1
0
Fork 0

Removed subpixel

pull/12/head v0.0.1-rc.2-unstable
Ambrose Chua 2014-03-10 09:02:39 +08:00
parent 22726bc800
commit 0daea58fd5
1 changed files with 2 additions and 1 deletions

View File

@ -31,7 +31,7 @@ body {
background-color: #fff;
color: #444;
-webkit-user-select: none;
-webkit-font-smoothing: subpixel-antialiased;
-webkit-font-smoothing: antialiased;
overflow: visible;
}
a {
@ -102,6 +102,7 @@ input, textarea, select, button {
transition: 0.25s background-color;
-webkit-user-select: text;
cursor: text;
-webkit-font-smoothing: inherit;
}
.box, input {
border: 0.2em solid #444;