зеркало из https://github.com/mozilla/gecko-dev.git
Fix sizing of disabled buttons to match enabled ones. Bug 147463,
r=jkeiser, sr=roc+moz, a=asa
This commit is contained in:
Родитель
abb7fc1211
Коммит
8565cf3ef4
|
@ -455,7 +455,7 @@ input[type="submit"][disabled]:active,
|
|||
input[type="submit"][disabled] {
|
||||
/* The sum of border-top, border-bottom, padding-top, padding-bottom
|
||||
must be the same here and for text inputs */
|
||||
padding: 1px 6px 1px 6px;
|
||||
padding: 1px 7px 1px 7px;
|
||||
border: 1px outset ButtonShadow;
|
||||
color: GrayText;
|
||||
}
|
||||
|
|
|
@ -455,7 +455,7 @@ input[type="submit"][disabled]:active,
|
|||
input[type="submit"][disabled] {
|
||||
/* The sum of border-top, border-bottom, padding-top, padding-bottom
|
||||
must be the same here and for text inputs */
|
||||
padding: 1px 6px 1px 6px;
|
||||
padding: 1px 7px 1px 7px;
|
||||
border: 1px outset ButtonShadow;
|
||||
color: GrayText;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче