]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/themes/tundra/Menu.css
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / themes / tundra / Menu.css
CommitLineData
2f01fe57
AD
1.tundra .dijitMenu,
2.tundra .dijitMenuBar {
3 border: 1px solid #7eabcd;
81bea17a
AD
4 margin: 0;
5 padding: 0;
2f01fe57
AD
6 background-color: #f7f7f7;
7}
81bea17a 8
2f01fe57
AD
9.tundra .dijitBorderContainer .dijitMenuBar {
10 border:1px solid #ccc;
11}
81bea17a 12
2f01fe57
AD
13.tundra .dijitMenuItem {
14 font-family: sans-serif;
15 margin: 0;
16}
81bea17a 17
2f01fe57
AD
18.tundra .dijitMenuItem {
19 padding: 4px 5px;
20}
81bea17a 21
2f01fe57
AD
22.tundra .dijitMenuPreviousButton, .tundra .dijitMenuNextButton {
23 font-style: italic;
24}
25.tundra .dijitMenuItem td {
26 padding: 2px;
27}
81bea17a 28
2f01fe57 29.tundra .dijitMenuPassive .dijitMenuItemHover,
1354d172 30.tundra .dijitComboBoxMenu .dijitMenuItemHover,
2f01fe57
AD
31.tundra .dijitMenuItemSelected {
32 background-color: #3559ac;
33 color:#fff;
34}
81bea17a 35
2f01fe57
AD
36.tundra .dijitMenuItemIcon {
37 width: 16px;
38 height: 16px;
39}
81bea17a 40
2f01fe57 41.tundra .dijitMenuExpand {
81bea17a 42 /* arrow to indicate this MenuItem opens a sub-menu */
2f01fe57
AD
43 width: 7px;
44 height: 7px;
45 background-image: url('images/spriteArrows.png');
81bea17a 46 background-position: -14px 0;
2f01fe57
AD
47}
48.dj_ie6 .tundra .dijitMenuExpand {
49 background-image: url('images/spriteArrows.gif');
50}
81bea17a
AD
51
52/* separator can be two pixels -- set border of either one to 0 to have only one */
2f01fe57
AD
53.tundra .dijitMenuSeparatorTop {
54 border-bottom: 1px solid #9b9b9b;
55}
81bea17a 56
2f01fe57
AD
57.tundra .dijitMenuSeparatorBottom {
58 border-top: 1px solid #e8e8e8;
59}
81bea17a
AD
60
61/* the checked menu item */
2f01fe57
AD
62.tundra .dijitCheckedMenuItemIconChar {
63 display: none;
64}
81bea17a 65
2f01fe57
AD
66.tundra .dijitCheckedMenuItemIcon {
67 background-image: url('images/checkmark.png');
68 background-position: -80px;
69}
81bea17a 70
2f01fe57
AD
71.dj_ie6 .tundra .dijitCheckedMenuItemIcon {
72 background-image: url('images/checkmark.gif');
73}
81bea17a 74
2f01fe57
AD
75.tundra .dijitCheckedMenuItemChecked .dijitCheckedMenuItemIcon {
76 background-position: -64px;
81bea17a 77}