source: trunk/web/addons/job_monarch/lib/extjs-30/resources/css/visual/combo.css @ 625

Last change on this file since 625 was 625, checked in by ramonb, 15 years ago

lib/extjs-30:

  • new ExtJS 3.0
File size: 887 bytes
Line 
1/*!
2 * Ext JS Library 3.0.0
3 * Copyright(c) 2006-2009 Ext JS, LLC
4 * licensing@extjs.com
5 * http://www.extjs.com/license
6 */
7.x-combo-list {
8    border-color:#98c0f4;
9    background-color:#ddecfe;
10    font:normal 12px tahoma, arial, helvetica, sans-serif;
11}
12
13.x-combo-list-inner {
14    background-color:#fff;
15}
16
17.x-combo-list-hd {
18    font:bold 11px tahoma, arial, helvetica, sans-serif;
19    color:#15428b;
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:#fff;
30}
31
32.x-combo-list .x-combo-selected{
33        border-color:#a3bae9 !important;
34    background-color:#dfe8f6;
35}
36
37.x-combo-list .x-toolbar {
38    border-top-color:#98c0f4;
39}
40
41.x-combo-list-small {
42    font:normal 11px tahoma, arial, helvetica, sans-serif;
43}
Note: See TracBrowser for help on using the repository browser.