X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=chrome%2Fbutton.css;h=f587cf4276c5f5603d7259759cb560a3e25a24bf;hp=ce1ccc16d01406b12c92da45cce1ad8f48b05d8b;hb=e754f90aea675f92a80513034e2b014a923119d4;hpb=0e07f53e79d4d4f21e86d5b3a98816d88e155ff0 diff --git a/chrome/button.css b/chrome/button.css index ce1ccc1..f587cf4 100644 --- a/chrome/button.css +++ b/chrome/button.css @@ -1,17 +1,17 @@ -#custom-button-1, -#wrapper-custom-button-1 -{list-style-image: url("chrome://custombutton/content/button-1.png");} +#debian-bts-query-button-1, +#wrapper-debian-bts-query-button-1 +{list-style-image: url("chrome://debian-bts/content/button-1.png");} /* common style for all custom buttons */ -.custombutton +.debian-bts-query-button {-moz-image-region: rect( 0px 24px 24px 0px);} -.custombutton:hover +.debian-bts-query-button:hover {-moz-image-region: rect(24px 24px 48px 0px);} -[iconsize="small"] .custombutton +[iconsize="small"] .debian-bts-query-button {-moz-image-region: rect( 0px 40px 16px 24px);} -[iconsize="small"] .custombutton:hover +[iconsize="small"] .debian-bts-query-button:hover {-moz-image-region: rect(24px 40px 40px 24px);}