removed "! important" for input text so allows users to tailer border sizes

This reopens bug 25580, which I have marked won't fix
Fixes Bug 55336 r=kmcclusk sr=attinasi a=dbaron
This commit is contained in:
rods%netscape.com 2001-06-05 12:52:37 +00:00
Родитель 0d975b7985
Коммит 4947ca2fd5
2 изменённых файлов: 2 добавлений и 4 удалений

Просмотреть файл

@ -105,9 +105,8 @@ pre[wrap], pre[cols], pre[width] {
}
/* Quirk: text input has fixed look in compat mode (b=25580) */
/* Quirk: no bottom padding */
input[type="text"] {
border: 2px inset ! important;
padding: 1px 0 0 0;
}

Просмотреть файл

@ -105,9 +105,8 @@ pre[wrap], pre[cols], pre[width] {
}
/* Quirk: text input has fixed look in compat mode (b=25580) */
/* Quirk: no bottom padding */
input[type="text"] {
border: 2px inset ! important;
padding: 1px 0 0 0;
}