fomantic-ui-sass 2.9.0 → 2.9.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (103) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
  3. data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
  4. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
  5. data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
  6. data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
  7. data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
  8. data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
  9. data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
  10. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
  11. data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
  12. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
  13. data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
  14. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
  15. data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
  16. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
  17. data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
  18. data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
  19. data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
  20. data/app/assets/fonts/semantic-ui/icons.woff +0 -0
  21. data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
  22. data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
  23. data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
  24. data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
  25. data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
  26. data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
  27. data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
  28. data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
  29. data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
  30. data/app/assets/javascripts/semantic-ui/embed.js +646 -676
  31. data/app/assets/javascripts/semantic-ui/flyout.js +1515 -1466
  32. data/app/assets/javascripts/semantic-ui/form.js +2023 -2005
  33. data/app/assets/javascripts/semantic-ui/modal.js +1545 -1487
  34. data/app/assets/javascripts/semantic-ui/nag.js +521 -527
  35. data/app/assets/javascripts/semantic-ui/popup.js +1457 -1457
  36. data/app/assets/javascripts/semantic-ui/progress.js +970 -998
  37. data/app/assets/javascripts/semantic-ui/rating.js +508 -524
  38. data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
  39. data/app/assets/javascripts/semantic-ui/shape.js +784 -811
  40. data/app/assets/javascripts/semantic-ui/sidebar.js +1062 -1100
  41. data/app/assets/javascripts/semantic-ui/site.js +437 -477
  42. data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
  43. data/app/assets/javascripts/semantic-ui/state.js +639 -658
  44. data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
  45. data/app/assets/javascripts/semantic-ui/tab.js +903 -967
  46. data/app/assets/javascripts/semantic-ui/toast.js +911 -885
  47. data/app/assets/javascripts/semantic-ui/transition.js +1049 -1078
  48. data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
  49. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
  50. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +246 -341
  51. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +185 -331
  52. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +272 -433
  53. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
  54. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
  55. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
  56. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
  57. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
  58. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3556 -3556
  59. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
  60. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
  61. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
  62. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
  63. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +358 -276
  64. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
  65. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
  66. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
  67. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
  68. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
  69. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
  70. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +150 -226
  71. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
  72. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
  73. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
  74. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +30 -43
  75. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
  76. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
  77. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +122 -193
  78. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
  79. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +254 -388
  80. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +20 -31
  81. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
  82. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
  83. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
  84. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +426 -204
  85. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
  86. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
  87. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
  88. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
  89. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
  90. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +93 -121
  91. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
  92. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
  93. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
  94. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
  95. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
  96. data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
  97. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
  98. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
  99. data/app/assets/stylesheets/semantic-ui/views/_item.scss +86 -133
  100. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
  101. data/lib/fomantic/ui/sass/version.rb +2 -2
  102. data/tasks/converter.rb +1 -1
  103. metadata +17 -1
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Reset
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Reset
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -18,12 +18,10 @@
18
18
  *,
19
19
  *::before,
20
20
  *::after {
21
- -webkit-box-sizing: inherit;
22
- box-sizing: inherit;
21
+ box-sizing: inherit;
23
22
  }
24
23
  html {
25
- -webkit-box-sizing: border-box;
26
- box-sizing: border-box;
24
+ box-sizing: border-box;
27
25
  }
28
26
 
29
27
  /* iPad Input Shadows */
