Mercurial > laserkard
view onlypaths/theme/css/combo.css @ 69:dd97a10c782e laserkard
Added access.log and error.log to switch to lighttpd.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Tue, 22 Jun 2010 13:37:30 -0400 |
parents | 26c2b3ad21c7 |
children |
line wrap: on
line source
1 /*2 * Ext JS Library 2.13 * Copyright(c) 2006-2008, Ext JS, LLC.4 * licensing@extjs.com5 *6 * http://extjs.com/license7 */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 }53 .x-combo-list-small .x-combo-list-item {54 font:normal 11px tahoma, arial, helvetica, sans-serif;55 }