Fixed bad CSS rule in Composer toolbar button. b=160318, fix by cbiesinger@web.de, r=cmanske, sr=alecf

This commit is contained in:
cmanske%netscape.com 2002-08-09 01:50:43 +00:00
parent 50e0233c5b
commit 611926edd7

View File

@ -121,7 +121,7 @@
-moz-image-region: rect(191px 32px 207px 16px);
}
#printButton[disabled]="true" {
#printButton[disabled="true"] {
-moz-image-region: rect(191px 48px 207px 32px) !important;
}