X-Git-Url: https://git.ktnx.net/?p=icedeb.git;a=blobdiff_plain;f=chrome%2Ficedeb.css;h=e66fb319e6adf4eb8fce0b27383f681bce5137ab;hp=6b21319a1fa6cde4d8ec51f8e097338f350927e6;hb=2c8bc47dd316733f9b14462665d909247b2f08b4;hpb=101b6fa7de96b90a611e43467e07739fc52fbd3b 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);}