Bug 430998: Text in buttons should not shift on down press on Luna or Aero, patch by Ehsan Akhgari <ehsan.akhgari@gmail.com>, r=me, a=damon

This commit is contained in:
gavin@gavinsharp.com 2008-04-29 11:53:06 -07:00
parent b350f3c626
commit fb2667ca3a

View File

@ -103,9 +103,9 @@ button[checked="true"] {
-moz-border-left-colors: ThreeDDarkShadow ThreeDShadow transparent;
}
button:hover:active > .button-box,
button[open="true"] > .button-box,
button[checked="true"] > .button-box {
button:hover:active > .button-box:not(:-moz-system-metric(windows-default-theme)),
button[open="true"] > .button-box:not(:-moz-system-metric(windows-default-theme)),
button[checked="true"] > .button-box:not(:-moz-system-metric(windows-default-theme)) {
padding-top: 2px;
padding-bottom: 1px;
-moz-padding-start: 4px;