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:
bzbarsky%mit.edu 2003-04-29 18:45:51 +00:00
parent f9e595ea21
commit 8a2051dddd
2 changed files with 2 additions and 2 deletions

View File

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

View File

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