redmine_crm 0.0.45 → 0.0.46

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: aef723e01ed85be078455edc39acf673a26bd0f6
4
- data.tar.gz: 82ca7fdb44bd1f9e9e30c00b1781753d77bcadcb
3
+ metadata.gz: 6ec79f1544566d58c025b791d7ef86d9bf78ab73
4
+ data.tar.gz: be352f660d38fddc5818d92e22ae06fda8244448
5
5
  SHA512:
6
- metadata.gz: 47a9a4e2905a5eb213fdba4ec3ca7809491d028406edc4979d939361e31b35538c97788da52585acc07abdb45b03929b90126ed02a1dfef4ffb593ef1f28db8d
7
- data.tar.gz: 4c4b413a48d2ac0eb6888236b67eab8ababe1c5fed7f668024375be54281e3449de4d8b31dbfdf35680eb947873637265e2443582883a83a76d07e8a6d54090c
6
+ metadata.gz: e9bb7dbcbde4808ca94707defdfac09c6e2a7d5eadd64b57f198f5d8991e95b1ef0562e588341bebb356ba1abfce848cc201ca912e8c930909a74b5029153515
7
+ data.tar.gz: 1db307a3ccf82eb9b7fc6de0efbb33c6093f14b9ee606ddab87bf4a02ce48e06b693b0f0a450f2ca58968bde397c5d6a3c801d9554e29fc792dcf3d9240c2a2a
data/doc/CHANGELOG CHANGED
@@ -4,7 +4,7 @@ Redmine crm gem - general functions for plugins (tags, vote, viewing, currency)
4
4
  Copyright (C) 2011-2019 RedmineUP
5
5
  https://www.redmineup.com/
6
6
 
7
- == 2019-08-14 v0.0.45
7
+ == 2019-08-14 v0.0.46
8
8
 
9
9
  * select2 update
10
10
 
@@ -1,3 +1,3 @@
1
1
  module RedmineCrm
2
- VERSION = '0.0.45'
2
+ VERSION = '0.0.46'
3
3
  end
