source: trunk/web/addons/job_monarch/lib/extjs-30/examples/ux/css/MultiSelect.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: 713 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.ux-mselect{
8    overflow:auto;
9    background:white;
10    position:relative; /* for calculating scroll offsets */
11    zoom:1;
12    overflow:auto;     
13}
14.ux-mselect-item{
15    font:normal 12px tahoma, arial, helvetica, sans-serif;
16    padding:2px;
17    border:1px solid #fff;
18    white-space: nowrap;
19    cursor:pointer;
20}
21.ux-mselect-selected{
22        border:1px dotted #a3bae9 !important;
23    background:#DFE8F6;
24    cursor:pointer;
25}
26
27.x-view-drag-insert-above { 
28    border-top:1px dotted #3366cc; 
29} 
30.x-view-drag-insert-below { 
31    border-bottom:1px dotted #3366cc; 
32} 
Note: See TracBrowser for help on using the repository browser.