@@ -83,8 +81,7 @@ h1 {
83
81
  * 2. Show the overflow in Edge and IE.
84
82
  */
85
83
  hr {
86
- -webkit-box-sizing: content-box;
87
- box-sizing: content-box;
84
+ box-sizing: content-box;
88
85
 
89
86
  /* 1 */
90
87
  height: 0;
@@ -215,9 +212,9 @@ textarea {
215
212
  */
216
213
  button,
217
214
  input {
215
+ overflow: visible;
218
216
 
219
217
  /* 1 */
220
- overflow: visible;
221
218
  }
222
219
  /**
223
220
  * Remove the inheritance of text transform in Edge, Firefox, and IE.
@@ -225,9 +222,9 @@ input {
225
222
  */
226
223
  button,
227
224
  select {
225
+ text-transform: none;
228
226
 
229
227
  /* 1 */
230
- text-transform: none;
231
228
  }
232
229
  /**
233
230
  * Correct the inability to style clickable types in iOS and Safari.
@@ -270,8 +267,7 @@ fieldset {
270
267
  * `fieldset` elements in all browsers.
271
268
  */
272
269
  legend {
273
- -webkit-box-sizing: border-box;
274
- box-sizing: border-box;
270
+ box-sizing: border-box;
275
271
 
276
272
  /* 1 */
277
273
  color: inherit;
@@ -308,8 +304,7 @@ textarea {
308
304
  */
309
305
  [type="checkbox"],
310
306
  [type="radio"] {
311
- -webkit-box-sizing: border-box;
312
- box-sizing: border-box;
307
+ box-sizing: border-box;
313
308
 
314
309
  /* 1 */
315
310
  padding: 0;
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Site
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Site
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -14,8 +14,8 @@
14
14
  *******************************/
15
15
 
16
16
  @font-face {
17
- font-family: 'Lato';
18
- src: font-url("semantic-ui/LatoLatin-Regular.woff2") format('woff2') , font-url("semantic-ui/LatoLatin-Regular.woff") format('woff');
17
+ font-family: "Lato";
18
+ src: font-url("semantic-ui/LatoLatin-Regular.woff2") format("woff2") , font-url("semantic-ui/LatoLatin-Regular.woff") format("woff");
19
19
  font-style: normal;
20
20
  font-weight: normal;
21
21
  font-display: swap;
@@ -23,8 +23,8 @@
23
23
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
24
24
  }
25
25
  @font-face {
26
- font-family: 'Lato';
27
- src: font-url("semantic-ui/LatoLatin-Bold.woff2") format('woff2') , font-url("semantic-ui/LatoLatin-Bold.woff") format('woff');
26
+ font-family: "Lato";
27
+ src: font-url("semantic-ui/LatoLatin-Bold.woff2") format("woff2") , font-url("semantic-ui/LatoLatin-Bold.woff") format("woff");
28
28
  font-style: normal;
29
29
  font-weight: bold;
30
30
  font-display: swap;
@@ -32,8 +32,8 @@
32
32
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
33
33
  }
34
34
  @font-face {
35
- font-family: 'Lato';
36
- src: font-url("semantic-ui/LatoLatin-Italic.woff2") format('woff2') , font-url("semantic-ui/LatoLatin-Italic.woff") format('woff');
35
+ font-family: "Lato";
36
+ src: font-url("semantic-ui/LatoLatin-Italic.woff2") format("woff2") , font-url("semantic-ui/LatoLatin-Italic.woff") format("woff");
37
37
  font-style: italic;
38
38
  font-weight: normal;
39
39
  font-display: swap;
@@ -41,8 +41,8 @@
41
41
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
42
42
  }
43
43
  @font-face {
44
- font-family: 'Lato';
45
- src: font-url("semantic-ui/LatoLatin-BoldItalic.woff2") format('woff2') , font-url("semantic-ui/LatoLatin-BoldItalic.woff") format('woff');
44
+ font-family: "Lato";
45
+ src: font-url("semantic-ui/LatoLatin-BoldItalic.woff2") format("woff2") , font-url("semantic-ui/LatoLatin-BoldItalic.woff") format("woff");
46
46
  font-style: italic;
47
47
  font-weight: bold;
48
48
  font-display: swap;
@@ -50,8 +50,8 @@
50
50
  unicode-range: U+0000, U+000D, U+0020-007E, U+00A0-017F, U+0192, U+0218-021B, U+0237, U+02C6-02C7, U+02C9, U+02D8-02DD, U+0394, U+03A9, U+03BC, U+03C0, U+1E80-1E85, U+2010, U+2013-2014, U+2018-201A, U+201C-201E, U+2020-2022, U+2026, U+2030, U+2039-203A, U+2044, U+20A3-20A4, U+20A7, U+20AC, U+2113, U+2122, U+2126, U+212E, U+2202, U+2206, U+220F, U+2211-2212, U+2215, U+2219-221A, U+221E, U+222B, U+2248, U+2260, U+2264-2265, U+25CA, U+F8FF, U+FB00-FB04;
51
51
  }
52
52
  @font-face {
53
- font-family: 'Lato';
54
- src: font-url("semantic-ui/Lato-Regular.woff2") format('woff2') , font-url("semantic-ui/Lato-Regular.woff") format('woff');
53
+ font-family: "Lato";
54
+ src: font-url("semantic-ui/Lato-Regular.woff2") format("woff2") , font-url("semantic-ui/Lato-Regular.woff") format("woff");
55
55
  font-style: normal;
56
56
  font-weight: normal;
57
57
  font-display: swap;
@@ -59,8 +59,8 @@
59
59
  unicode-range: U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
60
60
  }
61
61
  @font-face {
62
- font-family: 'Lato';
63
- src: font-url("semantic-ui/Lato-Bold.woff2") format('woff2') , font-url("semantic-ui/Lato-Bold.woff") format('woff');
62
+ font-family: "Lato";
63
+ src: font-url("semantic-ui/Lato-Bold.woff2") format("woff2") , font-url("semantic-ui/Lato-Bold.woff") format("woff");
64
64
  font-style: normal;
65
65
  font-weight: bold;
66
66
  font-display: swap;
@@ -68,8 +68,8 @@
68
68
  unicode-range: U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
69
69
  }
70
70
  @font-face {
71
- font-family: 'Lato';
72
- src: font-url("semantic-ui/Lato-Italic.woff2") format('woff2') , font-url("semantic-ui/Lato-Italic.woff") format('woff');
71
+ font-family: "Lato";
72
+ src: font-url("semantic-ui/Lato-Italic.woff2") format("woff2") , font-url("semantic-ui/Lato-Italic.woff") format("woff");
73
73
  font-style: italic;
74
74
  font-weight: normal;
75
75
  font-display: swap;
@@ -77,8 +77,8 @@
77
77
  unicode-range: U+0180-0191, U+0193-0217, U+021C-0236, U+0238-02C5, U+02C8, U+02CA-02D7, U+02DE-036F, U+0374-0375, U+037A-037E, U+0384-038A, U+038C, U+038E-0393, U+0395-03A1, U+03A3-03A8, U+03AA-03BB, U+03BD-03BF, U+03C1-03CE, U+03D0-0486, U+0488-0513, U+1D00-1DCA, U+1DFE-1E7F, U+1E86-1E9B, U+1E9E, U+1EA0-1EF9, U+1F00-1F15, U+1F18-1F1D, U+1F20-1F45, U+1F48-1F4D, U+1F50-1F57, U+1F59, U+1F5B, U+1F5D, U+1F5F-1F7D, U+1F80-1FB4, U+1FB6-1FC4, U+1FC6-1FD3, U+1FD6-1FDB, U+1FDD-1FEF, U+1FF2-1FF4, U+1FF6-1FFE, U+2000-200F, U+2012, U+2015-2017, U+201B, U+201F, U+202F, U+2034, U+203C-203E, U+205E-205F, U+2070-2071, U+2074-2094, U+20A0-20A2, U+20A5-20A6, U+20A8-20AB, U+20AD-20B5, U+20B8-20BA, U+20DD, U+2105, U+2116-2117, U+2120, U+2132, U+214D-214E, U+2153-215F, U+2183-2184, U+2190-2199, U+21A8, U+221F, U+2229, U+2261, U+2302, U+2310, U+2320-2321, U+2460-2473, U+24EA-24F4, U+24FF-2500, U+2502, U+250C, U+2510, U+2514, U+2518, U+2C60-2C6C, U+2C74-2C77;
78
78
  }
79
79
  @font-face {
80
- font-family: 'Lato';
81
- src: font-url("semantic-ui/Lato-BoldItalic.woff2") format('woff2') , font-url("semantic-ui/Lato-BoldItalic.woff") format('woff');
80
+ font-family: "Lato";
81
+ src: font-url("semantic-ui/Lato-BoldItalic.woff2") format("woff2") , font-url("semantic-ui/Lato-BoldItalic.woff") format("woff");
82
82
  font-style: italic;
83
83
  font-weight: bold;
84
84
  font-display: swap;
@@ -97,8 +97,8 @@ body {
97
97
  padding: 0;
98
98
  overflow-x: hidden;
99
99
  min-width: 320px;
100
- background: #FFFFFF;
101
- font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
100
+ background: #fff;
101
+ font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
102
102
  font-size: 14px;
103
103
  line-height: 1.4285em;
104
104
  color: rgba(0, 0, 0, 0.87);
@@ -114,7 +114,7 @@ h2,
114
114
  h3,
115
115
  h4,
116
116
  h5 {
117
- font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
117
+ font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
118
118
  line-height: 1.28571429em;
119
119
  margin: calc(2rem - 0.1428571428571429em) 0 1rem;
120
120
  font-weight: bold;
@@ -167,12 +167,11 @@ p:last-child {
167
167
  margin-bottom: 0;
168
168
  }
169
169
 
170
- /*-------------------
170
+ /* -------------------
171
171
  Links
172
- --------------------*/
173
-
172
+ -------------------- */
174
173
  a {
175
- color: #4183C4;
174
+ color: #4183c4;
176
175
  text-decoration: none;
177
176
  }
178
177
  a:hover {
@@ -217,10 +216,11 @@ body .ui {
217
216
  scrollbar-track-color: #e6e6e6;
218
217
  scrollbar-arrow-color: #e6e6e6;
219
218
 
220
- /* firefox : first color thumb, second track*/
219
+ /* firefox: first color thumb, second track */
221
220
  scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
222
221
  scrollbar-width: thin;
223
222
  }
223
+
224
224
  /* Inverted UI */
225
225
  body .ui.inverted:not(.dimmer)::-webkit-scrollbar-track {
226
226
  background: rgba(255, 255, 255, 0.1);
@@ -242,7 +242,7 @@ body .ui.inverted:not(.dimmer) {
242
242
  scrollbar-track-color: #323232;
243
243
  scrollbar-arrow-color: #323232;
244
244
 
245
- /* firefox : first color thumb, second track */
245
+ /* firefox: first color thumb, second track */
246
246
  scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
247
247
  }
248
248
 
@@ -254,15 +254,11 @@ body .ui.inverted:not(.dimmer) {
254
254
 
255
255
  /* Site */
256
256
  ::-webkit-selection {
257
- background-color: #CCE2FF;
258
- color: rgba(0, 0, 0, 0.87);
259
- }
260
- ::-moz-selection {
261
- background-color: #CCE2FF;
257
+ background-color: #cce2ff;
262
258
  color: rgba(0, 0, 0, 0.87);
263
259
  }
264
260
  ::selection {
265
- background-color: #CCE2FF;
261
+ background-color: #cce2ff;
266
262
  color: rgba(0, 0, 0, 0.87);
267
263
  }
268
264
 
@@ -272,15 +268,6 @@ input::-webkit-selection {
272
268
  background-color: rgba(100, 100, 100, 0.4);
273
269
  color: rgba(0, 0, 0, 0.87);
274
270
  }
275
- textarea::-moz-selection,
276
- input::-moz-selection {
277
- background-color: rgba(100, 100, 100, 0.4);
278
- color: rgba(0, 0, 0, 0.87);
279
- }
280
- textarea::-moz-selection, input::-moz-selection {
281
- background-color: rgba(100, 100, 100, 0.4);
282
- color: rgba(0, 0, 0, 0.87);
283
- }
284
271
  textarea::selection,
285
272
  input::selection {
286
273
  background-color: rgba(100, 100, 100, 0.4);
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Accordion
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Accordion
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -28,7 +28,7 @@
28
28
  .ui.accordion .accordion > .title {
29
29
  cursor: pointer;
30
30
  padding: 0.5em 0;
31
- font-family: 'Lato', system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
31
+ font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
32
32
  font-size: 1em;
33
33
  color: rgba(0, 0, 0, 0.87);
34
34
  list-style: none;
@@ -38,7 +38,7 @@
38
38
  /* Default Styling */
39
39
  .ui.accordion:not(.styled) .title ~ .content,
40
40
  .ui.accordion:not(.styled) .accordion .title ~ .content {
41
- margin: '';
41
+ margin: "";
42
42
  padding: 0.5em 0 1em;
43
43
  }
44
44
  .ui.accordion:not(.styled) .title ~ .content:last-child {
@@ -57,26 +57,20 @@
57
57
  margin: 0 0.25rem 0 0;
58
58
  padding: 0;
59
59
  font-size: 1em;
60
- -webkit-transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
61
- transition: opacity 0.1s ease, -webkit-transform 0.1s ease;
62
60
  transition: transform 0.1s ease, opacity 0.1s ease;
63
- transition: transform 0.1s ease, opacity 0.1s ease, -webkit-transform 0.1s ease;
64
61
  vertical-align: baseline;
65
- -webkit-transform: none;
66
- transform: none;
62
+ transform: none;
67
63
  }
68
64
  .ui.accordion .ui.header > .dropdown.icon.right,
69
65
  .ui.accordion .title > .dropdown.icon.right,
70
66
  .ui.accordion .accordion .title > .dropdown.icon.right {
71
67
  float: right;
72
- -webkit-transform: rotate(180deg);
73
- transform: rotate(180deg);
68
+ transform: rotate(180deg);
74
69
  }
75
70
 
76
- /*--------------
71
+ /* --------------
77
72
  Coupling
78
- ---------------*/
79
-
73
+ --------------- */
80
74
 
81
75
  /* Menu */
82
76
  .ui.accordion.menu .item .title {
@@ -86,8 +80,7 @@
86
80
  .ui.accordion.menu .item .title > .dropdown.icon {
87
81
  float: right;
88
82
  margin: 0 0.25rem 0 0;
89
- -webkit-transform: rotate(180deg);
90
- transform: rotate(180deg);
83
+ transform: rotate(180deg);
91
84
  }
92
85
 
93
86
  /* Header */
@@ -105,12 +98,10 @@
105
98
  .ui.accordion .accordion[open] > .title > .dropdown.icon,
106
99
  .ui.accordion .active.title > .dropdown.icon,
107
100
  .ui.accordion .accordion .active.title > .dropdown.icon {
108
- -webkit-transform: rotate(90deg);
109
- transform: rotate(90deg);
101
+ transform: rotate(90deg);
110
102
  }
111
103
  .ui.accordion.menu .item .active.title > .dropdown.icon {
112
- -webkit-transform: rotate(90deg);
113
- transform: rotate(90deg);
104
+ transform: rotate(90deg);
114
105
  }
115
106
 
116
107
 
@@ -119,19 +110,17 @@
119
110
  *******************************/
120
111
 
121
112
 
122
- /*--------------
123
- Styled
124
- ---------------*/
125
-
113
+ /* --------------
114
+ Styled
115
+ --------------- */
126
116
  .ui.styled.accordion {
127
117
  width: 600px;
128
118
  }
129
119
  .ui.styled.accordion,
130
120
  .ui.styled.accordion .accordion {
131
121
  border-radius: 0.28571429rem;
132
- background: #FFFFFF;
133
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15);
134
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15);
122
+ background: #fff;
123
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15);
135
124
  }
136
125
  .ui.styled.accordion > .title,
137
126
  .ui.styled.accordion .accordion > .title {
@@ -140,7 +129,6 @@
140
129
  color: rgba(0, 0, 0, 0.4);
141
130
  font-weight: bold;
142
131
  border-top: 1px solid rgba(34, 36, 38, 0.15);
143
- -webkit-transition: background 0.1s ease, color 0.1s ease;
144
132
  transition: background 0.1s ease, color 0.1s ease;
145
133
  }
146
134
  .ui.styled.accordion > .title:first-child,
@@ -180,10 +168,9 @@
180
168
  color: rgba(0, 0, 0, 0.95);
181
169
  }
182
170
 
183
- /*--------------
184
- Compact
185
- ---------------*/
186
-
171
+ /* --------------
172
+ Compact
173
+ --------------- */
187
174
 
188
175
  /* Default Styling */
189
176
  .ui.compact.accordion:not(.styled) > .title,
@@ -205,10 +192,9 @@
205
192
  padding: 0.25em 0.5em 0.75em;
206
193
  }
207
194
 
208
- /*--------------
195
+ /* --------------
209
196
  Very Compact
210
- ---------------*/
211
-
197
+ --------------- */
212
198
  .ui[class*="very compact"].accordion:not(.styled) > .title,
213
199
  .ui[class*="very compact"].accordion:not(.styled) .accordion > .title {
214
200
  padding: 0.125em 0;
@@ -232,10 +218,9 @@
232
218
  *******************************/
233
219
 
234
220
 
235
- /*--------------
221
+ /* --------------
236
222
  Not Active
237
- ---------------*/
238
-
223
+ --------------- */
239
224
  .ui.accordion:not(details) .title ~ .content:not(.active),
240
225
  .ui.accordion .accordion:not(details) .title ~ .content:not(.active) {
241
226
  display: none;
@@ -247,19 +232,17 @@
247
232
  *******************************/
248
233
 
249
234
 
250
- /*--------------
251
- Fluid
252
- ---------------*/
253
-
235
+ /* --------------
236
+ Fluid
237
+ --------------- */
254
238
  .ui.fluid.accordion,
255
239
  .ui.fluid.accordion .accordion {
256
240
  width: 100%;
257
241
  }
258
242
 
259
- /*--------------
260
- Inverted
261
- ---------------*/
262
-
243
+ /* --------------
244
+ Inverted
245
+ --------------- */
263
246
  .ui.inverted.accordion.menu .item > .title,
264
247
  .ui.inverted.accordion > .title,
265
248
  .ui.inverted.accordion .accordion > .title {
@@ -267,9 +250,8 @@
267
250
  }
268
251
  .ui.inverted.styled.accordion,
269
252
  .ui.inverted.styled.accordion .accordion {
270
- background: #1B1C1D;
271
- -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
272
- box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
253
+ background: #1b1c1d;
254
+ box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(255, 255, 255, 0.1);
273
255
  }
274
256
  .ui.inverted.styled.accordion > .title,
275
257
  .ui.inverted.styled.accordion .accordion > .title {
@@ -301,8 +283,7 @@
301
283
  .ui.basic.styled.accordion,
302
284
  .ui.basic.styled.accordion .accordion {
303
285
  background: transparent;
304
- -webkit-box-shadow: none;
305
- box-shadow: none;
286
+ box-shadow: none;
306
287
  }
307
288
  .ui.basic.styled.accordion > .title,
308
289
  .ui.basic.styled.accordion .accordion > .title {
@@ -356,8 +337,8 @@
356
337
  *******************************/
357
338
 
358
339
  @font-face {
359
- font-family: 'Accordion';
360
- src: url(data:application/font-woff;base64,d09GRk9UVE8AAAREAAsAAAAABkAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAC7AAAAQoAAAE/j/fxwUZGVE0AAAQUAAAAHAAAAByNqvxQR0RFRgAAA/gAAAAcAAAAIAAnABhPUy8yAAABYAAAAEIAAABgTadW5mNtYXAAAAKMAAAAUQAAAWAFZuKDaGVhZAAAAQgAAAAyAAAANg8zT8toaGVhAAABPAAAABoAAAAkApkA5mhtdHgAAAQwAAAAEwAAABYBtwASbWF4cAAAAVgAAAAGAAAABgAGUABuYW1lAAABpAAAAOYAAAGq/HAhWXBvc3QAAALgAAAADAAAACAAAwAAeJxjYGRgYADi8KWRsvH8Nl8ZuJkYQOD838XvQPT9hGxNIOXJsJ0xD0hzMIClARzsCcoAAHicY2BkYGB88P8BkGQAg+0wBhywAgBgjgOAAAAAAFAAAAYAAHicY2BmOM84gYGVgYHRhzGNgYHBHUp/ZZBkaGFABYwCSJyANNcUBgcGhg+3GB/8fwCUfMCgAFIDV6AAhIwARVcMJwAAeJx1jrFOwzAURU/SNKgFIVgQ6uSRKWolZjaQOnQBqQNb2lpRpMqW3HTowhew8U9I/BU37WOjtmyfd/3utYEbvsn4G7lxRsmtcc4FD8YD6U/GhfjNeMglybjU/DQeM+FHrqwY2QsnzrgSnTjnmnvjgfSpcSF+Nh5yx7txKf3DeMwjX31soqajJdCoqLs26HzFq9yz1WVS6Zv9tk5nmv8Vl0pI7CRHXThmVPofS592bQxuVk3PGF+Ohk6WRhHhGNO3eTbSVhy0z1mra6HV91YyxdC5xgevFL9xq4Obr+MixlDxC/HTOrsAAHicY2BgYGaAYBkGRgYQiALyGMF8FgY7IM3FwMHABISMDAofbv3/+/8/WJXCh5tgNuP/x2A+RC8bUC0DUB8rWIgNiJkY8AJm/NJDHgAALqoOxgAAAHicY2BmwAsAAH0ABHicPY7BSsNAEIZnkk2zlhg1JKAYxOrJi6RepMdC8SKefAJP4kVBzCtkNw7ZjeK1j9C38Rn6CO5CDrppigwMM8P/f/8gMAaIGL4+vD09PwJ6gLCwp2AnaM88e+7bQ0aRTxE7GcPRffJL9D9EIX2bW+sFOXzu5QD7OSwPcuA5Xiew05N8CIDDLiSQuTqGSVmU0/KqKG+Kxaxv8+llMURvHwBAgRJrfEeCEaLns9HdRxzHP/FqaV4yaptWK25SkwZKu4Va0rUSWjYVVbz7CqmqhZBSiNodqGqk5l2vFqrW1PJ4tWbGqZxVKa31htA6gmN2aTBwBobzuYsU1YYkGheyZVBqLjKKxn8cSmvuAAB4nGNgZGBg4AFiAQYJBiYgzQLEIJoRggEFbQBAAAAAAQAAAADeTO04AAAAAM/9o+4AAAAA32BrKXicY2BAAEYQsZ1BiIEBAAPpAMsA) format('woff');
340
+ font-family: Accordion;
341
+ src: url("data:application/font-woff;base64,d09GRk9UVE8AAAREAAsAAAAABkAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAC7AAAAQoAAAE/j/fxwUZGVE0AAAQUAAAAHAAAAByNqvxQR0RFRgAAA/gAAAAcAAAAIAAnABhPUy8yAAABYAAAAEIAAABgTadW5mNtYXAAAAKMAAAAUQAAAWAFZuKDaGVhZAAAAQgAAAAyAAAANg8zT8toaGVhAAABPAAAABoAAAAkApkA5mhtdHgAAAQwAAAAEwAAABYBtwASbWF4cAAAAVgAAAAGAAAABgAGUABuYW1lAAABpAAAAOYAAAGq/HAhWXBvc3QAAALgAAAADAAAACAAAwAAeJxjYGRgYADi8KWRsvH8Nl8ZuJkYQOD838XvQPT9hGxNIOXJsJ0xD0hzMIClARzsCcoAAHicY2BkYGB88P8BkGQAg+0wBhywAgBgjgOAAAAAAFAAAAYAAHicY2BmOM84gYGVgYHRhzGNgYHBHUp/ZZBkaGFABYwCSJyANNcUBgcGhg+3GB/8fwCUfMCgAFIDV6AAhIwARVcMJwAAeJx1jrFOwzAURU/SNKgFIVgQ6uSRKWolZjaQOnQBqQNb2lpRpMqW3HTowhew8U9I/BU37WOjtmyfd/3utYEbvsn4G7lxRsmtcc4FD8YD6U/GhfjNeMglybjU/DQeM+FHrqwY2QsnzrgSnTjnmnvjgfSpcSF+Nh5yx7txKf3DeMwjX31soqajJdCoqLs26HzFq9yz1WVS6Zv9tk5nmv8Vl0pI7CRHXThmVPofS592bQxuVk3PGF+Ohk6WRhHhGNO3eTbSVhy0z1mra6HV91YyxdC5xgevFL9xq4Obr+MixlDxC/HTOrsAAHicY2BgYGaAYBkGRgYQiALyGMF8FgY7IM3FwMHABISMDAofbv3/+/8/WJXCh5tgNuP/x2A+RC8bUC0DUB8rWIgNiJkY8AJm/NJDHgAALqoOxgAAAHicY2BmwAsAAH0ABHicPY7BSsNAEIZnkk2zlhg1JKAYxOrJi6RepMdC8SKefAJP4kVBzCtkNw7ZjeK1j9C38Rn6CO5CDrppigwMM8P/f/8gMAaIGL4+vD09PwJ6gLCwp2AnaM88e+7bQ0aRTxE7GcPRffJL9D9EIX2bW+sFOXzu5QD7OSwPcuA5Xiew05N8CIDDLiSQuTqGSVmU0/KqKG+Kxaxv8+llMURvHwBAgRJrfEeCEaLns9HdRxzHP/FqaV4yaptWK25SkwZKu4Va0rUSWjYVVbz7CqmqhZBSiNodqGqk5l2vFqrW1PJ4tWbGqZxVKa31htA6gmN2aTBwBobzuYsU1YYkGheyZVBqLjKKxn8cSmvuAAB4nGNgZGBg4AFiAQYJBiYgzQLEIJoRggEFbQBAAAAAAQAAAADeTO04AAAAAM/9o+4AAAAA32BrKXicY2BAAEYQsZ1BiIEBAAPpAMsA") format("woff");
361
342
  font-weight: normal;
362
343
  font-style: normal;
363
344
  }
@@ -377,7 +358,8 @@
377
358
  .ui.accordion .ui.header > .dropdown.icon::before,
378
359
  .ui.accordion .title > .dropdown.icon::before,
379
360
  .ui.accordion .accordion .title > .dropdown.icon::before {
380
- content: '\f0da' /*rtl:'\f0d9'*/;
361
+ content: "\f0da"
362
+ /* rtl: "\f0d9" */;
381
363
  }
382
364
 
383
365
 
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI 2.9.0 - Calendar
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.1 - Calendar
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -13,22 +13,25 @@
13
13
  Popup
14
14
  *******************************/
15
15
 
16
- .ui.calendar .ui.popup {
16
+ .ui.calendar.popup {
17
17
  max-width: none;
18
18
  padding: 0;
19
19
  border: none;
20
20
  -webkit-user-select: none;
21
- -moz-user-select: none;
22
21
  -ms-user-select: none;
23
22
  user-select: none;
24
23
  }
24
+ .ui.calendar.popup.inverted::before {
25
+ background: #2b2b2b;
26
+ }
25
27
 
26
28
 
27
29
  /*******************************
28
30
  Calendar
29
31
  *******************************/
30
32
 
31
- .ui.calendar .calendar:focus {
33
+ .ui.calendar .calendar:focus,
34
+ .ui.calendar.popup:focus {
32
35
  outline: 0;
33
36
  }
34
37
 
@@ -37,11 +40,11 @@
37
40
  Grid
38
41
  *******************************/
39
42
 
40
- .ui.calendar .ui.popup .ui.grid {
43
+ .ui.calendar.popup .ui.grid {
41
44
  display: block;
42
45
  white-space: nowrap;
43
46
  }
44
- .ui.calendar .ui.popup .ui.grid > .column {
47
+ .ui.calendar.popup .ui.grid > .column {
45
48
  width: auto;
46
49
  }
47
50
 
@@ -95,12 +98,12 @@
95
98
  cursor: pointer;
96
99
  }
97
100
  .ui.calendar .ui.table tr .prev.link {
98
- width: 14.28571429%;
101
+ width: 14.28571%;
99
102
  position: absolute;
100
103
  left: 0;
101
104
  }
102
105
  .ui.calendar .ui.table tr .next.link {
103
- width: 14.28571429%;
106
+ width: 14.28571%;
104
107
  position: absolute;
105
108
  right: 0;
106
109
  }
@@ -114,36 +117,31 @@
114
117
  background: rgba(0, 0, 0, 0.03);
115
118
  }
116
119
 
117
- /*--------------
120
+ /* --------------
118
121
  States
119
- ---------------*/
120
-
122
+ --------------- */
121
123
  .ui.calendar .ui.table tr td.today {
122
124
  font-weight: bold;
123
125
  }
124
126
  .ui.calendar .ui.table tr td.range {
125
127
  background: rgba(0, 0, 0, 0.05);
126
128
  color: rgba(0, 0, 0, 0.95);
127
- -webkit-box-shadow: none;
128
- box-shadow: none;
129
+ box-shadow: none;
129
130
  }
130
- .ui.calendar:not(.disabled) .calendar:focus .ui.table tbody tr td.focus,
131
- .ui.calendar:not(.disabled) .calendar.active .ui.table tbody tr td.focus {
132
- -webkit-box-shadow: inset 0 0 0 1px #85B7D9;
133
- box-shadow: inset 0 0 0 1px #85B7D9;
131
+ .ui.calendar:not(.disabled):focus .ui.table tbody tr td.focus,
132
+ .ui.calendar:not(.disabled).popup.active .ui.table tbody tr td.focus {
133
+ box-shadow: inset 0 0 0 1px #85b7d9;
134
134
  }
135
135
  .ui.inverted.calendar .ui.table.inverted tr td.range {
136
136
  background: rgba(255, 255, 255, 0.08);
137
137
  color: #ffffff;
138
- -webkit-box-shadow: none;
139
- box-shadow: none;
138
+ box-shadow: none;
140
139
  }
141
140
  .ui.inverted.calendar:not(.disabled) .calendar:focus .ui.table.inverted tbody tr td.focus,
142
- .ui.inverted.calendar:not(.disabled) .calendar.active .ui.table.inverted tbody tr td.focus {
143
- -webkit-box-shadow: inset 0 0 0 1px #85B7D9;
144
- box-shadow: inset 0 0 0 1px #85B7D9;
141
+ .ui.inverted.calendar:not(.disabled).popup.active .ui.table.inverted tbody tr td.focus {
142
+ box-shadow: inset 0 0 0 1px #85b7d9;
145
143
  }
146
- .ui.inverted.calendar .ui.inverted.table tr .disabled {
144
+ .ui.inverted.calendar .ui.ui.ui.inverted.table tr .disabled {
147
145
  color: rgba(225, 225, 225, 0.3);
148
146
  }
149
147
  .ui.inverted.calendar .ui.inverted.table tr .adjacent:not(.disabled):not(.active) {
@@ -174,10 +172,9 @@
174
172
  *******************************/
175
173
 
176
174
 
177
- /*--------------------
178
- Disabled
179
- ---------------------*/
180
-
175
+ /* --------------------
176
+ Disabled
177
+ --------------------- */
181
178
  .ui.disabled.calendar {
182
179
  opacity: 0.45;
183
180
  }