X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=chrome%2Ficedeb.css;h=e66fb319e6adf4eb8fce0b27383f681bce5137ab;hp=6b21319a1fa6cde4d8ec51f8e097338f350927e6;hb=refs%2Ftags%2F0.3;hpb=6e5d17884fb20ba0e85822f0d62acd300362590b diff --git a/chrome/icedeb.css b/chrome/icedeb.css index 6b21319..e66fb31 100644 --- a/chrome/icedeb.css +++ b/chrome/icedeb.css @@ -2,16 +2,20 @@ #wrapper-icedeb-bts {list-style-image: url("chrome://icedeb/content/icedeb-bts.png");} +#icedeb-pts, +#wrapper-icedeb-pts +{list-style-image: url("chrome://icedeb/content/icedeb-pts.png");} + /* common style for all custom buttons */ -.icedeb-bts +.icedeb-button {-moz-image-region: rect( 0px 24px 24px 0px);} -.icedeb-bts:hover +.icedeb-bbutton:hover {-moz-image-region: rect(24px 24px 48px 0px);} -[iconsize="small"] .icedeb-bts +[iconsize="small"] .icedeb-button {-moz-image-region: rect( 0px 40px 16px 24px);} -[iconsize="small"] .icedeb-bts:hover +[iconsize="small"] .icedeb-button:hover {-moz-image-region: rect(24px 40px 40px 24px);}