Mercurial > laserkard
diff onlypaths/theme/css/combo.css @ 46:26c2b3ad21c7 laserkard
[svn r47] saving progresswww.cinemassacre.com/new/?page_id=30
author | rlm |
---|---|
date | Sun, 31 Jan 2010 12:33:33 -0500 |
parents | |
children |
line wrap: on
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/onlypaths/theme/css/combo.css Sun Jan 31 12:33:33 2010 -0500 1.3 @@ -0,0 +1,55 @@ 1.4 +/* 1.5 + * Ext JS Library 2.1 1.6 + * Copyright(c) 2006-2008, Ext JS, LLC. 1.7 + * licensing@extjs.com 1.8 + * 1.9 + * http://extjs.com/license 1.10 + */ 1.11 + 1.12 +.x-combo-list { 1.13 + border:1px solid #98c0f4; 1.14 + background:#ddecfe; 1.15 + zoom:1; 1.16 + overflow:hidden; 1.17 +} 1.18 +.x-combo-list-inner { 1.19 + overflow:auto; 1.20 + background:white; 1.21 + position:relative; /* for calculating scroll offsets */ 1.22 + zoom:1; 1.23 + overflow-x:hidden; 1.24 +} 1.25 +.x-combo-list-hd { 1.26 + font:bold 11px tahoma, arial, helvetica, sans-serif; 1.27 + color:#15428b; 1.28 + background-image: url(../images/default/layout/panel-title-light-bg.gif); 1.29 + border-bottom:1px solid #98c0f4; 1.30 + padding:3px; 1.31 +} 1.32 +.x-resizable-pinned .x-combo-list-inner { 1.33 + border-bottom:1px solid #98c0f4; 1.34 +} 1.35 +.x-combo-list-item { 1.36 + font:normal 12px tahoma, arial, helvetica, sans-serif; 1.37 + padding:2px; 1.38 + border:1px solid #fff; 1.39 + white-space: nowrap; 1.40 + overflow:hidden; 1.41 + text-overflow: ellipsis; 1.42 +} 1.43 +.x-combo-list .x-combo-selected{ 1.44 + border:1px dotted #a3bae9 !important; 1.45 + background:#DFE8F6; 1.46 + cursor:pointer; 1.47 +} 1.48 +.x-combo-noedit{ 1.49 + cursor:pointer; 1.50 +} 1.51 +.x-combo-list .x-toolbar { 1.52 + border-top:1px solid #98c0f4; 1.53 + border-bottom:0 none; 1.54 +} 1.55 + 1.56 +.x-combo-list-small .x-combo-list-item { 1.57 + font:normal 11px tahoma, arial, helvetica, sans-serif; 1.58 +} 1.59 \ No newline at end of file