PluginProbe
Authorizer / 2.9.13
Authorizer v2.9.13
3.15.3 3.15.2 3.15.1 3.15.0 3.14.3 3.14.4 3.14.2 3.14.1 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7 2.8.8 2.9.0 2.9.1 2.9.10 2.9.11 2.9.12 2.9.13 2.9.2 2.9.3 2.9.6 All 126 releases
authorizer / vendor / jquery.multi-select / css / multi-select.dev.css

multi-select.dev.css in Authorizer 2.9.13, at vendor/jquery.multi-select/css/multi-select.dev.css

109 lines 2.7 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /* line 1, ../scss/multi-select.scss */
2 .ms-container {
3 background: transparent url("../img/switch.png") no-repeat 50% 50%;
4 width: 370px;
5 }
6
7 /* line 6, ../scss/multi-select.scss */
8 .ms-container:after {
9 content: ".";
10 display: block;
11 height: 0;
12 line-height: 0;
13 font-size: 0;
14 clear: both;
15 min-height: 0;
16 visibility: hidden;
17 }
18
19 /* line 17, ../scss/multi-select.scss */
20 .ms-container .ms-selectable, .ms-container .ms-selection {
21 background: #fff;
22 color: #555555;
23 float: left;
24 width: 45%;
25 }
26
27 /* line 23, ../scss/multi-select.scss */
28 .ms-container .ms-selection {
29 float: right;
30 }
31
32 /* line 27, ../scss/multi-select.scss */
33 .ms-container .ms-list {
34 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
35 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
36 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
37 -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
38 -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
39 -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
40 -o-transition: border linear 0.2s, box-shadow linear 0.2s;
41 transition: border linear 0.2s, box-shadow linear 0.2s;
42 border: 1px solid #ccc;
43 -webkit-border-radius: 3px;
44 -moz-border-radius: 3px;
45 border-radius: 3px;
46 position: relative;
47 height: 200px;
48 padding: 0;
49 overflow-y: auto;
50 }
51
52 /* line 46, ../scss/multi-select.scss */
53 .ms-container .ms-list.ms-focus {
54 border-color: rgba(82, 168, 236, 0.8);
55 -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
56 -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
57 box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
58 outline: 0;
59 outline: thin dotted \9;
60 }
61
62 /* line 55, ../scss/multi-select.scss */
63 .ms-container ul {
64 margin: 0;
65 list-style-type: none;
66 padding: 0;
67 }
68
69 /* line 61, ../scss/multi-select.scss */
70 .ms-container .ms-optgroup-container {
71 width: 100%;
72 }
73
74 /* line 65, ../scss/multi-select.scss */
75 .ms-container .ms-optgroup-label {
76 margin: 0;
77 padding: 5px 0px 0px 5px;
78 cursor: pointer;
79 color: #999;
80 }
81
82 /* line 72, ../scss/multi-select.scss */
83 .ms-container .ms-selectable li.ms-elem-selectable,
84 .ms-container .ms-selection li.ms-elem-selection {
85 border-bottom: 1px #eee solid;
86 padding: 2px 10px;
87 color: #555;
88 font-size: 14px;
89 }
90
91 /* line 80, ../scss/multi-select.scss */
92 .ms-container .ms-selectable li.ms-hover,
93 .ms-container .ms-selection li.ms-hover {
94 cursor: pointer;
95 color: #fff;
96 text-decoration: none;
97 background-color: #08c;
98 }
99
100 /* line 88, ../scss/multi-select.scss */
101 .ms-container .ms-selectable li.disabled,
102 .ms-container .ms-selection li.disabled {
103 background-color: #eee;
104 color: #aaa;
105 cursor: text;
106 }
107
108 /*# sourceMappingURL=multi-select.dev.css.map */
109