fomantic-ui-sass 2.9.1 → 2.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +8 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  10. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  18. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  19. data/app/assets/javascripts/semantic-ui/accordion.js +3 -3
  20. data/app/assets/javascripts/semantic-ui/dimmer.js +2 -2
  21. data/app/assets/javascripts/semantic-ui/dropdown.js +2 -2
  22. data/app/assets/javascripts/semantic-ui/embed.js +1 -1
  23. data/app/assets/javascripts/semantic-ui/flyout.js +17 -29
  24. data/app/assets/javascripts/semantic-ui/form.js +116 -106
  25. data/app/assets/javascripts/semantic-ui/modal.js +14 -7
  26. data/app/assets/javascripts/semantic-ui/popup.js +19 -7
  27. data/app/assets/javascripts/semantic-ui/progress.js +2 -28
  28. data/app/assets/javascripts/semantic-ui/search.js +1 -1
  29. data/app/assets/javascripts/semantic-ui/shape.js +14 -36
  30. data/app/assets/javascripts/semantic-ui/sidebar.js +6 -26
  31. data/app/assets/javascripts/semantic-ui/toast.js +2 -2
  32. data/app/assets/javascripts/semantic-ui/transition.js +9 -60
  33. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  34. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +66 -37
  35. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +7 -1
  36. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +31 -7
  37. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +1 -1
  38. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2 -2
  39. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +1 -1
  40. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
  41. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
  42. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +2 -2
  43. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
  45. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +1 -1
  46. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  47. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +59 -25
  48. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +1 -1
  49. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +1 -1
  50. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
  51. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +1 -1
  52. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  53. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  54. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +26 -4
  55. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +4 -4
  56. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +2 -2
  57. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
  58. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +1 -10
  59. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +1 -1
  60. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +1 -1
  61. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +40 -40
  62. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +8 -6
  64. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +2 -2
  65. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +1 -1
  66. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -1
  67. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  68. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +148 -3
  69. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  70. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
  71. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
  72. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  73. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +1 -1
  74. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +9 -6
  75. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  76. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
  77. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +1 -1
  78. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  79. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +1 -1
  80. data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
  81. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
  82. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
  83. data/app/assets/stylesheets/semantic-ui/views/_item.scss +2 -2
  84. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
  85. data/lib/fomantic/ui/sass/version.rb +2 -2
  86. metadata +1 -1
@@ -59,7 +59,6 @@
59
59
  instance = $module.data(moduleNamespace),
60
60
 
61
61
  animating = false,
62
- transitionEnd,
63
62
  module
64
63
  ;
65
64
  module = {
@@ -115,7 +114,6 @@
115
114
 
116
115
  initialize: function () {
117
116
  module.set.duration();
118
- module.set.transitionEvent();
119
117
  module.debug(element);
120
118
 
121
119
  module.read.metadata();
@@ -195,17 +193,14 @@
195
193
 
196
194
  bind: {
197
195
  transitionEnd: function (callback) {
198
- var
199
- transitionEnd = module.get.transitionEnd()
200
- ;
201
196
  $bars
202
- .one(transitionEnd + eventNamespace, function (event) {
197
+ .one('transitionend' + eventNamespace, function (event) {
203
198
  clearTimeout(module.failSafeTimer);
204
199
  callback.call(this, event);
205
200
  })
206
201
  ;
207
202
  module.failSafeTimer = setTimeout(function () {
208
- $bars.triggerHandler(transitionEnd);
203
+ $bars.triggerHandler('transitionend');
209
204
  }, settings.duration + settings.failSafeDelay);
210
205
  module.verbose('Adding fail safe timer', module.timer);
211
206
  },
@@ -330,24 +325,6 @@
330
325
  : value;
331
326
  },
332
327
 
333
- transitionEnd: function () {
334
- var
335
- element = document.createElement('element'),
336
- transitions = {
337
- transition: 'transitionend',
338
- OTransition: 'oTransitionEnd',
339
- MozTransition: 'transitionend',
340
- WebkitTransition: 'webkitTransitionEnd',
341
- },
342
- transition
343
- ;
344
- for (transition in transitions) {
345
- if (element.style[transition] !== undefined) {
346
- return transitions[transition];
347
- }
348
- }
349
- },
350
-
351
328
  // gets current displayed percentage (if animating values this is the intermediary value)
352
329
  displayPercent: function (index) {
353
330
  var
@@ -687,9 +664,6 @@
687
664
  settings.onError.call(element, module.value, module.total);
688
665
  });
689
666
  },
690
- transitionEvent: function () {
691
- transitionEnd = module.get.transitionEnd();
692
- },
693
667
  total: function (totalValue) {
694
668
  module.total = totalValue;
695
669
  },
@@ -408,7 +408,7 @@
408
408
  return module.is.focused() && !module.is.visible() && !module.is.empty();
409
409
  },
410
410
  transition: function () {
411
- return settings.transition && $.fn.transition !== undefined && $module.transition('is supported');
411
+ return settings.transition && $.fn.transition !== undefined;
412
412
  },
413
413
  },
