root / trunk / web / dojo / dijit / themes / tundra / Menu.css @ 9
History | View | Annotate | Download (1.33 KB)
1 |
.tundra .dijitMenu, |
---|---|
2 |
.tundra .dijitMenuBar { |
3 |
border: 1px solid #7eabcd; |
4 |
margin: 0px; |
5 |
padding: 0px; |
6 |
background-color: #f7f7f7; |
7 |
} |
8 |
.tundra .dijitBorderContainer .dijitMenuBar { |
9 |
border:1px solid #ccc; |
10 |
} |
11 |
.tundra .dijitMenuItem { |
12 |
font-family: sans-serif; |
13 |
margin: 0; |
14 |
} |
15 |
.tundra .dijitMenuItem { |
16 |
padding: 4px 5px; |
17 |
} |
18 |
.tundra .dijitMenuPreviousButton, .tundra .dijitMenuNextButton { |
19 |
font-style: italic; |
20 |
} |
21 |
.tundra .dijitMenuItem td { |
22 |
padding: 2px; |
23 |
} |
24 |
.tundra .dijitMenuPassive .dijitMenuItemHover, |
25 |
.tundra .dijitMenuItemSelected { |
26 |
background-color: #3559ac; |
27 |
color:#fff; |
28 |
} |
29 |
.tundra .dijitMenuItemIcon { |
30 |
width: 16px; |
31 |
height: 16px; |
32 |
} |
33 |
.tundra .dijitMenuExpand { |
34 |
|
35 |
width: 7px; |
36 |
height: 7px; |
37 |
background-image: url('images/spriteArrows.png'); |
38 |
background-position: -14px 0px; |
39 |
} |
40 |
.dj_ie6 .tundra .dijitMenuExpand { |
41 |
background-image: url('images/spriteArrows.gif'); |
42 |
} |
43 |
.tundra .dijitMenuSeparatorTop { |
44 |
border-bottom: 1px solid #9b9b9b; |
45 |
} |
46 |
.tundra .dijitMenuSeparatorBottom { |
47 |
border-top: 1px solid #e8e8e8; |
48 |
} |
49 |
.tundra .dijitCheckedMenuItemIconChar { |
50 |
display: none; |
51 |
} |
52 |
.tundra .dijitCheckedMenuItemIcon { |
53 |
background-image: url('images/checkmark.png'); |
54 |
background-position: -80px; |
55 |
} |
56 |
.dj_ie6 .tundra .dijitCheckedMenuItemIcon { |
57 |
background-image: url('images/checkmark.gif'); |
58 |
} |
59 |
.tundra .dijitCheckedMenuItemChecked .dijitCheckedMenuItemIcon { |
60 |
background-position: -64px; |
61 |
} |