fix classic skin problems. r=german

This commit is contained in:
sspitzer%netscape.com 2000-06-28 19:31:29 +00:00
parent 68c2c882cd
commit 19555dce40
2 changed files with 9 additions and 8 deletions

View File

@ -125,7 +125,8 @@ install::
$(MAKE_INSTALL) reply.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) replyall-disabled.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) replyall-hover-active.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) replyall-hover.gif$(MAKE_INSTALL) replyall.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) replyall-hover.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) replyall.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) server-local-new.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) server-local.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin
$(MAKE_INSTALL) server-mail-new.gif $(DIST)\bin\chrome\skins\$(THEME)\messenger\skin

View File

@ -255,39 +255,39 @@ iframe {
#button-print[disabled="true"][buttonover="true"],
#button-print[disabled="true"][buttondown="true"]
{
list-style-image : url("chrome://global/skin/print-disabled.gif");
list-style-image : url("chrome://global/skin/print.gif");
}
#button-print[buttonover="true"]
{
list-style-image : url("chrome://global/skin/print-hover.gif");
list-style-image : url("chrome://global/skin/print.gif");
}
#button-print[buttondown="true"]
{
list-style-image : url("chrome://global/skin/print-hover-active.gif");
list-style-image : url("chrome://global/skin/print.gif");
}
#button-stop
{
list-style-image : url("chrome://messenger/skin/stop.gif");
list-style-image : url("chrome://global/skin/stop.gif");
}
#button-stop[disabled="true"],
#button-stop[disabled="true"]:hover,
#button-stop[disabled="true"]:hover:active
{
list-style-image : url("chrome://messenger/skin/stop-disabled.gif");
list-style-image : url("chrome://global/skin/stop-disabled.gif");
}
#button-stop:hover
{
list-style-image : url("chrome://messenger/skin/stop-hover.gif");
list-style-image : url("chrome://global/skin/stop-hover.gif");
}
#button-stop:hover:active
{
list-style-image : url("chrome://messenger/skin/stop-hover-active.gif");
list-style-image : url("chrome://global/skin/stop-hover-active.gif");
}