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