1 .tundra .dijitToggleButton .dijitCheckBoxIcon {
2 background-image: url('../images/checkmarkNoBorder.png');
5 .dj_ie6 .tundra .dijitToggleButton .dijitCheckBoxIcon {
6 background-image: url('../images/checkmarkNoBorder.gif');
9 .tundra .dijitCheckBox,
10 .tundra .dijitCheckBoxIcon /* inside a toggle button */ {
11 background-image: url('../images/checkmark.png'); /* checkbox sprite image */
12 background-repeat: no-repeat;
19 .dj_ie6 .tundra .dijitCheckBox,
20 .dj_ie6 .tundra .dijitCheckBoxIcon /* inside a toggle button */ {
21 background-image: url('../images/checkmark.gif'); /* checkbox sprite image */
24 .tundra .dijitCheckBox,
25 .tundra .dijitToggleButton .dijitCheckBoxIcon {
27 background-position: -16px;
30 .tundra .dijitCheckBoxChecked,
31 .tundra .dijitToggleButtonChecked .dijitCheckBoxIcon {
33 background-position: 0;
36 .tundra .dijitCheckBoxDisabled {
38 background-position: -48px;
41 .tundra .dijitCheckBoxCheckedDisabled {
42 /* disabled but checked */
43 background-position: -32px;
46 .tundra .dijitCheckBoxHover {
47 /* hovering over an unchecked enabled checkbox */
48 background-position: -80px;
51 .tundra .dijitCheckBoxCheckedHover {
52 /* hovering over a checked enabled checkbox */
53 background-position: -64px;