mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-26 18:42:41 +01:00
fixed Server sample
This commit is contained in:
19
WebWidgets/ExtJS/samples/Server/extjs/Multiselect.css
Normal file
19
WebWidgets/ExtJS/samples/Server/extjs/Multiselect.css
Normal file
@@ -0,0 +1,19 @@
|
||||
.ux-mselect{
|
||||
overflow:auto;
|
||||
background:white;
|
||||
position:relative; /* for calculating scroll offsets */
|
||||
zoom:1;
|
||||
overflow:auto;
|
||||
}
|
||||
.ux-mselect-item{
|
||||
font:normal 12px tahoma, arial, helvetica, sans-serif;
|
||||
/*padding:2px;
|
||||
border:1px solid #fff;*/
|
||||
white-space: nowrap;
|
||||
cursor:pointer;
|
||||
}
|
||||
.ux-mselect-selected{
|
||||
border:1px dotted #a3bae9 !important;
|
||||
background:#DFE8F6;
|
||||
cursor:pointer;
|
||||
}
|
||||
Reference in New Issue
Block a user