зеркало из https://github.com/mozilla/pjs.git
Having it always size in Quirks mode, changing the sizing from clamping down to Nav 4.x size
to now obey border and padding. Bug 96630, Bug 97139 r=dcone sr=attinasi a=dbaron
This commit is contained in:
Родитель
d0829175f1
Коммит
aeb2696125
|
@ -368,7 +368,7 @@ select[disabled] > input[type="button"]:active,
|
||||||
input[type="submit"][disabled]:active,
|
input[type="submit"][disabled]:active,
|
||||||
input[type="submit"][disabled] {
|
input[type="submit"][disabled] {
|
||||||
border: 1px outset ButtonShadow;
|
border: 1px outset ButtonShadow;
|
||||||
padding: 1px 1px 1px 1px;
|
padding: 3px 1px 3px 1px;
|
||||||
color: GrayText;
|
color: GrayText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -368,7 +368,7 @@ select[disabled] > input[type="button"]:active,
|
||||||
input[type="submit"][disabled]:active,
|
input[type="submit"][disabled]:active,
|
||||||
input[type="submit"][disabled] {
|
input[type="submit"][disabled] {
|
||||||
border: 1px outset ButtonShadow;
|
border: 1px outset ButtonShadow;
|
||||||
padding: 1px 1px 1px 1px;
|
padding: 3px 1px 3px 1px;
|
||||||
color: GrayText;
|
color: GrayText;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче