зеркало из https://github.com/mozilla/pjs.git
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:
Родитель
0d975b7985
Коммит
4947ca2fd5
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче