less-rails-semantic_ui 2.1.8.2 → 2.2.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (97) hide show
  1. checksums.yaml +4 -4
  2. data/.github/ISSUE_TEMPLATE.md +15 -0
  3. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.eot +0 -0
  4. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.svg +146 -26
  5. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.ttf +0 -0
  6. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.woff +0 -0
  7. data/assets/fonts/semantic_ui/themes/default/assets/fonts/icons.woff2 +0 -0
  8. data/assets/javascripts/semantic_ui/definitions/behaviors/api.js +41 -16
  9. data/assets/javascripts/semantic_ui/definitions/behaviors/colorize.js +233 -227
  10. data/assets/javascripts/semantic_ui/definitions/behaviors/form.js +58 -23
  11. data/assets/javascripts/semantic_ui/definitions/behaviors/state.js +20 -7
  12. data/assets/javascripts/semantic_ui/definitions/behaviors/visibility.js +89 -22
  13. data/assets/javascripts/semantic_ui/definitions/behaviors/visit.js +13 -5
  14. data/assets/javascripts/semantic_ui/definitions/globals/site.js +2 -2
  15. data/assets/javascripts/semantic_ui/definitions/modules/accordion.js +20 -6
  16. data/assets/javascripts/semantic_ui/definitions/modules/checkbox.js +31 -9
  17. data/assets/javascripts/semantic_ui/definitions/modules/dimmer.js +27 -9
  18. data/assets/javascripts/semantic_ui/definitions/modules/dropdown.js +482 -207
  19. data/assets/javascripts/semantic_ui/definitions/modules/embed.js +50 -13
  20. data/assets/javascripts/semantic_ui/definitions/modules/modal.js +28 -13
  21. data/assets/javascripts/semantic_ui/definitions/modules/nag.js +28 -7
  22. data/assets/javascripts/semantic_ui/definitions/modules/popup.js +136 -76
  23. data/assets/javascripts/semantic_ui/definitions/modules/progress.js +177 -62
  24. data/assets/javascripts/semantic_ui/definitions/modules/rating.js +41 -8
  25. data/assets/javascripts/semantic_ui/definitions/modules/search.js +109 -56
  26. data/assets/javascripts/semantic_ui/definitions/modules/shape.js +52 -19
  27. data/assets/javascripts/semantic_ui/definitions/modules/sidebar.js +21 -7
  28. data/assets/javascripts/semantic_ui/definitions/modules/sticky.js +48 -19
  29. data/assets/javascripts/semantic_ui/definitions/modules/tab.js +57 -27
  30. data/assets/javascripts/semantic_ui/definitions/modules/transition.js +24 -8
  31. data/assets/stylesheets/semantic_ui/definitions/collections/breadcrumb.less +1 -2
  32. data/assets/stylesheets/semantic_ui/definitions/collections/form.less +42 -36
  33. data/assets/stylesheets/semantic_ui/definitions/collections/grid.less +12 -5
  34. data/assets/stylesheets/semantic_ui/definitions/collections/menu.less +50 -6
  35. data/assets/stylesheets/semantic_ui/definitions/collections/message.less +20 -1
  36. data/assets/stylesheets/semantic_ui/definitions/collections/table.less +16 -3
  37. data/assets/stylesheets/semantic_ui/definitions/elements/button.less +184 -40
  38. data/assets/stylesheets/semantic_ui/definitions/elements/container.less +1 -2
  39. data/assets/stylesheets/semantic_ui/definitions/elements/divider.less +1 -3
  40. data/assets/stylesheets/semantic_ui/definitions/elements/flag.less +1 -2
  41. data/assets/stylesheets/semantic_ui/definitions/elements/header.less +2 -2
  42. data/assets/stylesheets/semantic_ui/definitions/elements/icon.less +1 -2
  43. data/assets/stylesheets/semantic_ui/definitions/elements/image.less +6 -1
  44. data/assets/stylesheets/semantic_ui/definitions/elements/input.less +14 -14
  45. data/assets/stylesheets/semantic_ui/definitions/elements/label.less +3 -3
  46. data/assets/stylesheets/semantic_ui/definitions/elements/list.less +29 -16
  47. data/assets/stylesheets/semantic_ui/definitions/elements/loader.less +72 -9
  48. data/assets/stylesheets/semantic_ui/definitions/elements/rail.less +21 -2
  49. data/assets/stylesheets/semantic_ui/definitions/elements/reveal.less +2 -3
  50. data/assets/stylesheets/semantic_ui/definitions/elements/segment.less +44 -3
  51. data/assets/stylesheets/semantic_ui/definitions/elements/step.less +28 -8
  52. data/assets/stylesheets/semantic_ui/definitions/globals/reset.less +1 -2
  53. data/assets/stylesheets/semantic_ui/definitions/globals/site.less +0 -1
  54. data/assets/stylesheets/semantic_ui/definitions/modules/accordion.less +0 -1
  55. data/assets/stylesheets/semantic_ui/definitions/modules/checkbox.less +9 -10
  56. data/assets/stylesheets/semantic_ui/definitions/modules/dimmer.less +1 -2
  57. data/assets/stylesheets/semantic_ui/definitions/modules/dropdown.less +39 -21
  58. data/assets/stylesheets/semantic_ui/definitions/modules/embed.less +0 -1
  59. data/assets/stylesheets/semantic_ui/definitions/modules/modal.less +0 -1
  60. data/assets/stylesheets/semantic_ui/definitions/modules/nag.less +1 -2
  61. data/assets/stylesheets/semantic_ui/definitions/modules/popup.less +344 -2
  62. data/assets/stylesheets/semantic_ui/definitions/modules/progress.less +0 -1
  63. data/assets/stylesheets/semantic_ui/definitions/modules/rating.less +0 -1
  64. data/assets/stylesheets/semantic_ui/definitions/modules/search.less +1 -1
  65. data/assets/stylesheets/semantic_ui/definitions/modules/shape.less +1 -2
  66. data/assets/stylesheets/semantic_ui/definitions/modules/sidebar.less +1 -2
  67. data/assets/stylesheets/semantic_ui/definitions/modules/sticky.less +1 -2
  68. data/assets/stylesheets/semantic_ui/definitions/modules/tab.less +1 -2
  69. data/assets/stylesheets/semantic_ui/definitions/modules/transition.less +1 -2
  70. data/assets/stylesheets/semantic_ui/definitions/views/card.less +20 -2
  71. data/assets/stylesheets/semantic_ui/definitions/views/comment.less +1 -2
  72. data/assets/stylesheets/semantic_ui/definitions/views/feed.less +0 -1
  73. data/assets/stylesheets/semantic_ui/definitions/views/item.less +1 -2
  74. data/assets/stylesheets/semantic_ui/definitions/views/statistic.less +18 -19
  75. data/assets/stylesheets/semantic_ui/themes/basic/globals/reset.overrides +1 -1
  76. data/assets/stylesheets/semantic_ui/themes/default/collections/form.variables +4 -5
  77. data/assets/stylesheets/semantic_ui/themes/default/collections/menu.variables +13 -0
  78. data/assets/stylesheets/semantic_ui/themes/default/collections/message.variables +47 -1
  79. data/assets/stylesheets/semantic_ui/themes/default/collections/table.variables +7 -2
  80. data/assets/stylesheets/semantic_ui/themes/default/elements/button.variables +14 -0
  81. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.overrides +263 -76
  82. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.variables +3 -1
  83. data/assets/stylesheets/semantic_ui/themes/default/elements/input.variables +2 -4
  84. data/assets/stylesheets/semantic_ui/themes/default/elements/list.variables +2 -1
  85. data/assets/stylesheets/semantic_ui/themes/default/elements/loader.variables +17 -5
  86. data/assets/stylesheets/semantic_ui/themes/default/elements/rail.variables +2 -2
  87. data/assets/stylesheets/semantic_ui/themes/default/elements/step.variables +1 -1
  88. data/assets/stylesheets/semantic_ui/themes/default/globals/reset.overrides +1 -6
  89. data/assets/stylesheets/semantic_ui/themes/default/globals/site.variables +170 -46
  90. data/assets/stylesheets/semantic_ui/themes/default/modules/dropdown.variables +15 -12
  91. data/assets/stylesheets/semantic_ui/themes/default/modules/popup.variables +41 -3
  92. data/assets/stylesheets/semantic_ui/themes/default/modules/rating.overrides +2 -2
  93. data/assets/stylesheets/semantic_ui/themes/default/modules/sticky.variables +1 -1
  94. data/assets/stylesheets/semantic_ui/themes/default/views/card.variables +11 -0
  95. data/assets/stylesheets/semantic_ui/themes/material/collections/menu.variables +1 -1
  96. data/lib/less/rails/semantic_ui/version.rb +1 -1
  97. metadata +4 -3