@@ -1 +1,415 @@
1
- .select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}
1
+ .select2-container {
2
+ box-sizing: border-box;
3
+ display: inline-block;
4
+ margin: 0;
5
+ position: relative;
6
+ vertical-align: middle;
7
+ }
8
+ .select2-container .select2-selection--single {
9
+ box-sizing: border-box;
10
+ cursor: pointer;
11
+ display: block;
12
+ height: 28px;
13
+ user-select: none;
14
+ -webkit-user-select: none;
15
+ }
16
+ .select2-container .select2-selection--single .select2-selection__rendered {
17
+ display: block;
18
+ padding-left: 8px;
19
+ padding-right: 20px;
20
+ overflow: hidden;
21
+ text-overflow: ellipsis;
22
+ white-space: nowrap;
23
+ }
24
+ .select2-container .select2-selection--single .select2-selection__clear {
25
+ position: relative;
26
+ }
27
+ .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
28
+ padding-right: 8px;
29
+ padding-left: 20px;
30
+ }
31
+ .select2-container .select2-selection--multiple {
32
+ box-sizing: border-box;
33
+ cursor: pointer;
34
+ display: block;
35
+ min-height: 24px;
36
+ user-select: none;
37
+ -webkit-user-select: none;
38
+ }
39
+ .select2-container .select2-selection--multiple .select2-selection__rendered {
40
+ /*display: inline-block;*/
41
+ overflow: hidden;
42
+ padding-left: 8px;
43
+ text-overflow: ellipsis;
44
+ white-space: nowrap;
45
+ }
46
+ .select2-container .select2-search--inline {
47
+ float: left;
48
+ }
49
+ .select2-container .select2-search--inline .select2-search__field {
50
+ box-sizing: border-box;
51
+ border: none;
52
+ font-size: 100%;
53
+ margin-top: 2px;
54
+ padding: 0;
55
+ }
56
+ .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
57
+ -webkit-appearance: none;
58
+ }
59
+
60
+ .select2-dropdown {
61
+ background-color: white;
62
+ border: 1px solid #aaa;
63
+ border-radius: 4px;
64
+ box-sizing: border-box;
65
+ display: block;
66
+ position: absolute;
67
+ left: -100000px;
68
+ width: 100%;
69
+ z-index: 1051;
70
+ }
71
+
72
+ .select2-results {
73
+ display: block;
74
+ }
75
+
76
+ .select2-results__options {
77
+ list-style: none;
78
+ margin: 0;
79
+ padding: 0;
80
+ }
81
+
82
+ .select2-results__option {
83
+ padding: 6px;
84
+ user-select: none;
85
+ -webkit-user-select: none;
86
+ }
87
+ .select2-results__option[aria-selected] {
88
+ cursor: pointer;
89
+ }
90
+
91
+ .select2-container--open .select2-dropdown {
92
+ left: 0;
93
+ }
94
+
95
+ .select2-container--open .select2-dropdown--above {
96
+ border-bottom: none;
97
+ border-bottom-left-radius: 0;
98
+ border-bottom-right-radius: 0;
99
+ }
100
+
101
+ .select2-container--open .select2-dropdown--below {
102
+ border-top: none;
103
+ border-top-left-radius: 0;
104
+ border-top-right-radius: 0;
105
+ }
106
+
107
+ .select2-search--dropdown {
108
+ display: block;
109
+ padding: 4px;
110
+ }
111
+ .select2-search--dropdown .select2-search__field {
112
+ padding: 4px;
113
+ width: 100%;
114
+ box-sizing: border-box;
115
+ }
116
+ .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
117
+ -webkit-appearance: none;
118
+ }
119
+ .select2-search--dropdown.select2-search--hide {
120
+ display: none;
121
+ }
122
+
123
+ .select2-close-mask {
124
+ border: 0;
125
+ margin: 0;
126
+ padding: 0;
127
+ display: block;
128
+ position: fixed;
129
+ left: 0;
130
+ top: 0;
131
+ min-height: 100%;
132
+ min-width: 100%;
133
+ height: auto;
134
+ width: auto;
135
+ opacity: 0;
136
+ z-index: 99;
137
+ background-color: #fff;
138
+ filter: alpha(opacity=0);
139
+ }
140
+
141
+ .select2-hidden-accessible {
142
+ border: 0 !important;
143
+ clip: rect(0 0 0 0) !important;
144
+ height: 1px !important;
145
+ margin: -1px !important;
146
+ overflow: hidden !important;
147
+ padding: 0 !important;
148
+ position: absolute !important;
149
+ width: 1px !important;
150
+ }
151
+
152
+ .select2-container--default .select2-selection--single {
153
+ background: #fff url(../images/vcard.png) no-repeat 2px 50%;
154
+ border: 1px solid #9EB1C2;
155
+ border-radius: 2px;
156
+ height: 21px;
157
+ }
158
+
159
+ .select2-container--default .select2-selection--single .select2-selection__rendered {
160
+ padding-left: 21px;
161
+ line-height: 18px;
162
+ font-size: 11px;
163
+ }
164
+
165
+ .select2-container--default .select2-selection--single .select2-selection__clear {
166
+ cursor: pointer;
167
+ float: right;
168
+ font-weight: normal;
169
+ color: #888;
170
+ }
171
+ .select2-container--default .select2-selection--single .select2-selection__placeholder {
172
+ color: #999;
173
+ }
174
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
175
+ height: 20px;
176
+ position: absolute;
177
+ top: 0px;
178
+ right: 1px;
179
+ width: 20px;
180
+ }
181
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
182
+ border-color: #888 transparent transparent transparent;
183
+ border-style: solid;
184
+ border-width: 5px 4px 0 4px;
185
+ height: 0;
186
+ left: 50%;
187
+ margin-left: -4px;
188
+ margin-top: -2px;
189
+ position: absolute;
190
+ top: 50%;
191
+ width: 0;
192
+ }
193
+ .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
194
+ float: left;
195
+ }
196
+ .select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
197
+ left: 1px;
198
+ right: auto;
199
+ }
200
+ .select2-container--default.select2-container--disabled .select2-selection--single {
201
+ background-color: #eee;
202
+ cursor: default;
203
+ }
204
+ .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
205
+ display: none;
206
+ }
207
+ .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
208
+ border-color: transparent transparent #888 transparent;
209
+ border-width: 0 4px 5px 4px;
210
+ }
211
+ .select2-container--default .select2-selection--multiple {
212
+ background-color: white;
213
+ border: 1px solid #9EB1C2;
214
+ border-radius: 2px;
215
+ cursor: text;
216
+ }
217
+
218
+ #sidebar .select2-container--default .select2-selection--multiple .select2-selection__rendered,
219
+ .select2-container--default .select2-selection--multiple .select2-selection__rendered {
220
+ box-sizing: border-box;
221
+ list-style: none;
222
+ margin: 0;
223
+ padding: 0 2px 2px 2px;
224
+ width: 100%;
225
+ }
226
+ .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
227
+ list-style: none;
228
+ }
229
+ .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
230
+ color: #999;
231
+ margin-top: 5px;
232
+ float: left;
233
+ }
234
+ .select2-container--default .select2-selection--multiple .select2-selection__clear {
235
+ cursor: pointer;
236
+ float: right;
237
+ font-weight: bold;
238
+ margin-top: 5px;
239
+ margin-right: 10px;
240
+ }
241
+
242
+ #sidebar .select2-container--default .select2-selection--multiple .select2-selection__choice,
243
+ .select2-container--default .select2-selection--multiple .select2-selection__choice {
244
+ background-color: #efefef;
245
+ border-radius: 2px;
246
+ cursor: default;
247
+ float: left;
248
+ margin-right: 3px;
249
+ margin-top: 3px;
250
+ padding: 0 3px;
251
+ }
252
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
253
+ color: #aaa;
254
+ cursor: pointer;
255
+ display: inline-block;
256
+ font-weight: normal;
257
+ margin-right: 2px;
258
+ }
259
+ .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
260
+ color: #333;
261
+ }
262
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
263
+ float: right;
264
+ }
265
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
266
+ margin-left: 5px;
267
+ margin-right: auto;
268
+ }
269
+ .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
270
+ margin-left: 2px;
271
+ margin-right: auto;
272
+ }
273
+ .select2-container--default.select2-container--focus .select2-selection--multiple {
274
+ border: solid #aaa 1px;
275
+ outline: 0;
276
+ }
277
+ .select2-container--default.select2-container--disabled .select2-selection--multiple {
278
+ background-color: #eee;
279
+ cursor: default;
280
+ }
281
+ .select2-container--default.select2-container--disabled .select2-selection__choice__remove {
282
+ display: none;
283
+ }
284
+ .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
285
+ border-top-left-radius: 0;
286
+ border-top-right-radius: 0;
287
+ }
288
+ .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
289
+ border-bottom-left-radius: 0;
290
+ border-bottom-right-radius: 0;
291
+ }
292
+ .select2-container--default .select2-search--dropdown .select2-search__field {
293
+ border: 1px solid #aaa;
294
+ }
295
+ .select2-container--default .select2-search--inline .select2-search__field {
296
+ background: transparent;
297
+ border: none;
298
+ outline: 0;
299
+ box-shadow: none;
300
+ -webkit-appearance: textfield;
301
+ }
302
+ .select2-container--default .select2-results > .select2-results__options {
303
+ max-height: 200px;
304
+ overflow-y: auto;
305
+ }
306
+ .select2-container--default .select2-results__option[role=group] {
307
+ padding: 0;
308
+ }
309
+ .select2-container--default .select2-results__option[aria-disabled=true] {
310
+ color: #999;
311
+ }
312
+ .select2-container--default .select2-results__option[aria-selected=true] {
313
+ background-color: #eee;
314
+ }
315
+ .select2-container--default .select2-results__option .select2-results__option {
316
+ padding-left: 1em;
317
+ }
318
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
319
+ padding-left: 0;
320
+ }
321
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
322
+ margin-left: -1em;
323
+ padding-left: 2em;
324
+ }
325
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
326
+ margin-left: -2em;
327
+ padding-left: 3em;
328
+ }
329
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
330
+ margin-left: -3em;
331
+ padding-left: 4em;
332
+ }
333
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
334
+ margin-left: -4em;
335
+ padding-left: 5em;
336
+ }
337
+ .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
338
+ margin-left: -5em;
339
+ padding-left: 6em;
340
+ }
341
+ .select2-container--default .select2-results__option--highlighted[aria-selected] {
342
+ background-color: #eef5fd;
343
+ }
344
+ .select2-container--default .select2-results__group {
345
+ cursor: default;
346
+ display: block;
347
+ padding: 6px;
348
+ }
349
+
350
+ .filter .select2 {
351
+ margin: 1px;
352
+ }
353
+
354
+ .filter .select2-selection--multiple .select2-search--inline .select2-search__field {
355
+ border: 0px !important;
356
+ height: inherit !important;
357
+ padding: 0px !important;
358
+ width: 2em !important;
359
+ }
360
+
361
+ .filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
362
+ border: 0px;
363
+ padding: 2px 5px;
364
+ }
365
+
366
+ /* == Theming ===
367
+
368
+ .select2-container--default .select2-selection--single {
369
+ background: #fff url(../images/vcard.png) no-repeat 2px 50%;
370
+ border: 1px solid #9EB1C2;
371
+ border-radius: 2px;
372
+ height: 21px;
373
+ }
374
+
375
+ .select2-container--default .select2-selection--single:focus {
376
+ border-color: #2996cc;
377
+ outline: none;
378
+ }
379
+
380
+ .select2-container--default .select2-selection--single .select2-selection__rendered {
381
+ padding-left: 21px;
382
+ line-height: 18px;
383
+ font-size: 11px;
384
+ }
385
+
386
+ .select2-container--default .select2-selection--single .select2-selection__arrow {
387
+ height: 20px;
388
+ top: 0px;
389
+ right: 1px;
390
+ }
391
+
392
+ .select2-container--default .select2-selection--single .select2-selection__clear {
393
+ font-weight: normal;
394
+ color: #888;
395
+ }
396
+
397
+ .select2-container--default .select2-results__option[aria-selected=true] {
398
+ background-color: #eee;
399
+ }
400
+
401
+ .select2-container--default .select2-results__option--highlighted[aria-selected] {
402
+ background-color: #eef5fd;
403
+ }
404
+
405
+ .select2-container--default .select2-selection--single .select2-selection__arrow b {
406
+ border-color: #afafaf transparent transparent transparent;
407
+ }
408
+
409
+ .select2-dropdown {
410
+ border: 1px solid #e0e2e3;
411
+ border-radius: 3px;
412
+ }
413
+
414
+ */
415
+
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: redmine_crm
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.45
4
+ version: 0.0.46
5
5
  platform: ruby
6
6
  authors:
7
7
  - RedmineUP