]> git.ktnx.net Git - icedeb.git/blob - chrome/icedeb.css
8ecf6fbe719a511ac10683873180de0b8d2de26b
[icedeb.git] / chrome / icedeb.css
1 #icedeb-bts,
2 #wrapper-icedeb-bts
3 {list-style-image: url("chrome://icedeb/content/icedeb-bts.png");}
4
5 #icedeb-pts,
6 #wrapper-icedeb-pts
7 {list-style-image: url("chrome://icedeb/content/icedeb-pts.png");}
8
9 #icedeb-deb,
10 #wrapper-icedeb-deb
11 {list-style-image: url("chrome://icedeb/content/icedeb-deb.png");}
12
13 /* common style for all custom buttons */
14 .icedeb-button
15 {-moz-image-region: rect( 0px 24px 24px  0px);}
16
17 .icedeb-bbutton:hover
18 {-moz-image-region: rect(24px 24px 48px  0px);}
19
20 [iconsize="small"] .icedeb-button
21 {-moz-image-region: rect( 0px 40px 16px 24px);}
22
23 [iconsize="small"] .icedeb-button:hover
24 {-moz-image-region: rect(24px 40px 40px 24px);}
25