Minor IE6 IE7 fixes

This commit is contained in:
Raphael Goetter 2014-05-21 18:42:47 +02:00
parent f82e954fd5
commit 3fa53f9083
4 changed files with 12 additions and 12 deletions

View file

@ -97,13 +97,13 @@
/* forms */
/* Corrects excess space around these inputs in IE8/9 */
input[type="checkbox"],
input[type="radio"] {
.ie678 input[type="checkbox"],
.ie678 input[type="radio"] {
padding: 0;
}
/* Removes default vertical scrollbar on empty textarea in IE6/7/8/9 */
textarea {
.ie678 textarea {
overflow: auto;
}