less-rails-semantic_ui 2.0.7.0 → 2.1.4.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (76) hide show
  1. checksums.yaml +4 -4
  2. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons-local.ttf +0 -0
  3. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.svg +200 -0
  4. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.ttf +0 -0
  5. data/assets/fonts/semantic_ui/themes/github/assets/fonts/octicons.woff +0 -0
  6. data/assets/javascripts/semantic_ui/definitions/behaviors/api.js +26 -8
  7. data/assets/javascripts/semantic_ui/definitions/behaviors/form.js +281 -74
  8. data/assets/javascripts/semantic_ui/definitions/globals/site.js +2 -2
  9. data/assets/javascripts/semantic_ui/definitions/modules/accordion.js +17 -13
  10. data/assets/javascripts/semantic_ui/definitions/modules/checkbox.js +124 -48
  11. data/assets/javascripts/semantic_ui/definitions/modules/dropdown.js +202 -112
  12. data/assets/javascripts/semantic_ui/definitions/modules/embed.js +1 -4
  13. data/assets/javascripts/semantic_ui/definitions/modules/modal.js +13 -13
  14. data/assets/javascripts/semantic_ui/definitions/modules/nag.js +11 -1
  15. data/assets/javascripts/semantic_ui/definitions/modules/popup.js +23 -10
  16. data/assets/javascripts/semantic_ui/definitions/modules/search.js +84 -55
  17. data/assets/javascripts/semantic_ui/definitions/modules/sticky.js +34 -32
  18. data/assets/javascripts/semantic_ui/definitions/modules/tab.js +10 -9
  19. data/assets/javascripts/semantic_ui/definitions/modules/transition.js +5 -5
  20. data/assets/stylesheets/semantic_ui/definitions/collections/breadcrumb.less +1 -1
  21. data/assets/stylesheets/semantic_ui/definitions/collections/form.less +90 -25
  22. data/assets/stylesheets/semantic_ui/definitions/collections/grid.less +146 -23
  23. data/assets/stylesheets/semantic_ui/definitions/collections/menu.less +138 -64
  24. data/assets/stylesheets/semantic_ui/definitions/collections/message.less +6 -6
  25. data/assets/stylesheets/semantic_ui/definitions/collections/table.less +19 -0
  26. data/assets/stylesheets/semantic_ui/definitions/elements/button.less +109 -31
  27. data/assets/stylesheets/semantic_ui/definitions/elements/container.less +25 -1
  28. data/assets/stylesheets/semantic_ui/definitions/elements/divider.less +4 -3
  29. data/assets/stylesheets/semantic_ui/definitions/elements/header.less +0 -2
  30. data/assets/stylesheets/semantic_ui/definitions/elements/icon.less +22 -3
  31. data/assets/stylesheets/semantic_ui/definitions/elements/input.less +59 -28
  32. data/assets/stylesheets/semantic_ui/definitions/elements/label.less +353 -235
  33. data/assets/stylesheets/semantic_ui/definitions/elements/list.less +16 -1
  34. data/assets/stylesheets/semantic_ui/definitions/elements/reveal.less +4 -11
  35. data/assets/stylesheets/semantic_ui/definitions/elements/segment.less +2 -1
  36. data/assets/stylesheets/semantic_ui/definitions/elements/step.less +9 -5
  37. data/assets/stylesheets/semantic_ui/definitions/globals/site.less +3 -0
  38. data/assets/stylesheets/semantic_ui/definitions/modules/dropdown.less +19 -1
  39. data/assets/stylesheets/semantic_ui/definitions/views/item.less +2 -2
  40. data/assets/stylesheets/semantic_ui/theme.less +10 -4
  41. data/assets/stylesheets/semantic_ui/themes/amazon/globals/site.variables +43 -0
  42. data/assets/stylesheets/semantic_ui/themes/bookish/elements/header.variables +5 -5
  43. data/assets/stylesheets/semantic_ui/themes/chubby/elements/header.variables +5 -5
  44. data/assets/stylesheets/semantic_ui/themes/default/collections/breadcrumb.variables +1 -1
  45. data/assets/stylesheets/semantic_ui/themes/default/collections/form.variables +15 -5
  46. data/assets/stylesheets/semantic_ui/themes/default/collections/grid.variables +5 -0
  47. data/assets/stylesheets/semantic_ui/themes/default/collections/menu.variables +29 -14
  48. data/assets/stylesheets/semantic_ui/themes/default/elements/button.variables +14 -4
  49. data/assets/stylesheets/semantic_ui/themes/default/elements/container.variables +14 -1
  50. data/assets/stylesheets/semantic_ui/themes/default/elements/icon.overrides +0 -12
  51. data/assets/stylesheets/semantic_ui/themes/default/elements/input.variables +5 -6
  52. data/assets/stylesheets/semantic_ui/themes/default/elements/label.variables +30 -6
  53. data/assets/stylesheets/semantic_ui/themes/default/globals/site.variables +11 -2
  54. data/assets/stylesheets/semantic_ui/themes/default/modules/checkbox.variables +4 -4
  55. data/assets/stylesheets/semantic_ui/themes/default/modules/dropdown.variables +13 -7
  56. data/assets/stylesheets/semantic_ui/themes/default/modules/popup.variables +1 -1
  57. data/assets/stylesheets/semantic_ui/themes/github/collections/breadcrumb.variables +11 -0
  58. data/assets/stylesheets/semantic_ui/themes/github/collections/grid.variables +2 -0
  59. data/assets/stylesheets/semantic_ui/themes/github/collections/table.variables +8 -0
  60. data/assets/stylesheets/semantic_ui/themes/github/elements/header.variables +9 -0
  61. data/assets/stylesheets/semantic_ui/themes/github/elements/icon.overrides +208 -0
  62. data/assets/stylesheets/semantic_ui/themes/github/elements/icon.variables +13 -0
  63. data/assets/stylesheets/semantic_ui/themes/github/elements/image.variables +5 -0
  64. data/assets/stylesheets/semantic_ui/themes/github/elements/input.overrides +32 -0
  65. data/assets/stylesheets/semantic_ui/themes/github/elements/input.variables +16 -0
  66. data/assets/stylesheets/semantic_ui/themes/github/elements/label.overrides +9 -0
  67. data/assets/stylesheets/semantic_ui/themes/github/elements/label.variables +4 -0
  68. data/assets/stylesheets/semantic_ui/themes/github/globals/site.variables +47 -0
  69. data/assets/stylesheets/semantic_ui/themes/github/modules/dropdown.overrides +53 -0
  70. data/assets/stylesheets/semantic_ui/themes/github/modules/dropdown.variables +35 -0
  71. data/assets/stylesheets/semantic_ui/themes/github/modules/popup.variables +12 -0
  72. data/assets/stylesheets/semantic_ui/themes/material/elements/button.overrides +0 -8
  73. data/assets/stylesheets/semantic_ui/themes/material/elements/button.variables +4 -2
  74. data/assets/stylesheets/semantic_ui/themes/twitter/elements/button.variables +1 -2
  75. data/lib/less/rails/semantic_ui/version.rb +1 -1
  76. metadata +22 -2
