@ntlab/ntjs-assets 2.0.2 → 2.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/assets/js/bootstrap-icons/bootstrap-icons.svg +1 -1
- package/assets/js/bootstrap-icons/folder-plus.svg +2 -2
- package/assets/js/bootstrap-icons/font/bootstrap-icons.css +1981 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.json +1955 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.min.css +5 -0
- package/assets/js/bootstrap-icons/font/bootstrap-icons.scss +1993 -0
- package/assets/js/bootstrap-icons/font/fonts/bootstrap-icons.woff +0 -0
- package/assets/js/bootstrap-icons/font/fonts/bootstrap-icons.woff2 +0 -0
- package/assets/js/bootstrap-icons/postcard-heart-fill.svg +1 -1
- package/assets/js/bootstrap-icons/trash.svg +2 -2
- package/assets/js/jquery/jquery.js +840 -1045
- package/assets/js/jquery/jquery.min.js +2 -2
- package/assets/js/jquery/jquery.min.map +1 -1
- package/assets/js/jquery/jquery.slim.js +834 -1039
- package/assets/js/jquery/jquery.slim.min.js +2 -2
- package/assets/js/jquery/jquery.slim.min.map +1 -1
- package/assets/js/popper.js/cjs/enums.js +1 -1
- package/assets/js/popper.js/cjs/popper-base.js +12 -170
- package/assets/js/popper.js/cjs/popper-base.js.map +1 -1
- package/assets/js/popper.js/cjs/popper-lite.js +14 -184
- package/assets/js/popper.js/cjs/popper-lite.js.map +1 -1
- package/assets/js/popper.js/cjs/popper.js +14 -197
- package/assets/js/popper.js/cjs/popper.js.map +1 -1
- package/assets/js/popper.js/esm/createPopper.js +6 -66
- package/assets/js/popper.js/esm/modifiers/arrow.js +1 -12
- package/assets/js/popper.js/esm/modifiers/computeStyles.js +2 -14
- package/assets/js/popper.js/esm/utils/computeAutoPlacement.js +0 -4
- package/assets/js/popper.js/esm/utils/userAgent.js +1 -1
- package/assets/js/popper.js/umd/enums.js +1 -1
- package/assets/js/popper.js/umd/enums.min.js +1 -1
- package/assets/js/popper.js/umd/popper-base.js +12 -170
- package/assets/js/popper.js/umd/popper-base.js.map +1 -1
- package/assets/js/popper.js/umd/popper-base.min.js +2 -2
- package/assets/js/popper.js/umd/popper-base.min.js.map +1 -1
- package/assets/js/popper.js/umd/popper-lite.js +14 -184
- package/assets/js/popper.js/umd/popper-lite.js.map +1 -1
- package/assets/js/popper.js/umd/popper-lite.min.js +2 -2
- package/assets/js/popper.js/umd/popper-lite.min.js.map +1 -1
- package/assets/js/popper.js/umd/popper.js +14 -197
- package/assets/js/popper.js/umd/popper.js.map +1 -1
- package/assets/js/popper.js/umd/popper.min.js +2 -2
- package/assets/js/popper.js/umd/popper.min.js.map +1 -1
- package/assets/js/semantic-ui/components/accordion.css +196 -74
- package/assets/js/semantic-ui/components/accordion.js +570 -591
- package/assets/js/semantic-ui/components/accordion.min.css +4 -4
- package/assets/js/semantic-ui/components/accordion.min.js +6 -6
- package/assets/js/semantic-ui/components/ad.css +40 -51
- package/assets/js/semantic-ui/components/ad.min.css +4 -4
- package/assets/js/semantic-ui/components/api.js +1154 -1117
- package/assets/js/semantic-ui/components/api.min.js +6 -6
- package/assets/js/semantic-ui/components/breadcrumb.css +7 -7
- package/assets/js/semantic-ui/components/breadcrumb.min.css +4 -4
- package/assets/js/semantic-ui/components/button.css +895 -1227
- package/assets/js/semantic-ui/components/button.min.css +4 -4
- package/assets/js/semantic-ui/components/calendar.css +60 -33
- package/assets/js/semantic-ui/components/calendar.js +1952 -1575
- package/assets/js/semantic-ui/components/calendar.min.css +4 -4
- package/assets/js/semantic-ui/components/calendar.min.js +6 -6
- package/assets/js/semantic-ui/components/card.css +1004 -441
- package/assets/js/semantic-ui/components/card.min.css +4 -4
- package/assets/js/semantic-ui/components/checkbox.css +275 -303
- package/assets/js/semantic-ui/components/checkbox.js +863 -855
- package/assets/js/semantic-ui/components/checkbox.min.css +4 -4
- package/assets/js/semantic-ui/components/checkbox.min.js +6 -6
- package/assets/js/semantic-ui/components/comment.css +45 -63
- package/assets/js/semantic-ui/components/comment.min.css +4 -4
- package/assets/js/semantic-ui/components/container.css +98 -4
- package/assets/js/semantic-ui/components/container.min.css +4 -4
- package/assets/js/semantic-ui/components/dimmer.css +95 -196
- package/assets/js/semantic-ui/components/dimmer.js +698 -717
- package/assets/js/semantic-ui/components/dimmer.min.css +4 -4
- package/assets/js/semantic-ui/components/dimmer.min.js +6 -6
- package/assets/js/semantic-ui/components/divider.css +75 -93
- package/assets/js/semantic-ui/components/divider.min.css +4 -4
- package/assets/js/semantic-ui/components/dropdown.css +490 -413
- package/assets/js/semantic-ui/components/dropdown.js +4203 -4068
- package/assets/js/semantic-ui/components/dropdown.min.css +4 -4
- package/assets/js/semantic-ui/components/dropdown.min.js +6 -6
- package/assets/js/semantic-ui/components/embed.css +27 -38
- package/assets/js/semantic-ui/components/embed.js +647 -673
- package/assets/js/semantic-ui/components/embed.min.css +4 -4
- package/assets/js/semantic-ui/components/embed.min.js +6 -6
- package/assets/js/semantic-ui/components/emoji.css +11156 -9192
- package/assets/js/semantic-ui/components/emoji.min.css +3 -3
- package/assets/js/semantic-ui/components/feed.css +56 -78
- package/assets/js/semantic-ui/components/feed.min.css +4 -4
- package/assets/js/semantic-ui/components/flag.css +1037 -929
- package/assets/js/semantic-ui/components/flag.min.css +4 -4
- package/assets/js/semantic-ui/components/flyout.css +552 -0
- package/assets/js/semantic-ui/components/flyout.js +1567 -0
- package/assets/js/semantic-ui/components/flyout.min.css +9 -0
- package/assets/js/semantic-ui/components/flyout.min.js +11 -0
- package/assets/js/semantic-ui/components/form.css +536 -530
- package/assets/js/semantic-ui/components/form.js +2037 -1945
- package/assets/js/semantic-ui/components/form.min.css +4 -4
- package/assets/js/semantic-ui/components/form.min.js +6 -6
- package/assets/js/semantic-ui/components/grid.css +218 -345
- package/assets/js/semantic-ui/components/grid.min.css +4 -4
- package/assets/js/semantic-ui/components/header.css +137 -154
- package/assets/js/semantic-ui/components/header.min.css +4 -4
- package/assets/js/semantic-ui/components/icon.css +3000 -2750
- package/assets/js/semantic-ui/components/icon.min.css +4 -4
- package/assets/js/semantic-ui/components/image.css +54 -49
- package/assets/js/semantic-ui/components/image.min.css +4 -4
- package/assets/js/semantic-ui/components/input.css +1081 -227
- package/assets/js/semantic-ui/components/input.min.css +4 -4
- package/assets/js/semantic-ui/components/item.css +91 -138
- package/assets/js/semantic-ui/components/item.min.css +4 -4
- package/assets/js/semantic-ui/components/label.css +470 -481
- package/assets/js/semantic-ui/components/label.min.css +4 -4
- package/assets/js/semantic-ui/components/list.css +93 -114
- package/assets/js/semantic-ui/components/list.min.css +4 -4
- package/assets/js/semantic-ui/components/loader.css +452 -536
- package/assets/js/semantic-ui/components/loader.min.css +4 -4
- package/assets/js/semantic-ui/components/menu.css +408 -510
- package/assets/js/semantic-ui/components/menu.min.css +9 -1
- package/assets/js/semantic-ui/components/message.css +188 -213
- package/assets/js/semantic-ui/components/message.min.css +4 -4
- package/assets/js/semantic-ui/components/modal.css +174 -166
- package/assets/js/semantic-ui/components/modal.js +1558 -1146
- package/assets/js/semantic-ui/components/modal.min.css +4 -4
- package/assets/js/semantic-ui/components/modal.min.js +6 -6
- package/assets/js/semantic-ui/components/nag.css +183 -41
- package/assets/js/semantic-ui/components/nag.js +527 -467
- package/assets/js/semantic-ui/components/nag.min.css +4 -4
- package/assets/js/semantic-ui/components/nag.min.js +6 -6
- package/assets/js/semantic-ui/components/placeholder.css +62 -76
- package/assets/js/semantic-ui/components/placeholder.min.css +4 -4
- package/assets/js/semantic-ui/components/popup.css +681 -312
- package/assets/js/semantic-ui/components/popup.js +1470 -1463
- package/assets/js/semantic-ui/components/popup.min.css +4 -4
- package/assets/js/semantic-ui/components/popup.min.js +6 -6
- package/assets/js/semantic-ui/components/progress.css +149 -217
- package/assets/js/semantic-ui/components/progress.js +945 -1002
- package/assets/js/semantic-ui/components/progress.min.css +4 -4
- package/assets/js/semantic-ui/components/progress.min.js +6 -6
- package/assets/js/semantic-ui/components/rail.css +17 -22
- package/assets/js/semantic-ui/components/rail.min.css +3 -3
- package/assets/js/semantic-ui/components/rating.css +89 -184
- package/assets/js/semantic-ui/components/rating.js +509 -521
- package/assets/js/semantic-ui/components/rating.min.css +4 -4
- package/assets/js/semantic-ui/components/rating.min.js +6 -6
- package/assets/js/semantic-ui/components/reset.css +12 -17
- package/assets/js/semantic-ui/components/reset.min.css +4 -4
- package/assets/js/semantic-ui/components/reveal.css +46 -85
- package/assets/js/semantic-ui/components/reveal.min.css +4 -4
- package/assets/js/semantic-ui/components/search.css +157 -96
- package/assets/js/semantic-ui/components/search.js +1522 -1479
- package/assets/js/semantic-ui/components/search.min.css +4 -4
- package/assets/js/semantic-ui/components/search.min.js +6 -6
- package/assets/js/semantic-ui/components/segment.css +317 -249
- package/assets/js/semantic-ui/components/segment.min.css +4 -4
- package/assets/js/semantic-ui/components/shape.css +16 -32
- package/assets/js/semantic-ui/components/shape.js +763 -812
- package/assets/js/semantic-ui/components/shape.min.css +4 -4
- package/assets/js/semantic-ui/components/shape.min.js +6 -6
- package/assets/js/semantic-ui/components/sidebar.css +128 -216
- package/assets/js/semantic-ui/components/sidebar.js +1042 -1003
- package/assets/js/semantic-ui/components/sidebar.min.css +4 -4
- package/assets/js/semantic-ui/components/sidebar.min.js +6 -6
- package/assets/js/semantic-ui/components/site.css +123 -48
- package/assets/js/semantic-ui/components/site.js +438 -478
- package/assets/js/semantic-ui/components/site.min.css +4 -4
- package/assets/js/semantic-ui/components/site.min.js +6 -6
- package/assets/js/semantic-ui/components/slider.css +133 -141
- package/assets/js/semantic-ui/components/slider.js +1312 -1274
- package/assets/js/semantic-ui/components/slider.min.css +9 -1
- package/assets/js/semantic-ui/components/slider.min.js +6 -6
- package/assets/js/semantic-ui/components/state.js +640 -659
- package/assets/js/semantic-ui/components/state.min.js +6 -6
- package/assets/js/semantic-ui/components/statistic.css +83 -124
- package/assets/js/semantic-ui/components/statistic.min.css +4 -4
- package/assets/js/semantic-ui/components/step.css +118 -184
- package/assets/js/semantic-ui/components/step.min.css +4 -4
- package/assets/js/semantic-ui/components/sticky.css +3 -8
- package/assets/js/semantic-ui/components/sticky.js +849 -892
- package/assets/js/semantic-ui/components/sticky.min.css +4 -4
- package/assets/js/semantic-ui/components/sticky.min.js +6 -6
- package/assets/js/semantic-ui/components/tab.css +16 -20
- package/assets/js/semantic-ui/components/tab.js +896 -941
- package/assets/js/semantic-ui/components/tab.min.css +4 -4
- package/assets/js/semantic-ui/components/tab.min.js +6 -6
- package/assets/js/semantic-ui/components/table.css +2073 -884
- package/assets/js/semantic-ui/components/table.min.css +4 -4
- package/assets/js/semantic-ui/components/text.css +51 -30
- package/assets/js/semantic-ui/components/text.min.css +4 -4
- package/assets/js/semantic-ui/components/toast.css +200 -137
- package/assets/js/semantic-ui/components/toast.js +912 -832
- package/assets/js/semantic-ui/components/toast.min.css +4 -4
- package/assets/js/semantic-ui/components/toast.min.js +6 -6
- package/assets/js/semantic-ui/components/transition.css +371 -1282
- package/assets/js/semantic-ui/components/transition.js +999 -1074
- package/assets/js/semantic-ui/components/transition.min.css +4 -4
- package/assets/js/semantic-ui/components/transition.min.js +6 -6
- package/assets/js/semantic-ui/components/visibility.js +1215 -1247
- package/assets/js/semantic-ui/components/visibility.min.js +6 -6
- package/assets/js/semantic-ui/semantic.css +43777 -37429
- package/assets/js/semantic-ui/semantic.js +29152 -26694
- package/assets/js/semantic-ui/semantic.min.css +6 -399
- package/assets/js/semantic-ui/semantic.min.js +6 -6
- package/assets/js/semantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- package/assets/js/semantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- package/assets/js/semantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
- package/assets/js/semantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
- package/assets/js/socket.io/socket.io.esm.min.js +3 -3
- package/assets/js/socket.io/socket.io.esm.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.js +841 -333
- package/assets/js/socket.io/socket.io.js.map +1 -1
- package/assets/js/socket.io/socket.io.min.js +3 -3
- package/assets/js/socket.io/socket.io.min.js.map +1 -1
- package/assets/js/socket.io/socket.io.msgpack.min.js +3 -3
- package/assets/js/socket.io/socket.io.msgpack.min.js.map +1 -1
- package/cdn.json +19 -4
- package/package.json +1 -1
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
|
|
2
|
-
* # Fomantic - Menu
|
|
3
|
-
*
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.2 - Menu
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
4
|
*
|
|
5
5
|
*
|
|
6
|
-
* Copyright 2015 Contributor
|
|
7
6
|
* Released under the MIT license
|
|
8
|
-
*
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
9
8
|
*
|
|
10
9
|
*/
|
|
11
10
|
|
|
@@ -15,26 +14,22 @@
|
|
|
15
14
|
*******************************/
|
|
16
15
|
|
|
17
16
|
|
|
18
|
-
|
|
17
|
+
/* --------------
|
|
19
18
|
Menu
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
--------------- */
|
|
22
20
|
.ui.menu {
|
|
23
|
-
display: -webkit-box;
|
|
24
|
-
display: -ms-flexbox;
|
|
25
21
|
display: flex;
|
|
26
22
|
margin: 1rem 0;
|
|
27
|
-
font-family:
|
|
28
|
-
background: #
|
|
23
|
+
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";
|
|
24
|
+
background: #fff;
|
|
29
25
|
font-weight: normal;
|
|
30
26
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
31
|
-
|
|
32
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
27
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
33
28
|
border-radius: 0.28571429rem;
|
|
34
29
|
min-height: 2.85714286em;
|
|
35
30
|
}
|
|
36
|
-
.ui.menu
|
|
37
|
-
content:
|
|
31
|
+
.ui.menu::after {
|
|
32
|
+
content: "";
|
|
38
33
|
display: block;
|
|
39
34
|
height: 0;
|
|
40
35
|
clear: both;
|
|
@@ -47,30 +42,22 @@
|
|
|
47
42
|
margin-bottom: 0;
|
|
48
43
|
}
|
|
49
44
|
|
|
50
|
-
|
|
45
|
+
/* --------------
|
|
51
46
|
Sub-Menu
|
|
52
|
-
|
|
53
|
-
|
|
47
|
+
--------------- */
|
|
54
48
|
.ui.menu .menu {
|
|
55
49
|
margin: 0;
|
|
56
50
|
}
|
|
57
51
|
.ui.menu:not(.vertical) > .menu {
|
|
58
|
-
display: -webkit-box;
|
|
59
|
-
display: -ms-flexbox;
|
|
60
52
|
display: flex;
|
|
61
53
|
}
|
|
62
54
|
|
|
63
|
-
|
|
55
|
+
/* --------------
|
|
64
56
|
Item
|
|
65
|
-
|
|
66
|
-
|
|
57
|
+
--------------- */
|
|
67
58
|
.ui.menu:not(.vertical) .item {
|
|
68
|
-
display: -webkit-box;
|
|
69
|
-
display: -ms-flexbox;
|
|
70
59
|
display: flex;
|
|
71
|
-
-
|
|
72
|
-
-ms-flex-align: center;
|
|
73
|
-
align-items: center;
|
|
60
|
+
align-items: center;
|
|
74
61
|
}
|
|
75
62
|
.ui.menu .item {
|
|
76
63
|
position: relative;
|
|
@@ -78,11 +65,8 @@
|
|
|
78
65
|
line-height: 1;
|
|
79
66
|
text-decoration: none;
|
|
80
67
|
-webkit-tap-highlight-color: transparent;
|
|
81
|
-
|
|
82
|
-
-ms-flex: 0 0 auto;
|
|
83
|
-
flex: 0 0 auto;
|
|
68
|
+
flex: 0 0 auto;
|
|
84
69
|
-webkit-user-select: none;
|
|
85
|
-
-moz-user-select: none;
|
|
86
70
|
-ms-user-select: none;
|
|
87
71
|
user-select: none;
|
|
88
72
|
background: none;
|
|
@@ -90,19 +74,16 @@
|
|
|
90
74
|
text-transform: none;
|
|
91
75
|
color: rgba(0, 0, 0, 0.87);
|
|
92
76
|
font-weight: normal;
|
|
93
|
-
-webkit-transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
|
94
|
-
transition: background 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
|
95
77
|
transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease;
|
|
96
|
-
transition: background 0.1s ease, box-shadow 0.1s ease, color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
|
97
78
|
}
|
|
98
79
|
.ui.menu > .item:first-child {
|
|
99
80
|
border-radius: 0.28571429rem 0 0 0.28571429rem;
|
|
100
81
|
}
|
|
101
82
|
|
|
102
83
|
/* Border */
|
|
103
|
-
.ui.menu .item
|
|
84
|
+
.ui.menu .item::before {
|
|
104
85
|
position: absolute;
|
|
105
|
-
content:
|
|
86
|
+
content: "";
|
|
106
87
|
top: 0;
|
|
107
88
|
right: 0;
|
|
108
89
|
height: 100%;
|
|
@@ -110,15 +91,13 @@
|
|
|
110
91
|
background: rgba(34, 36, 38, 0.1);
|
|
111
92
|
}
|
|
112
93
|
|
|
113
|
-
|
|
94
|
+
/* --------------
|
|
114
95
|
Text Content
|
|
115
|
-
|
|
116
|
-
|
|
96
|
+
--------------- */
|
|
117
97
|
.ui.menu .text.item > *,
|
|
118
98
|
.ui.menu .item > a:not(.ui),
|
|
119
99
|
.ui.menu .item > p:only-child {
|
|
120
100
|
-webkit-user-select: text;
|
|
121
|
-
-moz-user-select: text;
|
|
122
101
|
-ms-user-select: text;
|
|
123
102
|
user-select: text;
|
|
124
103
|
line-height: 1.3;
|
|
@@ -130,20 +109,18 @@
|
|
|
130
109
|
margin-bottom: 0;
|
|
131
110
|
}
|
|
132
111
|
|
|
133
|
-
|
|
112
|
+
/* --------------
|
|
134
113
|
Icons
|
|
135
|
-
|
|
136
|
-
|
|
114
|
+
--------------- */
|
|
137
115
|
.ui.menu .item > i.icon {
|
|
138
116
|
opacity: 0.9;
|
|
139
117
|
float: none;
|
|
140
118
|
margin: 0 0.35714286em 0 0;
|
|
141
119
|
}
|
|
142
120
|
|
|
143
|
-
|
|
121
|
+
/* --------------
|
|
144
122
|
Button
|
|
145
|
-
|
|
146
|
-
|
|
123
|
+
--------------- */
|
|
147
124
|
.ui.menu:not(.vertical) .item > .button {
|
|
148
125
|
position: relative;
|
|
149
126
|
top: 0;
|
|
@@ -153,28 +130,19 @@
|
|
|
153
130
|
font-size: 1em;
|
|
154
131
|
}
|
|
155
132
|
|
|
156
|
-
|
|
133
|
+
/* ----------------
|
|
157
134
|
Grid / Container
|
|
158
|
-
|
|
159
|
-
|
|
135
|
+
----------------- */
|
|
160
136
|
.ui.menu > .grid,
|
|
161
137
|
.ui.menu > .container {
|
|
162
|
-
display: -webkit-box;
|
|
163
|
-
display: -ms-flexbox;
|
|
164
138
|
display: flex;
|
|
165
|
-
-
|
|
166
|
-
|
|
167
|
-
align-items: inherit;
|
|
168
|
-
-webkit-box-orient: inherit;
|
|
169
|
-
-webkit-box-direction: inherit;
|
|
170
|
-
-ms-flex-direction: inherit;
|
|
171
|
-
flex-direction: inherit;
|
|
139
|
+
align-items: inherit;
|
|
140
|
+
flex-direction: inherit;
|
|
172
141
|
}
|
|
173
142
|
|
|
174
|
-
|
|
143
|
+
/* --------------
|
|
175
144
|
Inputs
|
|
176
|
-
|
|
177
|
-
|
|
145
|
+
--------------- */
|
|
178
146
|
.ui.menu .item > .input {
|
|
179
147
|
width: 100%;
|
|
180
148
|
}
|
|
@@ -189,14 +157,13 @@
|
|
|
189
157
|
padding-bottom: 0.57142857em;
|
|
190
158
|
}
|
|
191
159
|
|
|
192
|
-
|
|
160
|
+
/* --------------
|
|
193
161
|
Header
|
|
194
|
-
|
|
195
|
-
|
|
162
|
+
--------------- */
|
|
196
163
|
.ui.menu .header.item,
|
|
197
164
|
.ui.vertical.menu .header.item {
|
|
198
165
|
margin: 0;
|
|
199
|
-
background:
|
|
166
|
+
background: "";
|
|
200
167
|
text-transform: normal;
|
|
201
168
|
font-weight: bold;
|
|
202
169
|
}
|
|
@@ -206,10 +173,9 @@
|
|
|
206
173
|
font-weight: bold;
|
|
207
174
|
}
|
|
208
175
|
|
|
209
|
-
|
|
176
|
+
/* --------------
|
|
210
177
|
Dropdowns
|
|
211
|
-
|
|
212
|
-
|
|
178
|
+
--------------- */
|
|
213
179
|
|
|
214
180
|
/* Dropdown Icon */
|
|
215
181
|
.ui.menu .item > i.dropdown.icon {
|
|
@@ -222,14 +188,12 @@
|
|
|
222
188
|
.ui.menu .dropdown.item .menu {
|
|
223
189
|
min-width: calc(100% - 1px);
|
|
224
190
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
225
|
-
background: #
|
|
191
|
+
background: #fff;
|
|
226
192
|
margin: 0 0 0;
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
-
|
|
231
|
-
-ms-flex-direction: column !important;
|
|
232
|
-
flex-direction: column !important;
|
|
193
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
|
|
194
|
+
}
|
|
195
|
+
.ui.menu .dropdown.item:not(.column) .menu {
|
|
196
|
+
flex-direction: column;
|
|
233
197
|
}
|
|
234
198
|
|
|
235
199
|
/* Menu Items */
|
|
@@ -242,9 +206,7 @@
|
|
|
242
206
|
color: rgba(0, 0, 0, 0.87) !important;
|
|
243
207
|
text-transform: none !important;
|
|
244
208
|
font-weight: normal !important;
|
|
245
|
-
|
|
246
|
-
box-shadow: none !important;
|
|
247
|
-
-webkit-transition: none !important;
|
|
209
|
+
box-shadow: none !important;
|
|
248
210
|
transition: none !important;
|
|
249
211
|
}
|
|
250
212
|
.ui.menu .ui.dropdown .menu > .item:hover {
|
|
@@ -263,7 +225,8 @@
|
|
|
263
225
|
.ui.menu .ui.dropdown.item .menu .item:not(.filtered) {
|
|
264
226
|
display: block;
|
|
265
227
|
}
|
|
266
|
-
.ui.menu .ui.dropdown .menu > .item .
|
|
228
|
+
.ui.menu .ui.dropdown .menu > .item > .icons,
|
|
229
|
+
.ui.menu .ui.dropdown .menu > .item > i.icon:not(.dropdown) {
|
|
267
230
|
display: inline-block;
|
|
268
231
|
font-size: 1em !important;
|
|
269
232
|
float: none;
|
|
@@ -289,7 +252,7 @@
|
|
|
289
252
|
}
|
|
290
253
|
|
|
291
254
|
/* Vertical */
|
|
292
|
-
.ui.vertical.menu .dropdown.item > .icon {
|
|
255
|
+
.ui.vertical.menu .dropdown.item > i.icon {
|
|
293
256
|
float: right;
|
|
294
257
|
content: "\f0da";
|
|
295
258
|
margin-left: 1em;
|
|
@@ -300,11 +263,9 @@
|
|
|
300
263
|
/* IE needs 0, all others support max-content to show dropdown icon inline, so keep both settings! */
|
|
301
264
|
min-width: 0;
|
|
302
265
|
min-width: -webkit-max-content;
|
|
303
|
-
min-width: -moz-max-content;
|
|
304
266
|
min-width: max-content;
|
|
305
267
|
margin: 0 0 0 0;
|
|
306
|
-
|
|
307
|
-
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
|
|
268
|
+
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.08);
|
|
308
269
|
border-radius: 0 0.28571429rem 0.28571429rem 0.28571429rem;
|
|
309
270
|
}
|
|
310
271
|
.ui.vertical.menu .dropdown.item.upward .menu {
|
|
@@ -318,8 +279,7 @@
|
|
|
318
279
|
border-bottom-right-radius: 0;
|
|
319
280
|
}
|
|
320
281
|
.ui.vertical.menu .dropdown.active.item {
|
|
321
|
-
|
|
322
|
-
box-shadow: none;
|
|
282
|
+
box-shadow: none;
|
|
323
283
|
}
|
|
324
284
|
|
|
325
285
|
/* Evenly Divided */
|
|
@@ -327,10 +287,9 @@
|
|
|
327
287
|
width: 100%;
|
|
328
288
|
}
|
|
329
289
|
|
|
330
|
-
|
|
290
|
+
/* --------------
|
|
331
291
|
Labels
|
|
332
|
-
|
|
333
|
-
|
|
292
|
+
--------------- */
|
|
334
293
|
.ui.menu .item > .label:not(.floating) {
|
|
335
294
|
margin-left: 1em;
|
|
336
295
|
padding: 0.3em 0.78571429em;
|
|
@@ -344,18 +303,17 @@
|
|
|
344
303
|
padding: 0.3em 0.78571429em;
|
|
345
304
|
}
|
|
346
305
|
.ui.menu .item > .label {
|
|
347
|
-
background: #
|
|
348
|
-
color: #
|
|
306
|
+
background: #999;
|
|
307
|
+
color: #fff;
|
|
349
308
|
}
|
|
350
309
|
.ui.menu .item > .image.label img {
|
|
351
310
|
margin: -0.2833em 0.8em -0.2833em -0.8em;
|
|
352
311
|
height: 1.5666em;
|
|
353
312
|
}
|
|
354
313
|
|
|
355
|
-
|
|
314
|
+
/* --------------
|
|
356
315
|
Images
|
|
357
|
-
|
|
358
|
-
|
|
316
|
+
--------------- */
|
|
359
317
|
.ui.menu .item > img:not(.ui) {
|
|
360
318
|
display: inline-block;
|
|
361
319
|
vertical-align: middle;
|
|
@@ -374,23 +332,21 @@
|
|
|
374
332
|
*******************************/
|
|
375
333
|
|
|
376
334
|
|
|
377
|
-
|
|
335
|
+
/* --------------
|
|
378
336
|
List
|
|
379
|
-
|
|
380
|
-
|
|
337
|
+
--------------- */
|
|
381
338
|
|
|
382
|
-
/* Menu divider
|
|
383
|
-
.ui.menu .list .item
|
|
339
|
+
/* Menu divider shouldn't apply */
|
|
340
|
+
.ui.menu .list .item::before {
|
|
384
341
|
background: none !important;
|
|
385
342
|
}
|
|
386
343
|
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
344
|
+
/* --------------
|
|
345
|
+
Sidebar
|
|
346
|
+
--------------- */
|
|
391
347
|
|
|
392
348
|
/* Show vertical dividers below last */
|
|
393
|
-
.ui.vertical.sidebar.menu > .item:first-child
|
|
349
|
+
.ui.vertical.sidebar.menu > .item:first-child::before {
|
|
394
350
|
display: block !important;
|
|
395
351
|
}
|
|
396
352
|
.ui.vertical.sidebar.menu > .item::before {
|
|
@@ -398,10 +354,9 @@
|
|
|
398
354
|
bottom: 0;
|
|
399
355
|
}
|
|
400
356
|
|
|
401
|
-
|
|
357
|
+
/* --------------
|
|
402
358
|
Container
|
|
403
|
-
|
|
404
|
-
|
|
359
|
+
--------------- */
|
|
405
360
|
@media only screen and (max-width: 767.98px) {
|
|
406
361
|
.ui.menu > .ui.container {
|
|
407
362
|
width: 100% !important;
|
|
@@ -425,10 +380,9 @@
|
|
|
425
380
|
*******************************/
|
|
426
381
|
|
|
427
382
|
|
|
428
|
-
|
|
383
|
+
/* --------------
|
|
429
384
|
Hover
|
|
430
|
-
|
|
431
|
-
|
|
385
|
+
--------------- */
|
|
432
386
|
.ui.link.menu .item:hover,
|
|
433
387
|
.ui.menu .dropdown.item:hover,
|
|
434
388
|
.ui.menu .link.item:hover,
|
|
@@ -438,10 +392,9 @@
|
|
|
438
392
|
color: rgba(0, 0, 0, 0.95);
|
|
439
393
|
}
|
|
440
394
|
|
|
441
|
-
|
|
395
|
+
/* --------------
|
|
442
396
|
Pressed
|
|
443
|
-
|
|
444
|
-
|
|
397
|
+
--------------- */
|
|
445
398
|
.ui.link.menu .item:active,
|
|
446
399
|
.ui.menu .link.item:active,
|
|
447
400
|
.ui.menu a.item:active {
|
|
@@ -449,35 +402,31 @@
|
|
|
449
402
|
color: rgba(0, 0, 0, 0.95);
|
|
450
403
|
}
|
|
451
404
|
|
|
452
|
-
|
|
405
|
+
/* --------------
|
|
453
406
|
Active
|
|
454
|
-
|
|
455
|
-
|
|
407
|
+
--------------- */
|
|
456
408
|
.ui.menu .active.item {
|
|
457
409
|
background: rgba(0, 0, 0, 0.05);
|
|
458
410
|
color: rgba(0, 0, 0, 0.95);
|
|
459
411
|
font-weight: normal;
|
|
460
|
-
|
|
461
|
-
box-shadow: none;
|
|
412
|
+
box-shadow: none;
|
|
462
413
|
}
|
|
463
414
|
.ui.menu .active.item > i.icon {
|
|
464
415
|
opacity: 1;
|
|
465
416
|
}
|
|
466
417
|
|
|
467
|
-
|
|
418
|
+
/* --------------
|
|
468
419
|
Active Hover
|
|
469
|
-
|
|
470
|
-
|
|
420
|
+
--------------- */
|
|
471
421
|
.ui.menu .active.item:hover,
|
|
472
422
|
.ui.vertical.menu .active.item:hover {
|
|
473
423
|
background-color: rgba(0, 0, 0, 0.05);
|
|
474
424
|
color: rgba(0, 0, 0, 0.95);
|
|
475
425
|
}
|
|
476
426
|
|
|
477
|
-
|
|
427
|
+
/* --------------
|
|
478
428
|
Disabled
|
|
479
|
-
|
|
480
|
-
|
|
429
|
+
--------------- */
|
|
481
430
|
.ui.ui.menu .item.disabled {
|
|
482
431
|
cursor: default;
|
|
483
432
|
background-color: transparent;
|
|
@@ -491,16 +440,13 @@
|
|
|
491
440
|
*******************************/
|
|
492
441
|
|
|
493
442
|
|
|
494
|
-
|
|
443
|
+
/* ------------------
|
|
495
444
|
Floated Menu / Item
|
|
496
|
-
|
|
497
|
-
|
|
445
|
+
------------------- */
|
|
498
446
|
|
|
499
447
|
/* Left Floated */
|
|
500
448
|
.ui.menu:not(.vertical) .left.item,
|
|
501
449
|
.ui.menu:not(.vertical) .left.menu {
|
|
502
|
-
display: -webkit-box;
|
|
503
|
-
display: -ms-flexbox;
|
|
504
450
|
display: flex;
|
|
505
451
|
margin-right: auto !important;
|
|
506
452
|
}
|
|
@@ -508,8 +454,6 @@ Floated Menu / Item
|
|
|
508
454
|
/* Right Floated */
|
|
509
455
|
.ui.menu:not(.vertical) .right.item,
|
|
510
456
|
.ui.menu:not(.vertical) .right.menu {
|
|
511
|
-
display: -webkit-box;
|
|
512
|
-
display: -ms-flexbox;
|
|
513
457
|
display: flex;
|
|
514
458
|
margin-left: auto !important;
|
|
515
459
|
}
|
|
@@ -521,8 +465,6 @@ Floated Menu / Item
|
|
|
521
465
|
/* Center */
|
|
522
466
|
.ui.menu:not(.vertical) .center.item,
|
|
523
467
|
.ui.menu:not(.vertical) .center.menu {
|
|
524
|
-
display: -webkit-box;
|
|
525
|
-
display: -ms-flexbox;
|
|
526
468
|
display: flex;
|
|
527
469
|
margin-left: auto !important;
|
|
528
470
|
margin-right: auto !important;
|
|
@@ -541,23 +483,17 @@ Floated Menu / Item
|
|
|
541
483
|
display: none;
|
|
542
484
|
}
|
|
543
485
|
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
486
|
+
/* --------------
|
|
487
|
+
Vertical
|
|
488
|
+
--------------- */
|
|
548
489
|
.ui.vertical.menu {
|
|
549
490
|
display: block;
|
|
550
|
-
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
flex-direction: column;
|
|
554
|
-
background: #FFFFFF;
|
|
555
|
-
-webkit-box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
556
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
491
|
+
flex-direction: column;
|
|
492
|
+
background: #fff;
|
|
493
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15);
|
|
557
494
|
}
|
|
558
495
|
|
|
559
|
-
|
|
560
|
-
|
|
496
|
+
/* --- Item --- */
|
|
561
497
|
.ui.vertical.menu .item {
|
|
562
498
|
display: block;
|
|
563
499
|
background: none;
|
|
@@ -571,15 +507,13 @@ Floated Menu / Item
|
|
|
571
507
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
572
508
|
}
|
|
573
509
|
|
|
574
|
-
|
|
575
|
-
|
|
510
|
+
/* --- Label --- */
|
|
576
511
|
.ui.vertical.menu .item > .label {
|
|
577
512
|
float: right;
|
|
578
513
|
text-align: center;
|
|
579
514
|
}
|
|
580
515
|
|
|
581
|
-
|
|
582
|
-
|
|
516
|
+
/* --- Icon --- */
|
|
583
517
|
.ui.vertical.menu .item > i.icon,
|
|
584
518
|
.ui.vertical.menu .item > i.icons {
|
|
585
519
|
width: 1.18em;
|
|
@@ -591,23 +525,21 @@ Floated Menu / Item
|
|
|
591
525
|
margin: 0 0.5em 0 0;
|
|
592
526
|
}
|
|
593
527
|
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
.ui.vertical.menu .item:before {
|
|
528
|
+
/* --- Border --- */
|
|
529
|
+
.ui.vertical.menu .item::before {
|
|
597
530
|
position: absolute;
|
|
598
|
-
content:
|
|
531
|
+
content: "";
|
|
599
532
|
top: 0;
|
|
600
533
|
left: 0;
|
|
601
534
|
width: 100%;
|
|
602
535
|
height: 1px;
|
|
603
536
|
background: rgba(34, 36, 38, 0.1);
|
|
604
537
|
}
|
|
605
|
-
.ui.vertical.menu .item:first-child
|
|
538
|
+
.ui.vertical.menu .item:first-child::before {
|
|
606
539
|
display: none !important;
|
|
607
540
|
}
|
|
608
541
|
|
|
609
|
-
|
|
610
|
-
|
|
542
|
+
/* --- Sub Menu --- */
|
|
611
543
|
.ui.vertical.menu .item > .menu {
|
|
612
544
|
margin: 0.5em -1.14285714em 0;
|
|
613
545
|
}
|
|
@@ -621,7 +553,7 @@ Floated Menu / Item
|
|
|
621
553
|
.ui.vertical.menu .item .menu .link.item:hover {
|
|
622
554
|
color: rgba(0, 0, 0, 0.85);
|
|
623
555
|
}
|
|
624
|
-
.ui.vertical.menu .menu .item
|
|
556
|
+
.ui.vertical.menu .menu .item::before {
|
|
625
557
|
display: none;
|
|
626
558
|
}
|
|
627
559
|
|
|
@@ -629,8 +561,7 @@ Floated Menu / Item
|
|
|
629
561
|
.ui.vertical.menu .active.item {
|
|
630
562
|
background: rgba(0, 0, 0, 0.05);
|
|
631
563
|
border-radius: 0;
|
|
632
|
-
|
|
633
|
-
box-shadow: none;
|
|
564
|
+
box-shadow: none;
|
|
634
565
|
}
|
|
635
566
|
.ui.vertical.menu > .active.item:first-child {
|
|
636
567
|
border-radius: 0.28571429rem 0.28571429rem 0 0;
|
|
@@ -650,17 +581,15 @@ Floated Menu / Item
|
|
|
650
581
|
color: rgba(0, 0, 0, 0.95);
|
|
651
582
|
}
|
|
652
583
|
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
|
|
656
|
-
|
|
584
|
+
/* --------------
|
|
585
|
+
Tabular
|
|
586
|
+
--------------- */
|
|
657
587
|
.ui.tabular.menu {
|
|
658
588
|
border-radius: 0;
|
|
659
|
-
|
|
660
|
-
box-shadow: none !important;
|
|
589
|
+
box-shadow: none !important;
|
|
661
590
|
border: none;
|
|
662
591
|
background: none transparent;
|
|
663
|
-
border-bottom: 1px solid #
|
|
592
|
+
border-bottom: 1px solid #d4d4d5;
|
|
664
593
|
}
|
|
665
594
|
.ui.tabular.fluid.menu {
|
|
666
595
|
width: calc(100% + 2px) !important;
|
|
@@ -674,7 +603,7 @@ Floated Menu / Item
|
|
|
674
603
|
padding: 0.92857143em 1.42857143em;
|
|
675
604
|
color: rgba(0, 0, 0, 0.87);
|
|
676
605
|
}
|
|
677
|
-
.ui.tabular.menu .item
|
|
606
|
+
.ui.tabular.menu .item::before {
|
|
678
607
|
display: none;
|
|
679
608
|
}
|
|
680
609
|
|
|
@@ -686,20 +615,21 @@ Floated Menu / Item
|
|
|
686
615
|
|
|
687
616
|
/* Active */
|
|
688
617
|
.ui.tabular.menu .active.item {
|
|
689
|
-
background: none #
|
|
618
|
+
background: none #fff;
|
|
690
619
|
color: rgba(0, 0, 0, 0.95);
|
|
691
620
|
border-top-width: 1px;
|
|
692
|
-
border-color: #
|
|
621
|
+
border-color: #d4d4d5;
|
|
693
622
|
font-weight: bold;
|
|
694
623
|
margin-bottom: -1px;
|
|
695
|
-
|
|
696
|
-
box-shadow: none;
|
|
624
|
+
box-shadow: none;
|
|
697
625
|
border-radius: 0.28571429rem 0.28571429rem 0 0 !important;
|
|
698
626
|
}
|
|
627
|
+
.ui.tabular.menu .active.item:hover {
|
|
628
|
+
cursor: default;
|
|
629
|
+
}
|
|
699
630
|
|
|
700
631
|
/* Coupling with segment for attachment */
|
|
701
|
-
.ui.tabular.menu
|
|
702
|
-
.ui.tabular.menu + .attached:not(.top).segment + .attached:not(.top).segment {
|
|
632
|
+
.ui.tabular.menu ~ .attached:not(.top).segment {
|
|
703
633
|
border-top: none;
|
|
704
634
|
margin-left: 0;
|
|
705
635
|
margin-top: 0;
|
|
@@ -716,10 +646,9 @@ Floated Menu / Item
|
|
|
716
646
|
.ui.bottom.tabular.menu {
|
|
717
647
|
background: none transparent;
|
|
718
648
|
border-radius: 0;
|
|
719
|
-
|
|
720
|
-
box-shadow: none !important;
|
|
649
|
+
box-shadow: none !important;
|
|
721
650
|
border-bottom: none;
|
|
722
|
-
border-top: 1px solid #
|
|
651
|
+
border-top: 1px solid #d4d4d5;
|
|
723
652
|
}
|
|
724
653
|
.ui.bottom.tabular.menu .item {
|
|
725
654
|
background: none;
|
|
@@ -729,9 +658,9 @@ Floated Menu / Item
|
|
|
729
658
|
border-top: none;
|
|
730
659
|
}
|
|
731
660
|
.ui.bottom.tabular.menu .active.item {
|
|
732
|
-
background: none #
|
|
661
|
+
background: none #fff;
|
|
733
662
|
color: rgba(0, 0, 0, 0.95);
|
|
734
|
-
border-color: #
|
|
663
|
+
border-color: #d4d4d5;
|
|
735
664
|
margin: -1px 0 0 0;
|
|
736
665
|
border-radius: 0 0 0.28571429rem 0.28571429rem !important;
|
|
737
666
|
}
|
|
@@ -740,10 +669,9 @@ Floated Menu / Item
|
|
|
740
669
|
.ui.vertical.tabular.menu {
|
|
741
670
|
background: none transparent;
|
|
742
671
|
border-radius: 0;
|
|
743
|
-
|
|
744
|
-
box-shadow: none !important;
|
|
672
|
+
box-shadow: none !important;
|
|
745
673
|
border-bottom: none;
|
|
746
|
-
border-right: 1px solid #
|
|
674
|
+
border-right: 1px solid #d4d4d5;
|
|
747
675
|
}
|
|
748
676
|
.ui.vertical.tabular.menu .item {
|
|
749
677
|
background: none;
|
|
@@ -753,9 +681,9 @@ Floated Menu / Item
|
|
|
753
681
|
border-right: none;
|
|
754
682
|
}
|
|
755
683
|
.ui.vertical.tabular.menu .active.item {
|
|
756
|
-
background: none #
|
|
684
|
+
background: none #fff;
|
|
757
685
|
color: rgba(0, 0, 0, 0.95);
|
|
758
|
-
border-color: #
|
|
686
|
+
border-color: #d4d4d5;
|
|
759
687
|
margin: 0 -1px 0 0;
|
|
760
688
|
border-radius: 0.28571429rem 0 0 0.28571429rem !important;
|
|
761
689
|
}
|
|
@@ -764,11 +692,10 @@ Floated Menu / Item
|
|
|
764
692
|
.ui.vertical.right.tabular.menu {
|
|
765
693
|
background: none transparent;
|
|
766
694
|
border-radius: 0;
|
|
767
|
-
|
|
768
|
-
box-shadow: none !important;
|
|
695
|
+
box-shadow: none !important;
|
|
769
696
|
border-bottom: none;
|
|
770
697
|
border-right: none;
|
|
771
|
-
border-left: 1px solid #
|
|
698
|
+
border-left: 1px solid #d4d4d5;
|
|
772
699
|
}
|
|
773
700
|
.ui.vertical.right.tabular.menu .item {
|
|
774
701
|
background: none;
|
|
@@ -778,9 +705,9 @@ Floated Menu / Item
|
|
|
778
705
|
border-left: none;
|
|
779
706
|
}
|
|
780
707
|
.ui.vertical.right.tabular.menu .active.item {
|
|
781
|
-
background: none #
|
|
708
|
+
background: none #fff;
|
|
782
709
|
color: rgba(0, 0, 0, 0.95);
|
|
783
|
-
border-color: #
|
|
710
|
+
border-color: #d4d4d5;
|
|
784
711
|
margin: 0 0 0 -1px;
|
|
785
712
|
border-radius: 0 0.28571429rem 0.28571429rem 0 !important;
|
|
786
713
|
}
|
|
@@ -793,15 +720,22 @@ Floated Menu / Item
|
|
|
793
720
|
border-top: 2px solid transparent;
|
|
794
721
|
border-bottom: none;
|
|
795
722
|
}
|
|
723
|
+
.ui.inverted.tabular.menu .active.item,
|
|
724
|
+
.ui.inverted.tabular.menu .active.item:hover {
|
|
725
|
+
background: none #1b1c1d;
|
|
726
|
+
border-color: #555;
|
|
727
|
+
}
|
|
728
|
+
.ui.inverted.tabular.menu .item:not(.active):hover {
|
|
729
|
+
color: #ffffff;
|
|
730
|
+
background: transparent;
|
|
731
|
+
cursor: pointer;
|
|
732
|
+
}
|
|
796
733
|
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
800
|
-
|
|
734
|
+
/* --------------
|
|
735
|
+
Pagination
|
|
736
|
+
--------------- */
|
|
801
737
|
.ui.pagination.menu {
|
|
802
738
|
margin: 0;
|
|
803
|
-
display: -webkit-inline-box;
|
|
804
|
-
display: -ms-inline-flexbox;
|
|
805
739
|
display: inline-flex;
|
|
806
740
|
vertical-align: middle;
|
|
807
741
|
}
|
|
@@ -811,7 +745,7 @@ Floated Menu / Item
|
|
|
811
745
|
.ui.compact.menu .item:last-child {
|
|
812
746
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
|
813
747
|
}
|
|
814
|
-
.ui.pagination.menu .item:last-child
|
|
748
|
+
.ui.pagination.menu:not(.wrapping) .item:last-child::before {
|
|
815
749
|
display: none;
|
|
816
750
|
}
|
|
817
751
|
.ui.pagination.menu .item {
|
|
@@ -828,41 +762,35 @@ Floated Menu / Item
|
|
|
828
762
|
padding-top: 0.92857143em;
|
|
829
763
|
background-color: rgba(0, 0, 0, 0.05);
|
|
830
764
|
color: rgba(0, 0, 0, 0.95);
|
|
831
|
-
|
|
832
|
-
box-shadow: none;
|
|
765
|
+
box-shadow: none;
|
|
833
766
|
}
|
|
834
767
|
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
768
|
+
/* --------------
|
|
769
|
+
Secondary
|
|
770
|
+
--------------- */
|
|
839
771
|
.ui.secondary.menu {
|
|
840
772
|
background: none;
|
|
841
773
|
margin-left: -0.35714286em;
|
|
842
774
|
margin-right: -0.35714286em;
|
|
843
775
|
border-radius: 0;
|
|
844
776
|
border: none;
|
|
845
|
-
|
|
846
|
-
box-shadow: none;
|
|
777
|
+
box-shadow: none;
|
|
847
778
|
}
|
|
848
779
|
|
|
849
780
|
/* Item */
|
|
850
781
|
.ui.secondary.menu .item {
|
|
851
|
-
-
|
|
852
|
-
|
|
853
|
-
-webkit-box-shadow: none;
|
|
854
|
-
box-shadow: none;
|
|
782
|
+
align-self: center;
|
|
783
|
+
box-shadow: none;
|
|
855
784
|
border: none;
|
|
856
785
|
padding: 0.78571429em 0.92857143em;
|
|
857
786
|
margin: 0 0.35714286em;
|
|
858
787
|
background: none;
|
|
859
|
-
-webkit-transition: color 0.1s ease;
|
|
860
788
|
transition: color 0.1s ease;
|
|
861
789
|
border-radius: 0.28571429rem;
|
|
862
790
|
}
|
|
863
791
|
|
|
864
792
|
/* No Divider */
|
|
865
|
-
.ui.secondary.menu .item
|
|
793
|
+
.ui.secondary.menu .item::before {
|
|
866
794
|
display: none !important;
|
|
867
795
|
}
|
|
868
796
|
|
|
@@ -888,8 +816,7 @@ Floated Menu / Item
|
|
|
888
816
|
|
|
889
817
|
/* Active */
|
|
890
818
|
.ui.secondary.menu .active.item {
|
|
891
|
-
|
|
892
|
-
box-shadow: none;
|
|
819
|
+
box-shadow: none;
|
|
893
820
|
background: rgba(0, 0, 0, 0.05);
|
|
894
821
|
color: rgba(0, 0, 0, 0.95);
|
|
895
822
|
border-radius: 0.28571429rem;
|
|
@@ -897,8 +824,7 @@ Floated Menu / Item
|
|
|
897
824
|
|
|
898
825
|
/* Active Hover */
|
|
899
826
|
.ui.secondary.menu .active.item:hover {
|
|
900
|
-
|
|
901
|
-
box-shadow: none;
|
|
827
|
+
box-shadow: none;
|
|
902
828
|
background: rgba(0, 0, 0, 0.05);
|
|
903
829
|
color: rgba(0, 0, 0, 0.95);
|
|
904
830
|
}
|
|
@@ -928,14 +854,12 @@ Floated Menu / Item
|
|
|
928
854
|
margin-right: 0;
|
|
929
855
|
}
|
|
930
856
|
.ui.secondary.attached.menu {
|
|
931
|
-
|
|
932
|
-
box-shadow: none;
|
|
857
|
+
box-shadow: none;
|
|
933
858
|
}
|
|
934
859
|
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
|
|
860
|
+
/* ---------------------
|
|
861
|
+
Secondary Vertical
|
|
862
|
+
----------------------- */
|
|
939
863
|
|
|
940
864
|
/* Sub Menu */
|
|
941
865
|
.ui.vertical.secondary.menu .item:not(.dropdown) > .menu {
|
|
@@ -964,25 +888,20 @@ Floated Menu / Item
|
|
|
964
888
|
background-color: transparent;
|
|
965
889
|
}
|
|
966
890
|
|
|
967
|
-
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
|
|
891
|
+
/* ---------------------
|
|
892
|
+
Secondary Pointing
|
|
893
|
+
----------------------- */
|
|
971
894
|
.ui.secondary.pointing.menu {
|
|
972
895
|
margin-left: 0;
|
|
973
896
|
margin-right: 0;
|
|
974
897
|
border-bottom: 2px solid rgba(34, 36, 38, 0.15);
|
|
975
898
|
}
|
|
976
899
|
.ui.secondary.pointing.menu .item {
|
|
977
|
-
border-bottom
|
|
978
|
-
border-bottom-style: solid;
|
|
900
|
+
border-bottom: 2px solid transparent;
|
|
979
901
|
border-radius: 0;
|
|
980
|
-
-
|
|
981
|
-
align-self: flex-end;
|
|
902
|
+
align-self: flex-end;
|
|
982
903
|
margin: 0 0 -2px;
|
|
983
904
|
padding: 0.85714286em 1.14285714em;
|
|
984
|
-
border-bottom-width: 2px;
|
|
985
|
-
-webkit-transition: color 0.1s ease;
|
|
986
905
|
transition: color 0.1s ease;
|
|
987
906
|
}
|
|
988
907
|
.ui.secondary.pointing.menu .ui.dropdown .menu .item {
|
|
@@ -1002,10 +921,9 @@ Floated Menu / Item
|
|
|
1002
921
|
color: rgba(0, 0, 0, 0.85) !important;
|
|
1003
922
|
}
|
|
1004
923
|
.ui.secondary.pointing.menu .text.item {
|
|
1005
|
-
|
|
1006
|
-
box-shadow: none !important;
|
|
924
|
+
box-shadow: none !important;
|
|
1007
925
|
}
|
|
1008
|
-
.ui.secondary.pointing.menu .item
|
|
926
|
+
.ui.secondary.pointing.menu .item::after {
|
|
1009
927
|
display: none;
|
|
1010
928
|
}
|
|
1011
929
|
|
|
@@ -1028,8 +946,7 @@ Floated Menu / Item
|
|
|
1028
946
|
/* Active */
|
|
1029
947
|
.ui.secondary.pointing.menu .active.item {
|
|
1030
948
|
background-color: transparent;
|
|
1031
|
-
|
|
1032
|
-
box-shadow: none;
|
|
949
|
+
box-shadow: none;
|
|
1033
950
|
border-color: currentColor;
|
|
1034
951
|
font-weight: bold;
|
|
1035
952
|
color: rgba(0, 0, 0, 0.95);
|
|
@@ -1049,17 +966,13 @@ Floated Menu / Item
|
|
|
1049
966
|
/* Vertical Pointing */
|
|
1050
967
|
.ui.secondary.vertical.pointing.menu {
|
|
1051
968
|
border-bottom-width: 0;
|
|
1052
|
-
border-right
|
|
1053
|
-
border-right-style: solid;
|
|
1054
|
-
border-right-color: rgba(34, 36, 38, 0.15);
|
|
969
|
+
border-right: 2px solid rgba(34, 36, 38, 0.15);
|
|
1055
970
|
}
|
|
1056
971
|
.ui.secondary.vertical.pointing.menu .item {
|
|
1057
972
|
border-bottom: none;
|
|
1058
|
-
border-right
|
|
1059
|
-
border-right-color: transparent;
|
|
973
|
+
border-right: 2px solid transparent;
|
|
1060
974
|
border-radius: 0 !important;
|
|
1061
975
|
margin: 0 -2px 0 0;
|
|
1062
|
-
border-right-width: 2px;
|
|
1063
976
|
}
|
|
1064
977
|
|
|
1065
978
|
/* Vertical Active */
|
|
@@ -1075,7 +988,7 @@ Floated Menu / Item
|
|
|
1075
988
|
color: rgba(255, 255, 255, 0.9);
|
|
1076
989
|
}
|
|
1077
990
|
.ui.secondary.inverted.pointing.menu .header.item {
|
|
1078
|
-
color: #
|
|
991
|
+
color: #fff !important;
|
|
1079
992
|
}
|
|
1080
993
|
|
|
1081
994
|
/* Hover */
|
|
@@ -1086,40 +999,35 @@ Floated Menu / Item
|
|
|
1086
999
|
|
|
1087
1000
|
/* Active */
|
|
1088
1001
|
.ui.ui.secondary.inverted.pointing.menu .active.item {
|
|
1089
|
-
border-color: #
|
|
1002
|
+
border-color: #fff;
|
|
1090
1003
|
color: #ffffff;
|
|
1091
1004
|
background-color: transparent;
|
|
1092
1005
|
}
|
|
1093
1006
|
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1007
|
+
/* --------------
|
|
1008
|
+
Text Menu
|
|
1009
|
+
--------------- */
|
|
1098
1010
|
.ui.text.menu {
|
|
1099
1011
|
background: none transparent;
|
|
1100
1012
|
border-radius: 0;
|
|
1101
|
-
|
|
1102
|
-
box-shadow: none;
|
|
1013
|
+
box-shadow: none;
|
|
1103
1014
|
border: none;
|
|
1104
1015
|
margin: 1em -0.5em;
|
|
1105
1016
|
}
|
|
1106
1017
|
.ui.text.menu .item {
|
|
1107
1018
|
border-radius: 0;
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
|
|
1111
|
-
align-self: center;
|
|
1112
|
-
margin: 0 0;
|
|
1019
|
+
box-shadow: none;
|
|
1020
|
+
align-self: center;
|
|
1021
|
+
margin: 0;
|
|
1113
1022
|
padding: 0.35714286em 0.5em;
|
|
1114
1023
|
font-weight: normal;
|
|
1115
1024
|
color: rgba(0, 0, 0, 0.6);
|
|
1116
|
-
-webkit-transition: opacity 0.1s ease;
|
|
1117
1025
|
transition: opacity 0.1s ease;
|
|
1118
1026
|
}
|
|
1119
1027
|
|
|
1120
1028
|
/* Border */
|
|
1121
|
-
.ui.text.menu .item
|
|
1122
|
-
.ui.text.menu .menu .item
|
|
1029
|
+
.ui.text.menu .item::before,
|
|
1030
|
+
.ui.text.menu .menu .item::before {
|
|
1123
1031
|
display: none !important;
|
|
1124
1032
|
}
|
|
1125
1033
|
|
|
@@ -1138,14 +1046,12 @@ Floated Menu / Item
|
|
|
1138
1046
|
margin: 0;
|
|
1139
1047
|
}
|
|
1140
1048
|
|
|
1141
|
-
|
|
1142
|
-
|
|
1049
|
+
/* --- fluid text --- */
|
|
1143
1050
|
.ui.text.item.menu .item {
|
|
1144
1051
|
margin: 0;
|
|
1145
1052
|
}
|
|
1146
1053
|
|
|
1147
|
-
|
|
1148
|
-
|
|
1054
|
+
/* --- vertical text --- */
|
|
1149
1055
|
.ui.vertical.text.menu {
|
|
1150
1056
|
margin: 1em 0;
|
|
1151
1057
|
}
|
|
@@ -1177,38 +1083,32 @@ Floated Menu / Item
|
|
|
1177
1083
|
padding: 0.5em 0;
|
|
1178
1084
|
}
|
|
1179
1085
|
|
|
1180
|
-
|
|
1181
|
-
|
|
1086
|
+
/* --- hover --- */
|
|
1182
1087
|
.ui.text.menu .item:hover {
|
|
1183
1088
|
opacity: 1;
|
|
1184
1089
|
background-color: transparent;
|
|
1185
1090
|
}
|
|
1186
1091
|
|
|
1187
|
-
|
|
1188
|
-
|
|
1092
|
+
/* --- active --- */
|
|
1189
1093
|
.ui.text.menu .active.item {
|
|
1190
1094
|
background-color: transparent;
|
|
1191
1095
|
border: none;
|
|
1192
|
-
|
|
1193
|
-
box-shadow: none;
|
|
1096
|
+
box-shadow: none;
|
|
1194
1097
|
font-weight: normal;
|
|
1195
1098
|
color: rgba(0, 0, 0, 0.95);
|
|
1196
1099
|
}
|
|
1197
1100
|
|
|
1198
|
-
|
|
1199
|
-
|
|
1101
|
+
/* --- active hover --- */
|
|
1200
1102
|
.ui.text.menu .active.item:hover {
|
|
1201
1103
|
background-color: transparent;
|
|
1202
1104
|
}
|
|
1203
1105
|
|
|
1204
1106
|
/* Disable Bariations */
|
|
1205
|
-
.ui.text.pointing.menu .active.item
|
|
1206
|
-
|
|
1207
|
-
box-shadow: none;
|
|
1107
|
+
.ui.text.pointing.menu .active.item::after {
|
|
1108
|
+
box-shadow: none;
|
|
1208
1109
|
}
|
|
1209
1110
|
.ui.text.attached.menu {
|
|
1210
|
-
|
|
1211
|
-
box-shadow: none;
|
|
1111
|
+
box-shadow: none;
|
|
1212
1112
|
}
|
|
1213
1113
|
|
|
1214
1114
|
/* Inverted */
|
|
@@ -1225,10 +1125,9 @@ Floated Menu / Item
|
|
|
1225
1125
|
margin-right: 0;
|
|
1226
1126
|
}
|
|
1227
1127
|
|
|
1228
|
-
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1128
|
+
/* --------------
|
|
1129
|
+
Icon Only
|
|
1130
|
+
--------------- */
|
|
1232
1131
|
|
|
1233
1132
|
/* Vertical Menu */
|
|
1234
1133
|
.ui.vertical.icon.menu {
|
|
@@ -1240,28 +1139,28 @@ Floated Menu / Item
|
|
|
1240
1139
|
.ui.icon.menu .item {
|
|
1241
1140
|
height: auto;
|
|
1242
1141
|
text-align: center;
|
|
1243
|
-
color: #
|
|
1142
|
+
color: #1b1c1d;
|
|
1244
1143
|
}
|
|
1245
1144
|
|
|
1246
1145
|
/* Icon */
|
|
1247
|
-
.ui.icon.menu .item > .icon:not(.dropdown) {
|
|
1146
|
+
.ui.icon.menu .item > i.icon:not(.dropdown) {
|
|
1248
1147
|
margin: 0;
|
|
1249
1148
|
opacity: 1;
|
|
1250
1149
|
}
|
|
1251
1150
|
|
|
1252
|
-
/* Icon
|
|
1253
|
-
.ui.icon.menu .icon
|
|
1151
|
+
/* Icon Glyph */
|
|
1152
|
+
.ui.icon.menu i.icon::before {
|
|
1254
1153
|
opacity: 1;
|
|
1255
1154
|
}
|
|
1256
1155
|
|
|
1257
1156
|
/* (x) Item Icon */
|
|
1258
|
-
.ui.menu .icon.item > .icon {
|
|
1157
|
+
.ui.menu .icon.item > i.icon {
|
|
1259
1158
|
width: auto;
|
|
1260
1159
|
margin: 0 auto;
|
|
1261
1160
|
}
|
|
1262
1161
|
|
|
1263
1162
|
/* Vertical Icon */
|
|
1264
|
-
.ui.vertical.icon.menu .item > .icon:not(.dropdown) {
|
|
1163
|
+
.ui.vertical.icon.menu .item > i.icon:not(.dropdown) {
|
|
1265
1164
|
display: block;
|
|
1266
1165
|
opacity: 1;
|
|
1267
1166
|
margin: 0 auto;
|
|
@@ -1270,13 +1169,12 @@ Floated Menu / Item
|
|
|
1270
1169
|
|
|
1271
1170
|
/* Inverted */
|
|
1272
1171
|
.ui.inverted.icon.menu .item {
|
|
1273
|
-
color: #
|
|
1172
|
+
color: #fff;
|
|
1274
1173
|
}
|
|
1275
1174
|
|
|
1276
|
-
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1175
|
+
/* --------------
|
|
1176
|
+
Labeled Icon
|
|
1177
|
+
--------------- */
|
|
1280
1178
|
|
|
1281
1179
|
/* Menu */
|
|
1282
1180
|
.ui.labeled.icon.menu {
|
|
@@ -1286,14 +1184,12 @@ Floated Menu / Item
|
|
|
1286
1184
|
/* Item */
|
|
1287
1185
|
.ui.labeled.icon.menu .item {
|
|
1288
1186
|
min-width: 6em;
|
|
1289
|
-
-
|
|
1290
|
-
-webkit-box-direction: normal;
|
|
1291
|
-
-ms-flex-direction: column;
|
|
1292
|
-
flex-direction: column;
|
|
1187
|
+
flex-direction: column;
|
|
1293
1188
|
}
|
|
1294
1189
|
|
|
1295
1190
|
/* Icon */
|
|
1296
|
-
.ui.labeled.icon.menu > .item > .icon:not(.dropdown)
|
|
1191
|
+
.ui.labeled.icon.menu > .right.menu > .item > i.icon:not(.dropdown),
|
|
1192
|
+
.ui.labeled.icon.menu > .item > i.icon:not(.dropdown) {
|
|
1297
1193
|
height: 1em;
|
|
1298
1194
|
display: block;
|
|
1299
1195
|
font-size: 1.71428571em !important;
|
|
@@ -1311,23 +1207,22 @@ Floated Menu / Item
|
|
|
1311
1207
|
*******************************/
|
|
1312
1208
|
|
|
1313
1209
|
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1210
|
+
/* --------------
|
|
1211
|
+
Stackable
|
|
1212
|
+
--------------- */
|
|
1318
1213
|
@media only screen and (max-width: 767.98px) {
|
|
1319
1214
|
.ui.stackable.menu {
|
|
1320
|
-
-
|
|
1321
|
-
|
|
1322
|
-
|
|
1323
|
-
|
|
1215
|
+
flex-direction: column;
|
|
1216
|
+
}
|
|
1217
|
+
.ui.stackable.menu.pointing .active.item::after {
|
|
1218
|
+
display: none;
|
|
1324
1219
|
}
|
|
1325
1220
|
.ui.stackable.menu .item {
|
|
1326
1221
|
width: 100% !important;
|
|
1327
1222
|
}
|
|
1328
|
-
.ui.stackable.menu .item
|
|
1223
|
+
.ui.stackable.menu .item::before {
|
|
1329
1224
|
position: absolute;
|
|
1330
|
-
content:
|
|
1225
|
+
content: "";
|
|
1331
1226
|
top: auto;
|
|
1332
1227
|
bottom: 0;
|
|
1333
1228
|
left: 0;
|
|
@@ -1351,76 +1246,72 @@ Floated Menu / Item
|
|
|
1351
1246
|
.ui.stackable.menu .right.menu,
|
|
1352
1247
|
.ui.stackable.menu .center.menu,
|
|
1353
1248
|
.ui.stackable.menu .left.menu {
|
|
1354
|
-
-
|
|
1355
|
-
-webkit-box-direction: normal;
|
|
1356
|
-
-ms-flex-direction: column;
|
|
1357
|
-
flex-direction: column;
|
|
1249
|
+
flex-direction: column;
|
|
1358
1250
|
}
|
|
1359
1251
|
}
|
|
1360
1252
|
|
|
1361
|
-
|
|
1253
|
+
/* --------------
|
|
1362
1254
|
Colors
|
|
1363
|
-
|
|
1364
|
-
|
|
1255
|
+
--------------- */
|
|
1365
1256
|
.ui.ui.ui.menu .primary.active.item,
|
|
1366
1257
|
.ui.ui.primary.menu .active.item:hover,
|
|
1367
1258
|
.ui.ui.primary.menu .active.item {
|
|
1368
|
-
color: #
|
|
1259
|
+
color: #2185d0;
|
|
1369
1260
|
}
|
|
1370
1261
|
.ui.ui.ui.menu .red.active.item,
|
|
1371
1262
|
.ui.ui.red.menu .active.item:hover,
|
|
1372
1263
|
.ui.ui.red.menu .active.item {
|
|
1373
|
-
color: #
|
|
1264
|
+
color: #db2828;
|
|
1374
1265
|
}
|
|
1375
1266
|
.ui.ui.ui.menu .orange.active.item,
|
|
1376
1267
|
.ui.ui.orange.menu .active.item:hover,
|
|
1377
1268
|
.ui.ui.orange.menu .active.item {
|
|
1378
|
-
color: #
|
|
1269
|
+
color: #f2711c;
|
|
1379
1270
|
}
|
|
1380
1271
|
.ui.ui.ui.menu .yellow.active.item,
|
|
1381
1272
|
.ui.ui.yellow.menu .active.item:hover,
|
|
1382
1273
|
.ui.ui.yellow.menu .active.item {
|
|
1383
|
-
color: #
|
|
1274
|
+
color: #fbbd08;
|
|
1384
1275
|
}
|
|
1385
1276
|
.ui.ui.ui.menu .olive.active.item,
|
|
1386
1277
|
.ui.ui.olive.menu .active.item:hover,
|
|
1387
1278
|
.ui.ui.olive.menu .active.item {
|
|
1388
|
-
color: #
|
|
1279
|
+
color: #b5cc18;
|
|
1389
1280
|
}
|
|
1390
1281
|
.ui.ui.ui.menu .green.active.item,
|
|
1391
1282
|
.ui.ui.green.menu .active.item:hover,
|
|
1392
1283
|
.ui.ui.green.menu .active.item {
|
|
1393
|
-
color: #
|
|
1284
|
+
color: #21ba45;
|
|
1394
1285
|
}
|
|
1395
1286
|
.ui.ui.ui.menu .teal.active.item,
|
|
1396
1287
|
.ui.ui.teal.menu .active.item:hover,
|
|
1397
1288
|
.ui.ui.teal.menu .active.item {
|
|
1398
|
-
color: #
|
|
1289
|
+
color: #00b5ad;
|
|
1399
1290
|
}
|
|
1400
1291
|
.ui.ui.ui.menu .blue.active.item,
|
|
1401
1292
|
.ui.ui.blue.menu .active.item:hover,
|
|
1402
1293
|
.ui.ui.blue.menu .active.item {
|
|
1403
|
-
color: #
|
|
1294
|
+
color: #2185d0;
|
|
1404
1295
|
}
|
|
1405
1296
|
.ui.ui.ui.menu .violet.active.item,
|
|
1406
1297
|
.ui.ui.violet.menu .active.item:hover,
|
|
1407
1298
|
.ui.ui.violet.menu .active.item {
|
|
1408
|
-
color: #
|
|
1299
|
+
color: #6435c9;
|
|
1409
1300
|
}
|
|
1410
1301
|
.ui.ui.ui.menu .purple.active.item,
|
|
1411
1302
|
.ui.ui.purple.menu .active.item:hover,
|
|
1412
1303
|
.ui.ui.purple.menu .active.item {
|
|
1413
|
-
color: #
|
|
1304
|
+
color: #a333c8;
|
|
1414
1305
|
}
|
|
1415
1306
|
.ui.ui.ui.menu .pink.active.item,
|
|
1416
1307
|
.ui.ui.pink.menu .active.item:hover,
|
|
1417
1308
|
.ui.ui.pink.menu .active.item {
|
|
1418
|
-
color: #
|
|
1309
|
+
color: #e03997;
|
|
1419
1310
|
}
|
|
1420
1311
|
.ui.ui.ui.menu .brown.active.item,
|
|
1421
1312
|
.ui.ui.brown.menu .active.item:hover,
|
|
1422
1313
|
.ui.ui.brown.menu .active.item {
|
|
1423
|
-
color: #
|
|
1314
|
+
color: #a5673f;
|
|
1424
1315
|
}
|
|
1425
1316
|
.ui.ui.ui.menu .grey.active.item,
|
|
1426
1317
|
.ui.ui.grey.menu .active.item:hover,
|
|
@@ -1430,18 +1321,16 @@ Floated Menu / Item
|
|
|
1430
1321
|
.ui.ui.ui.menu .black.active.item,
|
|
1431
1322
|
.ui.ui.black.menu .active.item:hover,
|
|
1432
1323
|
.ui.ui.black.menu .active.item {
|
|
1433
|
-
color: #
|
|
1324
|
+
color: #1b1c1d;
|
|
1434
1325
|
}
|
|
1435
1326
|
|
|
1436
|
-
|
|
1437
|
-
|
|
1438
|
-
|
|
1439
|
-
|
|
1327
|
+
/* --------------
|
|
1328
|
+
Inverted
|
|
1329
|
+
--------------- */
|
|
1440
1330
|
.ui.inverted.menu {
|
|
1441
1331
|
border: 0 solid transparent;
|
|
1442
|
-
background: #
|
|
1443
|
-
|
|
1444
|
-
box-shadow: none;
|
|
1332
|
+
background: #1b1c1d;
|
|
1333
|
+
box-shadow: none;
|
|
1445
1334
|
}
|
|
1446
1335
|
|
|
1447
1336
|
/* Menu Item */
|
|
@@ -1454,12 +1343,11 @@ Floated Menu / Item
|
|
|
1454
1343
|
background: transparent;
|
|
1455
1344
|
}
|
|
1456
1345
|
|
|
1457
|
-
|
|
1458
|
-
|
|
1459
|
-
.ui.inverted.menu .item:before {
|
|
1346
|
+
/* --- Border --- */
|
|
1347
|
+
.ui.inverted.menu .item::before {
|
|
1460
1348
|
background: rgba(255, 255, 255, 0.08);
|
|
1461
1349
|
}
|
|
1462
|
-
.ui.vertical.inverted.menu .item
|
|
1350
|
+
.ui.vertical.inverted.menu .item::before {
|
|
1463
1351
|
background: rgba(255, 255, 255, 0.08);
|
|
1464
1352
|
}
|
|
1465
1353
|
|
|
@@ -1473,8 +1361,7 @@ Floated Menu / Item
|
|
|
1473
1361
|
.ui.inverted.menu .header.item {
|
|
1474
1362
|
margin: 0;
|
|
1475
1363
|
background: transparent;
|
|
1476
|
-
|
|
1477
|
-
box-shadow: none;
|
|
1364
|
+
box-shadow: none;
|
|
1478
1365
|
}
|
|
1479
1366
|
|
|
1480
1367
|
/* Disabled */
|
|
@@ -1482,8 +1369,7 @@ Floated Menu / Item
|
|
|
1482
1369
|
color: rgba(225, 225, 225, 0.3);
|
|
1483
1370
|
}
|
|
1484
1371
|
|
|
1485
|
-
|
|
1486
|
-
|
|
1372
|
+
/* --- Hover --- */
|
|
1487
1373
|
.ui.link.inverted.menu .item:hover,
|
|
1488
1374
|
.ui.inverted.menu .dropdown.item:hover,
|
|
1489
1375
|
.ui.inverted.menu .link.item:hover,
|
|
@@ -1497,67 +1383,72 @@ Floated Menu / Item
|
|
|
1497
1383
|
color: #ffffff;
|
|
1498
1384
|
}
|
|
1499
1385
|
|
|
1500
|
-
|
|
1501
|
-
|
|
1386
|
+
/* --- Pressed --- */
|
|
1502
1387
|
.ui.inverted.menu a.item:active,
|
|
1503
1388
|
.ui.inverted.menu .link.item:active {
|
|
1504
1389
|
background: rgba(255, 255, 255, 0.08);
|
|
1505
1390
|
color: #ffffff;
|
|
1506
1391
|
}
|
|
1507
1392
|
|
|
1508
|
-
|
|
1509
|
-
|
|
1393
|
+
/* --- Active --- */
|
|
1510
1394
|
.ui.inverted.menu .active.item {
|
|
1511
|
-
background: #
|
|
1395
|
+
background: #3d3e3f;
|
|
1512
1396
|
color: #ffffff !important;
|
|
1513
1397
|
}
|
|
1514
1398
|
.ui.inverted.vertical.menu .item .menu .active.item {
|
|
1515
1399
|
background: transparent;
|
|
1516
|
-
color: #
|
|
1400
|
+
color: #fff;
|
|
1517
1401
|
}
|
|
1518
|
-
.ui.inverted.pointing.menu .active.item
|
|
1519
|
-
background: #
|
|
1402
|
+
.ui.inverted.pointing.menu .active.item::after {
|
|
1403
|
+
background: #3d3e3f;
|
|
1520
1404
|
margin: 0 !important;
|
|
1521
|
-
|
|
1522
|
-
box-shadow: none !important;
|
|
1405
|
+
box-shadow: none !important;
|
|
1523
1406
|
border: none !important;
|
|
1524
1407
|
}
|
|
1525
1408
|
|
|
1526
|
-
|
|
1527
|
-
|
|
1409
|
+
/* --- Active Hover --- */
|
|
1528
1410
|
.ui.inverted.menu .active.item:hover {
|
|
1529
|
-
background: #
|
|
1530
|
-
color: #
|
|
1411
|
+
background: #3d3e3f;
|
|
1412
|
+
color: #fff !important;
|
|
1531
1413
|
}
|
|
1532
|
-
.ui.inverted.pointing.menu .active.item:hover
|
|
1533
|
-
background: #
|
|
1414
|
+
.ui.inverted.pointing.menu .active.item:hover::after {
|
|
1415
|
+
background: #3d3e3f;
|
|
1534
1416
|
}
|
|
1535
1417
|
|
|
1536
|
-
|
|
1537
|
-
|
|
1538
|
-
|
|
1539
|
-
|
|
1418
|
+
/* --------------
|
|
1419
|
+
Floated
|
|
1420
|
+
--------------- */
|
|
1540
1421
|
.ui.floated.menu {
|
|
1541
1422
|
float: left;
|
|
1542
1423
|
margin: 0 0.5rem 0 0;
|
|
1543
1424
|
}
|
|
1544
|
-
.ui.floated.menu .item:last-child
|
|
1425
|
+
.ui.floated.menu .item:last-child::before {
|
|
1545
1426
|
display: none;
|
|
1546
1427
|
}
|
|
1547
1428
|
.ui.right.floated.menu {
|
|
1548
1429
|
float: right;
|
|
1549
1430
|
margin: 0 0 0 0.5rem;
|
|
1550
1431
|
}
|
|
1432
|
+
.ui.center.aligned.menu:not(.fluid),
|
|
1433
|
+
.ui.centered.menu:not(.fluid) {
|
|
1434
|
+
display: inline-flex;
|
|
1435
|
+
transform: translateX(-50%);
|
|
1436
|
+
margin-left: 50%;
|
|
1437
|
+
}
|
|
1438
|
+
.ui.center.aligned.menu .item,
|
|
1439
|
+
.ui.centered.menu .item {
|
|
1440
|
+
flex: 1 0 auto;
|
|
1441
|
+
justify-content: center;
|
|
1442
|
+
}
|
|
1551
1443
|
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1444
|
+
/* --------------
|
|
1445
|
+
Inverted
|
|
1446
|
+
--------------- */
|
|
1556
1447
|
.ui.ui.ui.inverted.menu .primary.active.item,
|
|
1557
1448
|
.ui.ui.inverted.primary.menu {
|
|
1558
|
-
background-color: #
|
|
1449
|
+
background-color: #2185d0;
|
|
1559
1450
|
}
|
|
1560
|
-
.ui.inverted.primary.menu .item
|
|
1451
|
+
.ui.inverted.primary.menu .item::before {
|
|
1561
1452
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1562
1453
|
}
|
|
1563
1454
|
.ui.ui.inverted.primary.menu .active.item {
|
|
@@ -1568,9 +1459,9 @@ Floated Menu / Item
|
|
|
1568
1459
|
}
|
|
1569
1460
|
.ui.ui.ui.inverted.menu .red.active.item,
|
|
1570
1461
|
.ui.ui.inverted.red.menu {
|
|
1571
|
-
background-color: #
|
|
1462
|
+
background-color: #db2828;
|
|
1572
1463
|
}
|
|
1573
|
-
.ui.inverted.red.menu .item
|
|
1464
|
+
.ui.inverted.red.menu .item::before {
|
|
1574
1465
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1575
1466
|
}
|
|
1576
1467
|
.ui.ui.inverted.red.menu .active.item {
|
|
@@ -1581,9 +1472,9 @@ Floated Menu / Item
|
|
|
1581
1472
|
}
|
|
1582
1473
|
.ui.ui.ui.inverted.menu .orange.active.item,
|
|
1583
1474
|
.ui.ui.inverted.orange.menu {
|
|
1584
|
-
background-color: #
|
|
1475
|
+
background-color: #f2711c;
|
|
1585
1476
|
}
|
|
1586
|
-
.ui.inverted.orange.menu .item
|
|
1477
|
+
.ui.inverted.orange.menu .item::before {
|
|
1587
1478
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1588
1479
|
}
|
|
1589
1480
|
.ui.ui.inverted.orange.menu .active.item {
|
|
@@ -1594,9 +1485,9 @@ Floated Menu / Item
|
|
|
1594
1485
|
}
|
|
1595
1486
|
.ui.ui.ui.inverted.menu .yellow.active.item,
|
|
1596
1487
|
.ui.ui.inverted.yellow.menu {
|
|
1597
|
-
background-color: #
|
|
1488
|
+
background-color: #fbbd08;
|
|
1598
1489
|
}
|
|
1599
|
-
.ui.inverted.yellow.menu .item
|
|
1490
|
+
.ui.inverted.yellow.menu .item::before {
|
|
1600
1491
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1601
1492
|
}
|
|
1602
1493
|
.ui.ui.inverted.yellow.menu .active.item {
|
|
@@ -1607,9 +1498,9 @@ Floated Menu / Item
|
|
|
1607
1498
|
}
|
|
1608
1499
|
.ui.ui.ui.inverted.menu .olive.active.item,
|
|
1609
1500
|
.ui.ui.inverted.olive.menu {
|
|
1610
|
-
background-color: #
|
|
1501
|
+
background-color: #b5cc18;
|
|
1611
1502
|
}
|
|
1612
|
-
.ui.inverted.olive.menu .item
|
|
1503
|
+
.ui.inverted.olive.menu .item::before {
|
|
1613
1504
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1614
1505
|
}
|
|
1615
1506
|
.ui.ui.inverted.olive.menu .active.item {
|
|
@@ -1620,9 +1511,9 @@ Floated Menu / Item
|
|
|
1620
1511
|
}
|
|
1621
1512
|
.ui.ui.ui.inverted.menu .green.active.item,
|
|
1622
1513
|
.ui.ui.inverted.green.menu {
|
|
1623
|
-
background-color: #
|
|
1514
|
+
background-color: #21ba45;
|
|
1624
1515
|
}
|
|
1625
|
-
.ui.inverted.green.menu .item
|
|
1516
|
+
.ui.inverted.green.menu .item::before {
|
|
1626
1517
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1627
1518
|
}
|
|
1628
1519
|
.ui.ui.inverted.green.menu .active.item {
|
|
@@ -1633,9 +1524,9 @@ Floated Menu / Item
|
|
|
1633
1524
|
}
|
|
1634
1525
|
.ui.ui.ui.inverted.menu .teal.active.item,
|
|
1635
1526
|
.ui.ui.inverted.teal.menu {
|
|
1636
|
-
background-color: #
|
|
1527
|
+
background-color: #00b5ad;
|
|
1637
1528
|
}
|
|
1638
|
-
.ui.inverted.teal.menu .item
|
|
1529
|
+
.ui.inverted.teal.menu .item::before {
|
|
1639
1530
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1640
1531
|
}
|
|
1641
1532
|
.ui.ui.inverted.teal.menu .active.item {
|
|
@@ -1646,9 +1537,9 @@ Floated Menu / Item
|
|
|
1646
1537
|
}
|
|
1647
1538
|
.ui.ui.ui.inverted.menu .blue.active.item,
|
|
1648
1539
|
.ui.ui.inverted.blue.menu {
|
|
1649
|
-
background-color: #
|
|
1540
|
+
background-color: #2185d0;
|
|
1650
1541
|
}
|
|
1651
|
-
.ui.inverted.blue.menu .item
|
|
1542
|
+
.ui.inverted.blue.menu .item::before {
|
|
1652
1543
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1653
1544
|
}
|
|
1654
1545
|
.ui.ui.inverted.blue.menu .active.item {
|
|
@@ -1659,9 +1550,9 @@ Floated Menu / Item
|
|
|
1659
1550
|
}
|
|
1660
1551
|
.ui.ui.ui.inverted.menu .violet.active.item,
|
|
1661
1552
|
.ui.ui.inverted.violet.menu {
|
|
1662
|
-
background-color: #
|
|
1553
|
+
background-color: #6435c9;
|
|
1663
1554
|
}
|
|
1664
|
-
.ui.inverted.violet.menu .item
|
|
1555
|
+
.ui.inverted.violet.menu .item::before {
|
|
1665
1556
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1666
1557
|
}
|
|
1667
1558
|
.ui.ui.inverted.violet.menu .active.item {
|
|
@@ -1672,9 +1563,9 @@ Floated Menu / Item
|
|
|
1672
1563
|
}
|
|
1673
1564
|
.ui.ui.ui.inverted.menu .purple.active.item,
|
|
1674
1565
|
.ui.ui.inverted.purple.menu {
|
|
1675
|
-
background-color: #
|
|
1566
|
+
background-color: #a333c8;
|
|
1676
1567
|
}
|
|
1677
|
-
.ui.inverted.purple.menu .item
|
|
1568
|
+
.ui.inverted.purple.menu .item::before {
|
|
1678
1569
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1679
1570
|
}
|
|
1680
1571
|
.ui.ui.inverted.purple.menu .active.item {
|
|
@@ -1685,9 +1576,9 @@ Floated Menu / Item
|
|
|
1685
1576
|
}
|
|
1686
1577
|
.ui.ui.ui.inverted.menu .pink.active.item,
|
|
1687
1578
|
.ui.ui.inverted.pink.menu {
|
|
1688
|
-
background-color: #
|
|
1579
|
+
background-color: #e03997;
|
|
1689
1580
|
}
|
|
1690
|
-
.ui.inverted.pink.menu .item
|
|
1581
|
+
.ui.inverted.pink.menu .item::before {
|
|
1691
1582
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1692
1583
|
}
|
|
1693
1584
|
.ui.ui.inverted.pink.menu .active.item {
|
|
@@ -1698,9 +1589,9 @@ Floated Menu / Item
|
|
|
1698
1589
|
}
|
|
1699
1590
|
.ui.ui.ui.inverted.menu .brown.active.item,
|
|
1700
1591
|
.ui.ui.inverted.brown.menu {
|
|
1701
|
-
background-color: #
|
|
1592
|
+
background-color: #a5673f;
|
|
1702
1593
|
}
|
|
1703
|
-
.ui.inverted.brown.menu .item
|
|
1594
|
+
.ui.inverted.brown.menu .item::before {
|
|
1704
1595
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1705
1596
|
}
|
|
1706
1597
|
.ui.ui.inverted.brown.menu .active.item {
|
|
@@ -1713,7 +1604,7 @@ Floated Menu / Item
|
|
|
1713
1604
|
.ui.ui.inverted.grey.menu {
|
|
1714
1605
|
background-color: #767676;
|
|
1715
1606
|
}
|
|
1716
|
-
.ui.inverted.grey.menu .item
|
|
1607
|
+
.ui.inverted.grey.menu .item::before {
|
|
1717
1608
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1718
1609
|
}
|
|
1719
1610
|
.ui.ui.inverted.grey.menu .active.item {
|
|
@@ -1724,9 +1615,9 @@ Floated Menu / Item
|
|
|
1724
1615
|
}
|
|
1725
1616
|
.ui.ui.ui.inverted.menu .black.active.item,
|
|
1726
1617
|
.ui.ui.inverted.black.menu {
|
|
1727
|
-
background-color: #
|
|
1618
|
+
background-color: #1b1c1d;
|
|
1728
1619
|
}
|
|
1729
|
-
.ui.inverted.black.menu .item
|
|
1620
|
+
.ui.inverted.black.menu .item::before {
|
|
1730
1621
|
background-color: rgba(34, 36, 38, 0.1);
|
|
1731
1622
|
}
|
|
1732
1623
|
.ui.ui.inverted.black.menu .active.item {
|
|
@@ -1735,14 +1626,13 @@ Floated Menu / Item
|
|
|
1735
1626
|
.ui.inverted.pointing.black.menu .active.item {
|
|
1736
1627
|
background-color: #27292a;
|
|
1737
1628
|
}
|
|
1738
|
-
.ui.ui.ui.inverted.pointing.menu .active.item
|
|
1629
|
+
.ui.ui.ui.inverted.pointing.menu .active.item::after {
|
|
1739
1630
|
background-color: inherit;
|
|
1740
1631
|
}
|
|
1741
1632
|
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1633
|
+
/* --------------
|
|
1634
|
+
Fitted
|
|
1635
|
+
--------------- */
|
|
1746
1636
|
.ui.fitted.menu .item,
|
|
1747
1637
|
.ui.fitted.menu .item .menu .item,
|
|
1748
1638
|
.ui.menu .fitted.item {
|
|
@@ -1761,23 +1651,19 @@ Floated Menu / Item
|
|
|
1761
1651
|
padding-right: 1.14285714em;
|
|
1762
1652
|
}
|
|
1763
1653
|
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
.ui.borderless.menu .item
|
|
1769
|
-
.ui.
|
|
1770
|
-
.ui.menu .borderless.item:before {
|
|
1654
|
+
/* --------------
|
|
1655
|
+
Borderless
|
|
1656
|
+
--------------- */
|
|
1657
|
+
.ui.borderless.menu .item::before,
|
|
1658
|
+
.ui.borderless.menu .item .menu .item::before,
|
|
1659
|
+
.ui.menu .borderless.item::before {
|
|
1771
1660
|
background: none !important;
|
|
1772
1661
|
}
|
|
1773
1662
|
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1663
|
+
/* -------------------
|
|
1664
|
+
Compact
|
|
1665
|
+
-------------------- */
|
|
1778
1666
|
.ui.compact.menu {
|
|
1779
|
-
display: -webkit-inline-box;
|
|
1780
|
-
display: -ms-inline-flexbox;
|
|
1781
1667
|
display: inline-flex;
|
|
1782
1668
|
margin: 0;
|
|
1783
1669
|
vertical-align: middle;
|
|
@@ -1791,7 +1677,7 @@ Floated Menu / Item
|
|
|
1791
1677
|
.ui.compact.menu:not(.secondary) .item:last-child {
|
|
1792
1678
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
|
1793
1679
|
}
|
|
1794
|
-
.ui.compact.menu .item:last-child
|
|
1680
|
+
.ui.compact.menu .item:last-child::before {
|
|
1795
1681
|
display: none;
|
|
1796
1682
|
}
|
|
1797
1683
|
.ui.compact.vertical.menu {
|
|
@@ -1801,19 +1687,17 @@ Floated Menu / Item
|
|
|
1801
1687
|
display: block;
|
|
1802
1688
|
}
|
|
1803
1689
|
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1690
|
+
/* -------------------
|
|
1691
|
+
Fluid
|
|
1692
|
+
-------------------- */
|
|
1808
1693
|
.ui.menu.fluid,
|
|
1809
1694
|
.ui.vertical.menu.fluid {
|
|
1810
1695
|
width: 100% !important;
|
|
1811
1696
|
}
|
|
1812
1697
|
|
|
1813
|
-
|
|
1698
|
+
/* -------------------
|
|
1814
1699
|
Evenly Sized
|
|
1815
|
-
|
|
1816
|
-
|
|
1700
|
+
-------------------- */
|
|
1817
1701
|
.ui.item.menu,
|
|
1818
1702
|
.ui.item.menu .item {
|
|
1819
1703
|
width: 100%;
|
|
@@ -1822,14 +1706,12 @@ Floated Menu / Item
|
|
|
1822
1706
|
margin-left: 0 !important;
|
|
1823
1707
|
margin-right: 0 !important;
|
|
1824
1708
|
text-align: center;
|
|
1825
|
-
-
|
|
1826
|
-
-ms-flex-pack: center;
|
|
1827
|
-
justify-content: center;
|
|
1709
|
+
justify-content: center;
|
|
1828
1710
|
}
|
|
1829
1711
|
.ui.attached.item.menu:not(.tabular) {
|
|
1830
1712
|
margin: 0 -1px !important;
|
|
1831
1713
|
}
|
|
1832
|
-
.ui.item.menu .item:last-child
|
|
1714
|
+
.ui.item.menu .item:last-child::before {
|
|
1833
1715
|
display: none;
|
|
1834
1716
|
}
|
|
1835
1717
|
.ui.menu.two.item .item {
|
|
@@ -1866,10 +1748,9 @@ Floated Menu / Item
|
|
|
1866
1748
|
width: 8.333%;
|
|
1867
1749
|
}
|
|
1868
1750
|
|
|
1869
|
-
|
|
1870
|
-
|
|
1871
|
-
|
|
1872
|
-
|
|
1751
|
+
/* --------------
|
|
1752
|
+
Fixed
|
|
1753
|
+
--------------- */
|
|
1873
1754
|
.ui.menu.fixed {
|
|
1874
1755
|
position: fixed;
|
|
1875
1756
|
z-index: 101;
|
|
@@ -1930,130 +1811,130 @@ Floated Menu / Item
|
|
|
1930
1811
|
padding-top: 2.75rem;
|
|
1931
1812
|
}
|
|
1932
1813
|
|
|
1933
|
-
|
|
1934
|
-
|
|
1935
|
-
|
|
1936
|
-
|
|
1937
|
-
.ui.pointing.menu .item:after {
|
|
1814
|
+
/* -------------------
|
|
1815
|
+
Pointing
|
|
1816
|
+
-------------------- */
|
|
1817
|
+
.ui.pointing.menu .item::after {
|
|
1938
1818
|
visibility: hidden;
|
|
1939
1819
|
position: absolute;
|
|
1940
|
-
content:
|
|
1820
|
+
content: "";
|
|
1941
1821
|
top: 100%;
|
|
1942
1822
|
left: 50%;
|
|
1943
|
-
|
|
1944
|
-
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
1823
|
+
transform: translateX(-50%) translateY(-50%) rotate(45deg);
|
|
1945
1824
|
background: none;
|
|
1946
1825
|
margin: 0.5px 0 0;
|
|
1947
1826
|
width: 0.57142857em;
|
|
1948
1827
|
height: 0.57142857em;
|
|
1949
1828
|
border: none;
|
|
1950
|
-
border-bottom: 1px solid #
|
|
1951
|
-
border-right: 1px solid #
|
|
1829
|
+
border-bottom: 1px solid #d4d4d5;
|
|
1830
|
+
border-right: 1px solid #d4d4d5;
|
|
1952
1831
|
z-index: 2;
|
|
1953
|
-
-webkit-transition: background 0.1s ease;
|
|
1954
1832
|
transition: background 0.1s ease;
|
|
1955
1833
|
}
|
|
1956
|
-
.ui.vertical.pointing.menu .item
|
|
1834
|
+
.ui.vertical.pointing.menu .item::after {
|
|
1957
1835
|
position: absolute;
|
|
1958
1836
|
top: 50%;
|
|
1959
1837
|
right: 0;
|
|
1960
1838
|
bottom: auto;
|
|
1961
1839
|
left: auto;
|
|
1962
|
-
|
|
1963
|
-
transform: translateX(50%) translateY(-50%) rotate(45deg);
|
|
1840
|
+
transform: translateX(50%) translateY(-50%) rotate(45deg);
|
|
1964
1841
|
margin: 0 -0.5px 0 0;
|
|
1965
1842
|
border: none;
|
|
1966
|
-
border-top: 1px solid #
|
|
1967
|
-
border-right: 1px solid #
|
|
1843
|
+
border-top: 1px solid #d4d4d5;
|
|
1844
|
+
border-right: 1px solid #d4d4d5;
|
|
1968
1845
|
}
|
|
1969
|
-
.ui.pointing.menu .ui.dropdown .menu .item
|
|
1970
|
-
.ui.vertical.pointing.menu .ui.dropdown .menu .item
|
|
1846
|
+
.ui.pointing.menu .ui.dropdown .menu .item::after,
|
|
1847
|
+
.ui.vertical.pointing.menu .ui.dropdown .menu .item::after {
|
|
1971
1848
|
display: none;
|
|
1972
1849
|
}
|
|
1973
1850
|
|
|
1974
1851
|
/* Active */
|
|
1975
|
-
.ui.pointing.menu .active.item
|
|
1852
|
+
.ui.pointing.menu .active.item::after {
|
|
1976
1853
|
visibility: visible;
|
|
1977
1854
|
}
|
|
1978
|
-
.ui.pointing.menu .active.dropdown.item
|
|
1855
|
+
.ui.pointing.menu .active.dropdown.item::after {
|
|
1979
1856
|
visibility: hidden;
|
|
1980
1857
|
}
|
|
1981
1858
|
|
|
1982
1859
|
/* Don't double up pointers */
|
|
1983
|
-
.ui.pointing.menu .dropdown.active.item
|
|
1984
|
-
.ui.pointing.menu .active.item .menu .active.item
|
|
1860
|
+
.ui.pointing.menu .dropdown.active.item::after,
|
|
1861
|
+
.ui.pointing.menu .active.item .menu .active.item::after {
|
|
1985
1862
|
display: none;
|
|
1986
1863
|
}
|
|
1987
1864
|
|
|
1988
1865
|
/* Colors */
|
|
1989
|
-
.ui.pointing.menu .active.item:hover
|
|
1990
|
-
background-color: #
|
|
1866
|
+
.ui.pointing.menu .active.item:hover::after {
|
|
1867
|
+
background-color: #f2f2f2;
|
|
1991
1868
|
}
|
|
1992
|
-
.ui.pointing.menu .active.item
|
|
1993
|
-
background-color: #
|
|
1869
|
+
.ui.pointing.menu .active.item::after {
|
|
1870
|
+
background-color: #f2f2f2;
|
|
1994
1871
|
}
|
|
1995
|
-
.ui.pointing.menu .active.item:hover
|
|
1996
|
-
background-color: #
|
|
1872
|
+
.ui.pointing.menu .active.item:hover::after {
|
|
1873
|
+
background-color: #f2f2f2;
|
|
1997
1874
|
}
|
|
1998
|
-
.ui.vertical.pointing.menu .active.item:hover
|
|
1999
|
-
background-color: #
|
|
1875
|
+
.ui.vertical.pointing.menu .active.item:hover::after {
|
|
1876
|
+
background-color: #f2f2f2;
|
|
2000
1877
|
}
|
|
2001
|
-
.ui.vertical.pointing.menu .active.item
|
|
2002
|
-
background-color: #
|
|
1878
|
+
.ui.vertical.pointing.menu .active.item::after {
|
|
1879
|
+
background-color: #f2f2f2;
|
|
2003
1880
|
}
|
|
2004
|
-
.ui.vertical.pointing.menu .menu .active.item
|
|
2005
|
-
background-color: #
|
|
1881
|
+
.ui.vertical.pointing.menu .menu .active.item::after {
|
|
1882
|
+
background-color: #fff;
|
|
2006
1883
|
}
|
|
2007
|
-
|
|
2008
|
-
|
|
1884
|
+
@media only screen and (max-width: 767.98px) {
|
|
1885
|
+
.ui.stackable.grid .ui.fluid.vertical.pointing.menu .active.item::after {
|
|
1886
|
+
display: none;
|
|
1887
|
+
}
|
|
2009
1888
|
}
|
|
2010
|
-
.ui.inverted.pointing.menu .
|
|
2011
|
-
background-color: #
|
|
1889
|
+
.ui.inverted.pointing.menu .primary.active.item::after {
|
|
1890
|
+
background-color: #2185d0;
|
|
2012
1891
|
}
|
|
2013
|
-
.ui.inverted.pointing.menu .
|
|
2014
|
-
background-color: #
|
|
1892
|
+
.ui.inverted.pointing.menu .secondary.active.item::after {
|
|
1893
|
+
background-color: #1b1c1d;
|
|
2015
1894
|
}
|
|
2016
|
-
.ui.inverted.pointing.menu .
|
|
2017
|
-
background-color: #
|
|
1895
|
+
.ui.inverted.pointing.menu .red.active.item::after {
|
|
1896
|
+
background-color: #db2828;
|
|
2018
1897
|
}
|
|
2019
|
-
.ui.inverted.pointing.menu .
|
|
2020
|
-
background-color: #
|
|
1898
|
+
.ui.inverted.pointing.menu .orange.active.item::after {
|
|
1899
|
+
background-color: #f2711c;
|
|
2021
1900
|
}
|
|
2022
|
-
.ui.inverted.pointing.menu .
|
|
2023
|
-
background-color: #
|
|
1901
|
+
.ui.inverted.pointing.menu .yellow.active.item::after {
|
|
1902
|
+
background-color: #fbbd08;
|
|
2024
1903
|
}
|
|
2025
|
-
.ui.inverted.pointing.menu .
|
|
2026
|
-
background-color: #
|
|
1904
|
+
.ui.inverted.pointing.menu .olive.active.item::after {
|
|
1905
|
+
background-color: #b5cc18;
|
|
2027
1906
|
}
|
|
2028
|
-
.ui.inverted.pointing.menu .
|
|
2029
|
-
background-color: #
|
|
1907
|
+
.ui.inverted.pointing.menu .green.active.item::after {
|
|
1908
|
+
background-color: #21ba45;
|
|
2030
1909
|
}
|
|
2031
|
-
.ui.inverted.pointing.menu .
|
|
2032
|
-
background-color: #
|
|
1910
|
+
.ui.inverted.pointing.menu .teal.active.item::after {
|
|
1911
|
+
background-color: #00b5ad;
|
|
2033
1912
|
}
|
|
2034
|
-
.ui.inverted.pointing.menu .
|
|
2035
|
-
background-color: #
|
|
1913
|
+
.ui.inverted.pointing.menu .blue.active.item::after {
|
|
1914
|
+
background-color: #2185d0;
|
|
2036
1915
|
}
|
|
2037
|
-
.ui.inverted.pointing.menu .
|
|
2038
|
-
background-color: #
|
|
1916
|
+
.ui.inverted.pointing.menu .violet.active.item::after {
|
|
1917
|
+
background-color: #6435c9;
|
|
2039
1918
|
}
|
|
2040
|
-
.ui.inverted.pointing.menu .
|
|
2041
|
-
background-color: #
|
|
1919
|
+
.ui.inverted.pointing.menu .purple.active.item::after {
|
|
1920
|
+
background-color: #a333c8;
|
|
2042
1921
|
}
|
|
2043
|
-
.ui.inverted.pointing.menu .
|
|
2044
|
-
background-color: #
|
|
1922
|
+
.ui.inverted.pointing.menu .pink.active.item::after {
|
|
1923
|
+
background-color: #e03997;
|
|
2045
1924
|
}
|
|
2046
|
-
.ui.inverted.pointing.menu .
|
|
1925
|
+
.ui.inverted.pointing.menu .brown.active.item::after {
|
|
1926
|
+
background-color: #a5673f;
|
|
1927
|
+
}
|
|
1928
|
+
.ui.inverted.pointing.menu .grey.active.item::after {
|
|
2047
1929
|
background-color: #767676;
|
|
2048
1930
|
}
|
|
2049
|
-
.ui.inverted.pointing.menu .black.active.item
|
|
2050
|
-
background-color: #
|
|
1931
|
+
.ui.inverted.pointing.menu .black.active.item::after {
|
|
1932
|
+
background-color: #1b1c1d;
|
|
2051
1933
|
}
|
|
2052
1934
|
|
|
2053
|
-
|
|
2054
|
-
|
|
2055
|
-
|
|
2056
|
-
|
|
1935
|
+
/* --------------
|
|
1936
|
+
Attached
|
|
1937
|
+
--------------- */
|
|
2057
1938
|
|
|
2058
1939
|
/* Middle */
|
|
2059
1940
|
.ui.attached.menu {
|
|
@@ -2063,8 +1944,7 @@ Floated Menu / Item
|
|
|
2063
1944
|
margin: 0 -1px;
|
|
2064
1945
|
width: calc(100% + 2px);
|
|
2065
1946
|
max-width: calc(100% + 2px);
|
|
2066
|
-
|
|
2067
|
-
box-shadow: none;
|
|
1947
|
+
box-shadow: none;
|
|
2068
1948
|
}
|
|
2069
1949
|
.ui.attached + .ui.attached.menu:not(.top) {
|
|
2070
1950
|
border-top: none;
|
|
@@ -2088,8 +1968,7 @@ Floated Menu / Item
|
|
|
2088
1968
|
margin-top: 0;
|
|
2089
1969
|
top: 0;
|
|
2090
1970
|
margin-bottom: 1rem;
|
|
2091
|
-
|
|
2092
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), none;
|
|
1971
|
+
box-shadow: none;
|
|
2093
1972
|
border-radius: 0 0 0.28571429rem 0.28571429rem;
|
|
2094
1973
|
}
|
|
2095
1974
|
.ui[class*="bottom attached"].menu:last-child {
|
|
@@ -2105,22 +1984,44 @@ Floated Menu / Item
|
|
|
2105
1984
|
}
|
|
2106
1985
|
|
|
2107
1986
|
/* Tabular Attached */
|
|
2108
|
-
.ui.attached.menu:not(.tabular) {
|
|
2109
|
-
border: 1px solid #
|
|
1987
|
+
.ui.attached.menu:not(.tabular):not(.text) {
|
|
1988
|
+
border: 1px solid #d4d4d5;
|
|
2110
1989
|
}
|
|
2111
1990
|
.ui.attached.inverted.menu {
|
|
2112
1991
|
border: none;
|
|
2113
1992
|
}
|
|
1993
|
+
.ui[class*="top attached"].inverted.tabular.menu {
|
|
1994
|
+
border-bottom: 1px solid #555;
|
|
1995
|
+
}
|
|
2114
1996
|
.ui.attached.tabular.menu {
|
|
2115
1997
|
margin-left: 0;
|
|
2116
1998
|
margin-right: 0;
|
|
2117
1999
|
width: 100%;
|
|
2118
2000
|
}
|
|
2001
|
+
.ui.wrapping.menu {
|
|
2002
|
+
flex-wrap: wrap;
|
|
2003
|
+
}
|
|
2004
|
+
.ui.wrapping.menu .item::before {
|
|
2005
|
+
right: auto;
|
|
2006
|
+
left: 0;
|
|
2007
|
+
}
|
|
2008
|
+
.ui.wrapping.menu .item:first-child::before {
|
|
2009
|
+
display: none;
|
|
2010
|
+
}
|
|
2011
|
+
.ui.wrapping.menu:not(.tabular) .item:last-of-type,
|
|
2012
|
+
.ui.wrapping.menu:not(.tabular) .item:last-child {
|
|
2013
|
+
border-right: 1px solid rgba(34, 36, 38, 0.1);
|
|
2014
|
+
}
|
|
2015
|
+
.ui.wrapped.menu:not(.tabular) .item:first-child {
|
|
2016
|
+
border-bottom-left-radius: 0;
|
|
2017
|
+
}
|
|
2018
|
+
.ui.wrapped.menu:not(.tabular) .item:last-child {
|
|
2019
|
+
border-top-right-radius: 0;
|
|
2020
|
+
}
|
|
2119
2021
|
|
|
2120
|
-
|
|
2022
|
+
/* --------------
|
|
2121
2023
|
Sizes
|
|
2122
|
-
|
|
2123
|
-
|
|
2024
|
+
--------------- */
|
|
2124
2025
|
.ui.menu {
|
|
2125
2026
|
font-size: 1rem;
|
|
2126
2027
|
}
|
|
@@ -2184,14 +2085,12 @@ Floated Menu / Item
|
|
|
2184
2085
|
width: 25rem;
|
|
2185
2086
|
}
|
|
2186
2087
|
|
|
2187
|
-
|
|
2088
|
+
/* -------------------
|
|
2188
2089
|
Inverted dropdowns
|
|
2189
|
-
|
|
2190
|
-
|
|
2090
|
+
-------------------- */
|
|
2191
2091
|
.ui.menu .ui.inverted.inverted.dropdown.item .menu {
|
|
2192
|
-
background: #
|
|
2193
|
-
|
|
2194
|
-
box-shadow: none;
|
|
2092
|
+
background: #1b1c1d;
|
|
2093
|
+
box-shadow: none;
|
|
2195
2094
|
}
|
|
2196
2095
|
.ui.menu .ui.inverted.dropdown .menu > .item {
|
|
2197
2096
|
color: rgba(255, 255, 255, 0.8) !important;
|
|
@@ -2211,8 +2110,7 @@ Floated Menu / Item
|
|
|
2211
2110
|
|
|
2212
2111
|
/* Vertical */
|
|
2213
2112
|
.ui.vertical.menu .inverted.dropdown.item .menu {
|
|
2214
|
-
|
|
2215
|
-
box-shadow: none;
|
|
2113
|
+
box-shadow: none;
|
|
2216
2114
|
}
|
|
2217
2115
|
|
|
2218
2116
|
|