source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-access/menu.css
@
81
Revision 76, 1.5 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 | border-color:#222; |
9 | background-color:#414551; |
10 | background-image:url(../images/access/menu/menu.gif); |
11 | } |
12 | |
13 | .x-menu-nosep { |
14 | background-image:none; |
15 | } |
16 | |
17 | .x-menu-list-item{ |
18 | font:normal 14px tahoma,arial, sans-serif; |
19 | } |
20 | |
21 | .x-menu-item-arrow{ |
22 | background-image:url(../images/access/menu/menu-parent.gif); |
23 | } |
24 | |
25 | .x-menu-sep { |
26 | background-color:#223; |
27 | border-bottom-color:#666; |
28 | } |
29 | |
30 | a.x-menu-item { |
31 | color:#fffff6; |
32 | } |
33 | |
34 | .x-menu-item-active { |
35 | background-color: #f09134; |
36 | background-image: none; |
37 | border-color:#b36427; |
38 | } |
39 | |
40 | .x-menu-item-active a.x-menu-item { |
41 | border-color:#b36427; |
42 | } |
43 | |
44 | .x-menu-check-item .x-menu-item-icon{ |
45 | background-image:url(../images/default/menu/unchecked.gif); |
46 | } |
47 | |
48 | .x-menu-item-checked .x-menu-item-icon{ |
49 | background-image:url(../images/default/menu/checked.gif); |
50 | } |
51 | |
52 | .x-menu-item-checked .x-menu-group-item .x-menu-item-icon{ |
53 | background-image:url(../images/access/menu/group-checked.gif); |
54 | } |
55 | |
56 | .x-menu-group-item .x-menu-item-icon{ |
57 | background-image:none; |
58 | } |
59 | |
60 | .x-menu-plain { |
61 | background-color:#fff !important; |
62 | } |
63 | |
64 | .x-menu .x-date-picker{ |
65 | border-color:#a3bad9; |
66 | } |
67 | |
68 | .x-cycle-menu .x-menu-item-checked { |
69 | border-color:#a3bae9 !important; |
70 | background-color:#def8f6; |
71 | } |
72 | |
73 | .x-menu-scroller-top { |
74 | background-image:url(../images/default/layout/mini-top.gif); |
75 | } |
76 | |
77 | .x-menu-scroller-bottom { |
78 | background-image:url(../images/default/layout/mini-bottom.gif); |
79 | } |
Note: See TracBrowser
for help on using the repository browser.