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