fomantic-ui-sass 2.8.8.1 → 2.9.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (96) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
  4. data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
  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 +245 -7
  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 +2 -2
  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/accordion.js +9 -3
  19. data/app/assets/javascripts/semantic-ui/api.js +92 -33
  20. data/app/assets/javascripts/semantic-ui/calendar.js +200 -82
  21. data/app/assets/javascripts/semantic-ui/checkbox.js +20 -13
  22. data/app/assets/javascripts/semantic-ui/dimmer.js +24 -9
  23. data/app/assets/javascripts/semantic-ui/dropdown.js +250 -205
  24. data/app/assets/javascripts/semantic-ui/embed.js +13 -9
  25. data/app/assets/javascripts/semantic-ui/flyout.js +1530 -0
  26. data/app/assets/javascripts/semantic-ui/form.js +47 -41
  27. data/app/assets/javascripts/semantic-ui/modal.js +187 -83
  28. data/app/assets/javascripts/semantic-ui/nag.js +2 -2
  29. data/app/assets/javascripts/semantic-ui/popup.js +16 -22
  30. data/app/assets/javascripts/semantic-ui/progress.js +7 -4
  31. data/app/assets/javascripts/semantic-ui/rating.js +7 -3
  32. data/app/assets/javascripts/semantic-ui/search.js +47 -20
  33. data/app/assets/javascripts/semantic-ui/shape.js +3 -3
  34. data/app/assets/javascripts/semantic-ui/sidebar.js +140 -43
  35. data/app/assets/javascripts/semantic-ui/site.js +1 -1
  36. data/app/assets/javascripts/semantic-ui/slider.js +78 -63
  37. data/app/assets/javascripts/semantic-ui/state.js +2 -2
  38. data/app/assets/javascripts/semantic-ui/sticky.js +30 -19
  39. data/app/assets/javascripts/semantic-ui/tab.js +24 -6
  40. data/app/assets/javascripts/semantic-ui/toast.js +67 -33
  41. data/app/assets/javascripts/semantic-ui/transition.js +27 -22
  42. data/app/assets/javascripts/semantic-ui/visibility.js +5 -5
  43. data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
  44. data/app/assets/stylesheets/semantic-ui/collections/_form.scss +160 -83
  45. data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +25 -21
  46. data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +110 -78
  47. data/app/assets/stylesheets/semantic-ui/collections/_message.scss +43 -43
  48. data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1684 -272
  49. data/app/assets/stylesheets/semantic-ui/elements/_button.scss +204 -157
  50. data/app/assets/stylesheets/semantic-ui/elements/_container.scss +98 -4
  51. data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +31 -31
  52. data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +10799 -8841
  53. data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1021 -915
  54. data/app/assets/stylesheets/semantic-ui/elements/_header.scss +6 -4
  55. data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2110 -2061
  56. data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
  57. data/app/assets/stylesheets/semantic-ui/elements/_input.scss +759 -22
  58. data/app/assets/stylesheets/semantic-ui/elements/_label.scss +72 -68
  59. data/app/assets/stylesheets/semantic-ui/elements/_list.scss +31 -31
  60. data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +352 -352
  61. data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +33 -33
  62. data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
  63. data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
  64. data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +118 -34
  65. data/app/assets/stylesheets/semantic-ui/elements/_step.scss +32 -32
  66. data/app/assets/stylesheets/semantic-ui/elements/_text.scss +1 -1
  67. data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +5 -4
  68. data/app/assets/stylesheets/semantic-ui/globals/_site.scss +139 -42
  69. data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +177 -37
  70. data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +18 -1
  71. data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +93 -92
  72. data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +33 -18
  73. data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +101 -51
  74. data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +5 -5
  75. data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +592 -0
  76. data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +37 -6
  77. data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
  78. data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +103 -105
  79. data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
  80. data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +7 -46
  81. data/app/assets/stylesheets/semantic-ui/modules/_search.scss +6 -6
  82. data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
  83. data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +23 -9
  84. data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +17 -17
  85. data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
  86. data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +5 -5
  87. data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +49 -1
  88. data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
  89. data/app/assets/stylesheets/semantic-ui/views/_ad.scss +4 -4
  90. data/app/assets/stylesheets/semantic-ui/views/_card.scss +754 -117
  91. data/app/assets/stylesheets/semantic-ui/views/_comment.scss +12 -12
  92. data/app/assets/stylesheets/semantic-ui/views/_feed.scss +29 -29
  93. data/app/assets/stylesheets/semantic-ui/views/_item.scss +17 -17
  94. data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +4 -4
  95. data/lib/fomantic/ui/sass/version.rb +2 -2
  96. metadata +5 -3
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Text
2
+ * # Fomantic-UI 2.9.0 - Text
3
3
  * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Reset
