Upgrade to ExtJS 3.1.1 - Released 02/08/2010
[extjs.git] / resources / css / theme-access / combo.css
1 /*!
2  * Ext JS Library 3.1.1
3  * Copyright(c) 2006-2010 Ext JS, LLC
4  * licensing@extjs.com
5  * http://www.extjs.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 }