]> git.ktnx.net Git - icedeb.git/blob - chrome/icedeb.css
add new PTS lookup button
[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 /* common style for all custom buttons */
10 .icedeb-button
11 {-moz-image-region: rect( 0px 24px 24px  0px);}
12
13 .icedeb-bbutton:hover
14 {-moz-image-region: rect(24px 24px 48px  0px);}
15
16 [iconsize="small"] .icedeb-button
17 {-moz-image-region: rect( 0px 40px 16px 24px);}
18
19 [iconsize="small"] .icedeb-button:hover
20 {-moz-image-region: rect(24px 40px 40px 24px);}
21