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
parent 44bb9f39f3
commit b935b2ac50
2 changed files with 2 additions and 4 deletions

View File

@ -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;
}

View File

@ -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;
}