source:
trunk/workshop-routing-foss4g/web/ext/resources/css/theme-access/combo.css
@
81
Revision 76, 895 bytes checked in by djay, 13 years ago (diff) | |
---|---|
|
Rev | Line | |
---|---|---|
[76] | 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-combo-list { | |
8 | border:2px solid #232732; | |
9 | background-color:#555566; | |
10 | font:normal 15px tahoma, arial, helvetica, sans-serif; | |
11 | } | |
12 | ||
13 | .x-combo-list-inner { | |
14 | background-color:#414551; | |
15 | } | |
16 | ||
17 | .x-combo-list-hd { | |
18 | font:bold 14px tahoma, arial, helvetica, sans-serif; | |
19 | color:#fff; | |
20 | background-image: url(../images/default/layout/panel-title-light-bg.gif); | |
21 | border-bottom-color:#98c0f4; | |
22 | } | |
23 | ||
24 | .x-resizable-pinned .x-combo-list-inner { | |
25 | border-bottom-color:#98c0f4; | |
26 | } | |
27 | ||
28 | .x-combo-list-item { | |
29 | border-color:#556; | |
30 | } | |
31 | ||
32 | .x-combo-list .x-combo-selected { | |
33 | border-color:#e5872c !important; | |
34 | background-color:#e5872c; | |
35 | } | |
36 | ||
37 | .x-combo-list .x-toolbar { | |
38 | border-top-color:#98c0f4; | |
39 | } | |
40 | ||
41 | .x-combo-list-small { | |
42 | font:normal 14px tahoma, arial, helvetica, sans-serif; | |
43 | } |
Note: See TracBrowser
for help on using the repository browser.