fomantic-ui-sass 2.8.1.1 → 2.8.6

Sign up to get free protection for your applications and to get access to all the features.
Files changed (51) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +20 -0
  3. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/brand-icons.svg +213 -85
  5. data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
  6. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  7. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  8. data/app/assets/fonts/semantic-ui/icons.eot +0 -0
  9. data/app/assets/fonts/semantic-ui/icons.svg +419 -130
  10. data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
  11. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  12. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  13. data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
  14. data/app/assets/fonts/semantic-ui/outline-icons.svg +11 -11
  15. data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
  16. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  17. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  18. data/app/assets/javascripts/semantic-ui/calendar.js +110 -47
  19. data/app/assets/javascripts/semantic-ui/checkbox.js +1 -1
  20. data/app/assets/javascripts/semantic-ui/dropdown.js +46 -46
  21. data/app/assets/javascripts/semantic-ui/form.js +63 -27
  22. data/app/assets/javascripts/semantic-ui/modal.js +9 -1
  23. data/app/assets/javascripts/semantic-ui/popup.js +8 -7
  24. data/app/assets/javascripts/semantic-ui/search.js +29 -2
  25. data/app/assets/javascripts/semantic-ui/slider.js +6 -6
  26. data/app/assets/javascripts/semantic-ui/tab.js +3 -2
  27. data/app/assets/javascripts/semantic-ui/toast.js +11 -9
  28. data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
  29. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +63 -24
  30. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +8 -6
  31. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +28 -28
  32. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +36 -20
  33. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +9 -3
  34. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +6130 -6133
  35. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +153 -18
  36. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +44 -44
  37. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +38 -2
  38. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +1 -1
  39. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +7 -0
  40. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +3 -0
  41. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -0
  42. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +12 -9
  43. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +15 -7
  44. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +10 -3
  45. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +34 -7
  46. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +32 -3
  47. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +90 -0
  48. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -0
  49. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +34 -34
  50. data/lib/fomantic/ui/sass/version.rb +2 -2
  51. metadata +3 -3
