Fix sizing of disabled buttons to match enabled ones. Bug 147463,
r=jkeiser, sr=roc+moz, a=asa git-svn-id: svn://10.0.0.236/trunk@141941 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
f9e595ea21
commit
8a2051dddd
@ -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;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user