|
|
@ -64,9 +64,9 @@ template { |
|
|
|
// |
|
|
|
// |
|
|
|
|
|
|
|
|
|
|
|
html { |
|
|
|
html { |
|
|
|
font-family: sans-serif; /* 1 */ |
|
|
|
font-family: sans-serif; // 1 |
|
|
|
-ms-text-size-adjust: 100%; /* 2 */ |
|
|
|
-ms-text-size-adjust: 100%; // 2 |
|
|
|
-webkit-text-size-adjust: 100%; /* 2 */ |
|
|
|
-webkit-text-size-adjust: 100%; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// |
|
|
|
// |
|
|
@ -272,8 +272,8 @@ fieldset { |
|
|
|
// |
|
|
|
// |
|
|
|
|
|
|
|
|
|
|
|
legend { |
|
|
|
legend { |
|
|
|
border: 0; /* 1 */ |
|
|
|
border: 0; // 1 |
|
|
|
padding: 0; /* 2 */ |
|
|
|
padding: 0; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// |
|
|
|
// |
|
|
@ -286,9 +286,9 @@ button, |
|
|
|
input, |
|
|
|
input, |
|
|
|
select, |
|
|
|
select, |
|
|
|
textarea { |
|
|
|
textarea { |
|
|
|
font-family: inherit; /* 1 */ |
|
|
|
font-family: inherit; // 1 |
|
|
|
font-size: 100%; /* 2 */ |
|
|
|
font-size: 100%; // 2 |
|
|
|
margin: 0; /* 3 */ |
|
|
|
margin: 0; // 3 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// |
|
|
|
// |
|
|
@ -322,11 +322,11 @@ select { |
|
|
|
// |
|
|
|
// |
|
|
|
|
|
|
|
|
|
|
|
button, |
|
|
|
button, |
|
|
|
html input[type="button"], /* 1 */ |
|
|
|
html input[type="button"], // 1 |
|
|
|
input[type="reset"], |
|
|
|
input[type="reset"], |
|
|
|
input[type="submit"] { |
|
|
|
input[type="submit"] { |
|
|
|
-webkit-appearance: button; /* 2 */ |
|
|
|
-webkit-appearance: button; // 2 |
|
|
|
cursor: pointer; /* 3 */ |
|
|
|
cursor: pointer; // 3 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// |
|
|
|
// |
|
|
@ -345,8 +345,8 @@ html input[disabled] { |
|
|
|
|
|
|
|
|
|
|
|
input[type="checkbox"], |
|
|
|
input[type="checkbox"], |
|
|
|
input[type="radio"] { |
|
|
|
input[type="radio"] { |
|
|
|
box-sizing: border-box; /* 1 */ |
|
|
|
box-sizing: border-box; // 1 |
|
|
|
padding: 0; /* 2 */ |
|
|
|
padding: 0; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// |
|
|
|
// |
|
|
@ -356,9 +356,9 @@ input[type="radio"] { |
|
|
|
// |
|
|
|
// |
|
|
|
|
|
|
|
|
|
|
|
input[type="search"] { |
|
|
|
input[type="search"] { |
|
|
|
-webkit-appearance: textfield; /* 1 */ |
|
|
|
-webkit-appearance: textfield; // 1 |
|
|
|
-moz-box-sizing: content-box; |
|
|
|
-moz-box-sizing: content-box; |
|
|
|
-webkit-box-sizing: content-box; /* 2 */ |
|
|
|
-webkit-box-sizing: content-box; // 2 |
|
|
|
box-sizing: content-box; |
|
|
|
box-sizing: content-box; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
@ -388,8 +388,8 @@ input::-moz-focus-inner { |
|
|
|
// |
|
|
|
// |
|
|
|
|
|
|
|
|
|
|
|
textarea { |
|
|
|
textarea { |
|
|
|
overflow: auto; /* 1 */ |
|
|
|
overflow: auto; // 1 |
|
|
|
vertical-align: top; /* 2 */ |
|
|
|
vertical-align: top; // 2 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// ========================================================================== |
|
|
|
// ========================================================================== |
|
|
|