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