source:
trunk/workshop-routing-foss4g/web/ext/resources/css/visual/menu.css
@
80
Revision 76, 1.6 KB checked in by djay, 13 years ago (diff) | |
---|---|
|
Line | |
---|---|
1 | /*! |
2 | * Ext JS Library 3.4.0 |
3 | * Copyright(c) 2006-2011 Sencha Inc. |
4 | * licensing@sencha.com |
5 | * http://www.sencha.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:#718bb7; |
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/default/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/default/menu/item-over.gif); |
39 | background-color: #dbecf4; |
40 | border-color:#aaccf6; |
41 | } |
42 | |
43 | .x-menu-item-active a.x-menu-item { |
44 | border-color:#aaccf6; |
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/default/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:#f0f0f0 !important; |
65 | background-image: none; |
66 | } |
67 | |
68 | .x-date-menu, .x-color-menu{ |
69 | background-color: #fff !important; |
70 | } |
71 | |
72 | .x-menu .x-date-picker{ |
73 | border-color:#a3bad9; |
74 | } |
75 | |
76 | .x-cycle-menu .x-menu-item-checked { |
77 | border-color:#a3bae9 !important; |
78 | background-color:#def8f6; |
79 | } |
80 | |
81 | .x-menu-scroller-top { |
82 | background-image:url(../images/default/layout/mini-top.gif); |
83 | } |
84 | |
85 | .x-menu-scroller-bottom { |
86 | background-image:url(../images/default/layout/mini-bottom.gif); |
87 | } |
Note: See TracBrowser
for help on using the repository browser.