this change works better for standard mode and gets around a style bug.

b 38927, r=attinasi


git-svn-id: svn://10.0.0.236/trunk@71378 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rods%netscape.com
2000-06-02 20:03:12 +00:00
parent 8533b99aca
commit 8eb721e625
2 changed files with 2 additions and 2 deletions

View File

@@ -757,7 +757,7 @@ input[type="button"]:-moz-focus-inner {
/*XXX[PERF] setup a border so the size does
not change between focus changes to prevent
reflows */
border : 1px solid inherit;
border : 1px solid transparent;
}
input[type="button"]:focus:-moz-focus-inner {

View File

@@ -757,7 +757,7 @@ input[type="button"]:-moz-focus-inner {
/*XXX[PERF] setup a border so the size does
not change between focus changes to prevent
reflows */
border : 1px solid inherit;
border : 1px solid transparent;
}
input[type="button"]:focus:-moz-focus-inner {