@@ -8,13 +8,11 @@
8
8
  *= depend_on semantic_ui/config/modules/popup.variables
9
9
  */
10
10
 
11
-
12
11
  /*!
13
12
  * # Semantic UI - Popup
14
13
  * http://github.com/semantic-org/semantic-ui/
15
14
  *
16
15
  *
17
- * Copyright 2015 Contributors
18
16
  * Released under the MIT license
19
17
  * http://opensource.org/licenses/MIT
20
18
  *
@@ -87,6 +85,350 @@
87
85
  Types
88
86
  *******************************/
89
87
 
88
+ /*--------------
89
+ Tooltip
90
+ ---------------*/
91
+
92
+ /* Content */
93
+ [data-tooltip] {
94
+ position: relative;
95
+ }
96
+
97
+ /* Arrow */
98
+ [data-tooltip]:before {
99
+ pointer-events: none;
100
+ position: absolute;
101
+ content: '';
102
+ font-size: @medium;
103
+ width: @arrowSize;
104
+ height: @arrowSize;
105
+
106
+ background: @tooltipArrowBackground;
107
+ transform: rotate(45deg);
108
+
109
+ z-index: @arrowZIndex;
110
+ box-shadow: @tooltipArrowBoxShadow;
111
+ }
112
+
113
+ /* Popup */
114
+ [data-tooltip]:after {
115
+ pointer-events: none;
116
+ content: attr(data-tooltip);
117
+ position: absolute;
118
+ text-transform: none;
119
+ text-align: left;
120
+ white-space: nowrap;
121
+
122
+ font-size: @tooltipFontSize;
123
+
124
+ border: @tooltipBorder;
125
+ line-height: @tooltipLineHeight;
126
+ max-width: @tooltipMaxWidth;
127
+ background: @tooltipBackground;
128
+
129
+ padding: @tooltipPadding;
130
+ font-weight: @tooltipFontWeight;
131
+ font-style: @tooltipFontStyle;
132
+ color: @tooltipColor;
133
+
134
+ border-radius: @tooltipBorderRadius;
135
+ box-shadow: @tooltipBoxShadow;
136
+ z-index: @tooltipZIndex;
137
+ }
138
+
139
+ /* Default Position (Top Center) */
140
+ [data-tooltip]:not([data-position]):before {
141
+ top: auto;
142
+ right: auto;
143
+ bottom: 100%;
144
+ left: 50%;
145
+ background: @tooltipArrowBottomBackground;
146
+ margin-left: @tooltipArrowHorizontalOffset;
147
+ margin-bottom: -@tooltipArrowVerticalOffset;
148
+ }
149
+ [data-tooltip]:not([data-position]):after {
150
+ left: 50%;
151
+ transform: translateX(-50%);
152
+ bottom: 100%;
153
+ margin-bottom: @tooltipDistanceAway;
154
+ }
155
+
156
+ /* Animation */
157
+ [data-tooltip]:before,
158
+ [data-tooltip]:after {
159
+ pointer-events: none;
160
+ visibility: hidden;
161
+ }
162
+ [data-tooltip]:before {
163
+ opacity: 0;
164
+ transform: rotate(45deg) scale(0) !important;
165
+ transform-origin: center top;
166
+ transition:
167
+ all @tooltipDuration @tooltipEasing
168
+ ;
169
+ }
170
+ [data-tooltip]:after {
171
+ opacity: 1;
172
+ transform-origin: center bottom;
173
+ transition:
174
+ all @tooltipDuration @tooltipEasing
175
+ ;
176
+ }
177
+ [data-tooltip]:hover:before,
178
+ [data-tooltip]:hover:after {
179
+ visibility: visible;
180
+ pointer-events: auto;
181
+ }
182
+ [data-tooltip]:hover:before {
183
+ transform: rotate(45deg) scale(1) !important;
184
+ opacity: 1;
185
+ }
186
+
187
+ /* Animation Position */
188
+ [data-tooltip]:after,
189
+ [data-tooltip][data-position="top center"]:after,
190
+ [data-tooltip][data-position="bottom center"]:after {
191
+ transform: translateX(-50%) scale(0) !important;
192
+ }
193
+ [data-tooltip]:hover:after,
194
+ [data-tooltip][data-position="bottom center"]:hover:after {
195
+ transform: translateX(-50%) scale(1) !important;
196
+ }
197
+ [data-tooltip][data-position="left center"]:after,
198
+ [data-tooltip][data-position="right center"]:after {
199
+ transform: translateY(-50%) scale(0) !important;
200
+ }
201
+ [data-tooltip][data-position="left center"]:hover:after,
202
+ [data-tooltip][data-position="right center"]:hover:after {
203
+ transform: translateY(-50%) scale(1) !important;
204
+ }
205
+ [data-tooltip][data-position="top left"]:after,
206
+ [data-tooltip][data-position="top right"]:after,
207
+ [data-tooltip][data-position="bottom left"]:after,
208
+ [data-tooltip][data-position="bottom right"]:after {
209
+ transform: scale(0) !important;
210
+ }
211
+ [data-tooltip][data-position="top left"]:hover:after,
212
+ [data-tooltip][data-position="top right"]:hover:after,
213
+ [data-tooltip][data-position="bottom left"]:hover:after,
214
+ [data-tooltip][data-position="bottom right"]:hover:after {
215
+ transform: scale(1) !important;
216
+ }
217
+
218
+
219
+ /*--------------
220
+ Inverted
221
+ ---------------*/
222
+
223
+ /* Arrow */
224
+ [data-tooltip][data-inverted]:before {
225
+ box-shadow: none !important;
226
+ }
227
+
228
+ /* Arrow Position */
229
+ [data-tooltip][data-inverted]:before {
230
+ background: @invertedArrowBottomBackground;
231
+ }
232
+
233
+ /* Popup */
234
+ [data-tooltip][data-inverted]:after {
235
+ background: @tooltipInvertedBackground;
236
+ color: @tooltipInvertedColor;
237
+ border: @tooltipInvertedBorder;
238
+ box-shadow: @tooltipInvertedBoxShadow;
239
+ }
240
+ [data-tooltip][data-inverted]:after .header {
241
+ background-color: @tooltipInvertedHeaderBackground;
242
+ color: @tooltipInvertedHeaderColor;
243
+ }
244
+
245
+ /*--------------
246
+ Position
247
+ ---------------*/
248
+
249
+ /* Top Center */
250
+ [data-position="top center"][data-tooltip]:after {
251
+ top: auto;
252
+ right: auto;
253
+ left: 50%;
254
+ bottom: 100%;
255
+ transform: translateX(-50%);
256
+ margin-bottom: @tooltipDistanceAway;
257
+ }
258
+ [data-position="top center"][data-tooltip]:before {
259
+ top: auto;
260
+ right: auto;
261
+ bottom: 100%;
262
+ left: 50%;
263
+ background: @tooltipArrowTopBackground;
264
+ margin-left: @tooltipArrowHorizontalOffset;
265
+ margin-bottom: -@tooltipArrowVerticalOffset;
266
+ }
267
+
268
+ /* Top Left */
269
+ [data-position="top left"][data-tooltip]:after {
270
+ top: auto;
271
+ right: auto;
272
+ left: 0;
273
+ bottom: 100%;
274
+ margin-bottom: @tooltipDistanceAway;
275
+ }
276
+ [data-position="top left"][data-tooltip]:before {
277
+ top: auto;
278
+ right: auto;
279
+ bottom: 100%;
280
+ left: @arrowDistanceFromEdge;
281
+ margin-left: @tooltipArrowHorizontalOffset;
282
+ margin-bottom: -@tooltipArrowVerticalOffset;
283
+ }
284
+
285
+ /* Top Right */
286
+ [data-position="top right"][data-tooltip]:after {
287
+ top: auto;
288
+ left: auto;
289
+ right: 0;
290
+ bottom: 100%;
291
+ margin-bottom: @tooltipDistanceAway;
292
+ }
293
+ [data-position="top right"][data-tooltip]:before {
294
+ top: auto;
295
+ left: auto;
296
+ bottom: 100%;
297
+ right: @arrowDistanceFromEdge;
298
+ margin-left: @tooltipArrowHorizontalOffset;
299
+ margin-bottom: -@tooltipArrowVerticalOffset;
300
+ }
301
+
302
+
303
+ /* Bottom Center */
304
+ [data-position="bottom center"][data-tooltip]:after {
305
+ bottom: auto;
306
+ right: auto;
307
+ left: 50%;
308
+ top: 100%;
309
+ transform: translateX(-50%);
310
+ margin-top: @tooltipDistanceAway;
311
+ }
312
+ [data-position="bottom center"][data-tooltip]:before {
313
+ bottom: auto;
314
+ right: auto;
315
+ top: 100%;
316
+ left: 50%;
317
+ margin-left: @tooltipArrowHorizontalOffset;
318
+ margin-top: -@tooltipArrowVerticalOffset;
319
+ }
320
+
321
+ /* Bottom Left */
322
+ [data-position="bottom left"][data-tooltip]:after {
323
+ left: 0;
324
+ top: 100%;
325
+ margin-top: @tooltipDistanceAway;
326
+ }
327
+ [data-position="bottom left"][data-tooltip]:before {
328
+ bottom: auto;
329
+ right: auto;
330
+ top: 100%;
331
+ left: @arrowDistanceFromEdge;
332
+ margin-left: @tooltipArrowHorizontalOffset;
333
+ margin-top: -@tooltipArrowVerticalOffset;
334
+ }
335
+
336
+ /* Bottom Right */
337
+ [data-position="bottom right"][data-tooltip]:after {
338
+ right: 0;
339
+ top: 100%;
340
+ margin-top: @tooltipDistanceAway;
341
+ }
342
+ [data-position="bottom right"][data-tooltip]:before {
343
+ bottom: auto;
344
+ left: auto;
345
+ top: 100%;
346
+ right: @arrowDistanceFromEdge;
347
+ margin-left: @tooltipArrowVerticalOffset;
348
+ margin-top: -@tooltipArrowHorizontalOffset;
349
+ }
350
+
351
+ /* Left Center */
352
+ [data-position="left center"][data-tooltip]:after {
353
+ right: 100%;
354
+ top: 50%;
355
+ margin-right: @tooltipDistanceAway;
356
+ transform: translateY(-50%);
357
+ }
358
+ [data-position="left center"][data-tooltip]:before {
359
+ right: 100%;
360
+ top: 50%;
361
+ margin-top: @tooltipArrowVerticalOffset;
362
+ margin-right: @tooltipArrowHorizontalOffset;
363
+ }
364
+
365
+ /* Right Center */
366
+ [data-position="right center"][data-tooltip]:after {
367
+ left: 100%;
368
+ top: 50%;
369
+ margin-left: @tooltipDistanceAway;
370
+ transform: translateY(-50%);
371
+ }
372
+ [data-position="right center"][data-tooltip]:before {
373
+ left: 100%;
374
+ top: 50%;
375
+ margin-top: @tooltipArrowHorizontalOffset;
376
+ margin-left: -@tooltipArrowVerticalOffset;
377
+ }
378
+
379
+ /* Arrow */
380
+ [data-position~="bottom"][data-tooltip]:before {
381
+ background: @arrowTopBackground;
382
+ box-shadow: @bottomArrowBoxShadow;
383
+ }
384
+ [data-position="left center"][data-tooltip]:before {
385
+ background: @arrowCenterBackground;
386
+ box-shadow: @leftArrowBoxShadow;
387
+ }
388
+ [data-position="right center"][data-tooltip]:before {
389
+ background: @arrowCenterBackground;
390
+ box-shadow: @rightArrowBoxShadow;
391
+ }
392
+ [data-position~="top"][data-tooltip]:before {
393
+ background: @arrowBottomBackground;
394
+ }
395
+
396
+ /* Inverted Arrow Color */
397
+ [data-inverted][data-position~="bottom"][data-tooltip]:before {
398
+ background: @invertedArrowTopBackground;
399
+ box-shadow: @bottomArrowBoxShadow;
400
+ }
401
+ [data-inverted][data-position="left center"][data-tooltip]:before {
402
+ background: @invertedArrowCenterBackground;
403
+ box-shadow: @leftArrowBoxShadow;
404
+ }
405
+ [data-inverted][data-position="right center"][data-tooltip]:before {
406
+ background: @invertedArrowCenterBackground;
407
+ box-shadow: @rightArrowBoxShadow;
408
+ }
409
+ [data-inverted][data-position~="top"][data-tooltip]:before {
410
+ background: @invertedArrowBottomBackground;
411
+ }
412
+
413
+ [data-position~="bottom"][data-tooltip]:before {
414
+ transform-origin: center bottom;
415
+ }
416
+ [data-position~="bottom"][data-tooltip]:after {
417
+ transform-origin: center top;
418
+ }
419
+ [data-position="left center"][data-tooltip]:before {
420
+ transform-origin: top center;
421
+ }
422
+ [data-position="left center"][data-tooltip]:after {
423
+ transform-origin: right center;
424
+ }
425
+ [data-position="right center"][data-tooltip]:before {
426
+ transform-origin: right center;
427
+ }
428
+ [data-position="right center"][data-tooltip]:after {
429
+ transform-origin: left center;
430
+ }
431
+
90
432
  /*--------------
91
433
  Spacing
92
434
  ---------------*/
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -82,6 +81,7 @@
82
81
  top: 100%;
83
82
  left: 0%;
84
83
  transform-origin: center top;
84
+ white-space: normal;
85
85
 
86
86
  background: @resultsBackground;
87
87
 
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -158,4 +157,4 @@
158
157
  display: block;
159
158
  }
160
159
 
161
- .loadUIOverrides();
160
+ .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -560,4 +559,4 @@ html.ios body {
560
559
  transform: scale(0.75);
561
560
  }
562
561
 
563
- .loadUIOverrides();
562
+ .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -82,4 +81,4 @@
82
81
  position: sticky;
83
82
  }
84
83
 
85
- .loadUIOverrides();
84
+ .loadUIOverrides();
@@ -13,7 +13,6 @@
13
13
  * http://github.com/semantic-org/semantic-ui/
14
14
  *
15
15
  *
16
- * Copyright 2015 Contributors
17
16
  * Released under the MIT license
18
17
  * http://opensource.org/licenses/MIT
19
18
  *
@@ -102,4 +101,4 @@
102
101
  box-shadow: 0px 0px 0px 1px transparent;
103
102
  }
104
103
 
105
- .loadUIOverrides();
104
+ .loadUIOverrides();