414
414
 
@@ -116,33 +116,29 @@
116
116
  module.set.active();
117
117
  };
118
118
  settings.onBeforeChange.call($nextSide[0]);
119
- if (module.get.transitionEvent()) {
120
- module.verbose('Starting CSS animation');
119
+ module.verbose('Starting CSS animation');
120
+ $module
121
+ .addClass(className.animating)
122
+ ;
123
+ $sides
124
+ .css(propertyObject)
125
+ .one('transitionend', callback)
126
+ ;
127
+ module.set.duration(settings.duration);
128
+ requestAnimationFrame(function () {
121
129
  $module
122
130
  .addClass(className.animating)
123
131
  ;
124
- $sides
125
- .css(propertyObject)
126
- .one(module.get.transitionEvent(), callback)
132
+ $activeSide
133
+ .addClass(className.hidden)
127
134
  ;
128
- module.set.duration(settings.duration);
129
- requestAnimationFrame(function () {
130
- $module
131
- .addClass(className.animating)
132
- ;
133
- $activeSide
134
- .addClass(className.hidden)
135
- ;
136
- });
137
- } else {
138
- callback();
139
- }
135
+ });
140
136
  },
141
137
 
142
138
  queue: function (method) {
143
139
  module.debug('Queueing animation of', method);
144
140
  $sides
145
- .one(module.get.transitionEvent(), function () {
141
+ .one('transitionend', function () {
146
142
  module.debug('Executing queued animation');
147
143
  setTimeout(function () {
148
144
  $module.shape(method);
@@ -412,24 +408,6 @@
412
408
  },
413
409
  },
414
410
 
415
- transitionEvent: function () {
416
- var
417
- element = document.createElement('element'),
418
- transitions = {
419
- transition: 'transitionend',
420
- OTransition: 'oTransitionEnd',
421
- MozTransition: 'transitionend',
422
- WebkitTransition: 'webkitTransitionEnd',
423
- },
424
- transition
425
- ;
426
- for (transition in transitions) {
427
- if (element.style[transition] !== undefined) {
428
- return transitions[transition];
429
- }
430
- }
431
- },
432
-
433
411
  nextSide: function () {
434
412
  return $activeSide.next(selector.side).length > 0
435
413
  ? $activeSide.next(selector.side)
@@ -69,7 +69,6 @@
69
69
  elementNamespace,
70
70
  id,
71
71
  currentScroll,
72
- transitionEvent,
73
72
  initialBodyMargin = '',
74
73
  tempBodyMargin = '',
75
74
  hadScrollbar = false,
@@ -84,8 +83,6 @@
84
83
 
85
84
  module.create.id();
86
85
 
87
- transitionEvent = module.get.transitionEvent();
88
-
89
86
  // avoids locking rendering if initialized in onReady
90
87
  if (settings.delaySetup) {
91
88
  requestAnimationFrame(module.setup.layout);
@@ -492,13 +489,13 @@
492
489
  };
493
490
  transitionEnd = function (event) {
494
491
  if (event.target === $transition[0]) {
495
- $transition.off(transitionEvent + elementNamespace, transitionEnd);
492
+ $transition.off('transitionend' + elementNamespace, transitionEnd);
496
493
  module.remove.animating();
497
494
  callback.call(element);
498
495
  }
499
496
  };
500
- $transition.off(transitionEvent + elementNamespace);
501
- $transition.on(transitionEvent + elementNamespace, transitionEnd);
497
+ $transition.off('transitionend' + elementNamespace);
498
+ $transition.on('transitionend' + elementNamespace, transitionEnd);
502
499
  requestAnimationFrame(animate);
503
500
  if (settings.dimPage && !module.othersVisible()) {
504
501
  requestAnimationFrame(dim);
@@ -532,7 +529,7 @@
532
529
  };
533
530
  transitionEnd = function (event) {
534
531
  if (event.target === $transition[0]) {
535
- $transition.off(transitionEvent + elementNamespace, transitionEnd);
532
+ $transition.off('transitionend' + elementNamespace, transitionEnd);
536
533
  module.remove.animating();
537
534
  module.remove.closing();
538
535
  module.remove.transition();
@@ -546,8 +543,8 @@
546
543
  callback.call(element);
547
544
  }
548
545
  };
549
- $transition.off(transitionEvent + elementNamespace);
550
- $transition.on(transitionEvent + elementNamespace, transitionEnd);
546
+ $transition.off('transitionend' + elementNamespace);
547
+ $transition.on('transitionend' + elementNamespace, transitionEnd);
551
548
  requestAnimationFrame(animate);
552
549
  },
553
550
 
@@ -722,23 +719,6 @@
722
719
 
723
720
  return transition;
724
721
  },
725
- transitionEvent: function () {
726
- var
727
- element = document.createElement('element'),
728
- transitions = {
729
- transition: 'transitionend',
730
- OTransition: 'oTransitionEnd',
731
- MozTransition: 'transitionend',
732
- WebkitTransition: 'webkitTransitionEnd',
733
- },
734
- transition
735
- ;
736
- for (transition in transitions) {
737
- if (element.style[transition] !== undefined) {
738
- return transitions[transition];
739
- }
740
- }
741
- },
742
722
  },
743
723
  has: {
744
724
  scrollbar: function () {
@@ -397,7 +397,7 @@
397
397
  animate: {
398
398
  show: function (callback) {
399
399
  callback = isFunction(callback) ? callback : function () {};
400
- if (settings.transition && module.can.useElement('transition') && $module.transition('is supported')) {
400
+ if (settings.transition && module.can.useElement('transition')) {
401
401
  module.set.visible();
402
402
  $toastBox
403
403
  .transition({
@@ -417,7 +417,7 @@
417
417
  },
418
418
  close: function (callback) {
419
419
  callback = isFunction(callback) ? callback : function () {};
420
- if (settings.transition && $.fn.transition !== undefined && $module.transition('is supported')) {
420
+ if (settings.transition && $.fn.transition !== undefined) {
421
421
  $toastBox
422
422
  .transition({
423
423
  animation: settings.transition.hideMethod + ' out',
@@ -46,7 +46,6 @@
46
46
  error,
47
47
  className,
48
48
  metadata,
49
- animationEnd,
50
49
 
51
50
  moduleNamespace,
52
51
  eventNamespace,
@@ -69,9 +68,6 @@
69
68
  moduleNamespace = 'module-' + settings.namespace;
70
69
  instance = $module.data(moduleNamespace) || module;
71
70
 
72
- // get vendor specific events
73
- animationEnd = module.get.animationEndEvent();
74
-
75
71
  if (methodInvoked) {
76
72
  methodInvoked = module.invoke(query);
77
73
  }
@@ -152,11 +148,7 @@
152
148
 
153
149
  animate: function (overrideSettings) {
154
150
  settings = overrideSettings || settings;
155
- if (!module.is.supported()) {
156
- module.error(error.support);
157
151
 
158
- return false;
159
- }
160
152
  module.debug('Preparing animation', settings.animation);
161
153
  if (module.is.animating()) {
162
154
  if (settings.queue) {
@@ -195,7 +187,7 @@
195
187
  module.debug('Queueing animation of', animation);
196
188
  module.queuing = true;
197
189
  $module
198
- .one(animationEnd + '.queue' + eventNamespace, function () {
190
+ .one('animationend.queue' + eventNamespace, function () {
199
191
  module.queuing = false;
200
192
  module.repaint();
201
193
  module.animate.apply(this, settings);
@@ -216,7 +208,7 @@
216
208
  module.restore.conditions();
217
209
  module.hide();
218
210
  } else if (module.is.inward()) {
219
- module.verbose('Animation is outward, showing element');
211
+ module.verbose('Animation is inward, showing element');
220
212
  module.restore.conditions();
221
213
  module.show();
222
214
  } else {
@@ -375,7 +367,7 @@
375
367
  module.debug('Starting tween', animationClass);
376
368
  $module
377
369
  .addClass(animationClass)
378
- .one(animationEnd + '.complete' + eventNamespace, module.complete)
370
+ .one('animationend.complete' + eventNamespace, module.complete)
379
371
  ;
380
372
  if (settings.useFailSafe) {
381
373
  module.add.failSafe();
@@ -424,7 +416,7 @@
424
416
  duration = module.get.duration()
425
417
  ;
426
418
  module.timer = setTimeout(function () {
427
- $module.triggerHandler(animationEnd);
419
+ $module.triggerHandler('animationend');
428
420
  }, duration + settings.failSafeDelay);
429
421
  module.verbose('Adding fail safe timer', module.timer);
430
422
  },
@@ -612,45 +604,6 @@
612
604
  transitionExists: function (animation) {
613
605
  return $.fn.transition.exists[animation];
614
606
  },
615
- animationStartEvent: function () {
616
- var
617
- element = document.createElement('div'),
618
- animations = {
619
- animation: 'animationstart',
620
- OAnimation: 'oAnimationStart',
621
- MozAnimation: 'mozAnimationStart',
622
- WebkitAnimation: 'webkitAnimationStart',
623
- },
624
- animation
625
- ;
626
- for (animation in animations) {
627
- if (element.style[animation] !== undefined) {
628
- return animations[animation];
629
- }
630
- }
631
-
632
- return false;
633
- },
634
- animationEndEvent: function () {
635
- var
636
- element = document.createElement('div'),
637
- animations = {
638
- animation: 'animationend',
639
- OAnimation: 'oAnimationEnd',
640
- MozAnimation: 'mozAnimationEnd',
641
- WebkitAnimation: 'webkitAnimationEnd',
642
- },
643
- animation
644
- ;
645
- for (animation in animations) {
646
- if (element.style[animation] !== undefined) {
647
- return animations[animation];
648
- }
649
- }
650
-
651
- return false;
652
- },
653
-
654
607
  },
655
608
 
656
609
  can: {
@@ -750,7 +703,8 @@
750
703
  return $module.css('visibility') === 'hidden';
751
704
  },
752
705
  supported: function () {
753
- return animationEnd !== false;
706
+ // keep method for backward compatibility until 2.10.0
707
+ return true;
754
708
  },
755
709
  },
756
710
 
@@ -801,13 +755,13 @@
801
755
 
802
756
  stop: function () {
803
757
  module.debug('Stopping current animation');
804
- $module.triggerHandler(animationEnd);
758
+ $module.triggerHandler('animationend');
805
759
  },
806
760
 
807
761
  stopAll: function () {
808
762
  module.debug('Stopping all animation');
809
763
  module.remove.queueCallback();
810
- $module.triggerHandler(animationEnd);
764
+ $module.triggerHandler('animationend');
811
765
  },
812
766
 
813
767
  clear: {
@@ -945,8 +899,7 @@
945
899
  $.each(query, function (depth, value) {
946
900
  var camelCaseValue = depth !== maxDepth
947
901
  ? value + query[depth + 1].charAt(0).toUpperCase() + query[depth + 1].slice(1)
948
- : query
949
- ;
902
+ : query;
950
903
  if ($.isPlainObject(object[camelCaseValue]) && (depth !== maxDepth)) {
951
904
  object = object[camelCaseValue];
952
905
  } else if (object[camelCaseValue] !== undefined) {
@@ -960,8 +913,6 @@
960
913
 
961
914
  return false;
962
915
  } else {
963
- module.error(error.method, query);
964
-
965
916
  return false;
966
917
  }
967
918
  });
@@ -1077,8 +1028,6 @@
1077
1028
  // possible errors
1078
1029
  error: {
1079
1030
  noAnimation: 'Element is no longer attached to DOM. Unable to animate. Use silent setting to suppress this warning in production.',
1080
- method: 'The method you called is not defined',
1081
- support: 'This browser does not support CSS animations',
1082
1031
  },
1083
1032
 
1084
1033
  };
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Breadcrumb
2
+ * # Fomantic-UI 2.9.2 - Breadcrumb
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Form
2
+ * # Fomantic-UI 2.9.2 - Form
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -359,25 +359,30 @@
359
359
  --------------------- */
360
360
 
361
361
  /* browsers require these rules separate */
362
- .ui.form ::-webkit-input-placeholder {
362
+ .ui.form :-ms-input-placeholder {
363
+ color: rgba(191, 191, 191, 0.87);
364
+ }
365
+ .ui.form ::-ms-input-placeholder {
366
+ color: rgba(191, 191, 191, 0.87);
367
+ }
368
+ .ui.form ::placeholder {
363
369
  color: rgba(191, 191, 191, 0.87);
364
370
  }
365
371
  .ui.form :-ms-input-placeholder {
366
372
  color: rgba(191, 191, 191, 0.87) !important;
367
373
  }
368
- .ui.form ::-moz-placeholder {
369
- color: rgba(191, 191, 191, 0.87);
370
- opacity: 1;
374
+ .ui.form :focus:-ms-input-placeholder {
375
+ color: rgba(115, 115, 115, 0.87);
376
+ }
377
+ .ui.form :focus::-ms-input-placeholder {
378
+ color: rgba(115, 115, 115, 0.87);
371
379
  }
372
- .ui.form :focus::-webkit-input-placeholder {
380
+ .ui.form :focus::placeholder {
373
381
  color: rgba(115, 115, 115, 0.87);
374
382
  }
375
383
  .ui.form :focus:-ms-input-placeholder {
376
384
  color: rgba(115, 115, 115, 0.87) !important;
377
385
  }
378
- .ui.form :focus::-moz-placeholder {
379
- color: rgba(115, 115, 115, 0.87);
380
- }
381
386
 
382
387
  /* --------------------
383
388
  Focus
@@ -608,24 +613,30 @@
608
613
  }
609
614
 
610
615
  /* Placeholder */
611
- .ui.form .error ::-webkit-input-placeholder {
616
+ .ui.form .error :-ms-input-placeholder {
617
+ color: #e7bdbc;
618
+ }
619
+ .ui.form .error ::-ms-input-placeholder {
620
+ color: #e7bdbc;
621
+ }
622
+ .ui.form .error ::placeholder {
612
623
  color: #e7bdbc;
613
624
  }
614
625
  .ui.form .error :-ms-input-placeholder {
615
626
  color: #e7bdbc !important;
616
627
  }
617
- .ui.form .error ::-moz-placeholder {
618
- color: #e7bdbc;
628
+ .ui.form .error :focus:-ms-input-placeholder {
629
+ color: #da9796;
630
+ }
631
+ .ui.form .error :focus::-ms-input-placeholder {
632
+ color: #da9796;
619
633
  }
620
- .ui.form .error :focus::-webkit-input-placeholder {
634
+ .ui.form .error :focus::placeholder {
621
635
  color: #da9796;
622
636
  }
623
637
  .ui.form .error :focus:-ms-input-placeholder {
624
638
  color: #da9796 !important;
625
639
  }
626
- .ui.form .error :focus::-moz-placeholder {
627
- color: #da9796;
628
- }
629
640
 
630
641
  /*------------------
631
642
  Dropdown State
@@ -827,24 +838,30 @@
827
838
  }
828
839
 
829
840
  /* Placeholder */
830
- .ui.form .info ::-webkit-input-placeholder {
841
+ .ui.form .info :-ms-input-placeholder {
842
+ color: #98cfe1;
843
+ }
844
+ .ui.form .info ::-ms-input-placeholder {
845
+ color: #98cfe1;
846
+ }
847
+ .ui.form .info ::placeholder {
831
848
  color: #98cfe1;
832
849
  }
833
850
  .ui.form .info :-ms-input-placeholder {
834
851
  color: #98cfe1 !important;
835
852
  }
836
- .ui.form .info ::-moz-placeholder {
837
- color: #98cfe1;
853
+ .ui.form .info :focus:-ms-input-placeholder {
854
+ color: #70bdd6;
855
+ }
856
+ .ui.form .info :focus::-ms-input-placeholder {
857
+ color: #70bdd6;
838
858
  }
839
- .ui.form .info :focus::-webkit-input-placeholder {
859
+ .ui.form .info :focus::placeholder {
840
860
  color: #70bdd6;
841
861
  }
842
862
  .ui.form .info :focus:-ms-input-placeholder {
843
863
  color: #70bdd6 !important;
844
864
  }
845
- .ui.form .info :focus::-moz-placeholder {
846
- color: #70bdd6;
847
- }
848
865
 
849
866
  /*------------------
850
867
  Dropdown State
@@ -1046,24 +1063,30 @@
1046
1063
  }
1047
1064
 
1048
1065
  /* Placeholder */
1049
- .ui.form .success ::-webkit-input-placeholder {
1066
+ .ui.form .success :-ms-input-placeholder {
1067
+ color: #8fcf90;
1068
+ }
1069
+ .ui.form .success ::-ms-input-placeholder {
1070
+ color: #8fcf90;
1071
+ }
1072
+ .ui.form .success ::placeholder {
1050
1073
  color: #8fcf90;
1051
1074
  }
1052
1075
  .ui.form .success :-ms-input-placeholder {
1053
1076
  color: #8fcf90 !important;
1054
1077
  }
1055
- .ui.form .success ::-moz-placeholder {
1056
- color: #8fcf90;
1078
+ .ui.form .success :focus:-ms-input-placeholder {
1079
+ color: #6cbf6d;
1080
+ }
1081
+ .ui.form .success :focus::-ms-input-placeholder {
1082
+ color: #6cbf6d;
1057
1083
  }
1058
- .ui.form .success :focus::-webkit-input-placeholder {
1084
+ .ui.form .success :focus::placeholder {
1059
1085
  color: #6cbf6d;
1060
1086
  }
1061
1087
  .ui.form .success :focus:-ms-input-placeholder {
1062
1088
  color: #6cbf6d !important;
1063
1089
  }
1064
- .ui.form .success :focus::-moz-placeholder {
1065
- color: #6cbf6d;
1066
- }
1067
1090
 
1068
1091
  /*------------------
1069
1092
  Dropdown State
@@ -1265,24 +1288,30 @@
1265
1288
  }
1266
1289
 
1267
1290
  /* Placeholder */
1268
- .ui.form .warning ::-webkit-input-placeholder {
1291
+ .ui.form .warning :-ms-input-placeholder {
1292
+ color: #edad3e;
1293
+ }
1294
+ .ui.form .warning ::-ms-input-placeholder {
1295
+ color: #edad3e;
1296
+ }
1297
+ .ui.form .warning ::placeholder {
1269
1298
  color: #edad3e;
1270
1299
  }
1271
1300
  .ui.form .warning :-ms-input-placeholder {
1272
1301
  color: #edad3e !important;
1273
1302
  }
1274
- .ui.form .warning ::-moz-placeholder {
1275
- color: #edad3e;
1303
+ .ui.form .warning :focus:-ms-input-placeholder {
1304
+ color: #e39715;
1276
1305
  }
1277
- .ui.form .warning :focus::-webkit-input-placeholder {
1306
+ .ui.form .warning :focus::-ms-input-placeholder {
1307
+ color: #e39715;
1308
+ }
1309
+ .ui.form .warning :focus::placeholder {
1278
1310
  color: #e39715;
1279
1311
  }
1280
1312
  .ui.form .warning :focus:-ms-input-placeholder {
1281
1313
  color: #e39715 !important;
1282
1314
  }
1283
- .ui.form .warning :focus::-moz-placeholder {
1284
- color: #e39715;
1285
- }
1286
1315
 
1287
1316
  /*------------------
1288
1317
  Dropdown State
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.1 - Grid
2
+ * # Fomantic-UI 2.9.2 - Grid
3
3
  * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1932,6 +1932,12 @@
1932
1932
  .ui[class*="very compact"][class*="very relaxed"].celled.grid > .row > .column {
1933
1933
  padding: 0.5em;
1934
1934
  }
1935
+ .ui.grid .left.attached.column {
1936
+ padding-right: 0;
1937
+ }
1938
+ .ui.grid .right.attached.column {
1939
+ padding-left: 0;
1940
+ }
1935
1941
 
1936
1942
 
1937
1943
  /*******************************