2
+ * # Fomantic-UI 2.9.0 - Reset
3
3
  * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -16,8 +16,8 @@
16
16
 
17
17
  /* Border-Box */
18
18
  *,
19
- *:before,
20
- *:after {
19
+ *::before,
20
+ *::after {
21
21
  -webkit-box-sizing: inherit;
22
22
  box-sizing: inherit;
23
23
  }
@@ -126,7 +126,8 @@ abbr[title] {
126
126
  text-decoration: underline;
127
127
 
128
128
  /* 2 */
129
- text-decoration: underline dotted;
129
+ -webkit-text-decoration: underline dotted;
130
+ text-decoration: underline dotted;
130
131
 
131
132
  /* 2 */
132
133
  }
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Site
2
+ * # Fomantic-UI 2.9.0 - Site
3
3
  * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -13,7 +13,78 @@
13
13
  Page
14
14
  *******************************/
15
15
 
16
- @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,400%3B0,700%3B1,400%3B1,700&subset=latin&display=swap');
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');
19
+ font-style: normal;
20
+ font-weight: normal;
21
+ font-display: swap;
22
+ text-rendering: optimizeLegibility;
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
+ }
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');
28
+ font-style: normal;
29
+ font-weight: bold;
30
+ font-display: swap;
31
+ text-rendering: optimizeLegibility;
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
+ }
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');
37
+ font-style: italic;
38
+ font-weight: normal;
39
+ font-display: swap;
40
+ text-rendering: optimizeLegibility;
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
+ }
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');
46
+ font-style: italic;
47
+ font-weight: bold;
48
+ font-display: swap;
49
+ text-rendering: optimizeLegibility;
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
+ }
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');
55
+ font-style: normal;
56
+ font-weight: normal;
57
+ font-display: swap;
58
+ text-rendering: optimizeLegibility;
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
+ }
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');
64
+ font-style: normal;
65
+ font-weight: bold;
66
+ font-display: swap;
67
+ text-rendering: optimizeLegibility;
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
+ }
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');
73
+ font-style: italic;
74
+ font-weight: normal;
75
+ font-display: swap;
76
+ text-rendering: optimizeLegibility;
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
+ }
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');
82
+ font-style: italic;
83
+ font-weight: bold;
84
+ font-display: swap;
85
+ text-rendering: optimizeLegibility;
86
+ 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;
87
+ }
17
88
  html,
