@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,10 +1,10 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* # Fomantic-UI - Input
|
|
3
|
-
*
|
|
2
|
+
* # Fomantic-UI 2.9.2 - Input
|
|
3
|
+
* https://github.com/fomantic/Fomantic-UI/
|
|
4
4
|
*
|
|
5
5
|
*
|
|
6
6
|
* Released under the MIT license
|
|
7
|
-
*
|
|
7
|
+
* https://opensource.org/licenses/MIT
|
|
8
8
|
*
|
|
9
9
|
*/
|
|
10
10
|
|
|
@@ -14,55 +14,60 @@
|
|
|
14
14
|
*******************************/
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
/* --------------------
|
|
18
18
|
Inputs
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
--------------------- */
|
|
21
20
|
.ui.input {
|
|
22
21
|
position: relative;
|
|
23
22
|
font-weight: normal;
|
|
24
23
|
font-style: normal;
|
|
25
|
-
display: -webkit-inline-box;
|
|
26
|
-
display: -ms-inline-flexbox;
|
|
27
24
|
display: inline-flex;
|
|
28
25
|
color: rgba(0, 0, 0, 0.87);
|
|
29
26
|
}
|
|
30
27
|
.ui.input > input {
|
|
31
28
|
margin: 0;
|
|
32
29
|
max-width: 100%;
|
|
33
|
-
|
|
34
|
-
-ms-flex: 1 0 auto;
|
|
35
|
-
flex: 1 0 auto;
|
|
30
|
+
flex: 1 0 auto;
|
|
36
31
|
outline: none;
|
|
37
32
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
|
38
33
|
text-align: left;
|
|
39
34
|
line-height: 1.21428571em;
|
|
40
|
-
font-family:
|
|
41
|
-
|
|
42
|
-
background: #FFFFFF;
|
|
35
|
+
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";
|
|
36
|
+
background: #fff;
|
|
43
37
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
44
38
|
color: rgba(0, 0, 0, 0.87);
|
|
45
39
|
border-radius: 0.28571429rem;
|
|
46
|
-
-webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
|
47
|
-
transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
|
48
40
|
transition: box-shadow 0.1s ease, border-color 0.1s ease;
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
41
|
+
box-shadow: none;
|
|
42
|
+
}
|
|
43
|
+
.ui.input > input:not([type="color"]) {
|
|
44
|
+
padding: 0.67857143em 1em;
|
|
45
|
+
}
|
|
46
|
+
.ui.input > input::-webkit-calendar-picker-indicator {
|
|
47
|
+
padding: 0;
|
|
48
|
+
opacity: 0.5;
|
|
49
|
+
-webkit-transition: opacity 0.3s ease;
|
|
50
|
+
transition: opacity 0.3s ease;
|
|
51
|
+
cursor: pointer;
|
|
52
52
|
}
|
|
53
53
|
|
|
54
|
-
|
|
54
|
+
/* --------------------
|
|
55
55
|
Placeholder
|
|
56
|
-
|
|
57
|
-
|
|
56
|
+
--------------------- */
|
|
58
57
|
|
|
59
58
|
/* browsers require these rules separate */
|
|
60
|
-
.ui.input > input
|
|
59
|
+
.ui.input > input:-ms-input-placeholder {
|
|
61
60
|
color: rgba(191, 191, 191, 0.87);
|
|
62
61
|
}
|
|
63
|
-
.ui.input > input::-
|
|
62
|
+
.ui.input > input::-ms-input-placeholder {
|
|
63
|
+
color: rgba(191, 191, 191, 0.87);
|
|
64
|
+
}
|
|
65
|
+
.ui.input > input::placeholder {
|
|
64
66
|
color: rgba(191, 191, 191, 0.87);
|
|
65
67
|
}
|
|
68
|
+
.ui.input > input::-moz-placeholder {
|
|
69
|
+
opacity: 1;
|
|
70
|
+
}
|
|
66
71
|
.ui.input > input:-ms-input-placeholder {
|
|
67
72
|
color: rgba(191, 191, 191, 0.87);
|
|
68
73
|
}
|
|
@@ -73,10 +78,9 @@
|
|
|
73
78
|
*******************************/
|
|
74
79
|
|
|
75
80
|
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
81
|
+
/* --------------------
|
|
82
|
+
Disabled
|
|
83
|
+
--------------------- */
|
|
80
84
|
.ui.disabled.input,
|
|
81
85
|
.ui.input:not(.disabled) input[disabled] {
|
|
82
86
|
opacity: 0.45;
|
|
@@ -86,26 +90,23 @@
|
|
|
86
90
|
pointer-events: none;
|
|
87
91
|
}
|
|
88
92
|
|
|
89
|
-
|
|
93
|
+
/* --------------------
|
|
90
94
|
Active
|
|
91
|
-
|
|
92
|
-
|
|
95
|
+
--------------------- */
|
|
93
96
|
.ui.input > input:active,
|
|
94
97
|
.ui.input.down input {
|
|
95
98
|
border-color: rgba(0, 0, 0, 0.3);
|
|
96
|
-
background: #
|
|
99
|
+
background: #fafafa;
|
|
97
100
|
color: rgba(0, 0, 0, 0.87);
|
|
98
|
-
|
|
99
|
-
box-shadow: none;
|
|
101
|
+
box-shadow: none;
|
|
100
102
|
}
|
|
101
103
|
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
.ui.loading.loading.input > i.icon:before {
|
|
104
|
+
/* --------------------
|
|
105
|
+
Loading
|
|
106
|
+
--------------------- */
|
|
107
|
+
.ui.loading.loading.input > i.icon::before {
|
|
107
108
|
position: absolute;
|
|
108
|
-
content:
|
|
109
|
+
content: "";
|
|
109
110
|
top: 50%;
|
|
110
111
|
left: 50%;
|
|
111
112
|
margin: -0.64285714em 0 0 -0.64285714em;
|
|
@@ -114,40 +115,38 @@
|
|
|
114
115
|
border-radius: 500rem;
|
|
115
116
|
border: 0.2em solid rgba(0, 0, 0, 0.1);
|
|
116
117
|
}
|
|
117
|
-
.ui.loading.loading.input > i.icon
|
|
118
|
+
.ui.loading.loading.input > i.icon::after {
|
|
118
119
|
position: absolute;
|
|
119
|
-
content:
|
|
120
|
+
content: "";
|
|
120
121
|
top: 50%;
|
|
121
122
|
left: 50%;
|
|
122
123
|
margin: -0.64285714em 0 0 -0.64285714em;
|
|
123
124
|
width: 1.28571429em;
|
|
124
125
|
height: 1.28571429em;
|
|
125
|
-
|
|
126
|
-
animation: loader 0.6s infinite linear;
|
|
126
|
+
animation: loader 0.6s infinite linear;
|
|
127
127
|
border: 0.2em solid #767676;
|
|
128
128
|
border-radius: 500rem;
|
|
129
|
-
|
|
130
|
-
box-shadow: 0 0 0 1px transparent;
|
|
129
|
+
box-shadow: 0 0 0 1px transparent;
|
|
131
130
|
}
|
|
132
131
|
|
|
133
|
-
|
|
132
|
+
/* --------------------
|
|
134
133
|
Focus
|
|
135
|
-
|
|
136
|
-
|
|
134
|
+
--------------------- */
|
|
137
135
|
.ui.input.focus > input,
|
|
138
136
|
.ui.input > input:focus {
|
|
139
|
-
border-color: #
|
|
140
|
-
background: #
|
|
137
|
+
border-color: #85b7d9;
|
|
138
|
+
background: #fff;
|
|
141
139
|
color: rgba(0, 0, 0, 0.8);
|
|
142
|
-
|
|
143
|
-
box-shadow: none;
|
|
140
|
+
box-shadow: none;
|
|
144
141
|
}
|
|
145
|
-
.ui.input.focus > input
|
|
146
|
-
.ui.input > input:focus::-webkit-input-placeholder {
|
|
142
|
+
.ui.input.focus > input:-ms-input-placeholder, .ui.input > input:focus:-ms-input-placeholder {
|
|
147
143
|
color: rgba(115, 115, 115, 0.87);
|
|
148
144
|
}
|
|
149
|
-
.ui.input.focus > input::-
|
|
150
|
-
|
|
145
|
+
.ui.input.focus > input::-ms-input-placeholder, .ui.input > input:focus::-ms-input-placeholder {
|
|
146
|
+
color: rgba(115, 115, 115, 0.87);
|
|
147
|
+
}
|
|
148
|
+
.ui.input.focus > input::placeholder,
|
|
149
|
+
.ui.input > input:focus::placeholder {
|
|
151
150
|
color: rgba(115, 115, 115, 0.87);
|
|
152
151
|
}
|
|
153
152
|
.ui.input.focus > input:-ms-input-placeholder,
|
|
@@ -155,23 +154,42 @@
|
|
|
155
154
|
color: rgba(115, 115, 115, 0.87);
|
|
156
155
|
}
|
|
157
156
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
157
|
+
/* --------------------
|
|
158
|
+
States
|
|
159
|
+
--------------------- */
|
|
162
160
|
.ui.input.error > input {
|
|
163
|
-
background-color: #
|
|
164
|
-
border-color: #
|
|
165
|
-
color: #
|
|
166
|
-
|
|
167
|
-
|
|
161
|
+
background-color: #fff6f6;
|
|
162
|
+
border-color: #e0b4b4;
|
|
163
|
+
color: #9f3a38;
|
|
164
|
+
box-shadow: none;
|
|
165
|
+
}
|
|
166
|
+
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
|
167
|
+
background-color: #fff6f6;
|
|
168
|
+
border-color: #e0b4b4;
|
|
169
|
+
color: #9f3a38;
|
|
170
|
+
box-shadow: none;
|
|
171
|
+
}
|
|
172
|
+
.ui.input > input:not(:placeholder-shown):invalid {
|
|
173
|
+
background-color: #fff6f6;
|
|
174
|
+
border-color: #e0b4b4;
|
|
175
|
+
color: #9f3a38;
|
|
176
|
+
box-shadow: none;
|
|
177
|
+
}
|
|
178
|
+
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
|
179
|
+
background-color: #fff6f6;
|
|
180
|
+
border-color: #e0b4b4;
|
|
181
|
+
color: #9f3a38;
|
|
182
|
+
box-shadow: none;
|
|
168
183
|
}
|
|
169
184
|
|
|
170
185
|
/* Placeholder */
|
|
171
|
-
.ui.input.error > input
|
|
186
|
+
.ui.input.error > input:-ms-input-placeholder {
|
|
172
187
|
color: #e7bdbc;
|
|
173
188
|
}
|
|
174
|
-
.ui.input.error > input::-
|
|
189
|
+
.ui.input.error > input::-ms-input-placeholder {
|
|
190
|
+
color: #e7bdbc;
|
|
191
|
+
}
|
|
192
|
+
.ui.input.error > input::placeholder {
|
|
175
193
|
color: #e7bdbc;
|
|
176
194
|
}
|
|
177
195
|
.ui.input.error > input:-ms-input-placeholder {
|
|
@@ -179,28 +197,33 @@
|
|
|
179
197
|
}
|
|
180
198
|
|
|
181
199
|
/* Focused Placeholder */
|
|
182
|
-
.ui.input.error > input:focus
|
|
200
|
+
.ui.input.error > input:focus:-ms-input-placeholder {
|
|
183
201
|
color: #da9796;
|
|
184
202
|
}
|
|
185
|
-
.ui.input.error > input:focus::-
|
|
203
|
+
.ui.input.error > input:focus::-ms-input-placeholder {
|
|
204
|
+
color: #da9796;
|
|
205
|
+
}
|
|
206
|
+
.ui.input.error > input:focus::placeholder {
|
|
186
207
|
color: #da9796;
|
|
187
208
|
}
|
|
188
209
|
.ui.input.error > input:focus:-ms-input-placeholder {
|
|
189
210
|
color: #da9796 !important;
|
|
190
211
|
}
|
|
191
212
|
.ui.input.info > input {
|
|
192
|
-
background-color: #
|
|
193
|
-
border-color: #
|
|
194
|
-
color: #
|
|
195
|
-
|
|
196
|
-
box-shadow: none;
|
|
213
|
+
background-color: #f8ffff;
|
|
214
|
+
border-color: #a9d5de;
|
|
215
|
+
color: #276f86;
|
|
216
|
+
box-shadow: none;
|
|
197
217
|
}
|
|
198
218
|
|
|
199
219
|
/* Placeholder */
|
|
200
|
-
.ui.input.info > input
|
|
220
|
+
.ui.input.info > input:-ms-input-placeholder {
|
|
221
|
+
color: #98cfe1;
|
|
222
|
+
}
|
|
223
|
+
.ui.input.info > input::-ms-input-placeholder {
|
|
201
224
|
color: #98cfe1;
|
|
202
225
|
}
|
|
203
|
-
.ui.input.info > input
|
|
226
|
+
.ui.input.info > input::placeholder {
|
|
204
227
|
color: #98cfe1;
|
|
205
228
|
}
|
|
206
229
|
.ui.input.info > input:-ms-input-placeholder {
|
|
@@ -208,28 +231,33 @@
|
|
|
208
231
|
}
|
|
209
232
|
|
|
210
233
|
/* Focused Placeholder */
|
|
211
|
-
.ui.input.info > input:focus
|
|
234
|
+
.ui.input.info > input:focus:-ms-input-placeholder {
|
|
235
|
+
color: #70bdd6;
|
|
236
|
+
}
|
|
237
|
+
.ui.input.info > input:focus::-ms-input-placeholder {
|
|
212
238
|
color: #70bdd6;
|
|
213
239
|
}
|
|
214
|
-
.ui.input.info > input:focus
|
|
240
|
+
.ui.input.info > input:focus::placeholder {
|
|
215
241
|
color: #70bdd6;
|
|
216
242
|
}
|
|
217
243
|
.ui.input.info > input:focus:-ms-input-placeholder {
|
|
218
244
|
color: #70bdd6 !important;
|
|
219
245
|
}
|
|
220
246
|
.ui.input.success > input {
|
|
221
|
-
background-color: #
|
|
222
|
-
border-color: #
|
|
223
|
-
color: #
|
|
224
|
-
|
|
225
|
-
box-shadow: none;
|
|
247
|
+
background-color: #fcfff5;
|
|
248
|
+
border-color: #a3c293;
|
|
249
|
+
color: #2c662d;
|
|
250
|
+
box-shadow: none;
|
|
226
251
|
}
|
|
227
252
|
|
|
228
253
|
/* Placeholder */
|
|
229
|
-
.ui.input.success > input
|
|
254
|
+
.ui.input.success > input:-ms-input-placeholder {
|
|
255
|
+
color: #8fcf90;
|
|
256
|
+
}
|
|
257
|
+
.ui.input.success > input::-ms-input-placeholder {
|
|
230
258
|
color: #8fcf90;
|
|
231
259
|
}
|
|
232
|
-
.ui.input.success > input
|
|
260
|
+
.ui.input.success > input::placeholder {
|
|
233
261
|
color: #8fcf90;
|
|
234
262
|
}
|
|
235
263
|
.ui.input.success > input:-ms-input-placeholder {
|
|
@@ -237,28 +265,33 @@
|
|
|
237
265
|
}
|
|
238
266
|
|
|
239
267
|
/* Focused Placeholder */
|
|
240
|
-
.ui.input.success > input:focus
|
|
268
|
+
.ui.input.success > input:focus:-ms-input-placeholder {
|
|
241
269
|
color: #6cbf6d;
|
|
242
270
|
}
|
|
243
|
-
.ui.input.success > input:focus::-
|
|
271
|
+
.ui.input.success > input:focus::-ms-input-placeholder {
|
|
272
|
+
color: #6cbf6d;
|
|
273
|
+
}
|
|
274
|
+
.ui.input.success > input:focus::placeholder {
|
|
244
275
|
color: #6cbf6d;
|
|
245
276
|
}
|
|
246
277
|
.ui.input.success > input:focus:-ms-input-placeholder {
|
|
247
278
|
color: #6cbf6d !important;
|
|
248
279
|
}
|
|
249
280
|
.ui.input.warning > input {
|
|
250
|
-
background-color: #
|
|
251
|
-
border-color: #
|
|
252
|
-
color: #
|
|
253
|
-
|
|
254
|
-
box-shadow: none;
|
|
281
|
+
background-color: #fffaf3;
|
|
282
|
+
border-color: #c9ba9b;
|
|
283
|
+
color: #573a08;
|
|
284
|
+
box-shadow: none;
|
|
255
285
|
}
|
|
256
286
|
|
|
257
287
|
/* Placeholder */
|
|
258
|
-
.ui.input.warning > input
|
|
288
|
+
.ui.input.warning > input:-ms-input-placeholder {
|
|
259
289
|
color: #edad3e;
|
|
260
290
|
}
|
|
261
|
-
.ui.input.warning > input::-
|
|
291
|
+
.ui.input.warning > input::-ms-input-placeholder {
|
|
292
|
+
color: #edad3e;
|
|
293
|
+
}
|
|
294
|
+
.ui.input.warning > input::placeholder {
|
|
262
295
|
color: #edad3e;
|
|
263
296
|
}
|
|
264
297
|
.ui.input.warning > input:-ms-input-placeholder {
|
|
@@ -266,10 +299,13 @@
|
|
|
266
299
|
}
|
|
267
300
|
|
|
268
301
|
/* Focused Placeholder */
|
|
269
|
-
.ui.input.warning > input:focus
|
|
302
|
+
.ui.input.warning > input:focus:-ms-input-placeholder {
|
|
270
303
|
color: #e39715;
|
|
271
304
|
}
|
|
272
|
-
.ui.input.warning > input:focus::-
|
|
305
|
+
.ui.input.warning > input:focus::-ms-input-placeholder {
|
|
306
|
+
color: #e39715;
|
|
307
|
+
}
|
|
308
|
+
.ui.input.warning > input:focus::placeholder {
|
|
273
309
|
color: #e39715;
|
|
274
310
|
}
|
|
275
311
|
.ui.input.warning > input:focus:-ms-input-placeholder {
|
|
@@ -282,17 +318,15 @@
|
|
|
282
318
|
*******************************/
|
|
283
319
|
|
|
284
320
|
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
321
|
+
/* --------------------
|
|
322
|
+
Transparent
|
|
323
|
+
--------------------- */
|
|
289
324
|
.ui.transparent.input > textarea,
|
|
290
325
|
.ui.transparent.input > input {
|
|
291
326
|
border-color: transparent !important;
|
|
292
327
|
background-color: transparent !important;
|
|
293
328
|
padding: 0;
|
|
294
|
-
|
|
295
|
-
box-shadow: none !important;
|
|
329
|
+
box-shadow: none !important;
|
|
296
330
|
border-radius: 0 !important;
|
|
297
331
|
}
|
|
298
332
|
.field .ui.transparent.input > textarea {
|
|
@@ -314,26 +348,28 @@
|
|
|
314
348
|
|
|
315
349
|
/* Transparent Inverted */
|
|
316
350
|
.ui.transparent.inverted.input {
|
|
317
|
-
color: #
|
|
351
|
+
color: #fff;
|
|
318
352
|
}
|
|
319
353
|
.ui.ui.transparent.inverted.input > textarea,
|
|
320
354
|
.ui.ui.transparent.inverted.input > input {
|
|
321
355
|
color: inherit;
|
|
322
356
|
}
|
|
323
|
-
.ui.transparent.inverted.input > input
|
|
357
|
+
.ui.transparent.inverted.input > input:-ms-input-placeholder {
|
|
358
|
+
color: rgba(255, 255, 255, 0.5);
|
|
359
|
+
}
|
|
360
|
+
.ui.transparent.inverted.input > input::-ms-input-placeholder {
|
|
324
361
|
color: rgba(255, 255, 255, 0.5);
|
|
325
362
|
}
|
|
326
|
-
.ui.transparent.inverted.input > input
|
|
363
|
+
.ui.transparent.inverted.input > input::placeholder {
|
|
327
364
|
color: rgba(255, 255, 255, 0.5);
|
|
328
365
|
}
|
|
329
366
|
.ui.transparent.inverted.input > input:-ms-input-placeholder {
|
|
330
367
|
color: rgba(255, 255, 255, 0.5);
|
|
331
368
|
}
|
|
332
369
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
370
|
+
/* --------------------
|
|
371
|
+
Icon
|
|
372
|
+
--------------------- */
|
|
337
373
|
.ui.icon.input > i.icon {
|
|
338
374
|
cursor: default;
|
|
339
375
|
position: absolute;
|
|
@@ -346,18 +382,17 @@
|
|
|
346
382
|
width: 2.67142857em;
|
|
347
383
|
opacity: 0.5;
|
|
348
384
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
|
349
|
-
-webkit-transition: opacity 0.3s ease;
|
|
350
385
|
transition: opacity 0.3s ease;
|
|
351
386
|
}
|
|
352
387
|
.ui.icon.input > i.icon:not(.link) {
|
|
353
388
|
pointer-events: none;
|
|
354
389
|
}
|
|
355
|
-
.ui.ui.ui.ui.icon.input > textarea,
|
|
356
|
-
.ui.ui.ui.ui.icon.input > input {
|
|
390
|
+
.ui.ui.ui.ui.icon.input:not(.corner) > textarea,
|
|
391
|
+
.ui.ui.ui.ui.icon.input:not(.corner) > input {
|
|
357
392
|
padding-right: 2.67142857em;
|
|
358
393
|
}
|
|
359
|
-
.ui.icon.input > i.icon
|
|
360
|
-
.ui.icon.input > i.icon
|
|
394
|
+
.ui.icon.input > i.icon::before,
|
|
395
|
+
.ui.icon.input > i.icon::after {
|
|
361
396
|
left: 0;
|
|
362
397
|
position: absolute;
|
|
363
398
|
text-align: center;
|
|
@@ -383,28 +418,29 @@
|
|
|
383
418
|
right: auto;
|
|
384
419
|
left: 0.5em;
|
|
385
420
|
}
|
|
386
|
-
.ui.ui.ui.ui[class*="left icon"].input > textarea,
|
|
387
|
-
.ui.ui.ui.ui[class*="left icon"].input > input {
|
|
421
|
+
.ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > textarea,
|
|
422
|
+
.ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > input {
|
|
388
423
|
padding-left: 2.67142857em;
|
|
424
|
+
}
|
|
425
|
+
.ui.ui.ui.ui[class*="left icon"]:not(.corner).input > textarea,
|
|
426
|
+
.ui.ui.ui.ui[class*="left icon"]:not(.corner).input > input {
|
|
389
427
|
padding-right: 1em;
|
|
390
428
|
}
|
|
391
429
|
|
|
392
430
|
/* Focus */
|
|
431
|
+
.ui.input > input:focus::-webkit-calendar-picker-indicator,
|
|
393
432
|
.ui.icon.input > textarea:focus ~ i.icon,
|
|
394
433
|
.ui.icon.input > input:focus ~ i.icon {
|
|
395
434
|
opacity: 1;
|
|
396
435
|
}
|
|
397
436
|
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
437
|
+
/* --------------------
|
|
438
|
+
Labeled
|
|
439
|
+
--------------------- */
|
|
402
440
|
|
|
403
441
|
/* Adjacent Label */
|
|
404
442
|
.ui.labeled.input > .label {
|
|
405
|
-
|
|
406
|
-
-ms-flex: 0 0 auto;
|
|
407
|
-
flex: 0 0 auto;
|
|
443
|
+
flex: 0 0 auto;
|
|
408
444
|
margin: 0;
|
|
409
445
|
font-size: 1em;
|
|
410
446
|
}
|
|
@@ -424,7 +460,7 @@
|
|
|
424
460
|
border-left-color: transparent;
|
|
425
461
|
}
|
|
426
462
|
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
|
|
427
|
-
border-left-color: #
|
|
463
|
+
border-left-color: #85b7d9;
|
|
428
464
|
}
|
|
429
465
|
|
|
430
466
|
/* Regular Label on Right */
|
|
@@ -438,7 +474,7 @@
|
|
|
438
474
|
border-bottom-left-radius: 0;
|
|
439
475
|
}
|
|
440
476
|
.ui[class*="right labeled"].input > input:focus {
|
|
441
|
-
border-right-color: #
|
|
477
|
+
border-right-color: #85b7d9 !important;
|
|
442
478
|
}
|
|
443
479
|
|
|
444
480
|
/* Corner Label */
|
|
@@ -450,38 +486,105 @@
|
|
|
450
486
|
}
|
|
451
487
|
|
|
452
488
|
/* Spacing with corner label */
|
|
453
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).
|
|
454
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).
|
|
455
|
-
|
|
489
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown,
|
|
490
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > textarea,
|
|
491
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > input {
|
|
492
|
+
padding-right: 2.5em;
|
|
456
493
|
}
|
|
494
|
+
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .ui.dropdown,
|
|
457
495
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > textarea,
|
|
458
496
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
|
|
459
|
-
padding-right: 3.25em
|
|
497
|
+
padding-right: 3.25em;
|
|
460
498
|
}
|
|
461
|
-
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .icon {
|
|
499
|
+
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > i.icon {
|
|
462
500
|
margin-right: 1.25em;
|
|
463
501
|
}
|
|
464
502
|
|
|
465
503
|
/* Left Labeled */
|
|
466
|
-
.ui[class*="left
|
|
467
|
-
.ui[class*="left
|
|
468
|
-
|
|
504
|
+
.ui[class*="left icon"].input > .ui.dropdown:first-child,
|
|
505
|
+
.ui[class*="left icon"].input > i.icon + .ui.dropdown,
|
|
506
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown,
|
|
507
|
+
.ui[class*="left corner labeled"].input > textarea,
|
|
508
|
+
.ui[class*="left corner labeled"].input > input {
|
|
509
|
+
padding-left: 2.5em;
|
|
510
|
+
}
|
|
511
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > .ui.dropdown,
|
|
512
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > textarea,
|
|
513
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
|
|
514
|
+
padding-right: 3.25em;
|
|
515
|
+
}
|
|
516
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
|
|
517
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > textarea,
|
|
518
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > input {
|
|
519
|
+
padding-left: 4em;
|
|
520
|
+
}
|
|
521
|
+
.ui[class*="left corner labeled"].icon.input > i.icon {
|
|
522
|
+
margin-left: 1.25em;
|
|
469
523
|
}
|
|
470
|
-
.ui[class*="left corner labeled"].icon.input >
|
|
471
|
-
|
|
472
|
-
padding-left: 3.25em !important;
|
|
524
|
+
.ui[class*="left corner labeled"].icon:not([class*="left icon"]).input > input {
|
|
525
|
+
padding-right: 2.5em;
|
|
473
526
|
}
|
|
474
|
-
.ui[class*="left corner labeled"].icon.input >
|
|
475
|
-
|
|
527
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > input {
|
|
528
|
+
padding-right: 5em;
|
|
529
|
+
}
|
|
530
|
+
.ui[class*="left icon"].input > .ui.dropdown > .search,
|
|
531
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .search {
|
|
532
|
+
padding-left: 2.5em;
|
|
533
|
+
}
|
|
534
|
+
.ui[class*="left icon"].input > .ui.dropdown > .menu,
|
|
535
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .menu {
|
|
536
|
+
padding-left: 1.25em;
|
|
537
|
+
}
|
|
538
|
+
.ui[class*="left icon"].input > .ui.dropdown > .menu > .item,
|
|
539
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .menu > .item {
|
|
540
|
+
padding-left: 2.5em;
|
|
541
|
+
margin-left: -1.25em;
|
|
542
|
+
}
|
|
543
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .search {
|
|
544
|
+
padding-left: 4em;
|
|
545
|
+
}
|
|
546
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .menu > .item {
|
|
547
|
+
padding-left: 4em;
|
|
548
|
+
}
|
|
549
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .search,
|
|
550
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .search {
|
|
551
|
+
padding-right: 5.75em;
|
|
552
|
+
}
|
|
553
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .remove.icon,
|
|
554
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .remove.icon,
|
|
555
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon,
|
|
556
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .dropdown.icon {
|
|
557
|
+
padding-right: 2.5em;
|
|
476
558
|
}
|
|
477
|
-
|
|
559
|
+
@supports selector(:has(.f)) {
|
|
560
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon {
|
|
561
|
+
padding-right: initial;
|
|
562
|
+
}
|
|
563
|
+
.ui.icon.input:not([class*="left icon"]):not(:has(.ui.dropdown ~ input)) > .ui.dropdown > .dropdown.icon {
|
|
564
|
+
padding-right: 2.5em;
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .search {
|
|
568
|
+
padding-right: 7.25em;
|
|
569
|
+
}
|
|
570
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .remove.icon,
|
|
571
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .dropdown.icon {
|
|
572
|
+
padding-right: 4em;
|
|
573
|
+
}
|
|
574
|
+
.ui.icon.input > .ui.visible.dropdown ~ i.icon,
|
|
575
|
+
.ui.icon.input > .ui.active.dropdown ~ i.icon,
|
|
576
|
+
.ui[class*="corner labeled"].input > .ui.visible.dropdown ~ .ui.corner.label,
|
|
577
|
+
.ui[class*="corner labeled"].input > .ui.active.dropdown ~ .ui.corner.label {
|
|
578
|
+
z-index: 10;
|
|
579
|
+
}
|
|
580
|
+
.ui.icon.input > textarea ~ i.icon {
|
|
478
581
|
height: 3em;
|
|
479
582
|
}
|
|
480
|
-
:not(.field) > .ui.transparent.icon.input > textarea ~ .icon {
|
|
583
|
+
:not(.field) > .ui.transparent.icon.input > textarea ~ i.icon {
|
|
481
584
|
height: 1.3em;
|
|
482
585
|
}
|
|
483
586
|
|
|
484
|
-
/* Corner Label Position
|
|
587
|
+
/* Corner Label Position */
|
|
485
588
|
.ui.input > .ui.corner.label {
|
|
486
589
|
top: 1px;
|
|
487
590
|
right: 1px;
|
|
@@ -492,114 +595,107 @@
|
|
|
492
595
|
}
|
|
493
596
|
|
|
494
597
|
/* Labeled and action input states */
|
|
495
|
-
.ui.form
|
|
496
|
-
.ui.form
|
|
598
|
+
.ui.form .field.error > .ui.action.input > .ui.button,
|
|
599
|
+
.ui.form .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
|
497
600
|
.ui.action.input.error > .ui.button,
|
|
498
601
|
.ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
|
|
499
|
-
border-top: 1px solid #
|
|
500
|
-
border-bottom: 1px solid #
|
|
602
|
+
border-top: 1px solid #e0b4b4;
|
|
603
|
+
border-bottom: 1px solid #e0b4b4;
|
|
501
604
|
}
|
|
502
|
-
.ui.form
|
|
503
|
-
.ui.form
|
|
504
|
-
.ui
|
|
605
|
+
.ui.form .field.error > .ui[class*="left action"].input > .ui.button,
|
|
606
|
+
.ui.form .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
|
607
|
+
.ui[class*="left action"].input.error > .ui.button,
|
|
505
608
|
.ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
|
|
506
|
-
border-left: 1px solid #
|
|
609
|
+
border-left: 1px solid #e0b4b4;
|
|
507
610
|
}
|
|
508
|
-
.ui.form
|
|
509
|
-
.ui.form
|
|
510
|
-
.ui.action.input.error:not(
|
|
611
|
+
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
|
612
|
+
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
|
613
|
+
.ui.action.input.error:not([class*="left action"]) > input + .ui.button,
|
|
511
614
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
|
|
512
|
-
border-right: 1px solid #
|
|
615
|
+
border-right: 1px solid #e0b4b4;
|
|
513
616
|
}
|
|
514
|
-
.ui.form
|
|
617
|
+
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
|
515
618
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
|
|
516
|
-
border-left: 1px solid #
|
|
619
|
+
border-left: 1px solid #e0b4b4;
|
|
517
620
|
}
|
|
518
|
-
.ui.form
|
|
519
|
-
.ui.form
|
|
621
|
+
.ui.form .field.info > .ui.action.input > .ui.button,
|
|
622
|
+
.ui.form .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
|
520
623
|
.ui.action.input.info > .ui.button,
|
|
521
624
|
.ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
|
|
522
|
-
border-top: 1px solid #
|
|
523
|
-
border-bottom: 1px solid #
|
|
625
|
+
border-top: 1px solid #a9d5de;
|
|
626
|
+
border-bottom: 1px solid #a9d5de;
|
|
524
627
|
}
|
|
525
|
-
.ui.form
|
|
526
|
-
.ui.form
|
|
527
|
-
.ui
|
|
628
|
+
.ui.form .field.info > .ui[class*="left action"].input > .ui.button,
|
|
629
|
+
.ui.form .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
|
630
|
+
.ui[class*="left action"].input.info > .ui.button,
|
|
528
631
|
.ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
|
|
529
|
-
border-left: 1px solid #
|
|
632
|
+
border-left: 1px solid #a9d5de;
|
|
530
633
|
}
|
|
531
|
-
.ui.form
|
|
532
|
-
.ui.form
|
|
533
|
-
.ui.action.input.info:not(
|
|
634
|
+
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
|
635
|
+
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
|
636
|
+
.ui.action.input.info:not([class*="left action"]) > input + .ui.button,
|
|
534
637
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
|
|
535
|
-
border-right: 1px solid #
|
|
638
|
+
border-right: 1px solid #a9d5de;
|
|
536
639
|
}
|
|
537
|
-
.ui.form
|
|
640
|
+
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
|
538
641
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
|
|
539
|
-
border-left: 1px solid #
|
|
642
|
+
border-left: 1px solid #a9d5de;
|
|
540
643
|
}
|
|
541
|
-
.ui.form
|
|
542
|
-
.ui.form
|
|
644
|
+
.ui.form .field.success > .ui.action.input > .ui.button,
|
|
645
|
+
.ui.form .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
|
543
646
|
.ui.action.input.success > .ui.button,
|
|
544
647
|
.ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
|
|
545
|
-
border-top: 1px solid #
|
|
546
|
-
border-bottom: 1px solid #
|
|
648
|
+
border-top: 1px solid #a3c293;
|
|
649
|
+
border-bottom: 1px solid #a3c293;
|
|
547
650
|
}
|
|
548
|
-
.ui.form
|
|
549
|
-
.ui.form
|
|
550
|
-
.ui
|
|
651
|
+
.ui.form .field.success > .ui[class*="left action"].input > .ui.button,
|
|
652
|
+
.ui.form .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
|
653
|
+
.ui[class*="left action"].input.success > .ui.button,
|
|
551
654
|
.ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
|
|
552
|
-
border-left: 1px solid #
|
|
655
|
+
border-left: 1px solid #a3c293;
|
|
553
656
|
}
|
|
554
|
-
.ui.form
|
|
555
|
-
.ui.form
|
|
556
|
-
.ui.action.input.success:not(
|
|
657
|
+
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
|
658
|
+
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
|
659
|
+
.ui.action.input.success:not([class*="left action"]) > input + .ui.button,
|
|
557
660
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
|
|
558
|
-
border-right: 1px solid #
|
|
661
|
+
border-right: 1px solid #a3c293;
|
|
559
662
|
}
|
|
560
|
-
.ui.form
|
|
663
|
+
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
|
561
664
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
|
|
562
|
-
border-left: 1px solid #
|
|
665
|
+
border-left: 1px solid #a3c293;
|
|
563
666
|
}
|
|
564
|
-
.ui.form
|
|
565
|
-
.ui.form
|
|
667
|
+
.ui.form .field.warning > .ui.action.input > .ui.button,
|
|
668
|
+
.ui.form .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
|
566
669
|
.ui.action.input.warning > .ui.button,
|
|
567
670
|
.ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
|
|
568
|
-
border-top: 1px solid #
|
|
569
|
-
border-bottom: 1px solid #
|
|
671
|
+
border-top: 1px solid #c9ba9b;
|
|
672
|
+
border-bottom: 1px solid #c9ba9b;
|
|
570
673
|
}
|
|
571
|
-
.ui.form
|
|
572
|
-
.ui.form
|
|
573
|
-
.ui
|
|
674
|
+
.ui.form .field.warning > .ui[class*="left action"].input > .ui.button,
|
|
675
|
+
.ui.form .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
|
676
|
+
.ui[class*="left action"].input.warning > .ui.button,
|
|
574
677
|
.ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
|
|
575
|
-
border-left: 1px solid #
|
|
678
|
+
border-left: 1px solid #c9ba9b;
|
|
576
679
|
}
|
|
577
|
-
.ui.form
|
|
578
|
-
.ui.form
|
|
579
|
-
.ui.action.input.warning:not(
|
|
680
|
+
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
|
681
|
+
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
|
682
|
+
.ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
|
|
580
683
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
|
|
581
|
-
border-right: 1px solid #
|
|
684
|
+
border-right: 1px solid #c9ba9b;
|
|
582
685
|
}
|
|
583
|
-
.ui.form
|
|
686
|
+
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
|
584
687
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
|
|
585
|
-
border-left: 1px solid #
|
|
688
|
+
border-left: 1px solid #c9ba9b;
|
|
586
689
|
}
|
|
587
690
|
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
691
|
+
/* --------------------
|
|
692
|
+
Action
|
|
693
|
+
--------------------- */
|
|
592
694
|
.ui.action.input > .button,
|
|
593
695
|
.ui.action.input > .buttons {
|
|
594
|
-
display: -webkit-box;
|
|
595
|
-
display: -ms-flexbox;
|
|
596
696
|
display: flex;
|
|
597
|
-
-
|
|
598
|
-
|
|
599
|
-
align-items: center;
|
|
600
|
-
-webkit-box-flex: 0;
|
|
601
|
-
-ms-flex: 0 0 auto;
|
|
602
|
-
flex: 0 0 auto;
|
|
697
|
+
align-items: center;
|
|
698
|
+
flex: 0 0 auto;
|
|
603
699
|
}
|
|
604
700
|
.ui.action.input > .button,
|
|
605
701
|
.ui.action.input > .buttons > .button {
|
|
@@ -608,18 +704,20 @@
|
|
|
608
704
|
margin: 0;
|
|
609
705
|
}
|
|
610
706
|
|
|
611
|
-
/* Input when ui Left*/
|
|
707
|
+
/* Input when ui Left */
|
|
612
708
|
.ui[class*="left action"].input > input {
|
|
613
709
|
border-top-left-radius: 0;
|
|
614
710
|
border-bottom-left-radius: 0;
|
|
615
711
|
border-left-color: transparent;
|
|
616
712
|
}
|
|
617
|
-
|
|
713
|
+
|
|
714
|
+
/* Input when ui Right */
|
|
618
715
|
.ui.action.input:not([class*="left action"]) > input {
|
|
619
716
|
border-top-right-radius: 0;
|
|
620
717
|
border-bottom-right-radius: 0;
|
|
621
718
|
border-right-color: transparent;
|
|
622
719
|
}
|
|
720
|
+
|
|
623
721
|
/* Button and Dropdown */
|
|
624
722
|
.ui.action.input > .dropdown:first-child,
|
|
625
723
|
.ui.action.input > .button:first-child,
|
|
@@ -639,39 +737,795 @@
|
|
|
639
737
|
|
|
640
738
|
/* Input Focus */
|
|
641
739
|
.ui.action.input:not([class*="left action"]) > input:focus {
|
|
642
|
-
border-right-color: #
|
|
740
|
+
border-right-color: #85b7d9;
|
|
643
741
|
}
|
|
644
742
|
.ui.ui[class*="left action"].input > input:focus {
|
|
645
|
-
border-left-color: #
|
|
743
|
+
border-left-color: #85b7d9;
|
|
646
744
|
}
|
|
647
745
|
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
746
|
+
/* --------------------
|
|
747
|
+
Inverted
|
|
748
|
+
--------------------- */
|
|
652
749
|
|
|
653
750
|
/* Standard */
|
|
654
751
|
.ui.inverted.input > input {
|
|
655
752
|
border: none;
|
|
656
753
|
}
|
|
657
754
|
|
|
658
|
-
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
|
|
755
|
+
/* --------------------
|
|
756
|
+
Fluid
|
|
757
|
+
--------------------- */
|
|
662
758
|
.ui.fluid.input {
|
|
663
|
-
display: -webkit-box;
|
|
664
|
-
display: -ms-flexbox;
|
|
665
759
|
display: flex;
|
|
666
760
|
}
|
|
667
761
|
.ui.fluid.input > input {
|
|
668
762
|
width: 0 !important;
|
|
669
763
|
}
|
|
670
764
|
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
|
|
765
|
+
/* --------------------
|
|
766
|
+
File
|
|
767
|
+
--------------------- */
|
|
674
768
|
|
|
769
|
+
/* width hack for chrome/edge */
|
|
770
|
+
.ui.file.input {
|
|
771
|
+
width: 100%;
|
|
772
|
+
}
|
|
773
|
+
.ui.file.input input[type="file"] {
|
|
774
|
+
width: 0;
|
|
775
|
+
}
|
|
776
|
+
.ui.form .field > input[type="file"],
|
|
777
|
+
.ui.file.input:not(.action) input[type="file"] {
|
|
778
|
+
padding: 0;
|
|
779
|
+
}
|
|
780
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
|
781
|
+
display: none;
|
|
782
|
+
}
|
|
783
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button,
|
|
784
|
+
.ui.file.input input[type="file"]::-webkit-file-upload-button {
|
|
785
|
+
border: none;
|
|
786
|
+
cursor: pointer;
|
|
787
|
+
padding: 0.67857143em 1em;
|
|
788
|
+
margin-right: 1em;
|
|
789
|
+
background: #e0e1e2;
|
|
790
|
+
font-weight: bold;
|
|
791
|
+
color: rgba(0, 0, 0, 0.6);
|
|
792
|
+
}
|
|
793
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button:hover,
|
|
794
|
+
.ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
795
|
+
background: #cacbcd;
|
|
796
|
+
color: rgba(0, 0, 0, 0.6);
|
|
797
|
+
}
|
|
798
|
+
.ui.action.file.input input[type="file"]::-ms-browse {
|
|
799
|
+
display: none;
|
|
800
|
+
}
|
|
801
|
+
.ui.form .field input[type="file"]::-ms-browse,
|
|
802
|
+
.ui.file.input input[type="file"]::-ms-browse {
|
|
803
|
+
border: none;
|
|
804
|
+
cursor: pointer;
|
|
805
|
+
padding: 0.67857143em 1em;
|
|
806
|
+
margin: 0;
|
|
807
|
+
background: #e0e1e2;
|
|
808
|
+
font-weight: bold;
|
|
809
|
+
color: rgba(0, 0, 0, 0.6);
|
|
810
|
+
}
|
|
811
|
+
.ui.form .field input[type="file"]::-ms-browse:hover,
|
|
812
|
+
.ui.file.input input[type="file"]::-ms-browse:hover {
|
|
813
|
+
background: #cacbcd;
|
|
814
|
+
color: rgba(0, 0, 0, 0.6);
|
|
815
|
+
}
|
|
816
|
+
|
|
817
|
+
/* IE needs additional styling for input field :S */
|
|
818
|
+
@media all and (-ms-high-contrast: none) {
|
|
819
|
+
.ui.file.input > input[type="file"],
|
|
820
|
+
input[type="file"].ui.file.input {
|
|
821
|
+
padding: 0 !important;
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
|
825
|
+
display: none;
|
|
826
|
+
}
|
|
827
|
+
.ui.action.file.input input[type="file"]::file-selector-button {
|
|
828
|
+
display: none;
|
|
829
|
+
}
|
|
830
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button, .ui.file.input input[type="file"]::-webkit-file-upload-button {
|
|
831
|
+
border: none;
|
|
832
|
+
cursor: pointer;
|
|
833
|
+
padding: 0.67857143em 1em;
|
|
834
|
+
margin-right: 1em;
|
|
835
|
+
background: #e0e1e2;
|
|
836
|
+
font-weight: bold;
|
|
837
|
+
color: rgba(0, 0, 0, 0.6);
|
|
838
|
+
}
|
|
839
|
+
.ui.form .field input[type="file"]::file-selector-button,
|
|
840
|
+
.ui.file.input input[type="file"]::file-selector-button {
|
|
841
|
+
border: none;
|
|
842
|
+
cursor: pointer;
|
|
843
|
+
padding: 0.67857143em 1em;
|
|
844
|
+
margin-right: 1em;
|
|
845
|
+
background: #e0e1e2;
|
|
846
|
+
font-weight: bold;
|
|
847
|
+
color: rgba(0, 0, 0, 0.6);
|
|
848
|
+
}
|
|
849
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button:hover, .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
850
|
+
background: #cacbcd;
|
|
851
|
+
color: rgba(0, 0, 0, 0.6);
|
|
852
|
+
}
|
|
853
|
+
.ui.form .field input[type="file"]::file-selector-button:hover,
|
|
854
|
+
.ui.file.input input[type="file"]::file-selector-button:hover {
|
|
855
|
+
background: #cacbcd;
|
|
856
|
+
color: rgba(0, 0, 0, 0.6);
|
|
857
|
+
}
|
|
858
|
+
.ui.form .field input[type="file"]:required:invalid,
|
|
859
|
+
.ui.file.input input[type="file"]:required:invalid {
|
|
860
|
+
color: #9f3a38;
|
|
861
|
+
background: #fff6f6;
|
|
862
|
+
border-color: #e0b4b4;
|
|
863
|
+
}
|
|
864
|
+
input[type="file"].ui.invisible.file.input,
|
|
865
|
+
.ui.invisible.file.input input[type="file"] {
|
|
866
|
+
left: -99999px;
|
|
867
|
+
position: absolute;
|
|
868
|
+
}
|
|
869
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary),
|
|
870
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary) {
|
|
871
|
+
background: #cacbcd;
|
|
872
|
+
color: rgba(0, 0, 0, 0.8);
|
|
873
|
+
}
|
|
874
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary).inverted,
|
|
875
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary).inverted {
|
|
876
|
+
background: #fff;
|
|
877
|
+
}
|
|
878
|
+
|
|
879
|
+
/* this is related to existing buttons, so the button color variable is used here! */
|
|
880
|
+
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary),
|
|
881
|
+
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary) {
|
|
882
|
+
background-color: #1678c2;
|
|
883
|
+
color: #fff;
|
|
884
|
+
}
|
|
885
|
+
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted,
|
|
886
|
+
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted {
|
|
887
|
+
background-color: #21b8ff;
|
|
888
|
+
}
|
|
889
|
+
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary),
|
|
890
|
+
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary) {
|
|
891
|
+
background-color: #27292a;
|
|
892
|
+
color: #fff;
|
|
893
|
+
}
|
|
894
|
+
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted,
|
|
895
|
+
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted {
|
|
896
|
+
background-color: #6e6e6e;
|
|
897
|
+
}
|
|
898
|
+
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary),
|
|
899
|
+
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary) {
|
|
900
|
+
background-color: #d01919;
|
|
901
|
+
color: #fff;
|
|
902
|
+
}
|
|
903
|
+
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted,
|
|
904
|
+
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted {
|
|
905
|
+
background-color: #ff392b;
|
|
906
|
+
}
|
|
907
|
+
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary),
|
|
908
|
+
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary) {
|
|
909
|
+
background-color: #f26202;
|
|
910
|
+
color: #fff;
|
|
911
|
+
}
|
|
912
|
+
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted,
|
|
913
|
+
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted {
|
|
914
|
+
background-color: #e76b00;
|
|
915
|
+
}
|
|
916
|
+
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary),
|
|
917
|
+
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary) {
|
|
918
|
+
background-color: #eaae00;
|
|
919
|
+
color: #fff;
|
|
920
|
+
}
|
|
921
|
+
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted,
|
|
922
|
+
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted {
|
|
923
|
+
background-color: #ebcd00;
|
|
924
|
+
}
|
|
925
|
+
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary),
|
|
926
|
+
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary) {
|
|
927
|
+
background-color: #a7bd0d;
|
|
928
|
+
color: #fff;
|
|
929
|
+
}
|
|
930
|
+
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted,
|
|
931
|
+
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted {
|
|
932
|
+
background-color: #d2e745;
|
|
933
|
+
}
|
|
934
|
+
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary),
|
|
935
|
+
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary) {
|
|
936
|
+
background-color: #16ab39;
|
|
937
|
+
color: #fff;
|
|
938
|
+
}
|
|
939
|
+
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted,
|
|
940
|
+
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted {
|
|
941
|
+
background-color: #1ea92e;
|
|
942
|
+
}
|
|
943
|
+
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary),
|
|
944
|
+
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary) {
|
|
945
|
+
background-color: #009c95;
|
|
946
|
+
color: #fff;
|
|
947
|
+
}
|
|
948
|
+
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted,
|
|
949
|
+
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted {
|
|
950
|
+
background-color: #3affff;
|
|
951
|
+
}
|
|
952
|
+
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary),
|
|
953
|
+
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary) {
|
|
954
|
+
background-color: #1678c2;
|
|
955
|
+
color: #fff;
|
|
956
|
+
}
|
|
957
|
+
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted,
|
|
958
|
+
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted {
|
|
959
|
+
background-color: #21b8ff;
|
|
960
|
+
}
|
|
961
|
+
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary),
|
|
962
|
+
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary) {
|
|
963
|
+
background-color: #5829bb;
|
|
964
|
+
color: #fff;
|
|
965
|
+
}
|
|
966
|
+
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted,
|
|
967
|
+
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted {
|
|
968
|
+
background-color: #745aff;
|
|
969
|
+
}
|
|
970
|
+
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary),
|
|
971
|
+
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary) {
|
|
972
|
+
background-color: #9627ba;
|
|
973
|
+
color: #fff;
|
|
974
|
+
}
|
|
975
|
+
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted,
|
|
976
|
+
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted {
|
|
977
|
+
background-color: #cf40ff;
|
|
978
|
+
}
|
|
979
|
+
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary),
|
|
980
|
+
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary) {
|
|
981
|
+
background-color: #e61a8d;
|
|
982
|
+
color: #fff;
|
|
983
|
+
}
|
|
984
|
+
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted,
|
|
985
|
+
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted {
|
|
986
|
+
background-color: #ff5bd1;
|
|
987
|
+
}
|
|
988
|
+
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary),
|
|
989
|
+
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary) {
|
|
990
|
+
background-color: #975b33;
|
|
991
|
+
color: #fff;
|
|
992
|
+
}
|
|
993
|
+
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted,
|
|
994
|
+
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted {
|
|
995
|
+
background-color: #b0620f;
|
|
996
|
+
}
|
|
997
|
+
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary),
|
|
998
|
+
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary) {
|
|
999
|
+
background-color: #838383;
|
|
1000
|
+
color: #fff;
|
|
1001
|
+
}
|
|
1002
|
+
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted,
|
|
1003
|
+
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted {
|
|
1004
|
+
background-color: #c2c4c5;
|
|
1005
|
+
}
|
|
1006
|
+
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary),
|
|
1007
|
+
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary) {
|
|
1008
|
+
background-color: #27292a;
|
|
1009
|
+
color: #fff;
|
|
1010
|
+
}
|
|
1011
|
+
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted,
|
|
1012
|
+
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
|
|
1013
|
+
background-color: #000000;
|
|
1014
|
+
}
|
|
1015
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
|
|
1016
|
+
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1017
|
+
background: #2185d0;
|
|
1018
|
+
color: #fff;
|
|
1019
|
+
}
|
|
1020
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
|
|
1021
|
+
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1022
|
+
background: #1678c2;
|
|
1023
|
+
}
|
|
1024
|
+
input[type="file"].ui.primary.file.input::-ms-browse,
|
|
1025
|
+
.ui.primary.file.input input[type="file"]::-ms-browse {
|
|
1026
|
+
background: #2185d0;
|
|
1027
|
+
color: #fff;
|
|
1028
|
+
}
|
|
1029
|
+
input[type="file"].ui.primary.file.input::-ms-browse:hover,
|
|
1030
|
+
.ui.primary.file.input input[type="file"]::-ms-browse:hover {
|
|
1031
|
+
background: #1678c2;
|
|
1032
|
+
}
|
|
1033
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1034
|
+
background: #2185d0;
|
|
1035
|
+
color: #fff;
|
|
1036
|
+
}
|
|
1037
|
+
input[type="file"].ui.primary.file.input::file-selector-button,
|
|
1038
|
+
.ui.primary.file.input input[type="file"]::file-selector-button {
|
|
1039
|
+
background: #2185d0;
|
|
1040
|
+
color: #fff;
|
|
1041
|
+
}
|
|
1042
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1043
|
+
background: #1678c2;
|
|
1044
|
+
}
|
|
1045
|
+
input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
|
1046
|
+
.ui.primary.file.input input[type="file"]::file-selector-button:hover {
|
|
1047
|
+
background: #1678c2;
|
|
1048
|
+
}
|
|
1049
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
|
|
1050
|
+
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1051
|
+
background: #1b1c1d;
|
|
1052
|
+
color: #fff;
|
|
1053
|
+
}
|
|
1054
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
|
|
1055
|
+
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1056
|
+
background: #27292a;
|
|
1057
|
+
}
|
|
1058
|
+
input[type="file"].ui.secondary.file.input::-ms-browse,
|
|
1059
|
+
.ui.secondary.file.input input[type="file"]::-ms-browse {
|
|
1060
|
+
background: #1b1c1d;
|
|
1061
|
+
color: #fff;
|
|
1062
|
+
}
|
|
1063
|
+
input[type="file"].ui.secondary.file.input::-ms-browse:hover,
|
|
1064
|
+
.ui.secondary.file.input input[type="file"]::-ms-browse:hover {
|
|
1065
|
+
background: #27292a;
|
|
1066
|
+
}
|
|
1067
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1068
|
+
background: #1b1c1d;
|
|
1069
|
+
color: #fff;
|
|
1070
|
+
}
|
|
1071
|
+
input[type="file"].ui.secondary.file.input::file-selector-button,
|
|
1072
|
+
.ui.secondary.file.input input[type="file"]::file-selector-button {
|
|
1073
|
+
background: #1b1c1d;
|
|
1074
|
+
color: #fff;
|
|
1075
|
+
}
|
|
1076
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1077
|
+
background: #27292a;
|
|
1078
|
+
}
|
|
1079
|
+
input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
|
1080
|
+
.ui.secondary.file.input input[type="file"]::file-selector-button:hover {
|
|
1081
|
+
background: #27292a;
|
|
1082
|
+
}
|
|
1083
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button,
|
|
1084
|
+
.ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1085
|
+
background: #db2828;
|
|
1086
|
+
color: #fff;
|
|
1087
|
+
}
|
|
1088
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
|
|
1089
|
+
.ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1090
|
+
background: #d01919;
|
|
1091
|
+
}
|
|
1092
|
+
input[type="file"].ui.red.file.input::-ms-browse,
|
|
1093
|
+
.ui.red.file.input input[type="file"]::-ms-browse {
|
|
1094
|
+
background: #db2828;
|
|
1095
|
+
color: #fff;
|
|
1096
|
+
}
|
|
1097
|
+
input[type="file"].ui.red.file.input::-ms-browse:hover,
|
|
1098
|
+
.ui.red.file.input input[type="file"]::-ms-browse:hover {
|
|
1099
|
+
background: #d01919;
|
|
1100
|
+
}
|
|
1101
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button, .ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1102
|
+
background: #db2828;
|
|
1103
|
+
color: #fff;
|
|
1104
|
+
}
|
|
1105
|
+
input[type="file"].ui.red.file.input::file-selector-button,
|
|
1106
|
+
.ui.red.file.input input[type="file"]::file-selector-button {
|
|
1107
|
+
background: #db2828;
|
|
1108
|
+
color: #fff;
|
|
1109
|
+
}
|
|
1110
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover, .ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1111
|
+
background: #d01919;
|
|
1112
|
+
}
|
|
1113
|
+
input[type="file"].ui.red.file.input::file-selector-button:hover,
|
|
1114
|
+
.ui.red.file.input input[type="file"]::file-selector-button:hover {
|
|
1115
|
+
background: #d01919;
|
|
1116
|
+
}
|
|
1117
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
|
|
1118
|
+
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1119
|
+
background: #f2711c;
|
|
1120
|
+
color: #fff;
|
|
1121
|
+
}
|
|
1122
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
|
1123
|
+
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1124
|
+
background: #f26202;
|
|
1125
|
+
}
|
|
1126
|
+
input[type="file"].ui.orange.file.input::-ms-browse,
|
|
1127
|
+
.ui.orange.file.input input[type="file"]::-ms-browse {
|
|
1128
|
+
background: #f2711c;
|
|
1129
|
+
color: #fff;
|
|
1130
|
+
}
|
|
1131
|
+
input[type="file"].ui.orange.file.input::-ms-browse:hover,
|
|
1132
|
+
.ui.orange.file.input input[type="file"]::-ms-browse:hover {
|
|
1133
|
+
background: #f26202;
|
|
1134
|
+
}
|
|
1135
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1136
|
+
background: #f2711c;
|
|
1137
|
+
color: #fff;
|
|
1138
|
+
}
|
|
1139
|
+
input[type="file"].ui.orange.file.input::file-selector-button,
|
|
1140
|
+
.ui.orange.file.input input[type="file"]::file-selector-button {
|
|
1141
|
+
background: #f2711c;
|
|
1142
|
+
color: #fff;
|
|
1143
|
+
}
|
|
1144
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1145
|
+
background: #f26202;
|
|
1146
|
+
}
|
|
1147
|
+
input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
|
1148
|
+
.ui.orange.file.input input[type="file"]::file-selector-button:hover {
|
|
1149
|
+
background: #f26202;
|
|
1150
|
+
}
|
|
1151
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
|
|
1152
|
+
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1153
|
+
background: #fbbd08;
|
|
1154
|
+
color: #fff;
|
|
1155
|
+
}
|
|
1156
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
|
|
1157
|
+
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1158
|
+
background: #eaae00;
|
|
1159
|
+
}
|
|
1160
|
+
input[type="file"].ui.yellow.file.input::-ms-browse,
|
|
1161
|
+
.ui.yellow.file.input input[type="file"]::-ms-browse {
|
|
1162
|
+
background: #fbbd08;
|
|
1163
|
+
color: #fff;
|
|
1164
|
+
}
|
|
1165
|
+
input[type="file"].ui.yellow.file.input::-ms-browse:hover,
|
|
1166
|
+
.ui.yellow.file.input input[type="file"]::-ms-browse:hover {
|
|
1167
|
+
background: #eaae00;
|
|
1168
|
+
}
|
|
1169
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1170
|
+
background: #fbbd08;
|
|
1171
|
+
color: #fff;
|
|
1172
|
+
}
|
|
1173
|
+
input[type="file"].ui.yellow.file.input::file-selector-button,
|
|
1174
|
+
.ui.yellow.file.input input[type="file"]::file-selector-button {
|
|
1175
|
+
background: #fbbd08;
|
|
1176
|
+
color: #fff;
|
|
1177
|
+
}
|
|
1178
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1179
|
+
background: #eaae00;
|
|
1180
|
+
}
|
|
1181
|
+
input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
|
1182
|
+
.ui.yellow.file.input input[type="file"]::file-selector-button:hover {
|
|
1183
|
+
background: #eaae00;
|
|
1184
|
+
}
|
|
1185
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
|
|
1186
|
+
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1187
|
+
background: #b5cc18;
|
|
1188
|
+
color: #fff;
|
|
1189
|
+
}
|
|
1190
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
|
|
1191
|
+
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1192
|
+
background: #a7bd0d;
|
|
1193
|
+
}
|
|
1194
|
+
input[type="file"].ui.olive.file.input::-ms-browse,
|
|
1195
|
+
.ui.olive.file.input input[type="file"]::-ms-browse {
|
|
1196
|
+
background: #b5cc18;
|
|
1197
|
+
color: #fff;
|
|
1198
|
+
}
|
|
1199
|
+
input[type="file"].ui.olive.file.input::-ms-browse:hover,
|
|
1200
|
+
.ui.olive.file.input input[type="file"]::-ms-browse:hover {
|
|
1201
|
+
background: #a7bd0d;
|
|
1202
|
+
}
|
|
1203
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1204
|
+
background: #b5cc18;
|
|
1205
|
+
color: #fff;
|
|
1206
|
+
}
|
|
1207
|
+
input[type="file"].ui.olive.file.input::file-selector-button,
|
|
1208
|
+
.ui.olive.file.input input[type="file"]::file-selector-button {
|
|
1209
|
+
background: #b5cc18;
|
|
1210
|
+
color: #fff;
|
|
1211
|
+
}
|
|
1212
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1213
|
+
background: #a7bd0d;
|
|
1214
|
+
}
|
|
1215
|
+
input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
|
1216
|
+
.ui.olive.file.input input[type="file"]::file-selector-button:hover {
|
|
1217
|
+
background: #a7bd0d;
|
|
1218
|
+
}
|
|
1219
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button,
|
|
1220
|
+
.ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1221
|
+
background: #21ba45;
|
|
1222
|
+
color: #fff;
|
|
1223
|
+
}
|
|
1224
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
|
|
1225
|
+
.ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1226
|
+
background: #16ab39;
|
|
1227
|
+
}
|
|
1228
|
+
input[type="file"].ui.green.file.input::-ms-browse,
|
|
1229
|
+
.ui.green.file.input input[type="file"]::-ms-browse {
|
|
1230
|
+
background: #21ba45;
|
|
1231
|
+
color: #fff;
|
|
1232
|
+
}
|
|
1233
|
+
input[type="file"].ui.green.file.input::-ms-browse:hover,
|
|
1234
|
+
.ui.green.file.input input[type="file"]::-ms-browse:hover {
|
|
1235
|
+
background: #16ab39;
|
|
1236
|
+
}
|
|
1237
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button, .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1238
|
+
background: #21ba45;
|
|
1239
|
+
color: #fff;
|
|
1240
|
+
}
|
|
1241
|
+
input[type="file"].ui.green.file.input::file-selector-button,
|
|
1242
|
+
.ui.green.file.input input[type="file"]::file-selector-button {
|
|
1243
|
+
background: #21ba45;
|
|
1244
|
+
color: #fff;
|
|
1245
|
+
}
|
|
1246
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover, .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1247
|
+
background: #16ab39;
|
|
1248
|
+
}
|
|
1249
|
+
input[type="file"].ui.green.file.input::file-selector-button:hover,
|
|
1250
|
+
.ui.green.file.input input[type="file"]::file-selector-button:hover {
|
|
1251
|
+
background: #16ab39;
|
|
1252
|
+
}
|
|
1253
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
|
|
1254
|
+
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1255
|
+
background: #00b5ad;
|
|
1256
|
+
color: #fff;
|
|
1257
|
+
}
|
|
1258
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
|
|
1259
|
+
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1260
|
+
background: #009c95;
|
|
1261
|
+
}
|
|
1262
|
+
input[type="file"].ui.teal.file.input::-ms-browse,
|
|
1263
|
+
.ui.teal.file.input input[type="file"]::-ms-browse {
|
|
1264
|
+
background: #00b5ad;
|
|
1265
|
+
color: #fff;
|
|
1266
|
+
}
|
|
1267
|
+
input[type="file"].ui.teal.file.input::-ms-browse:hover,
|
|
1268
|
+
.ui.teal.file.input input[type="file"]::-ms-browse:hover {
|
|
1269
|
+
background: #009c95;
|
|
1270
|
+
}
|
|
1271
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1272
|
+
background: #00b5ad;
|
|
1273
|
+
color: #fff;
|
|
1274
|
+
}
|
|
1275
|
+
input[type="file"].ui.teal.file.input::file-selector-button,
|
|
1276
|
+
.ui.teal.file.input input[type="file"]::file-selector-button {
|
|
1277
|
+
background: #00b5ad;
|
|
1278
|
+
color: #fff;
|
|
1279
|
+
}
|
|
1280
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1281
|
+
background: #009c95;
|
|
1282
|
+
}
|
|
1283
|
+
input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
|
1284
|
+
.ui.teal.file.input input[type="file"]::file-selector-button:hover {
|
|
1285
|
+
background: #009c95;
|
|
1286
|
+
}
|
|
1287
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
|
|
1288
|
+
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1289
|
+
background: #2185d0;
|
|
1290
|
+
color: #fff;
|
|
1291
|
+
}
|
|
1292
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
|
|
1293
|
+
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1294
|
+
background: #1678c2;
|
|
1295
|
+
}
|
|
1296
|
+
input[type="file"].ui.blue.file.input::-ms-browse,
|
|
1297
|
+
.ui.blue.file.input input[type="file"]::-ms-browse {
|
|
1298
|
+
background: #2185d0;
|
|
1299
|
+
color: #fff;
|
|
1300
|
+
}
|
|
1301
|
+
input[type="file"].ui.blue.file.input::-ms-browse:hover,
|
|
1302
|
+
.ui.blue.file.input input[type="file"]::-ms-browse:hover {
|
|
1303
|
+
background: #1678c2;
|
|
1304
|
+
}
|
|
1305
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1306
|
+
background: #2185d0;
|
|
1307
|
+
color: #fff;
|
|
1308
|
+
}
|
|
1309
|
+
input[type="file"].ui.blue.file.input::file-selector-button,
|
|
1310
|
+
.ui.blue.file.input input[type="file"]::file-selector-button {
|
|
1311
|
+
background: #2185d0;
|
|
1312
|
+
color: #fff;
|
|
1313
|
+
}
|
|
1314
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1315
|
+
background: #1678c2;
|
|
1316
|
+
}
|
|
1317
|
+
input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
|
1318
|
+
.ui.blue.file.input input[type="file"]::file-selector-button:hover {
|
|
1319
|
+
background: #1678c2;
|
|
1320
|
+
}
|
|
1321
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
|
|
1322
|
+
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1323
|
+
background: #6435c9;
|
|
1324
|
+
color: #fff;
|
|
1325
|
+
}
|
|
1326
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
|
|
1327
|
+
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1328
|
+
background: #5829bb;
|
|
1329
|
+
}
|
|
1330
|
+
input[type="file"].ui.violet.file.input::-ms-browse,
|
|
1331
|
+
.ui.violet.file.input input[type="file"]::-ms-browse {
|
|
1332
|
+
background: #6435c9;
|
|
1333
|
+
color: #fff;
|
|
1334
|
+
}
|
|
1335
|
+
input[type="file"].ui.violet.file.input::-ms-browse:hover,
|
|
1336
|
+
.ui.violet.file.input input[type="file"]::-ms-browse:hover {
|
|
1337
|
+
background: #5829bb;
|
|
1338
|
+
}
|
|
1339
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1340
|
+
background: #6435c9;
|
|
1341
|
+
color: #fff;
|
|
1342
|
+
}
|
|
1343
|
+
input[type="file"].ui.violet.file.input::file-selector-button,
|
|
1344
|
+
.ui.violet.file.input input[type="file"]::file-selector-button {
|
|
1345
|
+
background: #6435c9;
|
|
1346
|
+
color: #fff;
|
|
1347
|
+
}
|
|
1348
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1349
|
+
background: #5829bb;
|
|
1350
|
+
}
|
|
1351
|
+
input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
|
1352
|
+
.ui.violet.file.input input[type="file"]::file-selector-button:hover {
|
|
1353
|
+
background: #5829bb;
|
|
1354
|
+
}
|
|
1355
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
|
|
1356
|
+
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1357
|
+
background: #a333c8;
|
|
1358
|
+
color: #fff;
|
|
1359
|
+
}
|
|
1360
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
|
1361
|
+
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1362
|
+
background: #9627ba;
|
|
1363
|
+
}
|
|
1364
|
+
input[type="file"].ui.purple.file.input::-ms-browse,
|
|
1365
|
+
.ui.purple.file.input input[type="file"]::-ms-browse {
|
|
1366
|
+
background: #a333c8;
|
|
1367
|
+
color: #fff;
|
|
1368
|
+
}
|
|
1369
|
+
input[type="file"].ui.purple.file.input::-ms-browse:hover,
|
|
1370
|
+
.ui.purple.file.input input[type="file"]::-ms-browse:hover {
|
|
1371
|
+
background: #9627ba;
|
|
1372
|
+
}
|
|
1373
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1374
|
+
background: #a333c8;
|
|
1375
|
+
color: #fff;
|
|
1376
|
+
}
|
|
1377
|
+
input[type="file"].ui.purple.file.input::file-selector-button,
|
|
1378
|
+
.ui.purple.file.input input[type="file"]::file-selector-button {
|
|
1379
|
+
background: #a333c8;
|
|
1380
|
+
color: #fff;
|
|
1381
|
+
}
|
|
1382
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1383
|
+
background: #9627ba;
|
|
1384
|
+
}
|
|
1385
|
+
input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
|
1386
|
+
.ui.purple.file.input input[type="file"]::file-selector-button:hover {
|
|
1387
|
+
background: #9627ba;
|
|
1388
|
+
}
|
|
1389
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
|
|
1390
|
+
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1391
|
+
background: #e03997;
|
|
1392
|
+
color: #fff;
|
|
1393
|
+
}
|
|
1394
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
|
1395
|
+
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1396
|
+
background: #e61a8d;
|
|
1397
|
+
}
|
|
1398
|
+
input[type="file"].ui.pink.file.input::-ms-browse,
|
|
1399
|
+
.ui.pink.file.input input[type="file"]::-ms-browse {
|
|
1400
|
+
background: #e03997;
|
|
1401
|
+
color: #fff;
|
|
1402
|
+
}
|
|
1403
|
+
input[type="file"].ui.pink.file.input::-ms-browse:hover,
|
|
1404
|
+
.ui.pink.file.input input[type="file"]::-ms-browse:hover {
|
|
1405
|
+
background: #e61a8d;
|
|
1406
|
+
}
|
|
1407
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1408
|
+
background: #e03997;
|
|
1409
|
+
color: #fff;
|
|
1410
|
+
}
|
|
1411
|
+
input[type="file"].ui.pink.file.input::file-selector-button,
|
|
1412
|
+
.ui.pink.file.input input[type="file"]::file-selector-button {
|
|
1413
|
+
background: #e03997;
|
|
1414
|
+
color: #fff;
|
|
1415
|
+
}
|
|
1416
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1417
|
+
background: #e61a8d;
|
|
1418
|
+
}
|
|
1419
|
+
input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
|
1420
|
+
.ui.pink.file.input input[type="file"]::file-selector-button:hover {
|
|
1421
|
+
background: #e61a8d;
|
|
1422
|
+
}
|
|
1423
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
|
|
1424
|
+
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1425
|
+
background: #a5673f;
|
|
1426
|
+
color: #fff;
|
|
1427
|
+
}
|
|
1428
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
|
1429
|
+
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1430
|
+
background: #975b33;
|
|
1431
|
+
}
|
|
1432
|
+
input[type="file"].ui.brown.file.input::-ms-browse,
|
|
1433
|
+
.ui.brown.file.input input[type="file"]::-ms-browse {
|
|
1434
|
+
background: #a5673f;
|
|
1435
|
+
color: #fff;
|
|
1436
|
+
}
|
|
1437
|
+
input[type="file"].ui.brown.file.input::-ms-browse:hover,
|
|
1438
|
+
.ui.brown.file.input input[type="file"]::-ms-browse:hover {
|
|
1439
|
+
background: #975b33;
|
|
1440
|
+
}
|
|
1441
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1442
|
+
background: #a5673f;
|
|
1443
|
+
color: #fff;
|
|
1444
|
+
}
|
|
1445
|
+
input[type="file"].ui.brown.file.input::file-selector-button,
|
|
1446
|
+
.ui.brown.file.input input[type="file"]::file-selector-button {
|
|
1447
|
+
background: #a5673f;
|
|
1448
|
+
color: #fff;
|
|
1449
|
+
}
|
|
1450
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1451
|
+
background: #975b33;
|
|
1452
|
+
}
|
|
1453
|
+
input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
|
1454
|
+
.ui.brown.file.input input[type="file"]::file-selector-button:hover {
|
|
1455
|
+
background: #975b33;
|
|
1456
|
+
}
|
|
1457
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
|
|
1458
|
+
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1459
|
+
background: #767676;
|
|
1460
|
+
color: #fff;
|
|
1461
|
+
}
|
|
1462
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
|
|
1463
|
+
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1464
|
+
background: #838383;
|
|
1465
|
+
}
|
|
1466
|
+
input[type="file"].ui.grey.file.input::-ms-browse,
|
|
1467
|
+
.ui.grey.file.input input[type="file"]::-ms-browse {
|
|
1468
|
+
background: #767676;
|
|
1469
|
+
color: #fff;
|
|
1470
|
+
}
|
|
1471
|
+
input[type="file"].ui.grey.file.input::-ms-browse:hover,
|
|
1472
|
+
.ui.grey.file.input input[type="file"]::-ms-browse:hover {
|
|
1473
|
+
background: #838383;
|
|
1474
|
+
}
|
|
1475
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1476
|
+
background: #767676;
|
|
1477
|
+
color: #fff;
|
|
1478
|
+
}
|
|
1479
|
+
input[type="file"].ui.grey.file.input::file-selector-button,
|
|
1480
|
+
.ui.grey.file.input input[type="file"]::file-selector-button {
|
|
1481
|
+
background: #767676;
|
|
1482
|
+
color: #fff;
|
|
1483
|
+
}
|
|
1484
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1485
|
+
background: #838383;
|
|
1486
|
+
}
|
|
1487
|
+
input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
|
1488
|
+
.ui.grey.file.input input[type="file"]::file-selector-button:hover {
|
|
1489
|
+
background: #838383;
|
|
1490
|
+
}
|
|
1491
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button,
|
|
1492
|
+
.ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1493
|
+
background: #1b1c1d;
|
|
1494
|
+
color: #fff;
|
|
1495
|
+
}
|
|
1496
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
|
|
1497
|
+
.ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1498
|
+
background: #27292a;
|
|
1499
|
+
}
|
|
1500
|
+
input[type="file"].ui.black.file.input::-ms-browse,
|
|
1501
|
+
.ui.black.file.input input[type="file"]::-ms-browse {
|
|
1502
|
+
background: #1b1c1d;
|
|
1503
|
+
color: #fff;
|
|
1504
|
+
}
|
|
1505
|
+
input[type="file"].ui.black.file.input::-ms-browse:hover,
|
|
1506
|
+
.ui.black.file.input input[type="file"]::-ms-browse:hover {
|
|
1507
|
+
background: #27292a;
|
|
1508
|
+
}
|
|
1509
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button, .ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
|
1510
|
+
background: #1b1c1d;
|
|
1511
|
+
color: #fff;
|
|
1512
|
+
}
|
|
1513
|
+
input[type="file"].ui.black.file.input::file-selector-button,
|
|
1514
|
+
.ui.black.file.input input[type="file"]::file-selector-button {
|
|
1515
|
+
background: #1b1c1d;
|
|
1516
|
+
color: #fff;
|
|
1517
|
+
}
|
|
1518
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover, .ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
|
1519
|
+
background: #27292a;
|
|
1520
|
+
}
|
|
1521
|
+
input[type="file"].ui.black.file.input::file-selector-button:hover,
|
|
1522
|
+
.ui.black.file.input input[type="file"]::file-selector-button:hover {
|
|
1523
|
+
background: #27292a;
|
|
1524
|
+
}
|
|
1525
|
+
|
|
1526
|
+
/* --------------------
|
|
1527
|
+
Size
|
|
1528
|
+
--------------------- */
|
|
675
1529
|
.ui.input {
|
|
676
1530
|
font-size: 1em;
|
|
677
1531
|
}
|