]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/tundra/form/Checkbox.css
add Dojo 1.1.1
[eow] / static / dojo-release-1.1.1 / dijit / themes / tundra / form / Checkbox.css
1 .tundra .dijitToggleButton .dijitCheckBoxIcon {
2         background-image: url('../images/checkmarkNoBorder.gif');
3 }
4 .tundra .dijitCheckBox,
5 .tundra .dijitCheckBoxIcon                      {
6         background-image: url('../images/checkmark.gif'); 
7         background-repeat: no-repeat;
8         width: 16px;
9         height: 16px;
10         margin: 0;
11         padding: 0;
12 }
13 .tundra .dijitCheckBox,
14 .tundra .dijitToggleButton .dijitCheckBoxIcon {
15         
16         background-position: -16px;
17 }
18 .tundra .dijitCheckBoxChecked,
19 .tundra .dijitToggleButtonChecked .dijitCheckBoxIcon {
20         
21         background-position: 0px;
22 }
23 .tundra .dijitCheckBoxDisabled {
24         
25         background-position: -48px;
26 }
27 .tundra .dijitCheckBoxCheckedDisabled {
28         
29         background-position: -32px;
30 }
31 .tundra .dijitCheckBoxHover,
32 .tundra .dijitCheckBoxFocused {
33         
34         background-position: -80px;
35 }
36 .tundra .dijitCheckBoxCheckedHover,
37 .tundra .dijitCheckBoxCheckedFocused {
38         
39         background-position: -64px;
40 }