]> git.ktnx.net Git - icedeb.git/blob - chrome/content/icedeb.css
put clipboard retrieval in a routine, hook to DOMContentLoaded
[icedeb.git] / chrome / content / 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 #icedeb-ml,
14 #wrapper-icedeb-ml
15 {list-style-image: url("chrome://icedeb/content/icedeb-ml.png");}
16
17 #icedeb-ddpo,
18 #wrapper-icedeb-ddpo
19 {list-style-image: url("chrome://icedeb/content/icedeb-ddpo.png");}
20
21 #icedeb-buildd,
22 #wrapper-icedeb-buildd
23 {list-style-image: url("chrome://icedeb/content/icedeb-buildd.png");}
24
25 #icedeb-security,
26 #wrapper-icedeb-security
27 {list-style-image: url("chrome://icedeb/content/icedeb-security.png");}
28
29 /* common style for all custom buttons */
30 .icedeb-button
31 {-moz-image-region: rect( 0px 24px 24px  0px);}
32
33 [iconsize="small"] .icedeb-button
34 {-moz-image-region: rect( 0px 40px 16px 24px);}