18
89
  body {
19
90
  height: 100%;
@@ -27,7 +98,7 @@ body {
27
98
  overflow-x: hidden;
28
99
  min-width: 320px;
29
100
  background: #FFFFFF;
30
- font-family: $font-family;
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";
31
102
  font-size: 14px;
32
103
  line-height: 1.4285em;
33
104
  color: rgba(0, 0, 0, 0.87);
@@ -43,7 +114,7 @@ h2,
43
114
  h3,
44
115
  h4,
45
116
  h5 {
46
- font-family: $font-family;
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";
47
118
  line-height: 1.28571429em;
48
119
  margin: calc(2rem - 0.1428571428571429em) 0 1rem;
49
120
  font-weight: bold;
@@ -115,43 +186,6 @@ a:hover {
115
186
  *******************************/
116
187
 
117
188
 
118
-
119
- /*******************************
120
- Highlighting
121
- *******************************/
122
-
123
-
124
- /* Site */
125
- ::-webkit-selection {
126
- background-color: #CCE2FF;
127
- color: rgba(0, 0, 0, 0.87);
128
- }
129
- ::-moz-selection {
130
- background-color: #CCE2FF;
131
- color: rgba(0, 0, 0, 0.87);
132
- }
133
- ::selection {
134
- background-color: #CCE2FF;
135
- color: rgba(0, 0, 0, 0.87);
136
- }
137
-
138
- /* Form */
139
- textarea::-webkit-selection,
140
- input::-webkit-selection {
141
- background-color: rgba(100, 100, 100, 0.4);
142
- color: rgba(0, 0, 0, 0.87);
143
- }
144
- textarea::-moz-selection,
145
- input::-moz-selection {
146
- background-color: rgba(100, 100, 100, 0.4);
147
- color: rgba(0, 0, 0, 0.87);
148
- }
149
- textarea::selection,
150
- input::selection {
151
- background-color: rgba(100, 100, 100, 0.4);
152
- color: rgba(0, 0, 0, 0.87);
153
- }
154
-
155
189
  /* Force Simple Scrollbars */
156
190
  body ::-webkit-scrollbar {
157
191
  -webkit-appearance: none;
@@ -175,7 +209,18 @@ body ::-webkit-scrollbar-thumb:window-inactive {
175
209
  body ::-webkit-scrollbar-thumb:hover {
176
210
  background: rgba(128, 135, 139, 0.8);
177
211
  }
178
-
212
+ body .ui {
213
+
214
+ /* IE11 */
215
+ scrollbar-face-color: #bfbfbf;
216
+ scrollbar-shadow-color: #bfbfbf;
217
+ scrollbar-track-color: #e6e6e6;
218
+ scrollbar-arrow-color: #e6e6e6;
219
+
220
+ /* firefox : first color thumb, second track*/
221
+ scrollbar-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1);
222
+ scrollbar-width: thin;
223
+ }
179
224
  /* Inverted UI */
180
225
  body .ui.inverted:not(.dimmer)::-webkit-scrollbar-track {
181
226
  background: rgba(255, 255, 255, 0.1);
@@ -189,6 +234,58 @@ body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:window-inactive {
189
234
  body .ui.inverted:not(.dimmer)::-webkit-scrollbar-thumb:hover {
190
235
  background: rgba(255, 255, 255, 0.35);
191
236
  }
237
+ body .ui.inverted:not(.dimmer) {
238
+
239
+ /* IE11 */
240
+ scrollbar-face-color: #656565;
241
+ scrollbar-shadow-color: #656565;
242
+ scrollbar-track-color: #323232;
243
+ scrollbar-arrow-color: #323232;
244
+
245
+ /* firefox : first color thumb, second track */
246
+ scrollbar-color: rgba(255, 255, 255, 0.25) rgba(255, 255, 255, 0.1);
247
+ }
248
+
249
+
250
+ /*******************************
251
+ Highlighting
252
+ *******************************/
253
+
254
+
255
+ /* Site */
256
+ ::-webkit-selection {
257
+ background-color: #CCE2FF;
258
+ color: rgba(0, 0, 0, 0.87);
259
+ }
260
+ ::-moz-selection {
261
+ background-color: #CCE2FF;
262
+ color: rgba(0, 0, 0, 0.87);
263
+ }
264
+ ::selection {
265
+ background-color: #CCE2FF;
266
+ color: rgba(0, 0, 0, 0.87);
267
+ }
268
+
269
+ /* Form */
270
+ textarea::-webkit-selection,
271
+ input::-webkit-selection {
272
+ background-color: rgba(100, 100, 100, 0.4);
273
+ color: rgba(0, 0, 0, 0.87);
274
+ }
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
+ textarea::selection,
285
+ input::selection {
286
+ background-color: rgba(100, 100, 100, 0.4);
287
+ color: rgba(0, 0, 0, 0.87);
288
+ }
192
289
 
193
290
 
194
291
  /*******************************
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Accordion
2
+ * # Fomantic-UI 2.9.0 - Accordion
3
3
  * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -23,32 +23,32 @@
23
23
  }
24
24
 
25
25
  /* Title */
26
- .ui.accordion .title,
27
- .ui.accordion .accordion .title {
26
+ .ui.accordion.menu .item > .title,
27
+ .ui.accordion > .title,
28
+ .ui.accordion .accordion > .title {
28
29
  cursor: pointer;
29
- }
30
-
31
- /* Default Styling */
32
- .ui.accordion .title:not(.ui) {
33
30
  padding: 0.5em 0;
34
- font-family: $font-family;
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";
35
32
  font-size: 1em;
36
33
  color: rgba(0, 0, 0, 0.87);
34
+ list-style: none;
35
+ line-height: 1;
37
36
  }
38
37
 
39
38
  /* Default Styling */
40
- .ui.accordion:not(.styled) .title ~ .content:not(.ui),
41
- .ui.accordion:not(.styled) .accordion .title ~ .content:not(.ui) {
39
+ .ui.accordion:not(.styled) .title ~ .content,
40
+ .ui.accordion:not(.styled) .accordion .title ~ .content {
42
41
  margin: '';
43
42
  padding: 0.5em 0 1em;
44
43
  }
45
- .ui.accordion:not(.styled) .title ~ .content:not(.ui):last-child {
44
+ .ui.accordion:not(.styled) .title ~ .content:last-child {
46
45
  padding-bottom: 0;
47
46
  }
48
47
 
49
48
  /* Arrow */
50
- .ui.accordion .title .dropdown.icon,
51
- .ui.accordion .accordion .title .dropdown.icon {
49
+ .ui.accordion .ui.header > .dropdown.icon,
50
+ .ui.accordion .title > .dropdown.icon,
51
+ .ui.accordion .accordion .title > .dropdown.icon {
52
52
  display: inline-block;
53
53
  float: none;
54
54
  opacity: 1;
@@ -65,6 +65,13 @@
65
65
  -webkit-transform: none;
66
66
  transform: none;
67
67
  }
68
+ .ui.accordion .ui.header > .dropdown.icon.right,
69
+ .ui.accordion .title > .dropdown.icon.right,
70
+ .ui.accordion .accordion .title > .dropdown.icon.right {
71
+ float: right;
72
+ -webkit-transform: rotate(180deg);
73
+ transform: rotate(180deg);
74
+ }
68
75
 
69
76
  /*--------------
70
77
  Coupling
@@ -78,13 +85,13 @@
78
85
  }
79
86
  .ui.accordion.menu .item .title > .dropdown.icon {
80
87
  float: right;
81
- margin: 0.21425em 0 0 1em;
88
+ margin: 0 0.25rem 0 0;
82
89
  -webkit-transform: rotate(180deg);
83
90
  transform: rotate(180deg);
84
91
  }
85
92
 
86
93
  /* Header */
87
- .ui.accordion .ui.header .dropdown.icon {
94
+ .ui.accordion .ui.header > .dropdown.icon {
88
95
  font-size: 1em;
89
96
  margin: 0 0.25rem 0 0;
90
97
  }
@@ -94,8 +101,10 @@
94
101
  States
95
102
  *******************************/
96
103
 
97
- .ui.accordion .active.title .dropdown.icon,
98
- .ui.accordion .accordion .active.title .dropdown.icon {
104
+ .ui.accordion[open] > .title > .dropdown.icon,
105
+ .ui.accordion .accordion[open] > .title > .dropdown.icon,
106
+ .ui.accordion .active.title > .dropdown.icon,
107
+ .ui.accordion .accordion .active.title > .dropdown.icon {
99
108
  -webkit-transform: rotate(90deg);
100
109
  transform: rotate(90deg);
101
110
  }
@@ -124,8 +133,8 @@
124
133
  -webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15);
125
134
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15);
126
135
  }
127
- .ui.styled.accordion .title,
128
- .ui.styled.accordion .accordion .title {
136
+ .ui.styled.accordion > .title,
137
+ .ui.styled.accordion .accordion > .title {
129
138
  margin: 0;
130
139
  padding: 0.75em 1em;
131
140
  color: rgba(0, 0, 0, 0.4);
@@ -135,45 +144,88 @@
135
144
  transition: background 0.1s ease, color 0.1s ease;
136
145
  }
137
146
  .ui.styled.accordion > .title:first-child,
138
- .ui.styled.accordion .accordion .title:first-child {
147
+ .ui.styled.accordion .accordion > .title:first-child {
139
148
  border-top: none;
140
149
  }
141
150
 
142
151
  /* Content */
143
- .ui.styled.accordion .content,
144
- .ui.styled.accordion .accordion .content {
152
+ .ui.styled.accordion > .content {
145
153
  margin: 0;
146
154
  padding: 0.5em 1em 1.5em;
147
155
  }
148
- .ui.styled.accordion .accordion .content {
156
+ .ui.styled.accordion .accordion > .content {
149
157
  margin: 0;
150
158
  padding: 0.5em 1em 1.5em;
151
159
  }
152
160
 
153
161
  /* Hover */
154
- .ui.styled.accordion .title:hover,
155
- .ui.styled.accordion .active.title,
156
- .ui.styled.accordion .accordion .title:hover,
157
- .ui.styled.accordion .accordion .active.title {
162
+ .ui.styled.accordion > .title:hover {
158
163
  background: transparent;
159
164
  color: rgba(0, 0, 0, 0.87);
160
165
  }
161
- .ui.styled.accordion .accordion .title:hover,
162
- .ui.styled.accordion .accordion .active.title {
166
+ .ui.styled.accordion .accordion > .title:hover {
163
167
  background: transparent;
164
168
  color: rgba(0, 0, 0, 0.87);
165
169
  }
166
170
 
167
171
  /* Active */
172
+ .ui.styled.accordion[open] > .title,
168
173
  .ui.styled.accordion .active.title {
169
174
  background: transparent;
170
175
  color: rgba(0, 0, 0, 0.95);
171
176
  }
177
+ .ui.styled.accordion .accordion[open] > .title,
172
178
  .ui.styled.accordion .accordion .active.title {
173
179
  background: transparent;
174
180
  color: rgba(0, 0, 0, 0.95);
175
181
  }
176
182
 
183
+ /*--------------
184
+ Compact
185
+ ---------------*/
186
+
187
+
188
+ /* Default Styling */
189
+ .ui.compact.accordion:not(.styled) > .title,
190
+ .ui.compact.accordion:not(.styled) .accordion > .title {
191
+ padding: 0.25em 0;
192
+ }
193
+ .ui.compact.accordion:not(.styled) .title ~ .content,
194
+ .ui.compact.accordion:not(.styled) .accordion .title ~ .content {
195
+ padding: 0.25em 0 0.5em;
196
+ }
197
+
198
+ /* Styled */
199
+ .ui.compact.styled.accordion > .title,
200
+ .ui.compact.styled.accordion .accordion > .title {
201
+ padding: 0.375em 0.5em;
202
+ }
203
+ .ui.compact.styled.accordion .title ~ .content,
204
+ .ui.compact.styled.accordion .accordion .title ~ .content {
205
+ padding: 0.25em 0.5em 0.75em;
206
+ }
207
+
208
+ /*--------------
209
+ Very Compact
210
+ ---------------*/
211
+
212
+ .ui[class*="very compact"].accordion:not(.styled) > .title,
213
+ .ui[class*="very compact"].accordion:not(.styled) .accordion > .title {
214
+ padding: 0.125em 0;
215
+ }
216
+ .ui[class*="very compact"].accordion:not(.styled) .title ~ .content,
217
+ .ui[class*="very compact"].accordion:not(.styled) .accordion .title ~ .content {
218
+ padding: 0.125em 0 0.25em;
219
+ }
220
+ .ui[class*="very compact"].styled.accordion > .title,
221
+ .ui[class*="very compact"].styled.accordion .accordion > .title {
222
+ padding: 0.1875em 0.25em;
223
+ }
224
+ .ui[class*="very compact"].styled.accordion .title ~ .content,
225
+ .ui[class*="very compact"].styled.accordion .accordion .title ~ .content {
226
+ padding: 0.125em 0.25em 0.375em;
227
+ }
228
+
177
229
 
178
230
  /*******************************
179
231
  States
@@ -184,8 +236,8 @@
184
236
  Not Active
185
237
  ---------------*/
186
238
 
187
- .ui.accordion .title ~ .content:not(.active),
188
- .ui.accordion .accordion .title ~ .content:not(.active) {
239
+ .ui.accordion:not(details) .title ~ .content:not(.active),
240
+ .ui.accordion .accordion:not(details) .title ~ .content:not(.active) {
189
241
  display: none;
190
242
  }
191
243
 
@@ -208,9 +260,95 @@
208
260
  Inverted
209
261
  ---------------*/
210
262
 
211
- .ui.inverted.accordion .title:not(.ui) {
263
+ .ui.inverted.accordion.menu .item > .title,
264
+ .ui.inverted.accordion > .title,
265
+ .ui.inverted.accordion .accordion > .title {
266
+ color: rgba(255, 255, 255, 0.9);
267
+ }
268
+ .ui.inverted.styled.accordion,
269
+ .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);
273
+ }
274
+ .ui.inverted.styled.accordion > .title,
275
+ .ui.inverted.styled.accordion .accordion > .title {
276
+ color: rgba(255, 255, 255, 0.5);
277
+ border-top: 1px solid rgba(255, 255, 255, 0.1);
278
+ }
279
+
280
+ /* Hover */
281
+ .ui.inverted.styled.accordion > .title:hover {
282
+ background: transparent;
212
283
  color: rgba(255, 255, 255, 0.9);
213
284
  }
285
+ .ui.inverted.styled.accordion .accordion > .title:hover {
286
+ background: transparent;
287
+ color: rgba(255, 255, 255, 0.9);
288
+ }
289
+
290
+ /* Active */
291
+ .ui.inverted.styled.accordion[open] > .title,
292
+ .ui.inverted.styled.accordion .active.title {
293
+ background: transparent;
294
+ color: #ffffff;
295
+ }
296
+ .ui.inverted.styled.accordion .accordion[open] > .title,
297
+ .ui.inverted.styled.accordion .accordion .active.title {
298
+ background: transparent;
299
+ color: #ffffff;
300
+ }
301
+ .ui.basic.styled.accordion,
302
+ .ui.basic.styled.accordion .accordion {
303
+ background: transparent;
304
+ -webkit-box-shadow: none;
305
+ box-shadow: none;
306
+ }
307
+ .ui.basic.styled.accordion > .title,
308
+ .ui.basic.styled.accordion .accordion > .title {
309
+ border: none;
310
+ color: rgba(0, 0, 0, 0.6);
311
+ }
312
+ .ui.basic.styled.accordion > .title:hover,
313
+ .ui.basic.styled.accordion .accordion > .title:hover {
314
+ background: transparent;
315
+ color: rgba(0, 0, 0, 0.87);
316
+ }
317
+ .ui.basic.styled.accordion[open] > .title,
318
+ .ui.basic.styled.accordion .active.title,
319
+ .ui.basic.styled.accordion .accordion[open] > .title,
320
+ .ui.basic.styled.accordion .accordion .active.title {
321
+ background: transparent;
322
+ color: rgba(0, 0, 0, 0.95);
323
+ }
324
+ .ui.inverted.basic.styled.accordion > .title,
325
+ .ui.inverted.basic.styled.accordion .accordion > .title {
326
+ background: transparent;
327
+ color: rgba(255, 255, 255, 0.8);
328
+ }
329
+ .ui.inverted.basic.styled.accordion > .title:hover,
330
+ .ui.inverted.basic.styled.accordion .accordion > .title:hover {
331
+ background: transparent;
332
+ color: rgba(255, 255, 255, 0.9);
333
+ }
334
+ .ui.inverted.basic.styled.accordion[open] > .title,
335
+ .ui.inverted.basic.styled.accordion .active.title,
336
+ .ui.inverted.basic.styled.accordion .accordion[open] > .title,
337
+ .ui.inverted.basic.styled.accordion .accordion .active.title {
338
+ background: transparent;
339
+ color: #ffffff;
340
+ }
341
+ .ui.tree.accordion:not(.styled) .title ~ .content,
342
+ .ui.tree.accordion:not(.styled) .accordion .title ~ .content {
343
+ padding: 0;
344
+ }
345
+ .ui.tree.accordion > .content,
346
+ .ui.tree.accordion .accordion > .content {
347
+ margin-left: 1.7em;
348
+ }
349
+ .ui.tree.accordion .accordion {
350
+ margin-top: 0;
351
+ }
214
352
 
215
353
 
216
354
  /*******************************
@@ -219,14 +357,15 @@
219
357
 
220
358
  @font-face {
221
359
  font-family: 'Accordion';
222
- src: url(data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMggjB5AAAAC8AAAAYGNtYXAPfOIKAAABHAAAAExnYXNwAAAAEAAAAWgAAAAIZ2x5Zryj6HgAAAFwAAAAyGhlYWT/0IhHAAACOAAAADZoaGVhApkB5wAAAnAAAAAkaG10eAJuABIAAAKUAAAAGGxvY2EAjABWAAACrAAAAA5tYXhwAAgAFgAAArwAAAAgbmFtZfC1n04AAALcAAABPHBvc3QAAwAAAAAEGAAAACAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEAAAAAAAAAAAACAAA3OQEAAAAAAQASAEkAtwFuABMAADc0PwE2FzYXFh0BFAcGJwYvASY1EgaABQgHBQYGBQcIBYAG2wcGfwcBAQcECf8IBAcBAQd/BgYAAAAAAQAAAEkApQFuABMAADcRNDc2MzIfARYVFA8BBiMiJyY1AAUGBwgFgAYGgAUIBwYFWwEACAUGBoAFCAcFgAYGBQcAAAABAAAAAQAAqWYls18PPPUACwIAAAAAAM/9o+4AAAAAz/2j7gAAAAAAtwFuAAAACAACAAAAAAAAAAEAAAHg/+AAAAIAAAAAAAC3AAEAAAAAAAAAAAAAAAAAAAAGAAAAAAAAAAAAAAAAAQAAAAC3ABIAtwAAAAAAAAAKABQAHgBCAGQAAAABAAAABgAUAAEAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('truetype'), url(data:application/font-woff;charset=utf-8;base64,d09GRk9UVE8AAASwAAoAAAAABGgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAAA9AAAAS0AAAEtFpovuE9TLzIAAAIkAAAAYAAAAGAIIweQY21hcAAAAoQAAABMAAAATA984gpnYXNwAAAC0AAAAAgAAAAIAAAAEGhlYWQAAALYAAAANgAAADb/0IhHaGhlYQAAAxAAAAAkAAAAJAKZAedobXR4AAADNAAAABgAAAAYAm4AEm1heHAAAANMAAAABgAAAAYABlAAbmFtZQAAA1QAAAE8AAABPPC1n05wb3N0AAAEkAAAACAAAAAgAAMAAAEABAQAAQEBB3JhdGluZwABAgABADr4HAL4GwP4GAQeCgAZU/+Lix4KABlT/4uLDAeLa/iU+HQFHQAAAHkPHQAAAH4RHQAAAAkdAAABJBIABwEBBw0PERQZHnJhdGluZ3JhdGluZ3UwdTF1MjB1RjBEOXVGMERBAAACAYkABAAGAQEEBwoNVp38lA78lA78lA77lA773Z33bxWLkI2Qj44I9xT3FAWOj5CNkIuQi4+JjoePiI2Gi4YIi/uUBYuGiYeHiIiHh4mGi4aLho2Ijwj7FPcUBYeOiY+LkAgO+92L5hWL95QFi5CNkI6Oj4+PjZCLkIuQiY6HCPcU+xQFj4iNhouGi4aJh4eICPsU+xQFiIeGiYaLhouHjYePiI6Jj4uQCA74lBT4lBWLDAoAAAAAAwIAAZAABQAAAUwBZgAAAEcBTAFmAAAA9QAZAIQAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADw2gHg/+D/4AHgACAAAAABAAAAAAAAAAAAAAAgAAAAAAACAAAAAwAAABQAAwABAAAAFAAEADgAAAAKAAgAAgACAAEAIPDa//3//wAAAAAAIPDZ//3//wAB/+MPKwADAAEAAAAAAAAAAAAAAAEAAf//AA8AAQAAAAEAADfYOJZfDzz1AAsCAAAAAADP/aPuAAAAAM/9o+4AAAAAALcBbgAAAAgAAgAAAAAAAAABAAAB4P/gAAACAAAAAAAAtwABAAAAAAAAAAAAAAAAAAAABgAAAAAAAAAAAAAAAAEAAAAAtwASALcAAAAAUAAABgAAAAAADgCuAAEAAAAAAAEADAAAAAEAAAAAAAIADgBAAAEAAAAAAAMADAAiAAEAAAAAAAQADABOAAEAAAAAAAUAFgAMAAEAAAAAAAYABgAuAAEAAAAAAAoANABaAAMAAQQJAAEADAAAAAMAAQQJAAIADgBAAAMAAQQJAAMADAAiAAMAAQQJAAQADABOAAMAAQQJAAUAFgAMAAMAAQQJAAYADAA0AAMAAQQJAAoANABaAHIAYQB0AGkAbgBnAFYAZQByAHMAaQBvAG4AIAAxAC4AMAByAGEAdABpAG4AZ3JhdGluZwByAGEAdABpAG4AZwBSAGUAZwB1AGwAYQByAHIAYQB0AGkAbgBnAEYAbwBuAHQAIABnAGUAbgBlAHIAYQB0AGUAZAAgAGIAeQAgAEkAYwBvAE0AbwBvAG4ALgADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA) format('woff');
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');
223
361
  font-weight: normal;
224
362
  font-style: normal;
225
363
  }
226
364
 
227
365
  /* Dropdown Icon */
228
- .ui.accordion .title .dropdown.icon,
229
- .ui.accordion .accordion .title .dropdown.icon {
366
+ .ui.accordion .ui.header > .dropdown.icon,
367
+ .ui.accordion .title > .dropdown.icon,
368
+ .ui.accordion .accordion .title > .dropdown.icon {
230
369
  font-family: Accordion;
231
370
  line-height: 1;
232
371
  -webkit-backface-visibility: hidden;
@@ -235,8 +374,9 @@
235
374
  font-style: normal;
236
375
  text-align: center;
237
376
  }
238
- .ui.accordion .title .dropdown.icon:before,
239
- .ui.accordion .accordion .title .dropdown.icon:before {
377
+ .ui.accordion .ui.header > .dropdown.icon::before,
378
+ .ui.accordion .title > .dropdown.icon::before,
379
+ .ui.accordion .accordion .title > .dropdown.icon::before {
240
380
  content: '\f0da' /*rtl:'\f0d9'*/;
241
381
  }
242
382
 
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * # Fomantic-UI 2.8.8 - Calendar
2
+ * # Fomantic-UI 2.9.0 - Calendar
3
3
  * http://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
@@ -150,6 +150,23 @@
150
150
  color: rgba(255, 255, 255, 0.8);
151
151
  background: rgba(255, 255, 255, 0.02);
152
152
  }
153
+ .ui.calendar.popup > .ui.ui.grid {
154
+ margin: -1rem;
155
+ }
156
+ .ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) {
157
+ padding-left: 0;
158
+ }
159
+ .ui.calendar.popup > .ui.ui.grid > .column:not(:first-child) > .ui.table {
160
+ border-top-left-radius: 0;
161
+ border-bottom-left-radius: 0;
162
+ }
163
+ .ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) {
164
+ padding-right: 0;
165
+ }
166
+ .ui.calendar.popup > .ui.ui.grid > .column:not(:last-child) > .ui.table {
167
+ border-top-right-radius: 0;
168
+ border-bottom-right-radius: 0;
169
+ }
153
170
 
154
171
 
155
172
  /*******************************