@@ -86,33 +86,33 @@
86
86
  }
87
87
 
88
88
  /* List */
89
- .ui.message ul.list {
89
+ .ui.message .list:not(.ui) {
90
90
  text-align: left;
91
91
  padding: 0em;
92
92
  opacity: @listOpacity;
93
93
  list-style-position: @listStylePosition;
94
94
  margin: @listMargin 0em 0em;
95
95
  }
96
- .ui.message ul.list:first-child {
96
+ .ui.message .list:not(.ui):first-child {
97
97
  margin-top: 0em;
98
98
  }
99
- .ui.message ul.list:last-child {
99
+ .ui.message .list:not(.ui):last-child {
100
100
  margin-bottom: 0em;
101
101
  }
102
- .ui.message ul.list li {
102
+ .ui.message .list:not(.ui) li {
103
103
  position: relative;
104
104
  list-style-type: none;
105
105
  margin: 0em 0em @listItemMargin @listItemIndent;
106
106
  padding: 0em;
107
107
  }
108
- .ui.message ul.list li:before {
108
+ .ui.message .list:not(.ui) li:before {
109
109
  position: absolute;
110
110
  content: '•';
111
111
  left: -1em;
112
112
  height: 100%;
113
113
  vertical-align: baseline;
114
114
  }
115
- .ui.message ul.list li:last-child {
115
+ .ui.message .list:not(.ui) li:last-child {
116
116
  margin-bottom: 0em;
117
117
  }
118
118
 
@@ -475,6 +475,21 @@
475
475
  white-space: nowrap;
476
476
  }
477
477
 
478
+ /*--------------
479
+ Fixed
480
+ ---------------*/
481
+
482
+ .ui.fixed.table {
483
+ table-layout: fixed;
484
+ }
485
+
486
+ .ui.fixed.table th,
487
+ .ui.fixed.table td {
488
+ overflow: hidden;
489
+ text-overflow: ellipsis;
490
+ }
491
+
492
+
478
493
  /*--------------
479
494
  Hoverable
480
495
  ---------------*/
@@ -580,6 +595,10 @@
580
595
  Single Line
581
596
  ---------------*/
582
597
 
598
+ .ui.table[class*="single line"],
599
+ .ui.table [class*="single line"] {
600
+ white-space: nowrap;
601
+ }
583
602
  .ui.table[class*="single line"],
584
603
  .ui.table [class*="single line"] {
585
604
  white-space: nowrap;
@@ -362,17 +362,81 @@
362
362
  }
363
363
 
364
364
  /* States */
365
+
366
+ /* Hover */
365
367
  .ui.inverted.button:hover {
366
368
  background: @white;
367
369
  box-shadow: 0px 0px 0px @invertedBorderSize @white inset !important;
368
370
  color: @hoverColor;
369
371
  }
370
- .ui.inverted.button:focus {
372
+
373
+ /* Active / Focus */
374
+ .ui.inverted.button:focus,
375
+ .ui.inverted.button.active {
371
376
  background: @white;
372
377
  box-shadow: 0px 0px 0px @invertedBorderSize @white inset !important;
373
378
  color: @focusColor;
374
379
  }
375
380
 
381
+ /* Active Focus */
382
+ .ui.inverted.button.active:focus {
383
+ background: @midWhite;
384
+ box-shadow: 0px 0px 0px @invertedBorderSize @midWhite inset !important;
385
+ color: @focusColor;
386
+ }
387
+
388
+
389
+ /*-------------------
390
+ Labeled Button
391
+ --------------------*/
392
+
393
+ .ui.labeled.button:not(.icon) {
394
+ display: inline-flex;
395
+ flex-direction: row;
396
+ background: none !important;
397
+ padding: 0px !important;
398
+ border: none !important;
399
+ box-shadow: none !important;
400
+ }
401
+
402
+ .ui.labeled.button > .button {
403
+ margin: 0px;
404
+ }
405
+ .ui.labeled.button > .label {
406
+ display: flex;
407
+ align-items: @labeledLabelAlign;
408
+ margin: 0px 0px 0px @labeledLabelBorderOffset !important;
409
+ font-size: @labeledLabelFontSize;
410
+ padding: @labeledLabelPadding;
411
+ font-size: @labeledLabelFontSize;
412
+ border-color: @labeledLabelBorderColor;
413
+ }
414
+
415
+ /* Tag */
416
+ .ui.labeled.button > .tag.label:before {
417
+ width: @labeledTagLabelSize;
418
+ height: @labeledTagLabelSize;
419
+ }
420
+
421
+ /* Right */
422
+ .ui.labeled.button:not([class*="left labeled"]) > .button {
423
+ border-top-right-radius: 0px;
424
+ border-bottom-right-radius: 0px;
425
+ }
426
+ .ui.labeled.button:not([class*="left labeled"]) > .label {
427
+ border-top-left-radius: 0px;
428
+ border-bottom-left-radius: 0px;
429
+ }
430
+
431
+ /* Left Side */
432
+ .ui[class*="left labeled"].button > .button {
433
+ border-top-left-radius: 0px;
434
+ border-bottom-left-radius: 0px;
435
+ }
436
+ .ui[class*="left labeled"].button > .label {
437
+ border-top-right-radius: 0px;
438
+ border-bottom-right-radius: 0px;
439
+ }
376
440
 
377
441
  /*-------------------
378
442
  Social
@@ -529,7 +593,7 @@
529
593
  Icon
530
594
  ---------------*/
531
595
 
532
- .ui.button > .icon {
596
+ .ui.button > .icon:not(.button) {
533
597
  height: @iconHeight;
534
598
  opacity: @iconOpacity;
535
599
  margin: @iconMargin;
@@ -537,7 +601,7 @@
537
601
  vertical-align: @iconVerticalAlign;
538
602
  color: @iconColor;
539
603
  }
540
- .ui.button > .right.icon {
604
+ .ui.button > .right.icon:not(.button) {
541
605
  margin: @rightIconMargin;
542
606
  }
543
607
 
@@ -780,10 +844,11 @@
780
844
  border-radius: 0px;
781
845
  border-top-left-radius: inherit;
782
846
  border-bottom-left-radius: inherit;
847
+ text-align: center;
783
848
 
849
+ margin: @labeledIconMargin;
784
850
  width: @labeledIconWidth;
785
851
  background-color: @labeledIconBackgroundColor;
786
- text-align: center;
787
852
  color: @labeledIconColor;
788
853
  box-shadow: @labeledIconLeftShadow;
789
854
  }
@@ -819,7 +884,7 @@
819
884
  width: 100%;
820
885
  top: 50%;
821
886
  text-align: center;
822
- margin-top: -(@lineHeight / 2);
887
+ transform: translateY(-50%);
823
888
  }
824
889
 
825
890
  .ui.labeled.icon.buttons .button > .icon {
@@ -1220,8 +1285,8 @@
1220
1285
  /* Basic */
1221
1286
  .ui.basic.black.buttons .button,
1222
1287
  .ui.basic.black.button {
1223
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
1224
- color: @textColor !important;
1288
+ box-shadow: 0px 0px 0px @basicBorderSize @black inset !important;
1289
+ color: @black !important;
1225
1290
  }
1226
1291
  .ui.basic.black.buttons .button:hover,
1227
1292
  .ui.basic.black.button:hover {
@@ -1233,6 +1298,7 @@
1233
1298
  .ui.basic.black.button:focus {
1234
1299
  background: transparent !important;
1235
1300
  box-shadow: 0px 0px 0px @basicColoredBorderSize @blackFocus inset !important;
1301
+ color: @blackHover !important;
1236
1302
  }
1237
1303
  .ui.basic.black.buttons .active.button,
1238
1304
  .ui.basic.black.active.button {
@@ -1358,8 +1424,8 @@
1358
1424
  /* Basic */
1359
1425
  .ui.basic.grey.buttons .button,
1360
1426
  .ui.basic.grey.button {
1361
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
1362
- color: @textColor !important;
1427
+ box-shadow: 0px 0px 0px @basicBorderSize @grey inset !important;
1428
+ color: @grey !important;
1363
1429
  }
1364
1430
  .ui.basic.grey.buttons .button:hover,
1365
1431
  .ui.basic.grey.button:hover {
@@ -1371,6 +1437,7 @@
1371
1437
  .ui.basic.grey.button:focus {
1372
1438
  background: transparent !important;
1373
1439
  box-shadow: 0px 0px 0px @basicColoredBorderSize @greyFocus inset !important;
1440
+ color: @greyHover !important;
1374
1441
  }
1375
1442
  .ui.basic.grey.buttons .active.button,
1376
1443
  .ui.basic.grey.active.button {
@@ -1497,8 +1564,8 @@
1497
1564
  /* Basic */
1498
1565
  .ui.basic.brown.buttons .button,
1499
1566
  .ui.basic.brown.button {
1500
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
1501
- color: @textColor !important;
1567
+ box-shadow: 0px 0px 0px @basicBorderSize @brown inset !important;
1568
+ color: @brown !important;
1502
1569
  }
1503
1570
  .ui.basic.brown.buttons .button:hover,
1504
1571
  .ui.basic.brown.button:hover {
@@ -1510,6 +1577,7 @@
1510
1577
  .ui.basic.brown.button:focus {
1511
1578
  background: transparent !important;
1512
1579
  box-shadow: 0px 0px 0px @basicColoredBorderSize @brownFocus inset !important;
1580
+ color: @brownHover !important;
1513
1581
  }
1514
1582
  .ui.basic.brown.buttons .active.button,
1515
1583
  .ui.basic.brown.active.button {
@@ -1635,8 +1703,8 @@
1635
1703
  /* Basic */
1636
1704
  .ui.basic.blue.buttons .button,
1637
1705
  .ui.basic.blue.button {
1638
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
1639
- color: @textColor !important;
1706
+ box-shadow: 0px 0px 0px @basicBorderSize @blue inset !important;
1707
+ color: @blue !important;
1640
1708
  }
1641
1709
  .ui.basic.blue.buttons .button:hover,
1642
1710
  .ui.basic.blue.button:hover {
@@ -1648,6 +1716,7 @@
1648
1716
  .ui.basic.blue.button:focus {
1649
1717
  background: transparent !important;
1650
1718
  box-shadow: 0px 0px 0px @basicColoredBorderSize @blueFocus inset !important;
1719
+ color: @blueHover !important;
1651
1720
  }
1652
1721
  .ui.basic.blue.buttons .active.button,
1653
1722
  .ui.basic.blue.active.button {
@@ -1774,8 +1843,8 @@
1774
1843
  /* Basic */
1775
1844
  .ui.basic.green.buttons .button,
1776
1845
  .ui.basic.green.button {
1777
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
1778
- color: @textColor !important;
1846
+ box-shadow: 0px 0px 0px @basicBorderSize @green inset !important;
1847
+ color: @green !important;
1779
1848
  }
1780
1849
  .ui.basic.green.buttons .button:hover,
1781
1850
  .ui.basic.green.button:hover {
@@ -1787,6 +1856,7 @@
1787
1856
  .ui.basic.green.button:focus {
1788
1857
  background: transparent !important;
1789
1858
  box-shadow: 0px 0px 0px @basicColoredBorderSize @greenFocus inset !important;
1859
+ color: @greenHover !important;
1790
1860
  }
1791
1861
  .ui.basic.green.buttons .active.button,
1792
1862
  .ui.basic.green.active.button {
@@ -1912,8 +1982,8 @@
1912
1982
  /* Basic */
1913
1983
  .ui.basic.orange.buttons .button,
1914
1984
  .ui.basic.orange.button {
1915
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
1916
- color: @textColor !important;
1985
+ box-shadow: 0px 0px 0px @basicBorderSize @orange inset !important;
1986
+ color: @orange !important;
1917
1987
  }
1918
1988
  .ui.basic.orange.buttons .button:hover,
1919
1989
  .ui.basic.orange.button:hover {
@@ -1925,6 +1995,7 @@
1925
1995
  .ui.basic.orange.button:focus {
1926
1996
  background: transparent !important;
1927
1997
  box-shadow: 0px 0px 0px @basicColoredBorderSize @orangeFocus inset !important;
1998
+ color: @orangeHover !important;
1928
1999
  }
1929
2000
  .ui.basic.orange.buttons .active.button,
1930
2001
  .ui.basic.orange.active.button {
@@ -2050,8 +2121,8 @@
2050
2121
  /* Basic */
2051
2122
  .ui.basic.pink.buttons .button,
2052
2123
  .ui.basic.pink.button {
2053
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
2054
- color: @textColor !important;
2124
+ box-shadow: 0px 0px 0px @basicBorderSize @pink inset !important;
2125
+ color: @pink !important;
2055
2126
  }
2056
2127
  .ui.basic.pink.buttons .button:hover,
2057
2128
  .ui.basic.pink.button:hover {
@@ -2063,6 +2134,7 @@
2063
2134
  .ui.basic.pink.button:focus {
2064
2135
  background: transparent !important;
2065
2136
  box-shadow: 0px 0px 0px @basicColoredBorderSize @pinkFocus inset !important;
2137
+ color: @pinkHover !important;
2066
2138
  }
2067
2139
  .ui.basic.pink.buttons .active.button,
2068
2140
  .ui.basic.pink.active.button {
@@ -2189,8 +2261,8 @@
2189
2261
  /* Basic */
2190
2262
  .ui.basic.violet.buttons .button,
2191
2263
  .ui.basic.violet.button {
2192
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
2193
- color: @textColor !important;
2264
+ box-shadow: 0px 0px 0px @basicBorderSize @violet inset !important;
2265
+ color: @violet !important;
2194
2266
  }
2195
2267
  .ui.basic.violet.buttons .button:hover,
2196
2268
  .ui.basic.violet.button:hover {
@@ -2202,6 +2274,7 @@
2202
2274
  .ui.basic.violet.button:focus {
2203
2275
  background: transparent !important;
2204
2276
  box-shadow: 0px 0px 0px @basicColoredBorderSize @violetFocus inset !important;
2277
+ color: @violetHover !important;
2205
2278
  }
2206
2279
  .ui.basic.violet.buttons .active.button,
2207
2280
  .ui.basic.violet.active.button {
@@ -2327,8 +2400,8 @@
2327
2400
  /* Basic */
2328
2401
  .ui.basic.purple.buttons .button,
2329
2402
  .ui.basic.purple.button {
2330
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
2331
- color: @textColor !important;
2403
+ box-shadow: 0px 0px 0px @basicBorderSize @purple inset !important;
2404
+ color: @purple !important;
2332
2405
  }
2333
2406
  .ui.basic.purple.buttons .button:hover,
2334
2407
  .ui.basic.purple.button:hover {
@@ -2340,6 +2413,7 @@
2340
2413
  .ui.basic.purple.button:focus {
2341
2414
  background: transparent !important;
2342
2415
  box-shadow: 0px 0px 0px @basicColoredBorderSize @purpleFocus inset !important;
2416
+ color: @purpleHover !important;
2343
2417
  }
2344
2418
  .ui.basic.purple.buttons .active.button,
2345
2419
  .ui.basic.purple.active.button {
@@ -2465,8 +2539,8 @@
2465
2539
  /* Basic */
2466
2540
  .ui.basic.red.buttons .button,
2467
2541
  .ui.basic.red.button {
2468
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
2469
- color: @textColor !important;
2542
+ box-shadow: 0px 0px 0px @basicBorderSize @red inset !important;
2543
+ color: @red !important;
2470
2544
  }
2471
2545
  .ui.basic.red.buttons .button:hover,
2472
2546
  .ui.basic.red.button:hover {
@@ -2478,6 +2552,7 @@
2478
2552
  .ui.basic.red.button:focus {
2479
2553
  background: transparent !important;
2480
2554
  box-shadow: 0px 0px 0px @basicColoredBorderSize @redFocus inset !important;
2555
+ color: @redHover !important;
2481
2556
  }
2482
2557
  .ui.basic.red.buttons .active.button,
2483
2558
  .ui.basic.red.active.button {
@@ -2604,8 +2679,8 @@
2604
2679
  /* Basic */
2605
2680
  .ui.basic.teal.buttons .button,
2606
2681
  .ui.basic.teal.button {
2607
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
2608
- color: @textColor !important;
2682
+ box-shadow: 0px 0px 0px @basicBorderSize @teal inset !important;
2683
+ color: @teal !important;
2609
2684
  }
2610
2685
  .ui.basic.teal.buttons .button:hover,
2611
2686
  .ui.basic.teal.button:hover {
@@ -2617,6 +2692,7 @@
2617
2692
  .ui.basic.teal.button:focus {
2618
2693
  background: transparent !important;
2619
2694
  box-shadow: 0px 0px 0px @basicColoredBorderSize @tealFocus inset !important;
2695
+ color: @tealHover !important;
2620
2696
  }
2621
2697
  .ui.basic.teal.buttons .active.button,
2622
2698
  .ui.basic.teal.active.button {
@@ -2743,8 +2819,8 @@
2743
2819
  /* Basic */
2744
2820
  .ui.basic.olive.buttons .button,
2745
2821
  .ui.basic.olive.button {
2746
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
2747
- color: @textColor !important;
2822
+ box-shadow: 0px 0px 0px @basicBorderSize @olive inset !important;
2823
+ color: @olive !important;
2748
2824
  }
2749
2825
  .ui.basic.olive.buttons .button:hover,
2750
2826
  .ui.basic.olive.button:hover {
@@ -2756,6 +2832,7 @@
2756
2832
  .ui.basic.olive.button:focus {
2757
2833
  background: transparent !important;
2758
2834
  box-shadow: 0px 0px 0px @basicColoredBorderSize @oliveFocus inset !important;
2835
+ color: @oliveHover !important;
2759
2836
  }
2760
2837
  .ui.basic.olive.buttons .active.button,
2761
2838
  .ui.basic.olive.active.button {
@@ -2881,8 +2958,8 @@
2881
2958
  /* Basic */
2882
2959
  .ui.basic.yellow.buttons .button,
2883
2960
  .ui.basic.yellow.button {
2884
- box-shadow: 0px 0px 0px @basicBorderSize @borderColor inset !important;
2885
- color: @textColor !important;
2961
+ box-shadow: 0px 0px 0px @basicBorderSize @yellow inset !important;
2962
+ color: @yellow !important;
2886
2963
  }
2887
2964
  .ui.basic.yellow.buttons .button:hover,
2888
2965
  .ui.basic.yellow.button:hover {
@@ -2894,6 +2971,7 @@
2894
2971
  .ui.basic.yellow.button:focus {
2895
2972
  background: transparent !important;
2896
2973
  box-shadow: 0px 0px 0px @basicColoredBorderSize @yellowFocus inset !important;
2974
+ color: @yellowHover !important;
2897
2975
  }
2898
2976
  .ui.basic.yellow.buttons .active.button,
2899
2977
  .ui.basic.yellow.active.button {
@@ -41,13 +41,19 @@
41
41
  /* Mobile */
42
42
  @media only screen and (max-width: @largestMobileScreen) {
43
43
  .ui.container {
44
- width: @mobileWidth;
44
+ width: @mobileWidth !important;
45
45
  margin-left: @mobileGutter !important;
46
46
  margin-right: @mobileGutter !important;
47
47
  }
48
48
  .ui.grid.container {
49
49
  width: @mobileGridWidth !important;
50
50
  }
51
+ .ui.relaxed.grid.container {
52
+ width: @mobileRelaxedGridWidth !important;
53
+ }
54
+ .ui.very.relaxed.grid.container {
55
+ width: @mobileVeryRelaxedGridWidth !important;
56
+ }
51
57
  }
52
58
 
53
59
  /* Tablet */
@@ -60,6 +66,12 @@
60
66
  .ui.grid.container {
61
67
  width: @tabletGridWidth !important;
62
68
  }
69
+ .ui.relaxed.grid.container {
70
+ width: @tabletRelaxedGridWidth !important;
71
+ }
72
+ .ui.very.relaxed.grid.container {
73
+ width: @tabletVeryRelaxedGridWidth !important;
74
+ }
63
75
  }
64
76
 
65
77
  /* Small Monitor */
@@ -72,6 +84,12 @@
72
84
  .ui.grid.container {
73
85
  width: @computerGridWidth !important;
74
86
  }
87
+ .ui.relaxed.grid.container {
88
+ width: @computerRelaxedGridWidth !important;
89
+ }
90
+ .ui.very.relaxed.grid.container {
91
+ width: @computerVeryRelaxedGridWidth !important;
92
+ }
75
93
  }
76
94
 
77
95
  /* Large Monitor */
@@ -84,6 +102,12 @@
84
102
  .ui.grid.container {
85
103
  width: @largeMonitorGridWidth !important;
86
104
  }
105
+ .ui.relaxed.grid.container {
106
+ width: @largeMonitorRelaxedGridWidth !important;
107
+ }
108
+ .ui.very.relaxed.grid.container {
109
+ width: @largeMonitorVeryRelaxedGridWidth !important;
110
+ }
87
111
  }
88
112
 
89
113
  /*******************************