root / trunk / web / dojo / dijit / themes / tundra / form / Checkbox.css
History | View | Annotate | Download (1.02 KB)
1 | 9 | andrej.cim | .tundra .dijitToggleButton .dijitCheckBoxIcon { |
---|---|---|---|
2 | background-image: url('../images/checkmarkNoBorder.png'); |
||
3 | } |
||
4 | .dj_ie6 .tundra .dijitToggleButton .dijitCheckBoxIcon { |
||
5 | background-image: url('../images/checkmarkNoBorder.gif'); |
||
6 | } |
||
7 | .tundra .dijitCheckBox, |
||
8 | .tundra .dijitCheckBoxIcon { |
||
9 | background-image: url('../images/checkmark.png'); |
||
10 | background-repeat: no-repeat; |
||
11 | width: 16px; |
||
12 | height: 16px; |
||
13 | margin: 0 2px 0 0; |
||
14 | padding: 0; |
||
15 | } |
||
16 | .dj_ie6 .tundra .dijitCheckBox, |
||
17 | .dj_ie6 .tundra .dijitCheckBoxIcon { |
||
18 | background-image: url('../images/checkmark.gif'); |
||
19 | } |
||
20 | .tundra .dijitCheckBox, |
||
21 | .tundra .dijitToggleButton .dijitCheckBoxIcon { |
||
22 | |||
23 | background-position: -16px; |
||
24 | } |
||
25 | .tundra .dijitCheckBoxChecked, |
||
26 | .tundra .dijitToggleButtonChecked .dijitCheckBoxIcon { |
||
27 | |||
28 | background-position: 0px; |
||
29 | } |
||
30 | .tundra .dijitCheckBoxDisabled { |
||
31 | |||
32 | background-position: -48px; |
||
33 | } |
||
34 | .tundra .dijitCheckBoxCheckedDisabled { |
||
35 | |||
36 | background-position: -32px; |
||
37 | } |
||
38 | .tundra .dijitCheckBoxHover { |
||
39 | |||
40 | background-position: -80px; |
||
41 | } |
||
42 | .tundra .dijitCheckBoxCheckedHover { |
||
43 | |||
44 | background-position: -64px; |
||
45 | } |