source: npl/mailserver/dspam/dspam-3.10.2/contrib/plugins/thunderbird/chrome/skin/dspam.css

Last change on this file was c5c522c, checked in by Edwin Eefting <edwin@datux.nl>, 8 years ago

initial commit, transferred from cleaned syn3 svn tree

  • Property mode set to 100644
File size: 1.1 KB
Line 
1.dspamButtons {
2  -moz-image-region: rect(0px 24px 24px 0px);
3}
4.dspamButtons:hover {
5  -moz-image-region: rect(24px 24px 48px 0px);
6}
7.dspamButtons[disabled] {
8  -moz-image-region: rect(48px 24px 72px 0px);
9}
10
11toolbar[iconsize="small"] .dspamButtons {
12  -moz-image-region: rect(0px 16px 16px 0px);
13}
14toolbar[iconsize="small"] .dspamButtons:hover {
15  -moz-image-region: rect(16px 16px 32px 0px);
16}
17toolbar[iconsize="small"] .dspamButtons[disabled] {
18  -moz-image-region: rect(32px 16px 48px 0px);
19}
20
21/* Report Spam */
22#bReportSpam{ list-style-image: url("chrome://dspam/skin/reportspam-large.png"); }
23toolbar[iconsize="small"] #bReportSpam{ list-style-image: url("chrome://dspam/skin/reportspam-small.png"); }
24
25/* Report Ham */
26#bReportHam{ list-style-image: url("chrome://dspam/skin/reportham-large.png"); }
27toolbar[iconsize="small"] #bReportHam{ list-style-image: url("chrome://dspam/skin/reportham-small.png"); }
28
29#options_img {
30   list-style-image: url("chrome://dspam/skin/dspam-logo.gif");
31        width: 150px;
32        height: 44px;
33        background-position: bottom right;
34        background-repeat: no-repeat;
35}
36
Note: See TracBrowser for help on using the repository browser.