@@ -411,48 +411,42 @@ i.inverted.circular.black.icon.icon.icon.icon {
411
411
  i.icon,
412
412
  i.icons {
413
413
  font-size: 1em;
414
+ line-height: 1;
414
415
  }
415
416
  i.mini.mini.mini.icon,
416
417
  i.mini.mini.mini.icons {
417
- line-height: 1;
418
- vertical-align: middle;
419
418
  font-size: 0.4em;
419
+ vertical-align: middle;
420
420
  }
421
421
  i.tiny.tiny.tiny.icon,
422
422
  i.tiny.tiny.tiny.icons {
423
- line-height: 1;
424
- vertical-align: middle;
425
423
  font-size: 0.5em;
424
+ vertical-align: middle;
426
425
  }
427
426
  i.small.small.small.icon,
428
427
  i.small.small.small.icons {
429
- line-height: 1;
430
- vertical-align: middle;
431
428
  font-size: 0.75em;
429
+ vertical-align: middle;
432
430
  }
433
431
  i.large.large.large.icon,
434
432
  i.large.large.large.icons {
435
- line-height: 1;
436
- vertical-align: middle;
437
433
  font-size: 1.5em;
434
+ vertical-align: middle;
438
435
  }
439
436
  i.big.big.big.icon,
440
437
  i.big.big.big.icons {
441
- line-height: 1;
442
- vertical-align: middle;
443
438
  font-size: 2em;
439
+ vertical-align: middle;
444
440
  }
445
441
  i.huge.huge.huge.icon,
446
442
  i.huge.huge.huge.icons {
447
- line-height: 1;
448
- vertical-align: middle;
449
443
  font-size: 4em;
444
+ vertical-align: middle;
450
445
  }
451
446
  i.massive.massive.massive.icon,
452
447
  i.massive.massive.massive.icons {
453
- line-height: 1;
454
- vertical-align: middle;
455
448
  font-size: 8em;
449
+ vertical-align: middle;
456
450
  }
457
451
 
458
452
 
@@ -521,7 +515,7 @@ i.icons .inverted.corner.icon {
521
515
  text-shadow: -1px -1px 0 #1B1C1D, 1px -1px 0 #1B1C1D, -1px 1px 0 #1B1C1D, 1px 1px 0 #1B1C1D;
522
516
  }
523
517
  /*
524
- * Font Awesome 5.11.2 by @fontawesome [https://fontawesome.com]
518
+ * Font Awesome 5.13.0 by @fontawesome [https://fontawesome.com]
525
519
  * License - https://fontawesome.com/license (Icons: CC BY 4.0 License, Fonts: SIL OFL 1.1 License, CSS: MIT License)
526
520
  */
527
521
 
@@ -743,6 +737,9 @@ i.icon.backward:before {
743
737
  i.icon.bacon:before {
744
738
  content: "\f7e5";
745
739
  }
740
+ i.icon.bahai:before {
741
+ content: "\f666";
742
+ }
746
743
  i.icon.balance.scale:before {
747
744
  content: "\f24e";
748
745
  }
@@ -884,6 +881,9 @@ i.icon.box:before {
884
881
  i.icon.box.open:before {
885
882
  content: "\f49e";
886
883
  }
884
+ i.icon.box.tissue:before {
885
+ content: "\f95b";
886
+ }
887
887
  i.icon.boxes:before {
888
888
  content: "\f468";
889
889
  }
@@ -995,6 +995,9 @@ i.icon.car.crash:before {
995
995
  i.icon.car.side:before {
996
996
  content: "\f5e4";
997
997
  }
998
+ i.icon.caravan:before {
999
+ content: "\f8ff";
1000
+ }
998
1001
  i.icon.caret.down:before {
999
1002
  content: "\f0d7";
1000
1003
  }
@@ -1247,6 +1250,9 @@ i.icon.compass:before {
1247
1250
  i.icon.compress:before {
1248
1251
  content: "\f066";
1249
1252
  }
1253
+ i.icon.compress.alternate:before {
1254
+ content: "\f422";
1255
+ }
1250
1256
  i.icon.compress.arrows.alternate:before {
1251
1257
  content: "\f78c";
1252
1258
  }
@@ -1352,6 +1358,9 @@ i.icon.digital.tachograph:before {
1352
1358
  i.icon.directions:before {
1353
1359
  content: "\f5eb";
1354
1360
  }
1361
+ i.icon.disease:before {
1362
+ content: "\f7fa";
1363
+ }
1355
1364
  i.icon.divide:before {
1356
1365
  content: "\f529";
1357
1366
  }
@@ -1475,6 +1484,9 @@ i.icon.exclamation.triangle:before {
1475
1484
  i.icon.expand:before {
1476
1485
  content: "\f065";
1477
1486
  }
1487
+ i.icon.expand.alternate:before {
1488
+ content: "\f424";
1489
+ }
1478
1490
  i.icon.expand.arrows.alternate:before {
1479
1491
  content: "\f31e";
1480
1492
  }
@@ -1502,6 +1514,9 @@ i.icon.fast.backward:before {
1502
1514
  i.icon.fast.forward:before {
1503
1515
  content: "\f050";
1504
1516
  }
1517
+ i.icon.faucet:before {
1518
+ content: "\f905";
1519
+ }
1505
1520
  i.icon.fax:before {
1506
1521
  content: "\f1ac";
1507
1522
  }
@@ -1817,9 +1832,15 @@ i.icon.hand.holding:before {
1817
1832
  i.icon.hand.holding.heart:before {
1818
1833
  content: "\f4be";
1819
1834
  }
1835
+ i.icon.hand.holding.medical:before {
1836
+ content: "\f95c";
1837
+ }
1820
1838
  i.icon.hand.holding.usd:before {
1821
1839
  content: "\f4c0";
1822
1840
  }
1841
+ i.icon.hand.holding.water:before {
1842
+ content: "\f4c1";
1843
+ }
1823
1844
  i.icon.hand.lizard:before {
1824
1845
  content: "\f258";
1825
1846
  }
@@ -1853,6 +1874,9 @@ i.icon.hand.rock:before {
1853
1874
  i.icon.hand.scissors:before {
1854
1875
  content: "\f257";
1855
1876
  }
1877
+ i.icon.hand.sparkles:before {
1878
+ content: "\f95d";
1879
+ }
1856
1880
  i.icon.hand.spock:before {
1857
1881
  content: "\f259";
1858
1882
  }
@@ -1862,9 +1886,18 @@ i.icon.hands:before {
1862
1886
  i.icon.hands.helping:before {
1863
1887
  content: "\f4c4";
1864
1888
  }
1889
+ i.icon.hands.wash:before {
1890
+ content: "\f95e";
1891
+ }
1865
1892
  i.icon.handshake:before {
1866
1893
  content: "\f2b5";
1867
1894
  }
1895
+ i.icon.handshake.alternate.slash:before {
1896
+ content: "\f95f";
1897
+ }
1898
+ i.icon.handshake.slash:before {
1899
+ content: "\f960";
1900
+ }
1868
1901
  i.icon.hanukiah:before {
1869
1902
  content: "\f6e6";
1870
1903
  }
@@ -1883,12 +1916,21 @@ i.icon.hat.cowboy.side:before {
1883
1916
  i.icon.hat.wizard:before {
1884
1917
  content: "\f6e8";
1885
1918
  }
1886
- i.icon.haykal:before {
1887
- content: "\f666";
1888
- }
1889
1919
  i.icon.hdd:before {
1890
1920
  content: "\f0a0";
1891
1921
  }
1922
+ i.icon.head.side.cough:before {
1923
+ content: "\f961";
1924
+ }
1925
+ i.icon.head.side.cough.slash:before {
1926
+ content: "\f962";
1927
+ }
1928
+ i.icon.head.side.mask:before {
1929
+ content: "\f963";
1930
+ }
1931
+ i.icon.head.side.virus:before {
1932
+ content: "\f964";
1933
+ }
1892
1934
  i.icon.heading:before {
1893
1935
  content: "\f1dc";
1894
1936
  }
@@ -1949,6 +1991,9 @@ i.icon.hospital.alternate:before {
1949
1991
  i.icon.hospital.symbol:before {
1950
1992
  content: "\f47e";
1951
1993
  }
1994
+ i.icon.hospital.user:before {
1995
+ content: "\f80d";
1996
+ }
1952
1997
  i.icon.hot.tub:before {
1953
1998
  content: "\f593";
1954
1999
  }
@@ -1973,6 +2018,9 @@ i.icon.hourglass.start:before {
1973
2018
  i.icon.house.damage:before {
1974
2019
  content: "\f6f1";
1975
2020
  }
2021
+ i.icon.house.user:before {
2022
+ content: "\f965";
2023
+ }
1976
2024
  i.icon.hryvnia:before {
1977
2025
  content: "\f6f2";
1978
2026
  }
@@ -2072,6 +2120,9 @@ i.icon.laptop:before {
2072
2120
  i.icon.laptop.code:before {
2073
2121
  content: "\f5fc";
2074
2122
  }
2123
+ i.icon.laptop.house:before {
2124
+ content: "\f966";
2125
+ }
2075
2126
  i.icon.laptop.medical:before {
2076
2127
  content: "\f812";
2077
2128
  }
@@ -2159,6 +2210,12 @@ i.icon.low.vision:before {
2159
2210
  i.icon.luggage.cart:before {
2160
2211
  content: "\f59d";
2161
2212
  }
2213
+ i.icon.lungs:before {
2214
+ content: "\f604";
2215
+ }
2216
+ i.icon.lungs.virus:before {
2217
+ content: "\f967";
2218
+ }
2162
2219
  i.icon.magic:before {
2163
2220
  content: "\f0d0";
2164
2221
  }
@@ -2429,6 +2486,9 @@ i.icon.pencil.alternate:before {
2429
2486
  i.icon.pencil.ruler:before {
2430
2487
  content: "\f5ae";
2431
2488
  }
2489
+ i.icon.people.arrows:before {
2490
+ content: "\f968";
2491
+ }
2432
2492
  i.icon.people.carry:before {
2433
2493
  content: "\f4ce";
2434
2494
  }
@@ -2486,6 +2546,9 @@ i.icon.plane.arrival:before {
2486
2546
  i.icon.plane.departure:before {
2487
2547
  content: "\f5b0";
2488
2548
  }
2549
+ i.icon.plane.slash:before {
2550
+ content: "\f969";
2551
+ }
2489
2552
  i.icon.play:before {
2490
2553
  content: "\f04b";
2491
2554
  }
@@ -2555,6 +2618,12 @@ i.icon.procedures:before {
2555
2618
  i.icon.project.diagram:before {
2556
2619
  content: "\f542";
2557
2620
  }
2621
+ i.icon.pump.medical:before {
2622
+ content: "\f96a";
2623
+ }
2624
+ i.icon.pump.soap:before {
2625
+ content: "\f96b";
2626
+ }
2558
2627
  i.icon.puzzle.piece:before {
2559
2628
  content: "\f12e";
2560
2629
  }
@@ -2741,6 +2810,9 @@ i.icon.shekel.sign:before {
2741
2810
  i.icon.shield.alternate:before {
2742
2811
  content: "\f3ed";
2743
2812
  }
2813
+ i.icon.shield.virus:before {
2814
+ content: "\f96c";
2815
+ }
2744
2816
  i.icon.ship:before {
2745
2817
  content: "\f21a";
2746
2818
  }
@@ -2846,6 +2918,9 @@ i.icon.snowman:before {
2846
2918
  i.icon.snowplow:before {
2847
2919
  content: "\f7d2";
2848
2920
  }
2921
+ i.icon.soap:before {
2922
+ content: "\f96e";
2923
+ }
2849
2924
  i.icon.socks:before {
2850
2925
  content: "\f696";
2851
2926
  }
@@ -2969,12 +3044,21 @@ i.icon.stop.circle:before {
2969
3044
  i.icon.stopwatch:before {
2970
3045
  content: "\f2f2";
2971
3046
  }
3047
+ i.icon.stopwatch.20:before {
3048
+ content: "\f96f";
3049
+ }
2972
3050
  i.icon.store:before {
2973
3051
  content: "\f54e";
2974
3052
  }
2975
3053
  i.icon.store.alternate:before {
2976
3054
  content: "\f54f";
2977
3055
  }
3056
+ i.icon.store.alternate.slash:before {
3057
+ content: "\f970";
3058
+ }
3059
+ i.icon.store.slash:before {
3060
+ content: "\f971";
3061
+ }
2978
3062
  i.icon.stream:before {
2979
3063
  content: "\f550";
2980
3064
  }
@@ -3155,6 +3239,9 @@ i.icon.toilet:before {
3155
3239
  i.icon.toilet.paper:before {
3156
3240
  content: "\f71e";
3157
3241
  }
3242
+ i.icon.toilet.paper.slash:before {
3243
+ content: "\f972";
3244
+ }
3158
3245
  i.icon.toolbox:before {
3159
3246
  content: "\f552";
3160
3247
  }
@@ -3179,6 +3266,9 @@ i.icon.trademark:before {
3179
3266
  i.icon.traffic.light:before {
3180
3267
  content: "\f637";
3181
3268
  }
3269
+ i.icon.trailer:before {
3270
+ content: "\f941";
3271
+ }
3182
3272
  i.icon.train:before {
3183
3273
  content: "\f238";
3184
3274
  }
@@ -3377,6 +3467,15 @@ i.icon.video.slash:before {
3377
3467
  i.icon.vihara:before {
3378
3468
  content: "\f6a7";
3379
3469
  }
3470
+ i.icon.virus:before {
3471
+ content: "\f974";
3472
+ }
3473
+ i.icon.virus.slash:before {
3474
+ content: "\f975";
3475
+ }
3476
+ i.icon.viruses:before {
3477
+ content: "\f976";
3478
+ }
3380
3479
  i.icon.voicemail:before {
3381
3480
  content: "\f897";
3382
3481
  }
@@ -5218,6 +5317,10 @@ i.icon.d.and.d.beyond:before {
5218
5317
  content: "\f6ca";
5219
5318
  font-family: 'brand-icons';
5220
5319
  }
5320
+ i.icon.dailymotion:before {
5321
+ content: "\f952";
5322
+ font-family: 'brand-icons';
5323
+ }
5221
5324
  i.icon.dashcube:before {
5222
5325
  content: "\f210";
5223
5326
  font-family: 'brand-icons';
@@ -5386,6 +5489,10 @@ i.icon.firefox:before {
5386
5489
  content: "\f269";
5387
5490
  font-family: 'brand-icons';
5388
5491
  }
5492
+ i.icon.firefox.browser:before {
5493
+ content: "\f907";
5494
+ font-family: 'brand-icons';
5495
+ }
5389
5496
  i.icon.first.order:before {
5390
5497
  content: "\f2b0";
5391
5498
  font-family: 'brand-icons';
@@ -5626,6 +5733,10 @@ i.icon.hubspot:before {
5626
5733
  content: "\f3b2";
5627
5734
  font-family: 'brand-icons';
5628
5735
  }
5736
+ i.icon.ideal:before {
5737
+ content: "\f913";
5738
+ font-family: 'brand-icons';
5739
+ }
5629
5740
  i.icon.imdb:before {
5630
5741
  content: "\f2d8";
5631
5742
  font-family: 'brand-icons';
@@ -5634,6 +5745,10 @@ i.icon.instagram:before {
5634
5745
  content: "\f16d";
5635
5746
  font-family: 'brand-icons';
5636
5747
  }
5748
+ i.icon.instagram.square:before {
5749
+ content: "\f955";
5750
+ font-family: 'brand-icons';
5751
+ }
5637
5752
  i.icon.intercom:before {
5638
5753
  content: "\f7af";
5639
5754
  font-family: 'brand-icons';
@@ -5822,6 +5937,10 @@ i.icon.mendeley:before {
5822
5937
  content: "\f7b3";
5823
5938
  font-family: 'brand-icons';
5824
5939
  }
5940
+ i.icon.microblog:before {
5941
+ content: "\f91a";
5942
+ font-family: 'brand-icons';
5943
+ }
5825
5944
  i.icon.microsoft:before {
5826
5945
  content: "\f3ca";
5827
5946
  font-family: 'brand-icons';
@@ -5834,6 +5953,10 @@ i.icon.mixcloud:before {
5834
5953
  content: "\f289";
5835
5954
  font-family: 'brand-icons';
5836
5955
  }
5956
+ i.icon.mixer:before {
5957
+ content: "\f956";
5958
+ font-family: 'brand-icons';
5959
+ }
5837
5960
  i.icon.mizuni:before {
5838
5961
  content: "\f3cc";
5839
5962
  font-family: 'brand-icons';
@@ -5974,6 +6097,10 @@ i.icon.pied.piper.pp:before {
5974
6097
  content: "\f1a7";
5975
6098
  font-family: 'brand-icons';
5976
6099
  }
6100
+ i.icon.pied.piper.square:before {
6101
+ content: "\f91e";
6102
+ font-family: 'brand-icons';
6103
+ }
5977
6104
  i.icon.pinterest:before {
5978
6105
  content: "\f0d2";
5979
6106
  font-family: 'brand-icons';
@@ -6134,6 +6261,10 @@ i.icon.shirtsinbulk:before {
6134
6261
  content: "\f214";
6135
6262
  font-family: 'brand-icons';
6136
6263
  }
6264
+ i.icon.shopify:before {
6265
+ content: "\f957";
6266
+ font-family: 'brand-icons';
6267
+ }
6137
6268
  i.icon.shopware:before {
6138
6269
  content: "\f5b5";
6139
6270
  font-family: 'brand-icons';
@@ -6370,6 +6501,10 @@ i.icon.uniregistry:before {
6370
6501
  content: "\f404";
6371
6502
  font-family: 'brand-icons';
6372
6503
  }
6504
+ i.icon.unity:before {
6505
+ content: "\f949";
6506
+ font-family: 'brand-icons';
6507
+ }
6373
6508
  i.icon.untappd:before {
6374
6509
  content: "\f405";
6375
6510
  font-family: 'brand-icons';
@@ -175,7 +175,7 @@
175
175
  color: #e7bdbc;
176
176
  }
177
177
  .ui.input.error > input:-ms-input-placeholder {
178
- color: #e7bdbc;
178
+ color: #e7bdbc !important;
179
179
  }
180
180
 
181
181
  /* Focused Placeholder */
@@ -186,7 +186,7 @@
186
186
  color: #da9796;
187
187
  }
188
188
  .ui.input.error > input:focus:-ms-input-placeholder {
189
- color: #da9796;
189
+ color: #da9796 !important;
190
190
  }
191
191
  .ui.input.info > input {
192
192
  background-color: #F8FFFF;
@@ -204,7 +204,7 @@
204
204
  color: #98cfe1;
205
205
  }
206
206
  .ui.input.info > input:-ms-input-placeholder {
207
- color: #98cfe1;
207
+ color: #98cfe1 !important;
208
208
  }
209
209
 
210
210
  /* Focused Placeholder */
@@ -215,7 +215,7 @@
215
215
  color: #70bdd6;
216
216
  }
217
217
  .ui.input.info > input:focus:-ms-input-placeholder {
218
- color: #70bdd6;
218
+ color: #70bdd6 !important;
219
219
  }
220
220
  .ui.input.success > input {
221
221
  background-color: #FCFFF5;
@@ -233,7 +233,7 @@
233
233
  color: #8fcf90;
234
234
  }
235
235
  .ui.input.success > input:-ms-input-placeholder {
236
- color: #8fcf90;
236
+ color: #8fcf90 !important;
237
237
  }
238
238
 
239
239
  /* Focused Placeholder */
@@ -244,7 +244,7 @@
244
244
  color: #6cbf6d;
245
245
  }
246
246
  .ui.input.success > input:focus:-ms-input-placeholder {
247
- color: #6cbf6d;
247
+ color: #6cbf6d !important;
248
248
  }
249
249
  .ui.input.warning > input {
250
250
  background-color: #FFFAF3;
@@ -262,7 +262,7 @@
262
262
  color: #edad3e;
263
263
  }
264
264
  .ui.input.warning > input:-ms-input-placeholder {
265
- color: #edad3e;
265
+ color: #edad3e !important;
266
266
  }
267
267
 
268
268
  /* Focused Placeholder */
@@ -273,7 +273,7 @@
273
273
  color: #e39715;
274
274
  }
275
275
  .ui.input.warning > input:focus:-ms-input-placeholder {
276
- color: #e39715;
276
+ color: #e39715 !important;
277
277
  }
278
278
 
279
279
 
@@ -496,93 +496,93 @@
496
496
  .ui.form > .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
497
497
  .ui.action.input.error > .ui.button,
498
498
  .ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
499
- border-top: 1px solid #9F3A38;
500
- border-bottom: 1px solid #9F3A38;
499
+ border-top: 1px solid #E0B4B4;
500
+ border-bottom: 1px solid #E0B4B4;
501
501
  }
502
- .ui.form > .field.error > .ui.left.action.input > .ui.button,
502
+ .ui.form > .field.error > .ui[class*="left action"].input > .ui.button,
503
503
  .ui.form > .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
504
- .ui.left.action.input.error > .ui.button,
504
+ .ui[class*="left action"].input.error > .ui.button,
505
505
  .ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
506
- border-left: 1px solid #9F3A38;
506
+ border-left: 1px solid #E0B4B4;
507
507
  }
508
- .ui.form > .field.error > .ui.action.input:not(.left) > input + .ui.button,
508
+ .ui.form > .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
509
509
  .ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
510
- .ui.action.input.error:not(.left) > input + .ui.button,
510
+ .ui.action.input.error:not([class*="left action"]) > input + .ui.button,
511
511
  .ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
512
- border-right: 1px solid #9F3A38;
512
+ border-right: 1px solid #E0B4B4;
513
513
  }
514
514
  .ui.form > .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
515
515
  .ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
516
- border-left: 1px solid #9F3A38;
516
+ border-left: 1px solid #E0B4B4;
517
517
  }
518
518
  .ui.form > .field.info > .ui.action.input > .ui.button,
519
519
  .ui.form > .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
520
520
  .ui.action.input.info > .ui.button,
521
521
  .ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
522
- border-top: 1px solid #276F86;
523
- border-bottom: 1px solid #276F86;
522
+ border-top: 1px solid #A9D5DE;
523
+ border-bottom: 1px solid #A9D5DE;
524
524
  }
525
- .ui.form > .field.info > .ui.left.action.input > .ui.button,
525
+ .ui.form > .field.info > .ui[class*="left action"].input > .ui.button,
526
526
  .ui.form > .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
527
- .ui.left.action.input.info > .ui.button,
527
+ .ui[class*="left action"].input.info > .ui.button,
528
528
  .ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
529
- border-left: 1px solid #276F86;
529
+ border-left: 1px solid #A9D5DE;
530
530
  }
531
- .ui.form > .field.info > .ui.action.input:not(.left) > input + .ui.button,
531
+ .ui.form > .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
532
532
  .ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
533
- .ui.action.input.info:not(.left) > input + .ui.button,
533
+ .ui.action.input.info:not([class*="left action"]) > input + .ui.button,
534
534
  .ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
535
- border-right: 1px solid #276F86;
535
+ border-right: 1px solid #A9D5DE;
536
536
  }
537
537
  .ui.form > .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
538
538
  .ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
539
- border-left: 1px solid #276F86;
539
+ border-left: 1px solid #A9D5DE;
540
540
  }
541
541
  .ui.form > .field.success > .ui.action.input > .ui.button,
542
542
  .ui.form > .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
543
543
  .ui.action.input.success > .ui.button,
544
544
  .ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
545
- border-top: 1px solid #2C662D;
546
- border-bottom: 1px solid #2C662D;
545
+ border-top: 1px solid #A3C293;
546
+ border-bottom: 1px solid #A3C293;
547
547
  }
548
- .ui.form > .field.success > .ui.left.action.input > .ui.button,
548
+ .ui.form > .field.success > .ui[class*="left action"].input > .ui.button,
549
549
  .ui.form > .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
550
- .ui.left.action.input.success > .ui.button,
550
+ .ui[class*="left action"].input.success > .ui.button,
551
551
  .ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
552
- border-left: 1px solid #2C662D;
552
+ border-left: 1px solid #A3C293;
553
553
  }
554
- .ui.form > .field.success > .ui.action.input:not(.left) > input + .ui.button,
554
+ .ui.form > .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
555
555
  .ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
556
- .ui.action.input.success:not(.left) > input + .ui.button,
556
+ .ui.action.input.success:not([class*="left action"]) > input + .ui.button,
557
557
  .ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
558
- border-right: 1px solid #2C662D;
558
+ border-right: 1px solid #A3C293;
559
559
  }
560
560
  .ui.form > .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
561
561
  .ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
562
- border-left: 1px solid #2C662D;
562
+ border-left: 1px solid #A3C293;
563
563
  }
564
564
  .ui.form > .field.warning > .ui.action.input > .ui.button,
565
565
  .ui.form > .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
566
566
  .ui.action.input.warning > .ui.button,
567
567
  .ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
568
- border-top: 1px solid #573A08;
569
- border-bottom: 1px solid #573A08;
568
+ border-top: 1px solid #C9BA9B;
569
+ border-bottom: 1px solid #C9BA9B;
570
570
  }
571
- .ui.form > .field.warning > .ui.left.action.input > .ui.button,
571
+ .ui.form > .field.warning > .ui[class*="left action"].input > .ui.button,
572
572
  .ui.form > .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
573
- .ui.left.action.input.warning > .ui.button,
573
+ .ui[class*="left action"].input.warning > .ui.button,
574
574
  .ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
575
- border-left: 1px solid #573A08;
575
+ border-left: 1px solid #C9BA9B;
576
576
  }
577
- .ui.form > .field.warning > .ui.action.input:not(.left) > input + .ui.button,
577
+ .ui.form > .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
578
578
  .ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
579
- .ui.action.input.warning:not(.left) > input + .ui.button,
579
+ .ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
580
580
  .ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
581
- border-right: 1px solid #573A08;
581
+ border-right: 1px solid #C9BA9B;
582
582
  }
583
583
  .ui.form > .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
584
584
  .ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
585
- border-left: 1px solid #573A08;
585
+ border-left: 1px solid #C9BA9B;
586
586
  }
587
587
 
588
588
  /*--------------------