source: trunk/web/addons/job_monarch/lib/extjs/resources/css/combo.css @ 619

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

lib/:

  • added new AJAX dependancies: ExtJS, pChart, Lightbox2
File size: 1.3 KB
Line 
1/*
2 * Ext JS Library 2.2.1
3 * Copyright(c) 2006-2009, Ext JS, LLC.
4 * licensing@extjs.com
5 *
6 * http://extjs.com/license
7 */
8
9.x-combo-list {
10    border:1px solid #98c0f4;
11    background:#ddecfe;
12    zoom:1;
13    overflow:hidden;
14}
15.x-combo-list-inner {
16    overflow:auto;
17    background:white;
18    position:relative; /* for calculating scroll offsets */
19    zoom:1;
20    overflow-x:hidden;
21}
22.x-combo-list-hd {
23    font:bold 11px tahoma, arial, helvetica, sans-serif;
24    color:#15428b;
25    background-image: url(../images/default/layout/panel-title-light-bg.gif);
26    border-bottom:1px solid #98c0f4;
27    padding:3px;
28}
29.x-resizable-pinned .x-combo-list-inner {
30    border-bottom:1px solid #98c0f4;
31}
32.x-combo-list-item {
33    font:normal 12px tahoma, arial, helvetica, sans-serif;
34    padding:2px;
35    border:1px solid #fff;
36    white-space: nowrap;
37    overflow:hidden;
38    text-overflow: ellipsis;
39}
40.x-combo-list .x-combo-selected{
41        border:1px dotted #a3bae9 !important;
42    background:#DFE8F6;
43    cursor:pointer;
44}
45.x-combo-noedit{
46    cursor:pointer;
47}
48.x-combo-list .x-toolbar {
49    border-top:1px solid #98c0f4;
50    border-bottom:0 none;
51}
52
53.x-combo-list-small .x-combo-list-item {
54    font:normal 11px tahoma, arial, helvetica, sans-serif;
55}
Note: See TracBrowser for help on using the repository browser.