]> icculus.org git repositories - duncan/yast2-web-wt.git/blob - examples/ext/resources/css/combo.css
add ext library to use advanced widgets
[duncan/yast2-web-wt.git] / examples / ext / resources / css / combo.css
1 /*\r
2  * Ext JS Library 1.1.1\r
3  * Copyright(c) 2006-2007, Ext JS, LLC.\r
4  * licensing@extjs.com\r
5  * \r
6  * http://www.extjs.com/license\r
7  */\r
8 \r
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         background-color: #c3daf9 !important;
42     cursor:pointer;
43     border:1px solid #336699;
44 }
45 .x-combo-noedit{
46     cursor:pointer;
47 }
48 .x-combo-list-small .x-combo-list-item {
49     font:normal 11px tahoma, arial, helvetica, sans-serif;
50 }