Upgrade to ExtJS 3.2.1 - Released 04/27/2010
[extjs.git] / resources / css / theme-gray / menu.css
1 /*!
2  * Ext JS Library 3.2.1
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 .x-menu {
8     background-color:#f0f0f0;
9         background-image:url(../images/default/menu/menu.gif);
10 }
11
12 .x-menu-floating{
13     border-color:#7D7D7D;
14 }
15
16 .x-menu-nosep {
17         background-image:none;
18 }
19
20 .x-menu-list-item{
21         font:normal 11px arial,tahoma,sans-serif;
22 }
23
24 .x-menu-item-arrow{
25         background-image:url(../images/gray/menu/menu-parent.gif);
26 }
27
28 .x-menu-sep {
29     background-color:#e0e0e0;
30         border-bottom-color:#fff;
31 }
32
33 a.x-menu-item {
34         color:#222;
35 }
36
37 .x-menu-item-active {
38     background-image: url(../images/gray/menu/item-over.gif);
39         background-color: #f1f1f1;
40     border-color:#ACACAC;
41 }
42
43 .x-menu-item-active a.x-menu-item {
44         border-color:#ACACAC;
45 }
46
47 .x-menu-check-item .x-menu-item-icon{
48         background-image:url(../images/default/menu/unchecked.gif);
49 }
50
51 .x-menu-item-checked .x-menu-item-icon{
52         background-image:url(../images/default/menu/checked.gif);
53 }
54
55 .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{
56     background-image:url(../images/gray/menu/group-checked.gif);
57 }
58
59 .x-menu-group-item .x-menu-item-icon{
60     background-image:none;
61 }
62
63 .x-menu-plain {
64         background-color:#fff !important;
65 }
66
67 .x-menu .x-date-picker{
68     border-color:#AFAFAF;
69 }
70
71 .x-cycle-menu .x-menu-item-checked {
72     border-color:#B9B9B9 !important;
73     background-color:#F1F1F1;
74 }
75
76 .x-menu-scroller-top {
77     background-image:url(../images/default/layout/mini-top.gif);
78 }
79
80 .x-menu-scroller-bottom {
81     background-image:url(../images/default/layout/mini-bottom.gif);
82 }