rails-active-ui 0.2.2 → 0.3.1
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.
- checksums.yaml +4 -4
- data/app/assets/datatables.css +15 -0
- data/app/assets/stylesheets.css +5 -1
- data/app/blocks/resource_list_block.rb +153 -0
- data/app/components/back_button_component.rb +34 -0
- data/app/components/button_component.rb +4 -2
- data/app/components/button_to_component.rb +3 -4
- data/app/components/column_component.rb +1 -1
- data/app/components/container_component.rb +1 -1
- data/app/components/dropdown_component.rb +8 -2
- data/app/components/grid_component.rb +5 -1
- data/app/components/link_to_component.rb +23 -0
- data/app/components/menu_item_component.rb +5 -1
- data/app/components/message_component.rb +3 -1
- data/app/components/modal_component.rb +23 -3
- data/app/components/paragraph_component.rb +13 -0
- data/app/components/row_component.rb +1 -1
- data/app/components/table_row_component.rb +3 -5
- data/app/components/template_component.rb +13 -0
- data/app/helpers/component_helper.rb +122 -76
- data/app/helpers/fui_helper.rb +37 -0
- data/app/javascript/datatables.js +10 -0
- data/app/javascript/ui/controllers/fui_datatable_controller.js +35 -0
- data/app/javascript/ui/controllers/fui_dropdown_controller.js +8 -1
- data/app/javascript/ui/controllers/fui_item_list_controller.js +40 -0
- data/app/javascript/ui/controllers/navigation_controller.js +23 -0
- data/app/javascript/ui/index.js +11 -0
- data/app/lib/component.rb +1 -1
- data/config/importmap.rb +3 -0
- data/config/initializers/ruby_template_handler.rb +4 -1
- data/formantic-ui/components/accordion.css +369 -0
- data/formantic-ui/components/accordion.js +595 -0
- data/formantic-ui/components/accordion.min.css +9 -0
- data/formantic-ui/components/accordion.min.js +11 -0
- data/formantic-ui/components/ad.css +264 -0
- data/formantic-ui/components/ad.min.css +10 -0
- data/formantic-ui/components/api.js +1225 -0
- data/formantic-ui/components/api.min.js +11 -0
- data/formantic-ui/components/breadcrumb.css +135 -0
- data/formantic-ui/components/breadcrumb.min.css +9 -0
- data/formantic-ui/components/button.css +4058 -0
- data/formantic-ui/components/button.min.css +9 -0
- data/formantic-ui/components/calendar.css +327 -0
- data/formantic-ui/components/calendar.js +2045 -0
- data/formantic-ui/components/calendar.min.css +9 -0
- data/formantic-ui/components/calendar.min.js +11 -0
- data/formantic-ui/components/card.css +1881 -0
- data/formantic-ui/components/card.min.css +9 -0
- data/formantic-ui/components/checkbox.css +785 -0
- data/formantic-ui/components/checkbox.js +888 -0
- data/formantic-ui/components/checkbox.min.css +9 -0
- data/formantic-ui/components/checkbox.min.js +11 -0
- data/formantic-ui/components/comment.css +283 -0
- data/formantic-ui/components/comment.min.css +9 -0
- data/formantic-ui/components/container.css +300 -0
- data/formantic-ui/components/container.min.css +9 -0
- data/formantic-ui/components/dimmer.css +367 -0
- data/formantic-ui/components/dimmer.js +732 -0
- data/formantic-ui/components/dimmer.min.css +9 -0
- data/formantic-ui/components/dimmer.min.js +11 -0
- data/formantic-ui/components/divider.css +287 -0
- data/formantic-ui/components/divider.min.css +9 -0
- data/formantic-ui/components/dropdown.css +2087 -0
- data/formantic-ui/components/dropdown.js +4432 -0
- data/formantic-ui/components/dropdown.min.css +9 -0
- data/formantic-ui/components/dropdown.min.js +11 -0
- data/formantic-ui/components/embed.css +155 -0
- data/formantic-ui/components/embed.js +688 -0
- data/formantic-ui/components/embed.min.css +9 -0
- data/formantic-ui/components/embed.min.js +11 -0
- data/formantic-ui/components/emoji.css +15311 -0
- data/formantic-ui/components/emoji.min.css +9 -0
- data/formantic-ui/components/feed.css +799 -0
- data/formantic-ui/components/feed.min.css +9 -0
- data/formantic-ui/components/flag.css +1149 -0
- data/formantic-ui/components/flag.min.css +9 -0
- data/formantic-ui/components/flyout.css +546 -0
- data/formantic-ui/components/flyout.js +1551 -0
- data/formantic-ui/components/flyout.min.css +9 -0
- data/formantic-ui/components/flyout.min.js +11 -0
- data/formantic-ui/components/form.css +1885 -0
- data/formantic-ui/components/form.js +2199 -0
- data/formantic-ui/components/form.min.css +9 -0
- data/formantic-ui/components/form.min.js +11 -0
- data/formantic-ui/components/grid.css +1952 -0
- data/formantic-ui/components/grid.min.css +9 -0
- data/formantic-ui/components/header.css +778 -0
- data/formantic-ui/components/header.min.css +9 -0
- data/formantic-ui/components/icon.css +7066 -0
- data/formantic-ui/components/icon.min.css +9 -0
- data/formantic-ui/components/image.css +315 -0
- data/formantic-ui/components/image.min.css +9 -0
- data/formantic-ui/components/input.css +1566 -0
- data/formantic-ui/components/input.min.css +9 -0
- data/formantic-ui/components/item.css +534 -0
- data/formantic-ui/components/item.min.css +9 -0
- data/formantic-ui/components/label.css +2114 -0
- data/formantic-ui/components/label.min.css +9 -0
- data/formantic-ui/components/list.css +955 -0
- data/formantic-ui/components/list.min.css +9 -0
- data/formantic-ui/components/loader.css +787 -0
- data/formantic-ui/components/loader.min.css +9 -0
- data/formantic-ui/components/menu.css +2131 -0
- data/formantic-ui/components/menu.min.css +9 -0
- data/formantic-ui/components/message.css +619 -0
- data/formantic-ui/components/message.min.css +9 -0
- data/formantic-ui/components/modal.css +779 -0
- data/formantic-ui/components/modal.js +1637 -0
- data/formantic-ui/components/modal.min.css +9 -0
- data/formantic-ui/components/modal.min.js +11 -0
- data/formantic-ui/components/nag.css +290 -0
- data/formantic-ui/components/nag.js +566 -0
- data/formantic-ui/components/nag.min.css +9 -0
- data/formantic-ui/components/nag.min.js +11 -0
- data/formantic-ui/components/placeholder.css +228 -0
- data/formantic-ui/components/placeholder.min.css +9 -0
- data/formantic-ui/components/popup.css +1184 -0
- data/formantic-ui/components/popup.js +1561 -0
- data/formantic-ui/components/popup.min.css +9 -0
- data/formantic-ui/components/popup.min.js +11 -0
- data/formantic-ui/components/progress.css +761 -0
- data/formantic-ui/components/progress.js +979 -0
- data/formantic-ui/components/progress.min.css +9 -0
- data/formantic-ui/components/progress.min.js +11 -0
- data/formantic-ui/components/rail.css +147 -0
- data/formantic-ui/components/rail.min.css +9 -0
- data/formantic-ui/components/rating.css +414 -0
- data/formantic-ui/components/rating.js +540 -0
- data/formantic-ui/components/rating.min.css +9 -0
- data/formantic-ui/components/rating.min.js +11 -0
- data/formantic-ui/components/reset.css +386 -0
- data/formantic-ui/components/reset.min.css +9 -0
- data/formantic-ui/components/reveal.css +277 -0
- data/formantic-ui/components/reveal.min.css +9 -0
- data/formantic-ui/components/search.css +541 -0
- data/formantic-ui/components/search.js +1641 -0
- data/formantic-ui/components/search.min.css +9 -0
- data/formantic-ui/components/search.min.js +11 -0
- data/formantic-ui/components/segment.css +1053 -0
- data/formantic-ui/components/segment.min.css +9 -0
- data/formantic-ui/components/shape.css +144 -0
- data/formantic-ui/components/shape.js +797 -0
- data/formantic-ui/components/shape.min.css +9 -0
- data/formantic-ui/components/shape.min.js +11 -0
- data/formantic-ui/components/sidebar.css +539 -0
- data/formantic-ui/components/sidebar.js +1054 -0
- data/formantic-ui/components/sidebar.min.css +9 -0
- data/formantic-ui/components/sidebar.min.js +11 -0
- data/formantic-ui/components/site.css +286 -0
- data/formantic-ui/components/site.js +455 -0
- data/formantic-ui/components/site.min.css +9 -0
- data/formantic-ui/components/site.min.js +11 -0
- data/formantic-ui/components/slider.css +926 -0
- data/formantic-ui/components/slider.js +1546 -0
- data/formantic-ui/components/slider.min.css +9 -0
- data/formantic-ui/components/slider.min.js +11 -0
- data/formantic-ui/components/state.js +697 -0
- data/formantic-ui/components/state.min.js +11 -0
- data/formantic-ui/components/statistic.css +586 -0
- data/formantic-ui/components/statistic.min.css +9 -0
- data/formantic-ui/components/step.css +1538 -0
- data/formantic-ui/components/step.min.css +9 -0
- data/formantic-ui/components/sticky.css +73 -0
- data/formantic-ui/components/sticky.js +917 -0
- data/formantic-ui/components/sticky.min.css +9 -0
- data/formantic-ui/components/sticky.min.js +11 -0
- data/formantic-ui/components/tab.css +84 -0
- data/formantic-ui/components/tab.js +967 -0
- data/formantic-ui/components/tab.min.css +9 -0
- data/formantic-ui/components/tab.min.js +11 -0
- data/formantic-ui/components/table.css +3473 -0
- data/formantic-ui/components/table.min.css +9 -0
- data/formantic-ui/components/text.css +155 -0
- data/formantic-ui/components/text.min.css +9 -0
- data/formantic-ui/components/toast.css +751 -0
- data/formantic-ui/components/toast.js +964 -0
- data/formantic-ui/components/toast.min.css +9 -0
- data/formantic-ui/components/toast.min.js +11 -0
- data/formantic-ui/components/transition.css +1148 -0
- data/formantic-ui/components/transition.js +1034 -0
- data/formantic-ui/components/transition.min.css +9 -0
- data/formantic-ui/components/transition.min.js +11 -0
- data/formantic-ui/components/visibility.js +1292 -0
- data/formantic-ui/components/visibility.min.js +11 -0
- data/formantic-ui/semantic.css +78485 -0
- data/formantic-ui/semantic.js +31036 -0
- data/formantic-ui/semantic.min.css +11 -0
- data/formantic-ui/semantic.min.js +11 -0
- data/formantic-ui/themes/basic/assets/fonts/LICENSE.txt +91 -0
- data/formantic-ui/themes/basic/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/basic/assets/fonts/icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LICENSE_Lato.txt +94 -0
- data/formantic-ui/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Bold.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-BoldItalic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Italic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/Lato-Regular.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Bold.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-BoldItalic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Italic.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/LatoLatin-Regular.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/brand-icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/brand-icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/icons.woff2 +0 -0
- data/formantic-ui/themes/default/assets/fonts/outline-icons.woff +0 -0
- data/formantic-ui/themes/default/assets/fonts/outline-icons.woff2 +0 -0
- data/formantic-ui/themes/famfamfam/assets/images/flags.png +0 -0
- data/formantic-ui/themes/github/assets/fonts/LICENSE.txt +94 -0
- data/formantic-ui/themes/github/assets/fonts/octicons.woff +0 -0
- data/formantic-ui/themes/github/assets/fonts/octicons.woff2 +0 -0
- data/formantic-ui/themes/material/assets/fonts/LICENSE.txt +202 -0
- data/formantic-ui/themes/material/assets/fonts/icons.woff +0 -0
- data/formantic-ui/themes/material/assets/fonts/icons.woff2 +0 -0
- data/lib/ui/engine.rb +7 -2
- data/lib/ui/version.rb +1 -1
- metadata +205 -7
- data/app/components/link_component.rb +0 -23
|
@@ -0,0 +1,1184 @@
|
|
|
1
|
+
/*!
|
|
2
|
+
* # Fomantic-UI 2.9.4 - Popup
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
|
+
*
|
|
5
|
+
*
|
|
6
|
+
* Released under the MIT license
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
|
+
*
|
|
9
|
+
*/
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
/*******************************
|
|
13
|
+
Popup
|
|
14
|
+
*******************************/
|
|
15
|
+
|
|
16
|
+
.ui.popup {
|
|
17
|
+
display: none;
|
|
18
|
+
position: absolute;
|
|
19
|
+
top: 0;
|
|
20
|
+
right: 0;
|
|
21
|
+
|
|
22
|
+
/* Fixes content being squished when inline (moz only) */
|
|
23
|
+
min-width: min-content;
|
|
24
|
+
z-index: 1900;
|
|
25
|
+
border: 1px solid #d4d4d5;
|
|
26
|
+
line-height: 1.4285em;
|
|
27
|
+
max-width: 250px;
|
|
28
|
+
background: #fff;
|
|
29
|
+
padding: 0.833em 1em;
|
|
30
|
+
font-weight: normal;
|
|
31
|
+
font-style: normal;
|
|
32
|
+
color: rgba(0, 0, 0, 0.87);
|
|
33
|
+
border-radius: 0.28571429rem;
|
|
34
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
35
|
+
}
|
|
36
|
+
.ui.popup > .header {
|
|
37
|
+
padding: 0;
|
|
38
|
+
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";
|
|
39
|
+
font-size: 1.14285714em;
|
|
40
|
+
line-height: 1.2;
|
|
41
|
+
font-weight: bold;
|
|
42
|
+
}
|
|
43
|
+
.ui.popup > .header + .content {
|
|
44
|
+
padding-top: 0.5em;
|
|
45
|
+
}
|
|
46
|
+
.ui.popup::before {
|
|
47
|
+
position: absolute;
|
|
48
|
+
content: "";
|
|
49
|
+
width: 0.71428571em;
|
|
50
|
+
height: 0.71428571em;
|
|
51
|
+
background: #fff;
|
|
52
|
+
transform: rotate(45deg);
|
|
53
|
+
z-index: 1901;
|
|
54
|
+
box-shadow: 1px 1px 0 0 #bababc;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
/*******************************
|
|
59
|
+
Types
|
|
60
|
+
*******************************/
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
/* --------------
|
|
64
|
+
Tooltip
|
|
65
|
+
--------------- */
|
|
66
|
+
|
|
67
|
+
/* Content */
|
|
68
|
+
[data-tooltip] {
|
|
69
|
+
position: relative;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
/* Arrow */
|
|
73
|
+
[data-tooltip]::before {
|
|
74
|
+
pointer-events: none;
|
|
75
|
+
position: absolute;
|
|
76
|
+
content: "";
|
|
77
|
+
font-size: 1rem;
|
|
78
|
+
width: 0.71428571em;
|
|
79
|
+
height: 0.71428571em;
|
|
80
|
+
background: #fff;
|
|
81
|
+
z-index: 1901;
|
|
82
|
+
box-shadow: 1px 1px 0 0 #bababc;
|
|
83
|
+
}
|
|
84
|
+
|
|
85
|
+
/* Popup */
|
|
86
|
+
[data-tooltip]::after {
|
|
87
|
+
pointer-events: none;
|
|
88
|
+
content: attr(data-tooltip);
|
|
89
|
+
position: absolute;
|
|
90
|
+
text-transform: none;
|
|
91
|
+
text-align: left;
|
|
92
|
+
text-shadow: none;
|
|
93
|
+
white-space: nowrap;
|
|
94
|
+
font-size: 1rem;
|
|
95
|
+
border: 1px solid #d4d4d5;
|
|
96
|
+
line-height: 1.4285em;
|
|
97
|
+
max-width: none;
|
|
98
|
+
background: #fff;
|
|
99
|
+
padding: 0.833em 1em;
|
|
100
|
+
font-weight: normal;
|
|
101
|
+
font-style: normal;
|
|
102
|
+
color: rgba(0, 0, 0, 0.87);
|
|
103
|
+
border-radius: 0.28571429rem;
|
|
104
|
+
box-shadow: 0 2px 4px 0 rgba(34, 36, 38, 0.12), 0 2px 10px 0 rgba(34, 36, 38, 0.15);
|
|
105
|
+
z-index: 1900;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
/* Animation */
|
|
109
|
+
[data-tooltip]::before,
|
|
110
|
+
[data-tooltip]::after {
|
|
111
|
+
pointer-events: none;
|
|
112
|
+
opacity: 0;
|
|
113
|
+
transition: transform 0.2s ease, opacity 0.2s ease;
|
|
114
|
+
}
|
|
115
|
+
[data-tooltip]::after,
|
|
116
|
+
[data-tooltip]:hover::before {
|
|
117
|
+
transition-delay: 0.04s;
|
|
118
|
+
}
|
|
119
|
+
[data-tooltip]::before,
|
|
120
|
+
[data-tooltip]:hover::after {
|
|
121
|
+
transition-delay: 0s;
|
|
122
|
+
}
|
|
123
|
+
[data-tooltip]::before {
|
|
124
|
+
transform: rotate(45deg) scale(0.8);
|
|
125
|
+
transform-origin: center top;
|
|
126
|
+
}
|
|
127
|
+
[data-tooltip]::after {
|
|
128
|
+
transform-origin: center bottom;
|
|
129
|
+
}
|
|
130
|
+
[data-tooltip][data-variation~="visible"]::before,
|
|
131
|
+
[data-tooltip][data-variation~="visible"]::after,
|
|
132
|
+
[data-tooltip]:hover::before,
|
|
133
|
+
[data-tooltip]:hover::after {
|
|
134
|
+
pointer-events: auto;
|
|
135
|
+
opacity: 1;
|
|
136
|
+
}
|
|
137
|
+
[data-tooltip]:hover::before {
|
|
138
|
+
transform: rotate(45deg) scale(1);
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
/* Animation Position */
|
|
142
|
+
[data-tooltip]:not([data-position])::after,
|
|
143
|
+
[data-tooltip][data-position="top center"]::after,
|
|
144
|
+
[data-tooltip][data-position="bottom center"]::after {
|
|
145
|
+
transform: translateX(-50%) scale(0.8);
|
|
146
|
+
}
|
|
147
|
+
[data-tooltip]:not([data-position]):hover::after,
|
|
148
|
+
[data-tooltip][data-position="top center"]:hover::after,
|
|
149
|
+
[data-tooltip][data-position="bottom center"]:hover::after {
|
|
150
|
+
transform: translateX(-50%) scale(1);
|
|
151
|
+
}
|
|
152
|
+
[data-tooltip][data-position="left center"]::after,
|
|
153
|
+
[data-tooltip][data-position="right center"]::after {
|
|
154
|
+
transform: translateY(-50%) scale(0.8);
|
|
155
|
+
}
|
|
156
|
+
[data-tooltip][data-position="left center"]:hover::after,
|
|
157
|
+
[data-tooltip][data-position="right center"]:hover::after {
|
|
158
|
+
transform: translateY(-50%) scale(1);
|
|
159
|
+
-moz-transform: translateY(-50%) scale(1.0001) !important;
|
|
160
|
+
}
|
|
161
|
+
[data-tooltip][data-position="top left"]::after,
|
|
162
|
+
[data-tooltip][data-position="top right"]::after,
|
|
163
|
+
[data-tooltip][data-position="bottom left"]::after,
|
|
164
|
+
[data-tooltip][data-position="bottom right"]::after {
|
|
165
|
+
transform: scale(0.8);
|
|
166
|
+
}
|
|
167
|
+
[data-tooltip][data-position="top left"]:hover::after,
|
|
168
|
+
[data-tooltip][data-position="top right"]:hover::after,
|
|
169
|
+
[data-tooltip][data-position="bottom left"]:hover::after,
|
|
170
|
+
[data-tooltip][data-position="bottom right"]:hover::after {
|
|
171
|
+
transform: scale(1);
|
|
172
|
+
}
|
|
173
|
+
[data-tooltip][data-variation~="fixed"]::after {
|
|
174
|
+
white-space: normal;
|
|
175
|
+
width: 250px;
|
|
176
|
+
}
|
|
177
|
+
[data-tooltip][data-variation*="wide fixed"]::after {
|
|
178
|
+
width: 350px;
|
|
179
|
+
}
|
|
180
|
+
[data-tooltip][data-variation*="very wide fixed"]::after {
|
|
181
|
+
width: 550px;
|
|
182
|
+
}
|
|
183
|
+
@media only screen and (max-width: 767.98px) {
|
|
184
|
+
[data-tooltip][data-variation~="fixed"]::after {
|
|
185
|
+
width: 250px;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/* --------------
|
|
190
|
+
Inverted
|
|
191
|
+
--------------- */
|
|
192
|
+
|
|
193
|
+
/* Arrow */
|
|
194
|
+
[data-tooltip][data-inverted]::before {
|
|
195
|
+
box-shadow: none;
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
/* Arrow Position */
|
|
199
|
+
[data-tooltip]:not([data-position])[data-inverted]::before {
|
|
200
|
+
background: #1b1c1d;
|
|
201
|
+
}
|
|
202
|
+
|
|
203
|
+
/* Popup */
|
|
204
|
+
[data-tooltip][data-inverted]::after {
|
|
205
|
+
background: #1b1c1d;
|
|
206
|
+
color: #fff;
|
|
207
|
+
border: none;
|
|
208
|
+
box-shadow: none;
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
/* --------------
|
|
212
|
+
Position
|
|
213
|
+
--------------- */
|
|
214
|
+
[data-position~="top"][data-tooltip]::before {
|
|
215
|
+
background: #fff;
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
/* Top Center (default) */
|
|
219
|
+
[data-tooltip]:not([data-position])::after,
|
|
220
|
+
[data-position="top center"][data-tooltip]::after {
|
|
221
|
+
top: auto;
|
|
222
|
+
right: auto;
|
|
223
|
+
left: 50%;
|
|
224
|
+
bottom: 100%;
|
|
225
|
+
margin-bottom: 0.5em;
|
|
226
|
+
}
|
|
227
|
+
[data-tooltip]:not([data-position])::before,
|
|
228
|
+
[data-position="top center"][data-tooltip]::before {
|
|
229
|
+
top: auto;
|
|
230
|
+
right: auto;
|
|
231
|
+
bottom: 100%;
|
|
232
|
+
left: 50%;
|
|
233
|
+
background: #fff;
|
|
234
|
+
margin-left: -0.07142857rem;
|
|
235
|
+
margin-bottom: 0.14285714rem;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
/* Top Left */
|
|
239
|
+
[data-position="top left"][data-tooltip]::after {
|
|
240
|
+
top: auto;
|
|
241
|
+
right: auto;
|
|
242
|
+
left: 0;
|
|
243
|
+
bottom: 100%;
|
|
244
|
+
margin-bottom: 0.5em;
|
|
245
|
+
}
|
|
246
|
+
[data-position="top left"][data-tooltip]::before {
|
|
247
|
+
top: auto;
|
|
248
|
+
right: auto;
|
|
249
|
+
bottom: 100%;
|
|
250
|
+
left: 1em;
|
|
251
|
+
margin-left: -0.07142857rem;
|
|
252
|
+
margin-bottom: 0.14285714rem;
|
|
253
|
+
}
|
|
254
|
+
|
|
255
|
+
/* Top Right */
|
|
256
|
+
[data-position="top right"][data-tooltip]::after {
|
|
257
|
+
top: auto;
|
|
258
|
+
left: auto;
|
|
259
|
+
right: 0;
|
|
260
|
+
bottom: 100%;
|
|
261
|
+
margin-bottom: 0.5em;
|
|
262
|
+
}
|
|
263
|
+
[data-position="top right"][data-tooltip]::before {
|
|
264
|
+
top: auto;
|
|
265
|
+
left: auto;
|
|
266
|
+
bottom: 100%;
|
|
267
|
+
right: 1em;
|
|
268
|
+
margin-left: -0.07142857rem;
|
|
269
|
+
margin-bottom: 0.14285714rem;
|
|
270
|
+
}
|
|
271
|
+
[data-position~="bottom"][data-tooltip]::before {
|
|
272
|
+
background: #fff;
|
|
273
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
/* Bottom Center */
|
|
277
|
+
[data-position="bottom center"][data-tooltip]::after {
|
|
278
|
+
bottom: auto;
|
|
279
|
+
right: auto;
|
|
280
|
+
left: 50%;
|
|
281
|
+
top: 100%;
|
|
282
|
+
margin-top: 0.5em;
|
|
283
|
+
}
|
|
284
|
+
[data-position="bottom center"][data-tooltip]::before {
|
|
285
|
+
bottom: auto;
|
|
286
|
+
right: auto;
|
|
287
|
+
top: 100%;
|
|
288
|
+
left: 50%;
|
|
289
|
+
margin-left: -0.07142857rem;
|
|
290
|
+
margin-top: 0.30714286em;
|
|
291
|
+
}
|
|
292
|
+
|
|
293
|
+
/* Bottom Left */
|
|
294
|
+
[data-position="bottom left"][data-tooltip]::after {
|
|
295
|
+
left: 0;
|
|
296
|
+
top: 100%;
|
|
297
|
+
margin-top: 0.5em;
|
|
298
|
+
}
|
|
299
|
+
[data-position="bottom left"][data-tooltip]::before {
|
|
300
|
+
bottom: auto;
|
|
301
|
+
right: auto;
|
|
302
|
+
top: 100%;
|
|
303
|
+
left: 1em;
|
|
304
|
+
margin-left: -0.07142857rem;
|
|
305
|
+
margin-top: 0.14285714rem;
|
|
306
|
+
}
|
|
307
|
+
|
|
308
|
+
/* Bottom Right */
|
|
309
|
+
[data-position="bottom right"][data-tooltip]::after {
|
|
310
|
+
right: 0;
|
|
311
|
+
top: 100%;
|
|
312
|
+
margin-top: 0.5em;
|
|
313
|
+
}
|
|
314
|
+
[data-position="bottom right"][data-tooltip]::before {
|
|
315
|
+
bottom: auto;
|
|
316
|
+
left: auto;
|
|
317
|
+
top: 100%;
|
|
318
|
+
right: 1em;
|
|
319
|
+
margin-left: -0.14285714rem;
|
|
320
|
+
margin-top: 0.07142857rem;
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
/* Left Center */
|
|
324
|
+
[data-position="left center"][data-tooltip]::after {
|
|
325
|
+
right: 100%;
|
|
326
|
+
top: 50%;
|
|
327
|
+
margin-right: 0.5em;
|
|
328
|
+
}
|
|
329
|
+
[data-position="left center"][data-tooltip]::before {
|
|
330
|
+
right: 100%;
|
|
331
|
+
top: 50%;
|
|
332
|
+
margin-top: -0.14285714rem;
|
|
333
|
+
margin-right: -0.07142857rem;
|
|
334
|
+
background: #fff;
|
|
335
|
+
box-shadow: 1px -1px 0 0 #bababc;
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
/* Right Center */
|
|
339
|
+
[data-position="right center"][data-tooltip]::after {
|
|
340
|
+
left: 100%;
|
|
341
|
+
top: 50%;
|
|
342
|
+
margin-left: 0.5em;
|
|
343
|
+
}
|
|
344
|
+
[data-position="right center"][data-tooltip]::before {
|
|
345
|
+
left: 100%;
|
|
346
|
+
top: 50%;
|
|
347
|
+
margin-top: -0.07142857rem;
|
|
348
|
+
margin-left: 0.14285714rem;
|
|
349
|
+
background: #fff;
|
|
350
|
+
box-shadow: -1px 1px 0 0 #bababc;
|
|
351
|
+
}
|
|
352
|
+
|
|
353
|
+
/* Inverted Arrow Color */
|
|
354
|
+
[data-inverted][data-position~="bottom"][data-tooltip]::before {
|
|
355
|
+
background: #1b1c1d;
|
|
356
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
|
357
|
+
}
|
|
358
|
+
[data-inverted][data-position="left center"][data-tooltip]::before {
|
|
359
|
+
background: #1b1c1d;
|
|
360
|
+
box-shadow: 1px -1px 0 0 #bababc;
|
|
361
|
+
}
|
|
362
|
+
[data-inverted][data-position="right center"][data-tooltip]::before {
|
|
363
|
+
background: #1b1c1d;
|
|
364
|
+
box-shadow: -1px 1px 0 0 #bababc;
|
|
365
|
+
}
|
|
366
|
+
[data-inverted][data-position~="top"][data-tooltip]::before {
|
|
367
|
+
background: #1b1c1d;
|
|
368
|
+
}
|
|
369
|
+
[data-position~="bottom"][data-tooltip]::before {
|
|
370
|
+
transform-origin: center bottom;
|
|
371
|
+
}
|
|
372
|
+
[data-position~="bottom"][data-tooltip]::after {
|
|
373
|
+
transform-origin: center top;
|
|
374
|
+
}
|
|
375
|
+
[data-position="bottom center"][data-tooltip]::before {
|
|
376
|
+
transform-origin: center top;
|
|
377
|
+
}
|
|
378
|
+
[data-position="left center"][data-tooltip]::before {
|
|
379
|
+
transform-origin: top center;
|
|
380
|
+
}
|
|
381
|
+
[data-position="left center"][data-tooltip]::after {
|
|
382
|
+
transform-origin: right center;
|
|
383
|
+
}
|
|
384
|
+
[data-position="right center"][data-tooltip]::before {
|
|
385
|
+
transform-origin: right center;
|
|
386
|
+
}
|
|
387
|
+
[data-position="right center"][data-tooltip]::after {
|
|
388
|
+
transform-origin: left center;
|
|
389
|
+
}
|
|
390
|
+
[data-position="top left"][data-tooltip]::after {
|
|
391
|
+
transform-origin: bottom left;
|
|
392
|
+
}
|
|
393
|
+
[data-position="top right"][data-tooltip]::after {
|
|
394
|
+
transform-origin: bottom right;
|
|
395
|
+
}
|
|
396
|
+
[data-position="bottom left"][data-tooltip]::after {
|
|
397
|
+
transform-origin: top left;
|
|
398
|
+
}
|
|
399
|
+
[data-position="bottom right"][data-tooltip]::after {
|
|
400
|
+
transform-origin: top right;
|
|
401
|
+
}
|
|
402
|
+
|
|
403
|
+
/* --------------
|
|
404
|
+
Basic
|
|
405
|
+
--------------- */
|
|
406
|
+
[data-tooltip][data-variation~="basic"]::before {
|
|
407
|
+
display: none;
|
|
408
|
+
}
|
|
409
|
+
[data-tooltip][data-variation~="multiline"]::after {
|
|
410
|
+
white-space: pre-line;
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
/* --------------
|
|
414
|
+
Spacing
|
|
415
|
+
--------------- */
|
|
416
|
+
.ui.popup {
|
|
417
|
+
margin: 0;
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
/* Extending from Top */
|
|
421
|
+
.ui.top.popup {
|
|
422
|
+
margin: 0 0 0.71428571em;
|
|
423
|
+
}
|
|
424
|
+
.ui.top.left.popup {
|
|
425
|
+
transform-origin: left bottom;
|
|
426
|
+
}
|
|
427
|
+
.ui.top.center.popup {
|
|
428
|
+
transform-origin: center bottom;
|
|
429
|
+
}
|
|
430
|
+
.ui.top.right.popup {
|
|
431
|
+
transform-origin: right bottom;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
/* Extending from Vertical Center */
|
|
435
|
+
.ui.left.center.popup {
|
|
436
|
+
margin: 0 0.71428571em 0 0;
|
|
437
|
+
transform-origin: right 50%;
|
|
438
|
+
}
|
|
439
|
+
.ui.right.center.popup {
|
|
440
|
+
margin: 0 0 0 0.71428571em;
|
|
441
|
+
transform-origin: left 50%;
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
/* Extending from Bottom */
|
|
445
|
+
.ui.bottom.popup {
|
|
446
|
+
margin: 0.71428571em 0 0;
|
|
447
|
+
}
|
|
448
|
+
.ui.bottom.left.popup {
|
|
449
|
+
transform-origin: left top;
|
|
450
|
+
}
|
|
451
|
+
.ui.bottom.center.popup {
|
|
452
|
+
transform-origin: center top;
|
|
453
|
+
}
|
|
454
|
+
.ui.bottom.right.popup {
|
|
455
|
+
transform-origin: right top;
|
|
456
|
+
}
|
|
457
|
+
|
|
458
|
+
/* --------------
|
|
459
|
+
Pointer
|
|
460
|
+
--------------- */
|
|
461
|
+
|
|
462
|
+
/* --- Below --- */
|
|
463
|
+
.ui.bottom.center.popup::before {
|
|
464
|
+
margin-left: -0.30714286em;
|
|
465
|
+
top: -0.30714286em;
|
|
466
|
+
left: 50%;
|
|
467
|
+
right: auto;
|
|
468
|
+
bottom: auto;
|
|
469
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
|
470
|
+
}
|
|
471
|
+
.ui.bottom.left.popup {
|
|
472
|
+
margin-left: 0;
|
|
473
|
+
}
|
|
474
|
+
|
|
475
|
+
/* rtl:rename */
|
|
476
|
+
.ui.bottom.left.popup::before {
|
|
477
|
+
top: -0.30714286em;
|
|
478
|
+
left: 1em;
|
|
479
|
+
right: auto;
|
|
480
|
+
bottom: auto;
|
|
481
|
+
margin-left: 0;
|
|
482
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
|
483
|
+
}
|
|
484
|
+
.ui.bottom.right.popup {
|
|
485
|
+
margin-right: 0;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
/* rtl:rename */
|
|
489
|
+
.ui.bottom.right.popup::before {
|
|
490
|
+
top: -0.30714286em;
|
|
491
|
+
right: 1em;
|
|
492
|
+
bottom: auto;
|
|
493
|
+
left: auto;
|
|
494
|
+
margin-left: 0;
|
|
495
|
+
box-shadow: -1px -1px 0 0 #bababc;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
/* --- Above --- */
|
|
499
|
+
.ui.top.center.popup::before {
|
|
500
|
+
top: auto;
|
|
501
|
+
right: auto;
|
|
502
|
+
bottom: -0.30714286em;
|
|
503
|
+
left: 50%;
|
|
504
|
+
margin-left: -0.30714286em;
|
|
505
|
+
}
|
|
506
|
+
.ui.top.left.popup {
|
|
507
|
+
margin-left: 0;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
/* rtl:rename */
|
|
511
|
+
.ui.top.left.popup::before {
|
|
512
|
+
bottom: -0.30714286em;
|
|
513
|
+
left: 1em;
|
|
514
|
+
top: auto;
|
|
515
|
+
right: auto;
|
|
516
|
+
margin-left: 0;
|
|
517
|
+
}
|
|
518
|
+
.ui.top.right.popup {
|
|
519
|
+
margin-right: 0;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
/* rtl:rename */
|
|
523
|
+
.ui.top.right.popup::before {
|
|
524
|
+
bottom: -0.30714286em;
|
|
525
|
+
right: 1em;
|
|
526
|
+
top: auto;
|
|
527
|
+
left: auto;
|
|
528
|
+
margin-left: 0;
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
/* --- Left Center --- */
|
|
532
|
+
|
|
533
|
+
/* rtl:rename */
|
|
534
|
+
.ui.left.center.popup::before {
|
|
535
|
+
top: 50%;
|
|
536
|
+
right: -0.30714286em;
|
|
537
|
+
bottom: auto;
|
|
538
|
+
left: auto;
|
|
539
|
+
margin-top: -0.30714286em;
|
|
540
|
+
box-shadow: 1px -1px 0 0 #bababc;
|
|
541
|
+
}
|
|
542
|
+
|
|
543
|
+
/* --- Right Center --- */
|
|
544
|
+
|
|
545
|
+
/* rtl:rename */
|
|
546
|
+
.ui.right.center.popup::before {
|
|
547
|
+
top: 50%;
|
|
548
|
+
left: -0.30714286em;
|
|
549
|
+
bottom: auto;
|
|
550
|
+
right: auto;
|
|
551
|
+
margin-top: -0.30714286em;
|
|
552
|
+
box-shadow: -1px 1px 0 0 #bababc;
|
|
553
|
+
}
|
|
554
|
+
.ui.right.center.popup::before,
|
|
555
|
+
.ui.left.center.popup::before {
|
|
556
|
+
background: #fff;
|
|
557
|
+
}
|
|
558
|
+
|
|
559
|
+
/* Arrow Color By Location */
|
|
560
|
+
.ui.bottom.popup::before {
|
|
561
|
+
background: #fff;
|
|
562
|
+
}
|
|
563
|
+
.ui.top.popup::before {
|
|
564
|
+
background: #fff;
|
|
565
|
+
}
|
|
566
|
+
|
|
567
|
+
/* Inverted Arrow Color */
|
|
568
|
+
.ui.inverted.bottom.popup::before {
|
|
569
|
+
background: #1b1c1d;
|
|
570
|
+
}
|
|
571
|
+
.ui.inverted.right.center.popup::before,
|
|
572
|
+
.ui.inverted.left.center.popup::before {
|
|
573
|
+
background: #1b1c1d;
|
|
574
|
+
}
|
|
575
|
+
.ui.inverted.top.popup::before {
|
|
576
|
+
background: #1b1c1d;
|
|
577
|
+
}
|
|
578
|
+
|
|
579
|
+
|
|
580
|
+
/*******************************
|
|
581
|
+
Coupling
|
|
582
|
+
*******************************/
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
/* Immediate Nested Grid */
|
|
586
|
+
.ui.ui.ui.popup > .ui.grid:not(.padded) {
|
|
587
|
+
width: calc(100% + 1.75rem);
|
|
588
|
+
margin: -0.7rem -0.875rem;
|
|
589
|
+
}
|
|
590
|
+
|
|
591
|
+
|
|
592
|
+
/*******************************
|
|
593
|
+
States
|
|
594
|
+
*******************************/
|
|
595
|
+
|
|
596
|
+
.ui.loading.popup {
|
|
597
|
+
cursor: default;
|
|
598
|
+
pointer-events: none;
|
|
599
|
+
-webkit-user-select: none;
|
|
600
|
+
-ms-user-select: none;
|
|
601
|
+
user-select: none;
|
|
602
|
+
}
|
|
603
|
+
.ui.loading.popup * {
|
|
604
|
+
opacity: 0.3;
|
|
605
|
+
}
|
|
606
|
+
.ui.loading.popup::after {
|
|
607
|
+
position: absolute;
|
|
608
|
+
content: "";
|
|
609
|
+
top: 50%;
|
|
610
|
+
left: 50%;
|
|
611
|
+
margin: -1em 0 0 -1em;
|
|
612
|
+
width: 2em;
|
|
613
|
+
height: 2em;
|
|
614
|
+
animation: loader 0.6s infinite linear;
|
|
615
|
+
border: 0.2em solid #767676;
|
|
616
|
+
border-radius: 500rem;
|
|
617
|
+
box-shadow: 0 0 0 1px transparent;
|
|
618
|
+
visibility: visible;
|
|
619
|
+
z-index: 101;
|
|
620
|
+
}
|
|
621
|
+
.ui.invisible.popup {
|
|
622
|
+
display: block;
|
|
623
|
+
visibility: hidden !important;
|
|
624
|
+
z-index: -1;
|
|
625
|
+
}
|
|
626
|
+
.ui.animating.popup,
|
|
627
|
+
.ui.visible.popup {
|
|
628
|
+
display: block;
|
|
629
|
+
}
|
|
630
|
+
.ui.visible.popup {
|
|
631
|
+
transform: translateZ(0);
|
|
632
|
+
-webkit-backface-visibility: hidden;
|
|
633
|
+
backface-visibility: hidden;
|
|
634
|
+
}
|
|
635
|
+
|
|
636
|
+
|
|
637
|
+
/*******************************
|
|
638
|
+
Variations
|
|
639
|
+
*******************************/
|
|
640
|
+
|
|
641
|
+
|
|
642
|
+
/* --------------
|
|
643
|
+
Basic
|
|
644
|
+
--------------- */
|
|
645
|
+
.ui.basic.popup::before {
|
|
646
|
+
display: none;
|
|
647
|
+
}
|
|
648
|
+
.ui.fixed.popup {
|
|
649
|
+
width: 250px;
|
|
650
|
+
}
|
|
651
|
+
|
|
652
|
+
/* --------------
|
|
653
|
+
Wide
|
|
654
|
+
--------------- */
|
|
655
|
+
.ui.wide.popup {
|
|
656
|
+
max-width: 350px;
|
|
657
|
+
}
|
|
658
|
+
.ui.wide.popup.fixed {
|
|
659
|
+
width: 350px;
|
|
660
|
+
}
|
|
661
|
+
.ui[class*="very wide"].popup {
|
|
662
|
+
max-width: 550px;
|
|
663
|
+
}
|
|
664
|
+
.ui[class*="very wide"].popup.fixed {
|
|
665
|
+
width: 550px;
|
|
666
|
+
}
|
|
667
|
+
@media only screen and (max-width: 767.98px) {
|
|
668
|
+
.ui.wide.popup,
|
|
669
|
+
.ui[class*="very wide"].popup {
|
|
670
|
+
max-width: 250px;
|
|
671
|
+
}
|
|
672
|
+
.ui.wide.popup.fixed,
|
|
673
|
+
.ui[class*="very wide"].popup.fixed {
|
|
674
|
+
width: 250px;
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
/* --------------
|
|
679
|
+
Fluid
|
|
680
|
+
--------------- */
|
|
681
|
+
.ui.fluid.popup {
|
|
682
|
+
width: 100%;
|
|
683
|
+
max-width: none;
|
|
684
|
+
}
|
|
685
|
+
|
|
686
|
+
/* --------------
|
|
687
|
+
Colors
|
|
688
|
+
--------------- */
|
|
689
|
+
|
|
690
|
+
/* Inverted colors */
|
|
691
|
+
.ui.inverted.popup {
|
|
692
|
+
background: #1b1c1d;
|
|
693
|
+
color: #fff;
|
|
694
|
+
border: none;
|
|
695
|
+
box-shadow: none;
|
|
696
|
+
}
|
|
697
|
+
.ui.inverted.popup .header {
|
|
698
|
+
background: none;
|
|
699
|
+
color: #fff;
|
|
700
|
+
}
|
|
701
|
+
.ui.inverted.popup::before {
|
|
702
|
+
background-color: #1b1c1d;
|
|
703
|
+
box-shadow: none;
|
|
704
|
+
}
|
|
705
|
+
.ui.ui.ui.primary.popup::before,
|
|
706
|
+
.ui.primary.popup,
|
|
707
|
+
[data-tooltip][data-variation~="primary"]::after,
|
|
708
|
+
[data-tooltip][data-variation~="primary"]::before {
|
|
709
|
+
background: #2185d0;
|
|
710
|
+
color: #fff;
|
|
711
|
+
border: none;
|
|
712
|
+
}
|
|
713
|
+
.ui.ui.ui.primary.loading.popup::before,
|
|
714
|
+
.ui.primary.loading.popup {
|
|
715
|
+
background: #9bcbef;
|
|
716
|
+
}
|
|
717
|
+
.ui.ui.ui.primary.popup::before,
|
|
718
|
+
[data-tooltip][data-variation~="primary"]::before {
|
|
719
|
+
box-shadow: none;
|
|
720
|
+
}
|
|
721
|
+
.ui.ui.ui.inverted.primary.popup::before,
|
|
722
|
+
.ui.inverted.primary.popup,
|
|
723
|
+
[data-tooltip][data-inverted][data-variation~="primary"]::after,
|
|
724
|
+
[data-tooltip][data-inverted][data-variation~="primary"]::before {
|
|
725
|
+
background: #54c8ff;
|
|
726
|
+
color: #1b1c1d;
|
|
727
|
+
}
|
|
728
|
+
.ui.ui.ui.inverted.primary.loading.popup::before,
|
|
729
|
+
.ui.inverted.primary.loading.popup {
|
|
730
|
+
background: #007eba;
|
|
731
|
+
}
|
|
732
|
+
.ui.ui.ui.secondary.popup::before,
|
|
733
|
+
.ui.secondary.popup,
|
|
734
|
+
[data-tooltip][data-variation~="secondary"]::after,
|
|
735
|
+
[data-tooltip][data-variation~="secondary"]::before {
|
|
736
|
+
background: #1b1c1d;
|
|
737
|
+
color: #fff;
|
|
738
|
+
border: none;
|
|
739
|
+
}
|
|
740
|
+
.ui.ui.ui.secondary.loading.popup::before,
|
|
741
|
+
.ui.secondary.loading.popup {
|
|
742
|
+
background: #65696c;
|
|
743
|
+
}
|
|
744
|
+
.ui.ui.ui.secondary.popup::before,
|
|
745
|
+
[data-tooltip][data-variation~="secondary"]::before {
|
|
746
|
+
box-shadow: none;
|
|
747
|
+
}
|
|
748
|
+
.ui.ui.ui.inverted.secondary.popup::before,
|
|
749
|
+
.ui.inverted.secondary.popup,
|
|
750
|
+
[data-tooltip][data-inverted][data-variation~="secondary"]::after,
|
|
751
|
+
[data-tooltip][data-inverted][data-variation~="secondary"]::before {
|
|
752
|
+
background: #545454;
|
|
753
|
+
color: #1b1c1d;
|
|
754
|
+
}
|
|
755
|
+
.ui.ui.ui.inverted.secondary.loading.popup::before,
|
|
756
|
+
.ui.inverted.secondary.loading.popup {
|
|
757
|
+
background: #080808;
|
|
758
|
+
}
|
|
759
|
+
.ui.ui.ui.red.popup::before,
|
|
760
|
+
.ui.red.popup,
|
|
761
|
+
[data-tooltip][data-variation~="red"]::after,
|
|
762
|
+
[data-tooltip][data-variation~="red"]::before {
|
|
763
|
+
background: #db2828;
|
|
764
|
+
color: #fff;
|
|
765
|
+
border: none;
|
|
766
|
+
}
|
|
767
|
+
.ui.ui.ui.red.loading.popup::before,
|
|
768
|
+
.ui.red.loading.popup {
|
|
769
|
+
background: #f1abab;
|
|
770
|
+
}
|
|
771
|
+
.ui.ui.ui.red.popup::before,
|
|
772
|
+
[data-tooltip][data-variation~="red"]::before {
|
|
773
|
+
box-shadow: none;
|
|
774
|
+
}
|
|
775
|
+
.ui.ui.ui.inverted.red.popup::before,
|
|
776
|
+
.ui.inverted.red.popup,
|
|
777
|
+
[data-tooltip][data-inverted][data-variation~="red"]::after,
|
|
778
|
+
[data-tooltip][data-inverted][data-variation~="red"]::before {
|
|
779
|
+
background: #ff695e;
|
|
780
|
+
color: #1b1c1d;
|
|
781
|
+
}
|
|
782
|
+
.ui.ui.ui.inverted.red.loading.popup::before,
|
|
783
|
+
.ui.inverted.red.loading.popup {
|
|
784
|
+
background: #c40d00;
|
|
785
|
+
}
|
|
786
|
+
.ui.ui.ui.orange.popup::before,
|
|
787
|
+
.ui.orange.popup,
|
|
788
|
+
[data-tooltip][data-variation~="orange"]::after,
|
|
789
|
+
[data-tooltip][data-variation~="orange"]::before {
|
|
790
|
+
background: #f2711c;
|
|
791
|
+
color: #fff;
|
|
792
|
+
border: none;
|
|
793
|
+
}
|
|
794
|
+
.ui.ui.ui.orange.loading.popup::before,
|
|
795
|
+
.ui.orange.loading.popup {
|
|
796
|
+
background: #faccad;
|
|
797
|
+
}
|
|
798
|
+
.ui.ui.ui.orange.popup::before,
|
|
799
|
+
[data-tooltip][data-variation~="orange"]::before {
|
|
800
|
+
box-shadow: none;
|
|
801
|
+
}
|
|
802
|
+
.ui.ui.ui.inverted.orange.popup::before,
|
|
803
|
+
.ui.inverted.orange.popup,
|
|
804
|
+
[data-tooltip][data-inverted][data-variation~="orange"]::after,
|
|
805
|
+
[data-tooltip][data-inverted][data-variation~="orange"]::before {
|
|
806
|
+
background: #ff851b;
|
|
807
|
+
color: #1b1c1d;
|
|
808
|
+
}
|
|
809
|
+
.ui.ui.ui.inverted.orange.loading.popup::before,
|
|
810
|
+
.ui.inverted.orange.loading.popup {
|
|
811
|
+
background: #813c00;
|
|
812
|
+
}
|
|
813
|
+
.ui.ui.ui.yellow.popup::before,
|
|
814
|
+
.ui.yellow.popup,
|
|
815
|
+
[data-tooltip][data-variation~="yellow"]::after,
|
|
816
|
+
[data-tooltip][data-variation~="yellow"]::before {
|
|
817
|
+
background: #fbbd08;
|
|
818
|
+
color: #fff;
|
|
819
|
+
border: none;
|
|
820
|
+
}
|
|
821
|
+
.ui.ui.ui.yellow.loading.popup::before,
|
|
822
|
+
.ui.yellow.loading.popup {
|
|
823
|
+
background: #fde59f;
|
|
824
|
+
}
|
|
825
|
+
.ui.ui.ui.yellow.popup::before,
|
|
826
|
+
[data-tooltip][data-variation~="yellow"]::before {
|
|
827
|
+
box-shadow: none;
|
|
828
|
+
}
|
|
829
|
+
.ui.ui.ui.inverted.yellow.popup::before,
|
|
830
|
+
.ui.inverted.yellow.popup,
|
|
831
|
+
[data-tooltip][data-inverted][data-variation~="yellow"]::after,
|
|
832
|
+
[data-tooltip][data-inverted][data-variation~="yellow"]::before {
|
|
833
|
+
background: #ffe21f;
|
|
834
|
+
color: #1b1c1d;
|
|
835
|
+
}
|
|
836
|
+
.ui.ui.ui.inverted.yellow.loading.popup::before,
|
|
837
|
+
.ui.inverted.yellow.loading.popup {
|
|
838
|
+
background: #857400;
|
|
839
|
+
}
|
|
840
|
+
.ui.ui.ui.olive.popup::before,
|
|
841
|
+
.ui.olive.popup,
|
|
842
|
+
[data-tooltip][data-variation~="olive"]::after,
|
|
843
|
+
[data-tooltip][data-variation~="olive"]::before {
|
|
844
|
+
background: #b5cc18;
|
|
845
|
+
color: #fff;
|
|
846
|
+
border: none;
|
|
847
|
+
}
|
|
848
|
+
.ui.ui.ui.olive.loading.popup::before,
|
|
849
|
+
.ui.olive.loading.popup {
|
|
850
|
+
background: #e4f18c;
|
|
851
|
+
}
|
|
852
|
+
.ui.ui.ui.olive.popup::before,
|
|
853
|
+
[data-tooltip][data-variation~="olive"]::before {
|
|
854
|
+
box-shadow: none;
|
|
855
|
+
}
|
|
856
|
+
.ui.ui.ui.inverted.olive.popup::before,
|
|
857
|
+
.ui.inverted.olive.popup,
|
|
858
|
+
[data-tooltip][data-inverted][data-variation~="olive"]::after,
|
|
859
|
+
[data-tooltip][data-inverted][data-variation~="olive"]::before {
|
|
860
|
+
background: #d9e778;
|
|
861
|
+
color: #1b1c1d;
|
|
862
|
+
}
|
|
863
|
+
.ui.ui.ui.inverted.olive.loading.popup::before,
|
|
864
|
+
.ui.inverted.olive.loading.popup {
|
|
865
|
+
background: #97a81e;
|
|
866
|
+
}
|
|
867
|
+
.ui.ui.ui.green.popup::before,
|
|
868
|
+
.ui.green.popup,
|
|
869
|
+
[data-tooltip][data-variation~="green"]::after,
|
|
870
|
+
[data-tooltip][data-variation~="green"]::before {
|
|
871
|
+
background: #21ba45;
|
|
872
|
+
color: #fff;
|
|
873
|
+
border: none;
|
|
874
|
+
}
|
|
875
|
+
.ui.ui.ui.green.loading.popup::before,
|
|
876
|
+
.ui.green.loading.popup {
|
|
877
|
+
background: #8aeaa0;
|
|
878
|
+
}
|
|
879
|
+
.ui.ui.ui.green.popup::before,
|
|
880
|
+
[data-tooltip][data-variation~="green"]::before {
|
|
881
|
+
box-shadow: none;
|
|
882
|
+
}
|
|
883
|
+
.ui.ui.ui.inverted.green.popup::before,
|
|
884
|
+
.ui.inverted.green.popup,
|
|
885
|
+
[data-tooltip][data-inverted][data-variation~="green"]::after,
|
|
886
|
+
[data-tooltip][data-inverted][data-variation~="green"]::before {
|
|
887
|
+
background: #2ecc40;
|
|
888
|
+
color: #1b1c1d;
|
|
889
|
+
}
|
|
890
|
+
.ui.ui.ui.inverted.green.loading.popup::before,
|
|
891
|
+
.ui.inverted.green.loading.popup {
|
|
892
|
+
background: #124f19;
|
|
893
|
+
}
|
|
894
|
+
.ui.ui.ui.teal.popup::before,
|
|
895
|
+
.ui.teal.popup,
|
|
896
|
+
[data-tooltip][data-variation~="teal"]::after,
|
|
897
|
+
[data-tooltip][data-variation~="teal"]::before {
|
|
898
|
+
background: #00b5ad;
|
|
899
|
+
color: #fff;
|
|
900
|
+
border: none;
|
|
901
|
+
}
|
|
902
|
+
.ui.ui.ui.teal.loading.popup::before,
|
|
903
|
+
.ui.teal.loading.popup {
|
|
904
|
+
background: #4ffff7;
|
|
905
|
+
}
|
|
906
|
+
.ui.ui.ui.teal.popup::before,
|
|
907
|
+
[data-tooltip][data-variation~="teal"]::before {
|
|
908
|
+
box-shadow: none;
|
|
909
|
+
}
|
|
910
|
+
.ui.ui.ui.inverted.teal.popup::before,
|
|
911
|
+
.ui.inverted.teal.popup,
|
|
912
|
+
[data-tooltip][data-inverted][data-variation~="teal"]::after,
|
|
913
|
+
[data-tooltip][data-inverted][data-variation~="teal"]::before {
|
|
914
|
+
background: #6dffff;
|
|
915
|
+
color: #1b1c1d;
|
|
916
|
+
}
|
|
917
|
+
.ui.ui.ui.inverted.teal.loading.popup::before,
|
|
918
|
+
.ui.inverted.teal.loading.popup {
|
|
919
|
+
background: #00d3d3;
|
|
920
|
+
}
|
|
921
|
+
.ui.ui.ui.blue.popup::before,
|
|
922
|
+
.ui.blue.popup,
|
|
923
|
+
[data-tooltip][data-variation~="blue"]::after,
|
|
924
|
+
[data-tooltip][data-variation~="blue"]::before {
|
|
925
|
+
background: #2185d0;
|
|
926
|
+
color: #fff;
|
|
927
|
+
border: none;
|
|
928
|
+
}
|
|
929
|
+
.ui.ui.ui.blue.loading.popup::before,
|
|
930
|
+
.ui.blue.loading.popup {
|
|
931
|
+
background: #9bcbef;
|
|
932
|
+
}
|
|
933
|
+
.ui.ui.ui.blue.popup::before,
|
|
934
|
+
[data-tooltip][data-variation~="blue"]::before {
|
|
935
|
+
box-shadow: none;
|
|
936
|
+
}
|
|
937
|
+
.ui.ui.ui.inverted.blue.popup::before,
|
|
938
|
+
.ui.inverted.blue.popup,
|
|
939
|
+
[data-tooltip][data-inverted][data-variation~="blue"]::after,
|
|
940
|
+
[data-tooltip][data-inverted][data-variation~="blue"]::before {
|
|
941
|
+
background: #54c8ff;
|
|
942
|
+
color: #1b1c1d;
|
|
943
|
+
}
|
|
944
|
+
.ui.ui.ui.inverted.blue.loading.popup::before,
|
|
945
|
+
.ui.inverted.blue.loading.popup {
|
|
946
|
+
background: #007eba;
|
|
947
|
+
}
|
|
948
|
+
.ui.ui.ui.violet.popup::before,
|
|
949
|
+
.ui.violet.popup,
|
|
950
|
+
[data-tooltip][data-variation~="violet"]::after,
|
|
951
|
+
[data-tooltip][data-variation~="violet"]::before {
|
|
952
|
+
background: #6435c9;
|
|
953
|
+
color: #fff;
|
|
954
|
+
border: none;
|
|
955
|
+
}
|
|
956
|
+
.ui.ui.ui.violet.loading.popup::before,
|
|
957
|
+
.ui.violet.loading.popup {
|
|
958
|
+
background: #c1adea;
|
|
959
|
+
}
|
|
960
|
+
.ui.ui.ui.violet.popup::before,
|
|
961
|
+
[data-tooltip][data-variation~="violet"]::before {
|
|
962
|
+
box-shadow: none;
|
|
963
|
+
}
|
|
964
|
+
.ui.ui.ui.inverted.violet.popup::before,
|
|
965
|
+
.ui.inverted.violet.popup,
|
|
966
|
+
[data-tooltip][data-inverted][data-variation~="violet"]::after,
|
|
967
|
+
[data-tooltip][data-inverted][data-variation~="violet"]::before {
|
|
968
|
+
background: #a291fb;
|
|
969
|
+
color: #1b1c1d;
|
|
970
|
+
}
|
|
971
|
+
.ui.ui.ui.inverted.violet.loading.popup::before,
|
|
972
|
+
.ui.inverted.violet.loading.popup {
|
|
973
|
+
background: #2d09ea;
|
|
974
|
+
}
|
|
975
|
+
.ui.ui.ui.purple.popup::before,
|
|
976
|
+
.ui.purple.popup,
|
|
977
|
+
[data-tooltip][data-variation~="purple"]::after,
|
|
978
|
+
[data-tooltip][data-variation~="purple"]::before {
|
|
979
|
+
background: #a333c8;
|
|
980
|
+
color: #fff;
|
|
981
|
+
border: none;
|
|
982
|
+
}
|
|
983
|
+
.ui.ui.ui.purple.loading.popup::before,
|
|
984
|
+
.ui.purple.loading.popup {
|
|
985
|
+
background: #daabe9;
|
|
986
|
+
}
|
|
987
|
+
.ui.ui.ui.purple.popup::before,
|
|
988
|
+
[data-tooltip][data-variation~="purple"]::before {
|
|
989
|
+
box-shadow: none;
|
|
990
|
+
}
|
|
991
|
+
.ui.ui.ui.inverted.purple.popup::before,
|
|
992
|
+
.ui.inverted.purple.popup,
|
|
993
|
+
[data-tooltip][data-inverted][data-variation~="purple"]::after,
|
|
994
|
+
[data-tooltip][data-inverted][data-variation~="purple"]::before {
|
|
995
|
+
background: #dc73ff;
|
|
996
|
+
color: #1b1c1d;
|
|
997
|
+
}
|
|
998
|
+
.ui.ui.ui.inverted.purple.loading.popup::before,
|
|
999
|
+
.ui.inverted.purple.loading.popup {
|
|
1000
|
+
background: #a300d9;
|
|
1001
|
+
}
|
|
1002
|
+
.ui.ui.ui.pink.popup::before,
|
|
1003
|
+
.ui.pink.popup,
|
|
1004
|
+
[data-tooltip][data-variation~="pink"]::after,
|
|
1005
|
+
[data-tooltip][data-variation~="pink"]::before {
|
|
1006
|
+
background: #e03997;
|
|
1007
|
+
color: #fff;
|
|
1008
|
+
border: none;
|
|
1009
|
+
}
|
|
1010
|
+
.ui.ui.ui.pink.loading.popup::before,
|
|
1011
|
+
.ui.pink.loading.popup {
|
|
1012
|
+
background: #f5bddc;
|
|
1013
|
+
}
|
|
1014
|
+
.ui.ui.ui.pink.popup::before,
|
|
1015
|
+
[data-tooltip][data-variation~="pink"]::before {
|
|
1016
|
+
box-shadow: none;
|
|
1017
|
+
}
|
|
1018
|
+
.ui.ui.ui.inverted.pink.popup::before,
|
|
1019
|
+
.ui.inverted.pink.popup,
|
|
1020
|
+
[data-tooltip][data-inverted][data-variation~="pink"]::after,
|
|
1021
|
+
[data-tooltip][data-inverted][data-variation~="pink"]::before {
|
|
1022
|
+
background: #ff8edf;
|
|
1023
|
+
color: #1b1c1d;
|
|
1024
|
+
}
|
|
1025
|
+
.ui.ui.ui.inverted.pink.loading.popup::before,
|
|
1026
|
+
.ui.inverted.pink.loading.popup {
|
|
1027
|
+
background: #f400af;
|
|
1028
|
+
}
|
|
1029
|
+
.ui.ui.ui.brown.popup::before,
|
|
1030
|
+
.ui.brown.popup,
|
|
1031
|
+
[data-tooltip][data-variation~="brown"]::after,
|
|
1032
|
+
[data-tooltip][data-variation~="brown"]::before {
|
|
1033
|
+
background: #a5673f;
|
|
1034
|
+
color: #fff;
|
|
1035
|
+
border: none;
|
|
1036
|
+
}
|
|
1037
|
+
.ui.ui.ui.brown.loading.popup::before,
|
|
1038
|
+
.ui.brown.loading.popup {
|
|
1039
|
+
background: #dbb8a2;
|
|
1040
|
+
}
|
|
1041
|
+
.ui.ui.ui.brown.popup::before,
|
|
1042
|
+
[data-tooltip][data-variation~="brown"]::before {
|
|
1043
|
+
box-shadow: none;
|
|
1044
|
+
}
|
|
1045
|
+
.ui.ui.ui.inverted.brown.popup::before,
|
|
1046
|
+
.ui.inverted.brown.popup,
|
|
1047
|
+
[data-tooltip][data-inverted][data-variation~="brown"]::after,
|
|
1048
|
+
[data-tooltip][data-inverted][data-variation~="brown"]::before {
|
|
1049
|
+
background: #d67c1c;
|
|
1050
|
+
color: #1b1c1d;
|
|
1051
|
+
}
|
|
1052
|
+
.ui.ui.ui.inverted.brown.loading.popup::before,
|
|
1053
|
+
.ui.inverted.brown.loading.popup {
|
|
1054
|
+
background: #4f2e0a;
|
|
1055
|
+
}
|
|
1056
|
+
.ui.ui.ui.grey.popup::before,
|
|
1057
|
+
.ui.grey.popup,
|
|
1058
|
+
[data-tooltip][data-variation~="grey"]::after,
|
|
1059
|
+
[data-tooltip][data-variation~="grey"]::before {
|
|
1060
|
+
background: #767676;
|
|
1061
|
+
color: #fff;
|
|
1062
|
+
border: none;
|
|
1063
|
+
}
|
|
1064
|
+
.ui.ui.ui.grey.loading.popup::before,
|
|
1065
|
+
.ui.grey.loading.popup {
|
|
1066
|
+
background: #c3c3c3;
|
|
1067
|
+
}
|
|
1068
|
+
.ui.ui.ui.grey.popup::before,
|
|
1069
|
+
[data-tooltip][data-variation~="grey"]::before {
|
|
1070
|
+
box-shadow: none;
|
|
1071
|
+
}
|
|
1072
|
+
.ui.ui.ui.inverted.grey.popup::before,
|
|
1073
|
+
.ui.inverted.grey.popup,
|
|
1074
|
+
[data-tooltip][data-inverted][data-variation~="grey"]::after,
|
|
1075
|
+
[data-tooltip][data-inverted][data-variation~="grey"]::before {
|
|
1076
|
+
background: #dcddde;
|
|
1077
|
+
color: #1b1c1d;
|
|
1078
|
+
}
|
|
1079
|
+
.ui.ui.ui.inverted.grey.loading.popup::before,
|
|
1080
|
+
.ui.inverted.grey.loading.popup {
|
|
1081
|
+
background: #8d9194;
|
|
1082
|
+
}
|
|
1083
|
+
.ui.ui.ui.black.popup::before,
|
|
1084
|
+
.ui.black.popup,
|
|
1085
|
+
[data-tooltip][data-variation~="black"]::after,
|
|
1086
|
+
[data-tooltip][data-variation~="black"]::before {
|
|
1087
|
+
background: #1b1c1d;
|
|
1088
|
+
color: #fff;
|
|
1089
|
+
border: none;
|
|
1090
|
+
}
|
|
1091
|
+
.ui.ui.ui.black.loading.popup::before,
|
|
1092
|
+
.ui.black.loading.popup {
|
|
1093
|
+
background: #65696c;
|
|
1094
|
+
}
|
|
1095
|
+
.ui.ui.ui.black.popup::before,
|
|
1096
|
+
[data-tooltip][data-variation~="black"]::before {
|
|
1097
|
+
box-shadow: none;
|
|
1098
|
+
}
|
|
1099
|
+
.ui.ui.ui.inverted.black.popup::before,
|
|
1100
|
+
.ui.inverted.black.popup,
|
|
1101
|
+
[data-tooltip][data-inverted][data-variation~="black"]::after,
|
|
1102
|
+
[data-tooltip][data-inverted][data-variation~="black"]::before {
|
|
1103
|
+
background: #545454;
|
|
1104
|
+
color: #1b1c1d;
|
|
1105
|
+
}
|
|
1106
|
+
.ui.ui.ui.inverted.black.loading.popup::before,
|
|
1107
|
+
.ui.inverted.black.loading.popup {
|
|
1108
|
+
background: #080808;
|
|
1109
|
+
}
|
|
1110
|
+
|
|
1111
|
+
/* --------------
|
|
1112
|
+
Flowing
|
|
1113
|
+
--------------- */
|
|
1114
|
+
.ui.flowing.popup {
|
|
1115
|
+
max-width: none;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
/* --------------
|
|
1119
|
+
Sizes
|
|
1120
|
+
--------------- */
|
|
1121
|
+
.ui.popup {
|
|
1122
|
+
font-size: 1rem;
|
|
1123
|
+
}
|
|
1124
|
+
.ui.mini.popup {
|
|
1125
|
+
font-size: 0.78571429rem;
|
|
1126
|
+
}
|
|
1127
|
+
[data-tooltip][data-variation~="mini"]::before,
|
|
1128
|
+
[data-tooltip][data-variation~="mini"]::after {
|
|
1129
|
+
font-size: 0.78571429rem;
|
|
1130
|
+
}
|
|
1131
|
+
.ui.tiny.popup {
|
|
1132
|
+
font-size: 0.85714286rem;
|
|
1133
|
+
}
|
|
1134
|
+
[data-tooltip][data-variation~="tiny"]::before,
|
|
1135
|
+
[data-tooltip][data-variation~="tiny"]::after {
|
|
1136
|
+
font-size: 0.85714286rem;
|
|
1137
|
+
}
|
|
1138
|
+
.ui.small.popup {
|
|
1139
|
+
font-size: 0.92857143rem;
|
|
1140
|
+
}
|
|
1141
|
+
[data-tooltip][data-variation~="small"]::before,
|
|
1142
|
+
[data-tooltip][data-variation~="small"]::after {
|
|
1143
|
+
font-size: 0.92857143rem;
|
|
1144
|
+
}
|
|
1145
|
+
.ui.large.popup {
|
|
1146
|
+
font-size: 1.14285714rem;
|
|
1147
|
+
}
|
|
1148
|
+
[data-tooltip][data-variation~="large"]::before,
|
|
1149
|
+
[data-tooltip][data-variation~="large"]::after {
|
|
1150
|
+
font-size: 1.14285714rem;
|
|
1151
|
+
}
|
|
1152
|
+
.ui.big.popup {
|
|
1153
|
+
font-size: 1.28571429rem;
|
|
1154
|
+
}
|
|
1155
|
+
[data-tooltip][data-variation~="big"]::before,
|
|
1156
|
+
[data-tooltip][data-variation~="big"]::after {
|
|
1157
|
+
font-size: 1.28571429rem;
|
|
1158
|
+
}
|
|
1159
|
+
.ui.huge.popup {
|
|
1160
|
+
font-size: 1.42857143rem;
|
|
1161
|
+
}
|
|
1162
|
+
[data-tooltip][data-variation~="huge"]::before,
|
|
1163
|
+
[data-tooltip][data-variation~="huge"]::after {
|
|
1164
|
+
font-size: 1.42857143rem;
|
|
1165
|
+
}
|
|
1166
|
+
.ui.massive.popup {
|
|
1167
|
+
font-size: 1.71428571rem;
|
|
1168
|
+
}
|
|
1169
|
+
[data-tooltip][data-variation~="massive"]::before,
|
|
1170
|
+
[data-tooltip][data-variation~="massive"]::after {
|
|
1171
|
+
font-size: 1.71428571rem;
|
|
1172
|
+
}
|
|
1173
|
+
|
|
1174
|
+
|
|
1175
|
+
/*******************************
|
|
1176
|
+
Theme Overrides
|
|
1177
|
+
*******************************/
|
|
1178
|
+
|
|
1179
|
+
|
|
1180
|
+
|
|
1181
|
+
/*******************************
|
|
1182
|
+
User Overrides
|
|
1183
|
+
*******************************/
|
|
1184
|
+
|