source: OpenRLabs-Git/deploy/rlabs-docker/web2py-rlabs/applications/admin/static/css/jqueryMultiSelect.css

main
Last change on this file was 42bd667, checked in by David Fuertes <dfuertes@…>, 4 years ago

Historial Limpio

  • Property mode set to 100755
File size: 755 bytes
Line 
1.multiSelect {
2        width: 200px;
3        border: solid 1px #BBB;
4        background: #FFF right center no-repeat;
5        padding: 2px 4px;
6        padding-right: 20px;
7        display: inline;
8}
9
10.multiSelect.hover {
11        background: right center no-repeat;
12}
13
14.multiSelect.active,
15.multiSelect.focus {
16        border: inset 1px #000;
17}
18
19.multiSelect.active {
20        background: right center no-repeat;
21}
22
23.multiSelectOptions {
24        width: 500px;
25        max-height: 150px;
26        margin-top: -1px;
27        overflow: auto;
28        border: solid 1px #B2B2B2;
29        background: #FFF;
30}
31
32.multiSelectOptions LABEL {
33        padding: 2px 5px;
34        display: block;
35}
36
37.multiSelectOptions LABEL.checked {
38        background: #E6E6E6;
39}
40
41.multiSelectOptions LABEL.selectAll {
42        border-bottom: dotted 1px #CCC;
43}
44
45.multiSelectOptions LABEL.hover {
46        background: #CFCFCF;
47}
Note: See TracBrowser for help on using the repository browser.