@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 - Form
|
|
3
|
-
*
|
|
2
|
+
* # Fomantic-UI 2.9.2 - Form
|
|
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,27 +14,24 @@
|
|
|
14
14
|
*******************************/
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
|
|
17
|
+
/* --------------------
|
|
18
18
|
Form
|
|
19
|
-
|
|
20
|
-
|
|
19
|
+
--------------------- */
|
|
21
20
|
.ui.form {
|
|
22
21
|
position: relative;
|
|
23
22
|
max-width: 100%;
|
|
24
23
|
}
|
|
25
24
|
|
|
26
|
-
|
|
25
|
+
/* --------------------
|
|
27
26
|
Content
|
|
28
|
-
|
|
29
|
-
|
|
27
|
+
--------------------- */
|
|
30
28
|
.ui.form > p {
|
|
31
29
|
margin: 1em 0;
|
|
32
30
|
}
|
|
33
31
|
|
|
34
|
-
|
|
32
|
+
/* --------------------
|
|
35
33
|
Field
|
|
36
|
-
|
|
37
|
-
|
|
34
|
+
--------------------- */
|
|
38
35
|
.ui.form .field {
|
|
39
36
|
clear: both;
|
|
40
37
|
margin: 0 0 1em;
|
|
@@ -49,28 +46,30 @@
|
|
|
49
46
|
margin: 0;
|
|
50
47
|
}
|
|
51
48
|
|
|
52
|
-
|
|
49
|
+
/* --------------------
|
|
53
50
|
Labels
|
|
54
|
-
|
|
55
|
-
|
|
51
|
+
--------------------- */
|
|
56
52
|
.ui.form .field > label {
|
|
57
53
|
display: block;
|
|
58
54
|
margin: 0 0 0.28571429rem 0;
|
|
59
|
-
color: rgba(0, 0, 0, 0.87);
|
|
60
55
|
font-size: 0.92857143em;
|
|
61
56
|
font-weight: bold;
|
|
62
57
|
text-transform: none;
|
|
63
58
|
}
|
|
59
|
+
.ui.form:not(.inverted) .field > label:not(.button) {
|
|
60
|
+
color: rgba(0, 0, 0, 0.87);
|
|
61
|
+
}
|
|
64
62
|
|
|
65
|
-
|
|
63
|
+
/* --------------------
|
|
66
64
|
Standard Inputs
|
|
67
|
-
|
|
68
|
-
|
|
65
|
+
--------------------- */
|
|
69
66
|
.ui.form textarea,
|
|
70
67
|
.ui.form input:not([type]),
|
|
68
|
+
.ui.form input[type="color"],
|
|
71
69
|
.ui.form input[type="date"],
|
|
72
70
|
.ui.form input[type="datetime-local"],
|
|
73
71
|
.ui.form input[type="email"],
|
|
72
|
+
.ui.form input[type="month"],
|
|
74
73
|
.ui.form input[type="number"],
|
|
75
74
|
.ui.form input[type="password"],
|
|
76
75
|
.ui.form input[type="search"],
|
|
@@ -78,7 +77,8 @@
|
|
|
78
77
|
.ui.form input[type="time"],
|
|
79
78
|
.ui.form input[type="text"],
|
|
80
79
|
.ui.form input[type="file"],
|
|
81
|
-
.ui.form input[type="url"]
|
|
80
|
+
.ui.form input[type="url"],
|
|
81
|
+
.ui.form input[type="week"] {
|
|
82
82
|
width: 100%;
|
|
83
83
|
vertical-align: top;
|
|
84
84
|
}
|
|
@@ -89,9 +89,11 @@
|
|
|
89
89
|
height: 1.21428571em;
|
|
90
90
|
}
|
|
91
91
|
.ui.form input:not([type]),
|
|
92
|
+
.ui.form input[type="color"],
|
|
92
93
|
.ui.form input[type="date"],
|
|
93
94
|
.ui.form input[type="datetime-local"],
|
|
94
95
|
.ui.form input[type="email"],
|
|
96
|
+
.ui.form input[type="month"],
|
|
95
97
|
.ui.form input[type="number"],
|
|
96
98
|
.ui.form input[type="password"],
|
|
97
99
|
.ui.form input[type="search"],
|
|
@@ -99,8 +101,9 @@
|
|
|
99
101
|
.ui.form input[type="time"],
|
|
100
102
|
.ui.form input[type="text"],
|
|
101
103
|
.ui.form input[type="file"],
|
|
102
|
-
.ui.form input[type="url"]
|
|
103
|
-
|
|
104
|
+
.ui.form input[type="url"],
|
|
105
|
+
.ui.form input[type="week"] {
|
|
106
|
+
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";
|
|
104
107
|
margin: 0;
|
|
105
108
|
outline: none;
|
|
106
109
|
-webkit-appearance: none;
|
|
@@ -108,15 +111,23 @@
|
|
|
108
111
|
line-height: 1.21428571em;
|
|
109
112
|
padding: 0.67857143em 1em;
|
|
110
113
|
font-size: 1em;
|
|
111
|
-
background: #
|
|
114
|
+
background: #fff;
|
|
112
115
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
113
116
|
color: rgba(0, 0, 0, 0.87);
|
|
114
117
|
border-radius: 0.28571429rem;
|
|
115
|
-
|
|
116
|
-
box-shadow: 0 0 0 0 transparent inset;
|
|
117
|
-
-webkit-transition: color 0.1s ease, border-color 0.1s ease;
|
|
118
|
+
box-shadow: 0 0 0 0 transparent inset;
|
|
118
119
|
transition: color 0.1s ease, border-color 0.1s ease;
|
|
119
120
|
}
|
|
121
|
+
.ui.form input[type="color"] {
|
|
122
|
+
padding: initial;
|
|
123
|
+
}
|
|
124
|
+
.ui.form input::-webkit-calendar-picker-indicator {
|
|
125
|
+
padding: 0;
|
|
126
|
+
opacity: 0.5;
|
|
127
|
+
-webkit-transition: opacity 0.3s ease;
|
|
128
|
+
transition: opacity 0.3s ease;
|
|
129
|
+
cursor: pointer;
|
|
130
|
+
}
|
|
120
131
|
|
|
121
132
|
/* Text Area */
|
|
122
133
|
.ui.input textarea,
|
|
@@ -125,17 +136,15 @@
|
|
|
125
136
|
-webkit-appearance: none;
|
|
126
137
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
|
127
138
|
padding: 0.78571429em 1em;
|
|
128
|
-
background: #
|
|
139
|
+
background: #fff;
|
|
129
140
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
130
141
|
outline: none;
|
|
131
142
|
color: rgba(0, 0, 0, 0.87);
|
|
132
143
|
border-radius: 0.28571429rem;
|
|
133
|
-
|
|
134
|
-
box-shadow: 0 0 0 0 transparent inset;
|
|
135
|
-
-webkit-transition: color 0.1s ease, border-color 0.1s ease;
|
|
144
|
+
box-shadow: 0 0 0 0 transparent inset;
|
|
136
145
|
transition: color 0.1s ease, border-color 0.1s ease;
|
|
137
146
|
font-size: 1em;
|
|
138
|
-
font-family:
|
|
147
|
+
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";
|
|
139
148
|
line-height: 1.2857;
|
|
140
149
|
resize: vertical;
|
|
141
150
|
}
|
|
@@ -149,10 +158,9 @@
|
|
|
149
158
|
vertical-align: top;
|
|
150
159
|
}
|
|
151
160
|
|
|
152
|
-
|
|
161
|
+
/* --------------------
|
|
153
162
|
Checkbox margin
|
|
154
|
-
|
|
155
|
-
|
|
163
|
+
--------------------- */
|
|
156
164
|
.ui.form .fields:not(.grouped):not(.inline) .field:not(:only-child) label + .ui.ui.checkbox {
|
|
157
165
|
margin-top: 0.7em;
|
|
158
166
|
}
|
|
@@ -175,10 +183,9 @@
|
|
|
175
183
|
margin-top: 0.7em;
|
|
176
184
|
}
|
|
177
185
|
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
186
|
+
/* --------------------
|
|
187
|
+
Transparent
|
|
188
|
+
--------------------- */
|
|
182
189
|
.ui.form .field .transparent.input:not(.icon) input,
|
|
183
190
|
.ui.form .field input.transparent,
|
|
184
191
|
.ui.form .field textarea.transparent {
|
|
@@ -188,44 +195,38 @@
|
|
|
188
195
|
.ui.form .field textarea.transparent {
|
|
189
196
|
border-color: transparent !important;
|
|
190
197
|
background-color: transparent !important;
|
|
191
|
-
|
|
192
|
-
box-shadow: none !important;
|
|
198
|
+
box-shadow: none !important;
|
|
193
199
|
}
|
|
194
200
|
|
|
195
|
-
|
|
201
|
+
/* --------------------------
|
|
196
202
|
Input w/ attached Button
|
|
197
|
-
|
|
198
|
-
|
|
203
|
+
--------------------------- */
|
|
199
204
|
.ui.form input.attached {
|
|
200
205
|
width: auto;
|
|
201
206
|
}
|
|
202
207
|
|
|
203
|
-
|
|
208
|
+
/* --------------------
|
|
204
209
|
Basic Select
|
|
205
|
-
|
|
206
|
-
|
|
210
|
+
--------------------- */
|
|
207
211
|
.ui.form select {
|
|
208
212
|
display: block;
|
|
209
213
|
height: auto;
|
|
210
214
|
width: 100%;
|
|
211
|
-
background: #
|
|
215
|
+
background: #fff;
|
|
212
216
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
|
213
217
|
border-radius: 0.28571429rem;
|
|
214
|
-
|
|
215
|
-
box-shadow: 0 0 0 0 transparent inset;
|
|
218
|
+
box-shadow: 0 0 0 0 transparent inset;
|
|
216
219
|
padding: 0.62em 1em;
|
|
217
220
|
color: rgba(0, 0, 0, 0.87);
|
|
218
|
-
-webkit-transition: color 0.1s ease, border-color 0.1s ease;
|
|
219
221
|
transition: color 0.1s ease, border-color 0.1s ease;
|
|
220
222
|
}
|
|
221
223
|
|
|
222
|
-
|
|
224
|
+
/* --------------------
|
|
223
225
|
Dropdown
|
|
224
|
-
|
|
225
|
-
|
|
226
|
+
--------------------- */
|
|
226
227
|
|
|
227
228
|
/* Block */
|
|
228
|
-
.ui.form .field > .selection.dropdown {
|
|
229
|
+
.ui.form .field > .selection.dropdown:not(.compact) {
|
|
229
230
|
min-width: auto;
|
|
230
231
|
width: 100%;
|
|
231
232
|
}
|
|
@@ -243,10 +244,9 @@
|
|
|
243
244
|
float: none;
|
|
244
245
|
}
|
|
245
246
|
|
|
246
|
-
|
|
247
|
+
/* --------------------
|
|
247
248
|
UI Input
|
|
248
|
-
|
|
249
|
-
|
|
249
|
+
--------------------- */
|
|
250
250
|
|
|
251
251
|
/* Block */
|
|
252
252
|
.ui.form .field .ui.input,
|
|
@@ -255,7 +255,7 @@
|
|
|
255
255
|
width: 100%;
|
|
256
256
|
}
|
|
257
257
|
|
|
258
|
-
/* Inline
|
|
258
|
+
/* Inline */
|
|
259
259
|
.ui.form .inline.fields .field:not(.wide) .ui.input,
|
|
260
260
|
.ui.form .inline.field:not(.wide) .ui.input {
|
|
261
261
|
width: auto;
|
|
@@ -279,16 +279,13 @@
|
|
|
279
279
|
.ui.form .three.fields .ui.input input,
|
|
280
280
|
.ui.form .two.fields .ui.input input,
|
|
281
281
|
.ui.form .wide.field .ui.input input {
|
|
282
|
-
|
|
283
|
-
-ms-flex: 1 0 auto;
|
|
284
|
-
flex: 1 0 auto;
|
|
282
|
+
flex: 1 0 auto;
|
|
285
283
|
width: 0;
|
|
286
284
|
}
|
|
287
285
|
|
|
288
|
-
|
|
286
|
+
/* --------------------
|
|
289
287
|
Types of Messages
|
|
290
|
-
|
|
291
|
-
|
|
288
|
+
--------------------- */
|
|
292
289
|
.ui.form .error.message,
|
|
293
290
|
.ui.form .error.message:empty {
|
|
294
291
|
display: none;
|
|
@@ -311,23 +308,25 @@
|
|
|
311
308
|
margin-top: 0;
|
|
312
309
|
}
|
|
313
310
|
|
|
314
|
-
|
|
311
|
+
/* --------------------
|
|
315
312
|
Validation Prompt
|
|
316
|
-
|
|
317
|
-
|
|
313
|
+
--------------------- */
|
|
318
314
|
.ui.form .field .prompt.label {
|
|
319
315
|
white-space: normal;
|
|
320
|
-
background: #
|
|
321
|
-
border: 1px solid #
|
|
322
|
-
color: #
|
|
316
|
+
background: #fff !important;
|
|
317
|
+
border: 1px solid #e0b4b4 !important;
|
|
318
|
+
color: #9f3a38 !important;
|
|
319
|
+
}
|
|
320
|
+
.ui.form .field .prompt.label li::before {
|
|
321
|
+
color: #9f3a38;
|
|
323
322
|
}
|
|
324
323
|
.ui.form .inline.fields .field .prompt,
|
|
325
324
|
.ui.form .inline.field .prompt {
|
|
326
325
|
vertical-align: top;
|
|
327
326
|
margin: -0.25em 0 -0.5em 0.5em;
|
|
328
327
|
}
|
|
329
|
-
.ui.form .inline.fields .field .prompt
|
|
330
|
-
.ui.form .inline.field .prompt
|
|
328
|
+
.ui.form .inline.fields .field .prompt::before,
|
|
329
|
+
.ui.form .inline.field .prompt::before {
|
|
331
330
|
border-width: 0 0 1px 1px;
|
|
332
331
|
bottom: auto;
|
|
333
332
|
right: auto;
|
|
@@ -341,56 +340,59 @@
|
|
|
341
340
|
*******************************/
|
|
342
341
|
|
|
343
342
|
|
|
344
|
-
|
|
343
|
+
/* --------------------
|
|
345
344
|
Autofilled
|
|
346
|
-
|
|
347
|
-
|
|
345
|
+
--------------------- */
|
|
348
346
|
.ui.form .field.field input:-webkit-autofill {
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
border-color: #E5DFA1 !important;
|
|
347
|
+
box-shadow: 0 0 0 100px #fffff0 inset !important;
|
|
348
|
+
border-color: #e5dfa1 !important;
|
|
352
349
|
}
|
|
353
350
|
|
|
354
351
|
/* Focus */
|
|
355
352
|
.ui.form .field.field input:-webkit-autofill:focus {
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
border-color: #D5C315 !important;
|
|
353
|
+
box-shadow: 0 0 0 100px #fffff0 inset !important;
|
|
354
|
+
border-color: #d5c315 !important;
|
|
359
355
|
}
|
|
360
356
|
|
|
361
|
-
|
|
357
|
+
/* --------------------
|
|
362
358
|
Placeholder
|
|
363
|
-
|
|
364
|
-
|
|
359
|
+
--------------------- */
|
|
365
360
|
|
|
366
361
|
/* browsers require these rules separate */
|
|
367
|
-
.ui.form
|
|
362
|
+
.ui.form :-ms-input-placeholder {
|
|
363
|
+
color: rgba(191, 191, 191, 0.87);
|
|
364
|
+
}
|
|
365
|
+
.ui.form ::-ms-input-placeholder {
|
|
366
|
+
color: rgba(191, 191, 191, 0.87);
|
|
367
|
+
}
|
|
368
|
+
.ui.form ::placeholder {
|
|
368
369
|
color: rgba(191, 191, 191, 0.87);
|
|
369
370
|
}
|
|
370
371
|
.ui.form :-ms-input-placeholder {
|
|
371
372
|
color: rgba(191, 191, 191, 0.87) !important;
|
|
372
373
|
}
|
|
373
|
-
.ui.form
|
|
374
|
-
color: rgba(
|
|
374
|
+
.ui.form :focus:-ms-input-placeholder {
|
|
375
|
+
color: rgba(115, 115, 115, 0.87);
|
|
375
376
|
}
|
|
376
|
-
.ui.form :focus::-
|
|
377
|
+
.ui.form :focus::-ms-input-placeholder {
|
|
378
|
+
color: rgba(115, 115, 115, 0.87);
|
|
379
|
+
}
|
|
380
|
+
.ui.form :focus::placeholder {
|
|
377
381
|
color: rgba(115, 115, 115, 0.87);
|
|
378
382
|
}
|
|
379
383
|
.ui.form :focus:-ms-input-placeholder {
|
|
380
384
|
color: rgba(115, 115, 115, 0.87) !important;
|
|
381
385
|
}
|
|
382
|
-
.ui.form :focus::-moz-placeholder {
|
|
383
|
-
color: rgba(115, 115, 115, 0.87);
|
|
384
|
-
}
|
|
385
386
|
|
|
386
|
-
|
|
387
|
+
/* --------------------
|
|
387
388
|
Focus
|
|
388
|
-
|
|
389
|
-
|
|
389
|
+
--------------------- */
|
|
390
390
|
.ui.form input:not([type]):focus,
|
|
391
|
+
.ui.form input[type="color"]:focus,
|
|
391
392
|
.ui.form input[type="date"]:focus,
|
|
392
393
|
.ui.form input[type="datetime-local"]:focus,
|
|
393
394
|
.ui.form input[type="email"]:focus,
|
|
395
|
+
.ui.form input[type="month"]:focus,
|
|
394
396
|
.ui.form input[type="number"]:focus,
|
|
395
397
|
.ui.form input[type="password"]:focus,
|
|
396
398
|
.ui.form input[type="search"]:focus,
|
|
@@ -398,58 +400,67 @@
|
|
|
398
400
|
.ui.form input[type="time"]:focus,
|
|
399
401
|
.ui.form input[type="text"]:focus,
|
|
400
402
|
.ui.form input[type="file"]:focus,
|
|
401
|
-
.ui.form input[type="url"]:focus
|
|
403
|
+
.ui.form input[type="url"]:focus,
|
|
404
|
+
.ui.form input[type="week"]:focus {
|
|
402
405
|
color: rgba(0, 0, 0, 0.95);
|
|
403
|
-
border-color: #
|
|
406
|
+
border-color: #85b7d9;
|
|
404
407
|
border-radius: 0.28571429rem;
|
|
405
|
-
background: #
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
.ui.form .ui.action.input:not(
|
|
410
|
-
.ui.form .ui.action.input:not(
|
|
411
|
-
.ui.form .ui.action.input:not(
|
|
412
|
-
.ui.form .ui.action.input:not(
|
|
413
|
-
.ui.form .ui.action.input:not(
|
|
414
|
-
.ui.form .ui.action.input:not(
|
|
415
|
-
.ui.form .ui.action.input:not(
|
|
416
|
-
.ui.form .ui.action.input:not(
|
|
417
|
-
.ui.form .ui.action.input:not(
|
|
418
|
-
.ui.form .ui.action.input:not(
|
|
419
|
-
.ui.form .ui.action.input:not(
|
|
420
|
-
.ui.form .ui.action.input:not(
|
|
408
|
+
background: #fff;
|
|
409
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
|
|
410
|
+
}
|
|
411
|
+
.ui.form .ui.action.input:not([class*="left action"]) input:not([type]):focus,
|
|
412
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="color"]:focus,
|
|
413
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="date"]:focus,
|
|
414
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="datetime-local"]:focus,
|
|
415
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="email"]:focus,
|
|
416
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="month"]:focus,
|
|
417
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="number"]:focus,
|
|
418
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="password"]:focus,
|
|
419
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="search"]:focus,
|
|
420
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="tel"]:focus,
|
|
421
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="time"]:focus,
|
|
422
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="text"]:focus,
|
|
423
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="file"]:focus,
|
|
424
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="url"]:focus,
|
|
425
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus {
|
|
421
426
|
border-top-right-radius: 0;
|
|
422
427
|
border-bottom-right-radius: 0;
|
|
423
428
|
}
|
|
424
|
-
.ui.form .ui
|
|
425
|
-
.ui.form .ui
|
|
426
|
-
.ui.form .ui
|
|
427
|
-
.ui.form .ui
|
|
428
|
-
.ui.form .ui
|
|
429
|
-
.ui.form .ui
|
|
430
|
-
.ui.form .ui
|
|
431
|
-
.ui.form .ui
|
|
432
|
-
.ui.form .ui
|
|
433
|
-
.ui.form .ui
|
|
434
|
-
.ui.form .ui
|
|
435
|
-
.ui.form .ui
|
|
429
|
+
.ui.form .ui[class*="left action"].input input:not([type]),
|
|
430
|
+
.ui.form .ui[class*="left action"].input input[type="color"],
|
|
431
|
+
.ui.form .ui[class*="left action"].input input[type="date"],
|
|
432
|
+
.ui.form .ui[class*="left action"].input input[type="datetime-local"],
|
|
433
|
+
.ui.form .ui[class*="left action"].input input[type="email"],
|
|
434
|
+
.ui.form .ui[class*="left action"].input input[type="month"],
|
|
435
|
+
.ui.form .ui[class*="left action"].input input[type="number"],
|
|
436
|
+
.ui.form .ui[class*="left action"].input input[type="password"],
|
|
437
|
+
.ui.form .ui[class*="left action"].input input[type="search"],
|
|
438
|
+
.ui.form .ui[class*="left action"].input input[type="tel"],
|
|
439
|
+
.ui.form .ui[class*="left action"].input input[type="time"],
|
|
440
|
+
.ui.form .ui[class*="left action"].input input[type="text"],
|
|
441
|
+
.ui.form .ui[class*="left action"].input input[type="file"],
|
|
442
|
+
.ui.form .ui[class*="left action"].input input[type="url"],
|
|
443
|
+
.ui.form .ui[class*="left action"].input input[type="week"] {
|
|
436
444
|
border-bottom-left-radius: 0;
|
|
437
445
|
border-top-left-radius: 0;
|
|
438
446
|
}
|
|
439
447
|
.ui.form textarea:focus {
|
|
440
448
|
color: rgba(0, 0, 0, 0.95);
|
|
441
|
-
border-color: #
|
|
449
|
+
border-color: #85b7d9;
|
|
442
450
|
border-radius: 0.28571429rem;
|
|
443
|
-
background: #
|
|
444
|
-
|
|
445
|
-
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
|
|
451
|
+
background: #fff;
|
|
452
|
+
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
|
|
446
453
|
-webkit-appearance: none;
|
|
447
454
|
}
|
|
448
455
|
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
456
|
+
/* Focus */
|
|
457
|
+
.ui.form input:focus::-webkit-calendar-picker-indicator {
|
|
458
|
+
opacity: 1;
|
|
459
|
+
}
|
|
452
460
|
|
|
461
|
+
/* --------------------
|
|
462
|
+
States
|
|
463
|
+
--------------------- */
|
|
453
464
|
|
|
454
465
|
/* On Form */
|
|
455
466
|
.ui.form.error .error.message:not(:empty) {
|
|
@@ -459,8 +470,6 @@
|
|
|
459
470
|
display: inline-block;
|
|
460
471
|
}
|
|
461
472
|
.ui.form.error .icon.error.message:not(:empty) {
|
|
462
|
-
display: -webkit-box;
|
|
463
|
-
display: -ms-flexbox;
|
|
464
473
|
display: flex;
|
|
465
474
|
}
|
|
466
475
|
|
|
@@ -475,27 +484,33 @@
|
|
|
475
484
|
}
|
|
476
485
|
.ui.form .fields.error .icon.error.message:not(:empty),
|
|
477
486
|
.ui.form .field.error .icon.error.message:not(:empty) {
|
|
478
|
-
display: -webkit-box;
|
|
479
|
-
display: -ms-flexbox;
|
|
480
487
|
display: flex;
|
|
481
488
|
}
|
|
482
489
|
.ui.ui.form .fields.error .field label,
|
|
490
|
+
.ui.ui.form .fields.error .field .ui.label:not(.corner),
|
|
483
491
|
.ui.ui.form .field.error label,
|
|
492
|
+
.ui.ui.form .field.error .ui.label:not(.corner),
|
|
484
493
|
.ui.ui.form .fields.error .field .input,
|
|
485
494
|
.ui.ui.form .field.error .input {
|
|
486
|
-
color: #
|
|
495
|
+
color: #9f3a38;
|
|
496
|
+
}
|
|
497
|
+
.ui.form .fields.error .field .ui.label,
|
|
498
|
+
.ui.form .field.error .ui.label {
|
|
499
|
+
background-color: #ecd1d1;
|
|
487
500
|
}
|
|
488
501
|
.ui.form .fields.error .field .corner.label,
|
|
489
502
|
.ui.form .field.error .corner.label {
|
|
490
|
-
border-color: #
|
|
491
|
-
color: #
|
|
503
|
+
border-color: #9f3a38;
|
|
504
|
+
color: #fff;
|
|
492
505
|
}
|
|
493
506
|
.ui.form .fields.error .field textarea,
|
|
494
507
|
.ui.form .fields.error .field select,
|
|
495
508
|
.ui.form .fields.error .field input:not([type]),
|
|
509
|
+
.ui.form .fields.error .field input[type="color"],
|
|
496
510
|
.ui.form .fields.error .field input[type="date"],
|
|
497
511
|
.ui.form .fields.error .field input[type="datetime-local"],
|
|
498
512
|
.ui.form .fields.error .field input[type="email"],
|
|
513
|
+
.ui.form .fields.error .field input[type="month"],
|
|
499
514
|
.ui.form .fields.error .field input[type="number"],
|
|
500
515
|
.ui.form .fields.error .field input[type="password"],
|
|
501
516
|
.ui.form .fields.error .field input[type="search"],
|
|
@@ -504,12 +519,15 @@
|
|
|
504
519
|
.ui.form .fields.error .field input[type="text"],
|
|
505
520
|
.ui.form .fields.error .field input[type="file"],
|
|
506
521
|
.ui.form .fields.error .field input[type="url"],
|
|
522
|
+
.ui.form .fields.error .field input[type="week"],
|
|
507
523
|
.ui.form .field.error textarea,
|
|
508
524
|
.ui.form .field.error select,
|
|
509
525
|
.ui.form .field.error input:not([type]),
|
|
526
|
+
.ui.form .field.error input[type="color"],
|
|
510
527
|
.ui.form .field.error input[type="date"],
|
|
511
528
|
.ui.form .field.error input[type="datetime-local"],
|
|
512
529
|
.ui.form .field.error input[type="email"],
|
|
530
|
+
.ui.form .field.error input[type="month"],
|
|
513
531
|
.ui.form .field.error input[type="number"],
|
|
514
532
|
.ui.form .field.error input[type="password"],
|
|
515
533
|
.ui.form .field.error input[type="search"],
|
|
@@ -517,20 +535,43 @@
|
|
|
517
535
|
.ui.form .field.error input[type="time"],
|
|
518
536
|
.ui.form .field.error input[type="text"],
|
|
519
537
|
.ui.form .field.error input[type="file"],
|
|
520
|
-
.ui.form .field.error input[type="url"]
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
border-
|
|
525
|
-
-
|
|
526
|
-
|
|
538
|
+
.ui.form .field.error input[type="url"],
|
|
539
|
+
.ui.form .field.error input[type="week"] {
|
|
540
|
+
color: #9f3a38;
|
|
541
|
+
background: #fff6f6;
|
|
542
|
+
border-color: #e0b4b4;
|
|
543
|
+
border-radius: "";
|
|
544
|
+
box-shadow: none;
|
|
545
|
+
}
|
|
546
|
+
.ui.form .field input:not(:-ms-input-placeholder):invalid {
|
|
547
|
+
color: #9f3a38;
|
|
548
|
+
background: #fff6f6;
|
|
549
|
+
border-color: #e0b4b4;
|
|
550
|
+
border-radius: "";
|
|
551
|
+
box-shadow: none;
|
|
552
|
+
}
|
|
553
|
+
.ui.form .field input:not(:placeholder-shown):invalid {
|
|
554
|
+
color: #9f3a38;
|
|
555
|
+
background: #fff6f6;
|
|
556
|
+
border-color: #e0b4b4;
|
|
557
|
+
border-radius: "";
|
|
558
|
+
box-shadow: none;
|
|
559
|
+
}
|
|
560
|
+
.ui.form .field input:not(:-ms-input-placeholder):invalid {
|
|
561
|
+
color: #9f3a38;
|
|
562
|
+
background: #fff6f6;
|
|
563
|
+
border-color: #e0b4b4;
|
|
564
|
+
border-radius: "";
|
|
565
|
+
box-shadow: none;
|
|
527
566
|
}
|
|
528
567
|
.ui.form .field.error textarea:focus,
|
|
529
568
|
.ui.form .field.error select:focus,
|
|
530
569
|
.ui.form .field.error input:not([type]):focus,
|
|
570
|
+
.ui.form .field.error input[type="color"]:focus,
|
|
531
571
|
.ui.form .field.error input[type="date"]:focus,
|
|
532
572
|
.ui.form .field.error input[type="datetime-local"]:focus,
|
|
533
573
|
.ui.form .field.error input[type="email"]:focus,
|
|
574
|
+
.ui.form .field.error input[type="month"]:focus,
|
|
534
575
|
.ui.form .field.error input[type="number"]:focus,
|
|
535
576
|
.ui.form .field.error input[type="password"]:focus,
|
|
536
577
|
.ui.form .field.error input[type="search"]:focus,
|
|
@@ -538,12 +579,12 @@
|
|
|
538
579
|
.ui.form .field.error input[type="time"]:focus,
|
|
539
580
|
.ui.form .field.error input[type="text"]:focus,
|
|
540
581
|
.ui.form .field.error input[type="file"]:focus,
|
|
541
|
-
.ui.form .field.error input[type="url"]:focus
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
color: #
|
|
545
|
-
|
|
546
|
-
|
|
582
|
+
.ui.form .field.error input[type="url"]:focus,
|
|
583
|
+
.ui.form .field.error input[type="week"]:focus {
|
|
584
|
+
background: #fff6f6;
|
|
585
|
+
border-color: #e0b4b4;
|
|
586
|
+
color: #9f3a38;
|
|
587
|
+
box-shadow: none;
|
|
547
588
|
}
|
|
548
589
|
|
|
549
590
|
/* Preserve Native Select Stylings */
|
|
@@ -552,8 +593,8 @@
|
|
|
552
593
|
}
|
|
553
594
|
|
|
554
595
|
/*------------------
|
|
555
|
-
|
|
556
|
-
|
|
596
|
+
Input State
|
|
597
|
+
--------------------*/
|
|
557
598
|
|
|
558
599
|
|
|
559
600
|
/* Transparent */
|
|
@@ -561,107 +602,110 @@
|
|
|
561
602
|
.ui.form .field.error .transparent.input textarea,
|
|
562
603
|
.ui.form .field.error input.transparent,
|
|
563
604
|
.ui.form .field.error textarea.transparent {
|
|
564
|
-
background-color: #
|
|
565
|
-
color: #
|
|
605
|
+
background-color: #fff6f6 !important;
|
|
606
|
+
color: #9f3a38 !important;
|
|
566
607
|
}
|
|
567
608
|
|
|
568
609
|
/* Autofilled */
|
|
569
610
|
.ui.form .error.error input:-webkit-autofill {
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
border-color: #E0B4B4 !important;
|
|
611
|
+
box-shadow: 0 0 0 100px #fffaf0 inset !important;
|
|
612
|
+
border-color: #e0b4b4 !important;
|
|
573
613
|
}
|
|
574
614
|
|
|
575
615
|
/* Placeholder */
|
|
576
|
-
.ui.form .error
|
|
616
|
+
.ui.form .error :-ms-input-placeholder {
|
|
617
|
+
color: #e7bdbc;
|
|
618
|
+
}
|
|
619
|
+
.ui.form .error ::-ms-input-placeholder {
|
|
620
|
+
color: #e7bdbc;
|
|
621
|
+
}
|
|
622
|
+
.ui.form .error ::placeholder {
|
|
577
623
|
color: #e7bdbc;
|
|
578
624
|
}
|
|
579
625
|
.ui.form .error :-ms-input-placeholder {
|
|
580
626
|
color: #e7bdbc !important;
|
|
581
627
|
}
|
|
582
|
-
.ui.form .error
|
|
583
|
-
color: #
|
|
628
|
+
.ui.form .error :focus:-ms-input-placeholder {
|
|
629
|
+
color: #da9796;
|
|
584
630
|
}
|
|
585
|
-
.ui.form .error :focus::-
|
|
631
|
+
.ui.form .error :focus::-ms-input-placeholder {
|
|
632
|
+
color: #da9796;
|
|
633
|
+
}
|
|
634
|
+
.ui.form .error :focus::placeholder {
|
|
586
635
|
color: #da9796;
|
|
587
636
|
}
|
|
588
637
|
.ui.form .error :focus:-ms-input-placeholder {
|
|
589
638
|
color: #da9796 !important;
|
|
590
639
|
}
|
|
591
|
-
.ui.form .error :focus::-moz-placeholder {
|
|
592
|
-
color: #da9796;
|
|
593
|
-
}
|
|
594
640
|
|
|
595
641
|
/*------------------
|
|
596
|
-
|
|
597
|
-
|
|
642
|
+
Dropdown State
|
|
643
|
+
--------------------*/
|
|
598
644
|
|
|
599
645
|
.ui.form .fields.error .field .ui.dropdown,
|
|
600
646
|
.ui.form .fields.error .field .ui.dropdown .item,
|
|
601
647
|
.ui.form .field.error .ui.dropdown,
|
|
602
|
-
.ui.form .field.error .ui.dropdown .text,
|
|
648
|
+
.ui.form .field.error .ui.dropdown > .text,
|
|
603
649
|
.ui.form .field.error .ui.dropdown .item {
|
|
604
|
-
background: #
|
|
605
|
-
color: #
|
|
650
|
+
background: #fff6f6;
|
|
651
|
+
color: #9f3a38;
|
|
606
652
|
}
|
|
607
653
|
.ui.form .fields.error .field .ui.dropdown,
|
|
608
654
|
.ui.form .field.error .ui.dropdown {
|
|
609
|
-
border-color: #
|
|
655
|
+
border-color: #e0b4b4 !important;
|
|
610
656
|
}
|
|
611
657
|
.ui.form .fields.error .field .ui.dropdown:hover,
|
|
612
658
|
.ui.form .field.error .ui.dropdown:hover {
|
|
613
|
-
border-color: #
|
|
659
|
+
border-color: #e0b4b4 !important;
|
|
614
660
|
}
|
|
615
661
|
.ui.form .fields.error .field .ui.dropdown:hover .menu,
|
|
616
662
|
.ui.form .field.error .ui.dropdown:hover .menu {
|
|
617
|
-
border-color: #
|
|
663
|
+
border-color: #e0b4b4;
|
|
618
664
|
}
|
|
619
665
|
.ui.form .fields.error .field .ui.multiple.selection.dropdown > .label,
|
|
620
666
|
.ui.form .field.error .ui.multiple.selection.dropdown > .label {
|
|
621
|
-
background-color: #
|
|
622
|
-
color: #
|
|
667
|
+
background-color: #eacbcb;
|
|
668
|
+
color: #9f3a38;
|
|
623
669
|
}
|
|
624
670
|
|
|
625
671
|
/* Hover */
|
|
626
672
|
.ui.form .fields.error .field .ui.dropdown .menu .item:hover,
|
|
627
673
|
.ui.form .field.error .ui.dropdown .menu .item:hover {
|
|
628
|
-
background-color: #
|
|
674
|
+
background-color: #fbe7e7;
|
|
629
675
|
}
|
|
630
676
|
|
|
631
677
|
/* Selected */
|
|
632
678
|
.ui.form .fields.error .field .ui.dropdown .menu .selected.item,
|
|
633
679
|
.ui.form .field.error .ui.dropdown .menu .selected.item {
|
|
634
|
-
background-color: #
|
|
680
|
+
background-color: #fbe7e7;
|
|
635
681
|
}
|
|
636
682
|
|
|
637
683
|
/* Active */
|
|
638
684
|
.ui.form .fields.error .field .ui.dropdown .menu .active.item,
|
|
639
685
|
.ui.form .field.error .ui.dropdown .menu .active.item {
|
|
640
|
-
background-color: #
|
|
686
|
+
background-color: #fdcfcf !important;
|
|
641
687
|
}
|
|
642
688
|
|
|
643
689
|
/*--------------------
|
|
644
|
-
|
|
645
|
-
|
|
690
|
+
Checkbox State
|
|
691
|
+
---------------------*/
|
|
646
692
|
|
|
647
693
|
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
|
|
648
|
-
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
694
|
+
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label {
|
|
695
|
+
color: #9f3a38;
|
|
696
|
+
}
|
|
697
|
+
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label::before,
|
|
698
|
+
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label::before {
|
|
699
|
+
background: #fff6f6;
|
|
700
|
+
border-color: #e0b4b4;
|
|
652
701
|
}
|
|
653
|
-
.ui.form .fields.error .field .checkbox
|
|
654
|
-
.ui.form .field.error .checkbox
|
|
655
|
-
|
|
656
|
-
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
|
|
657
|
-
background: #FFF6F6;
|
|
658
|
-
border-color: #E0B4B4;
|
|
702
|
+
.ui.form .fields.error .field .checkbox label::after,
|
|
703
|
+
.ui.form .field.error .checkbox label::after {
|
|
704
|
+
color: #9f3a38;
|
|
659
705
|
}
|
|
660
|
-
.ui.form .fields.error .field
|
|
661
|
-
.ui.form .
|
|
662
|
-
|
|
663
|
-
.ui.form .field.error .checkbox .box:after {
|
|
664
|
-
color: #9F3A38;
|
|
706
|
+
.ui.inverted.form .fields.error .field label,
|
|
707
|
+
.ui.inverted.form .error.field label {
|
|
708
|
+
color: #ecd1d1;
|
|
665
709
|
}
|
|
666
710
|
|
|
667
711
|
/* On Form */
|
|
@@ -672,8 +716,6 @@
|
|
|
672
716
|
display: inline-block;
|
|
673
717
|
}
|
|
674
718
|
.ui.form.info .icon.info.message:not(:empty) {
|
|
675
|
-
display: -webkit-box;
|
|
676
|
-
display: -ms-flexbox;
|
|
677
719
|
display: flex;
|
|
678
720
|
}
|
|
679
721
|
|
|
@@ -688,27 +730,33 @@
|
|
|
688
730
|
}
|
|
689
731
|
.ui.form .fields.info .icon.info.message:not(:empty),
|
|
690
732
|
.ui.form .field.info .icon.info.message:not(:empty) {
|
|
691
|
-
display: -webkit-box;
|
|
692
|
-
display: -ms-flexbox;
|
|
693
733
|
display: flex;
|
|
694
734
|
}
|
|
695
735
|
.ui.ui.form .fields.info .field label,
|
|
736
|
+
.ui.ui.form .fields.info .field .ui.label:not(.corner),
|
|
696
737
|
.ui.ui.form .field.info label,
|
|
738
|
+
.ui.ui.form .field.info .ui.label:not(.corner),
|
|
697
739
|
.ui.ui.form .fields.info .field .input,
|
|
698
740
|
.ui.ui.form .field.info .input {
|
|
699
|
-
color: #
|
|
741
|
+
color: #276f86;
|
|
742
|
+
}
|
|
743
|
+
.ui.form .fields.info .field .ui.label,
|
|
744
|
+
.ui.form .field.info .ui.label {
|
|
745
|
+
background-color: #c6e3e9;
|
|
700
746
|
}
|
|
701
747
|
.ui.form .fields.info .field .corner.label,
|
|
702
748
|
.ui.form .field.info .corner.label {
|
|
703
|
-
border-color: #
|
|
704
|
-
color: #
|
|
749
|
+
border-color: #276f86;
|
|
750
|
+
color: #fff;
|
|
705
751
|
}
|
|
706
752
|
.ui.form .fields.info .field textarea,
|
|
707
753
|
.ui.form .fields.info .field select,
|
|
708
754
|
.ui.form .fields.info .field input:not([type]),
|
|
755
|
+
.ui.form .fields.info .field input[type="color"],
|
|
709
756
|
.ui.form .fields.info .field input[type="date"],
|
|
710
757
|
.ui.form .fields.info .field input[type="datetime-local"],
|
|
711
758
|
.ui.form .fields.info .field input[type="email"],
|
|
759
|
+
.ui.form .fields.info .field input[type="month"],
|
|
712
760
|
.ui.form .fields.info .field input[type="number"],
|
|
713
761
|
.ui.form .fields.info .field input[type="password"],
|
|
714
762
|
.ui.form .fields.info .field input[type="search"],
|
|
@@ -717,12 +765,15 @@
|
|
|
717
765
|
.ui.form .fields.info .field input[type="text"],
|
|
718
766
|
.ui.form .fields.info .field input[type="file"],
|
|
719
767
|
.ui.form .fields.info .field input[type="url"],
|
|
768
|
+
.ui.form .fields.info .field input[type="week"],
|
|
720
769
|
.ui.form .field.info textarea,
|
|
721
770
|
.ui.form .field.info select,
|
|
722
771
|
.ui.form .field.info input:not([type]),
|
|
772
|
+
.ui.form .field.info input[type="color"],
|
|
723
773
|
.ui.form .field.info input[type="date"],
|
|
724
774
|
.ui.form .field.info input[type="datetime-local"],
|
|
725
775
|
.ui.form .field.info input[type="email"],
|
|
776
|
+
.ui.form .field.info input[type="month"],
|
|
726
777
|
.ui.form .field.info input[type="number"],
|
|
727
778
|
.ui.form .field.info input[type="password"],
|
|
728
779
|
.ui.form .field.info input[type="search"],
|
|
@@ -730,20 +781,22 @@
|
|
|
730
781
|
.ui.form .field.info input[type="time"],
|
|
731
782
|
.ui.form .field.info input[type="text"],
|
|
732
783
|
.ui.form .field.info input[type="file"],
|
|
733
|
-
.ui.form .field.info input[type="url"]
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
border-
|
|
738
|
-
-
|
|
739
|
-
|
|
784
|
+
.ui.form .field.info input[type="url"],
|
|
785
|
+
.ui.form .field.info input[type="week"] {
|
|
786
|
+
color: #276f86;
|
|
787
|
+
background: #f8ffff;
|
|
788
|
+
border-color: #a9d5de;
|
|
789
|
+
border-radius: "";
|
|
790
|
+
box-shadow: none;
|
|
740
791
|
}
|
|
741
792
|
.ui.form .field.info textarea:focus,
|
|
742
793
|
.ui.form .field.info select:focus,
|
|
743
794
|
.ui.form .field.info input:not([type]):focus,
|
|
795
|
+
.ui.form .field.info input[type="color"]:focus,
|
|
744
796
|
.ui.form .field.info input[type="date"]:focus,
|
|
745
797
|
.ui.form .field.info input[type="datetime-local"]:focus,
|
|
746
798
|
.ui.form .field.info input[type="email"]:focus,
|
|
799
|
+
.ui.form .field.info input[type="month"]:focus,
|
|
747
800
|
.ui.form .field.info input[type="number"]:focus,
|
|
748
801
|
.ui.form .field.info input[type="password"]:focus,
|
|
749
802
|
.ui.form .field.info input[type="search"]:focus,
|
|
@@ -751,12 +804,12 @@
|
|
|
751
804
|
.ui.form .field.info input[type="time"]:focus,
|
|
752
805
|
.ui.form .field.info input[type="text"]:focus,
|
|
753
806
|
.ui.form .field.info input[type="file"]:focus,
|
|
754
|
-
.ui.form .field.info input[type="url"]:focus
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
color: #
|
|
758
|
-
|
|
759
|
-
|
|
807
|
+
.ui.form .field.info input[type="url"]:focus,
|
|
808
|
+
.ui.form .field.info input[type="week"]:focus {
|
|
809
|
+
background: #f8ffff;
|
|
810
|
+
border-color: #a9d5de;
|
|
811
|
+
color: #276f86;
|
|
812
|
+
box-shadow: none;
|
|
760
813
|
}
|
|
761
814
|
|
|
762
815
|
/* Preserve Native Select Stylings */
|
|
@@ -765,8 +818,8 @@
|
|
|
765
818
|
}
|
|
766
819
|
|
|
767
820
|
/*------------------
|
|
768
|
-
|
|
769
|
-
|
|
821
|
+
Input State
|
|
822
|
+
--------------------*/
|
|
770
823
|
|
|
771
824
|
|
|
772
825
|
/* Transparent */
|
|
@@ -774,65 +827,70 @@
|
|
|
774
827
|
.ui.form .field.info .transparent.input textarea,
|
|
775
828
|
.ui.form .field.info input.transparent,
|
|
776
829
|
.ui.form .field.info textarea.transparent {
|
|
777
|
-
background-color: #
|
|
778
|
-
color: #
|
|
830
|
+
background-color: #f8ffff !important;
|
|
831
|
+
color: #276f86 !important;
|
|
779
832
|
}
|
|
780
833
|
|
|
781
834
|
/* Autofilled */
|
|
782
835
|
.ui.form .info.info input:-webkit-autofill {
|
|
783
|
-
|
|
784
|
-
box-shadow: 0 0 0 100px #F0FAFF inset !important;
|
|
836
|
+
box-shadow: 0 0 0 100px #f0faff inset !important;
|
|
785
837
|
border-color: #b3e0e0 !important;
|
|
786
838
|
}
|
|
787
839
|
|
|
788
840
|
/* Placeholder */
|
|
789
|
-
.ui.form .info
|
|
841
|
+
.ui.form .info :-ms-input-placeholder {
|
|
842
|
+
color: #98cfe1;
|
|
843
|
+
}
|
|
844
|
+
.ui.form .info ::-ms-input-placeholder {
|
|
845
|
+
color: #98cfe1;
|
|
846
|
+
}
|
|
847
|
+
.ui.form .info ::placeholder {
|
|
790
848
|
color: #98cfe1;
|
|
791
849
|
}
|
|
792
850
|
.ui.form .info :-ms-input-placeholder {
|
|
793
851
|
color: #98cfe1 !important;
|
|
794
852
|
}
|
|
795
|
-
.ui.form .info
|
|
796
|
-
color: #
|
|
853
|
+
.ui.form .info :focus:-ms-input-placeholder {
|
|
854
|
+
color: #70bdd6;
|
|
855
|
+
}
|
|
856
|
+
.ui.form .info :focus::-ms-input-placeholder {
|
|
857
|
+
color: #70bdd6;
|
|
797
858
|
}
|
|
798
|
-
.ui.form .info :focus
|
|
859
|
+
.ui.form .info :focus::placeholder {
|
|
799
860
|
color: #70bdd6;
|
|
800
861
|
}
|
|
801
862
|
.ui.form .info :focus:-ms-input-placeholder {
|
|
802
863
|
color: #70bdd6 !important;
|
|
803
864
|
}
|
|
804
|
-
.ui.form .info :focus::-moz-placeholder {
|
|
805
|
-
color: #70bdd6;
|
|
806
|
-
}
|
|
807
865
|
|
|
808
866
|
/*------------------
|
|
809
|
-
|
|
810
|
-
|
|
867
|
+
Dropdown State
|
|
868
|
+
--------------------*/
|
|
811
869
|
|
|
812
870
|
.ui.form .fields.info .field .ui.dropdown,
|
|
813
871
|
.ui.form .fields.info .field .ui.dropdown .item,
|
|
814
872
|
.ui.form .field.info .ui.dropdown,
|
|
815
|
-
.ui.form .field.info .ui.dropdown .text,
|
|
873
|
+
.ui.form .field.info .ui.dropdown > .text,
|
|
816
874
|
.ui.form .field.info .ui.dropdown .item {
|
|
817
|
-
background: #
|
|
818
|
-
color: #
|
|
875
|
+
background: #f8ffff;
|
|
876
|
+
color: #276f86;
|
|
819
877
|
}
|
|
820
878
|
.ui.form .fields.info .field .ui.dropdown,
|
|
821
879
|
.ui.form .field.info .ui.dropdown {
|
|
822
|
-
border-color: #
|
|
880
|
+
border-color: #a9d5de !important;
|
|
823
881
|
}
|
|
824
882
|
.ui.form .fields.info .field .ui.dropdown:hover,
|
|
825
883
|
.ui.form .field.info .ui.dropdown:hover {
|
|
826
|
-
border-color: #
|
|
884
|
+
border-color: #a9d5de !important;
|
|
827
885
|
}
|
|
828
886
|
.ui.form .fields.info .field .ui.dropdown:hover .menu,
|
|
829
887
|
.ui.form .field.info .ui.dropdown:hover .menu {
|
|
830
|
-
border-color: #
|
|
888
|
+
border-color: #a9d5de;
|
|
831
889
|
}
|
|
832
890
|
.ui.form .fields.info .field .ui.multiple.selection.dropdown > .label,
|
|
833
891
|
.ui.form .field.info .ui.multiple.selection.dropdown > .label {
|
|
834
892
|
background-color: #cce3ea;
|
|
835
|
-
color: #
|
|
893
|
+
color: #276f86;
|
|
836
894
|
}
|
|
837
895
|
|
|
838
896
|
/* Hover */
|
|
@@ -854,27 +912,25 @@
|
|
|
854
912
|
}
|
|
855
913
|
|
|
856
914
|
/*--------------------
|
|
857
|
-
|
|
858
|
-
|
|
915
|
+
Checkbox State
|
|
916
|
+
---------------------*/
|
|
859
917
|
|
|
860
918
|
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label,
|
|
861
|
-
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
919
|
+
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label {
|
|
920
|
+
color: #276f86;
|
|
921
|
+
}
|
|
922
|
+
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label::before,
|
|
923
|
+
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label::before {
|
|
924
|
+
background: #f8ffff;
|
|
925
|
+
border-color: #a9d5de;
|
|
865
926
|
}
|
|
866
|
-
.ui.form .fields.info .field .checkbox
|
|
867
|
-
.ui.form .field.info .checkbox
|
|
868
|
-
|
|
869
|
-
.ui.form .field.info .checkbox:not(.toggle):not(.slider) .box:before {
|
|
870
|
-
background: #F8FFFF;
|
|
871
|
-
border-color: #A9D5DE;
|
|
927
|
+
.ui.form .fields.info .field .checkbox label::after,
|
|
928
|
+
.ui.form .field.info .checkbox label::after {
|
|
929
|
+
color: #276f86;
|
|
872
930
|
}
|
|
873
|
-
.ui.form .fields.info .field
|
|
874
|
-
.ui.form .
|
|
875
|
-
|
|
876
|
-
.ui.form .field.info .checkbox .box:after {
|
|
877
|
-
color: #276F86;
|
|
931
|
+
.ui.inverted.form .fields.info .field label,
|
|
932
|
+
.ui.inverted.form .info.field label {
|
|
933
|
+
color: #c6e3e9;
|
|
878
934
|
}
|
|
879
935
|
|
|
880
936
|
/* On Form */
|
|
@@ -885,8 +941,6 @@
|
|
|
885
941
|
display: inline-block;
|
|
886
942
|
}
|
|
887
943
|
.ui.form.success .icon.success.message:not(:empty) {
|
|
888
|
-
display: -webkit-box;
|
|
889
|
-
display: -ms-flexbox;
|
|
890
944
|
display: flex;
|
|
891
945
|
}
|
|
892
946
|
|
|
@@ -901,27 +955,33 @@
|
|
|
901
955
|
}
|
|
902
956
|
.ui.form .fields.success .icon.success.message:not(:empty),
|
|
903
957
|
.ui.form .field.success .icon.success.message:not(:empty) {
|
|
904
|
-
display: -webkit-box;
|
|
905
|
-
display: -ms-flexbox;
|
|
906
958
|
display: flex;
|
|
907
959
|
}
|
|
908
960
|
.ui.ui.form .fields.success .field label,
|
|
961
|
+
.ui.ui.form .fields.success .field .ui.label:not(.corner),
|
|
909
962
|
.ui.ui.form .field.success label,
|
|
963
|
+
.ui.ui.form .field.success .ui.label:not(.corner),
|
|
910
964
|
.ui.ui.form .fields.success .field .input,
|
|
911
965
|
.ui.ui.form .field.success .input {
|
|
912
|
-
color: #
|
|
966
|
+
color: #2c662d;
|
|
967
|
+
}
|
|
968
|
+
.ui.form .fields.success .field .ui.label,
|
|
969
|
+
.ui.form .field.success .ui.label {
|
|
970
|
+
background-color: #b9d1ad;
|
|
913
971
|
}
|
|
914
972
|
.ui.form .fields.success .field .corner.label,
|
|
915
973
|
.ui.form .field.success .corner.label {
|
|
916
|
-
border-color: #
|
|
917
|
-
color: #
|
|
974
|
+
border-color: #2c662d;
|
|
975
|
+
color: #fff;
|
|
918
976
|
}
|
|
919
977
|
.ui.form .fields.success .field textarea,
|
|
920
978
|
.ui.form .fields.success .field select,
|
|
921
979
|
.ui.form .fields.success .field input:not([type]),
|
|
980
|
+
.ui.form .fields.success .field input[type="color"],
|
|
922
981
|
.ui.form .fields.success .field input[type="date"],
|
|
923
982
|
.ui.form .fields.success .field input[type="datetime-local"],
|
|
924
983
|
.ui.form .fields.success .field input[type="email"],
|
|
984
|
+
.ui.form .fields.success .field input[type="month"],
|
|
925
985
|
.ui.form .fields.success .field input[type="number"],
|
|
926
986
|
.ui.form .fields.success .field input[type="password"],
|
|
927
987
|
.ui.form .fields.success .field input[type="search"],
|
|
@@ -930,12 +990,15 @@
|
|
|
930
990
|
.ui.form .fields.success .field input[type="text"],
|
|
931
991
|
.ui.form .fields.success .field input[type="file"],
|
|
932
992
|
.ui.form .fields.success .field input[type="url"],
|
|
993
|
+
.ui.form .fields.success .field input[type="week"],
|
|
933
994
|
.ui.form .field.success textarea,
|
|
934
995
|
.ui.form .field.success select,
|
|
935
996
|
.ui.form .field.success input:not([type]),
|
|
997
|
+
.ui.form .field.success input[type="color"],
|
|
936
998
|
.ui.form .field.success input[type="date"],
|
|
937
999
|
.ui.form .field.success input[type="datetime-local"],
|
|
938
1000
|
.ui.form .field.success input[type="email"],
|
|
1001
|
+
.ui.form .field.success input[type="month"],
|
|
939
1002
|
.ui.form .field.success input[type="number"],
|
|
940
1003
|
.ui.form .field.success input[type="password"],
|
|
941
1004
|
.ui.form .field.success input[type="search"],
|
|
@@ -943,20 +1006,22 @@
|
|
|
943
1006
|
.ui.form .field.success input[type="time"],
|
|
944
1007
|
.ui.form .field.success input[type="text"],
|
|
945
1008
|
.ui.form .field.success input[type="file"],
|
|
946
|
-
.ui.form .field.success input[type="url"]
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
border-
|
|
951
|
-
-
|
|
952
|
-
|
|
1009
|
+
.ui.form .field.success input[type="url"],
|
|
1010
|
+
.ui.form .field.success input[type="week"] {
|
|
1011
|
+
color: #2c662d;
|
|
1012
|
+
background: #fcfff5;
|
|
1013
|
+
border-color: #a3c293;
|
|
1014
|
+
border-radius: "";
|
|
1015
|
+
box-shadow: none;
|
|
953
1016
|
}
|
|
954
1017
|
.ui.form .field.success textarea:focus,
|
|
955
1018
|
.ui.form .field.success select:focus,
|
|
956
1019
|
.ui.form .field.success input:not([type]):focus,
|
|
1020
|
+
.ui.form .field.success input[type="color"]:focus,
|
|
957
1021
|
.ui.form .field.success input[type="date"]:focus,
|
|
958
1022
|
.ui.form .field.success input[type="datetime-local"]:focus,
|
|
959
1023
|
.ui.form .field.success input[type="email"]:focus,
|
|
1024
|
+
.ui.form .field.success input[type="month"]:focus,
|
|
960
1025
|
.ui.form .field.success input[type="number"]:focus,
|
|
961
1026
|
.ui.form .field.success input[type="password"]:focus,
|
|
962
1027
|
.ui.form .field.success input[type="search"]:focus,
|
|
@@ -964,12 +1029,12 @@
|
|
|
964
1029
|
.ui.form .field.success input[type="time"]:focus,
|
|
965
1030
|
.ui.form .field.success input[type="text"]:focus,
|
|
966
1031
|
.ui.form .field.success input[type="file"]:focus,
|
|
967
|
-
.ui.form .field.success input[type="url"]:focus
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
color: #
|
|
971
|
-
|
|
972
|
-
|
|
1032
|
+
.ui.form .field.success input[type="url"]:focus,
|
|
1033
|
+
.ui.form .field.success input[type="week"]:focus {
|
|
1034
|
+
background: #fcfff5;
|
|
1035
|
+
border-color: #a3c293;
|
|
1036
|
+
color: #2c662d;
|
|
1037
|
+
box-shadow: none;
|
|
973
1038
|
}
|
|
974
1039
|
|
|
975
1040
|
/* Preserve Native Select Stylings */
|
|
@@ -978,8 +1043,8 @@
|
|
|
978
1043
|
}
|
|
979
1044
|
|
|
980
1045
|
/*------------------
|
|
981
|
-
|
|
982
|
-
|
|
1046
|
+
Input State
|
|
1047
|
+
--------------------*/
|
|
983
1048
|
|
|
984
1049
|
|
|
985
1050
|
/* Transparent */
|
|
@@ -987,65 +1052,70 @@
|
|
|
987
1052
|
.ui.form .field.success .transparent.input textarea,
|
|
988
1053
|
.ui.form .field.success input.transparent,
|
|
989
1054
|
.ui.form .field.success textarea.transparent {
|
|
990
|
-
background-color: #
|
|
991
|
-
color: #
|
|
1055
|
+
background-color: #fcfff5 !important;
|
|
1056
|
+
color: #2c662d !important;
|
|
992
1057
|
}
|
|
993
1058
|
|
|
994
1059
|
/* Autofilled */
|
|
995
1060
|
.ui.form .success.success input:-webkit-autofill {
|
|
996
|
-
|
|
997
|
-
box-shadow: 0 0 0 100px #F0FFF0 inset !important;
|
|
1061
|
+
box-shadow: 0 0 0 100px #f0fff0 inset !important;
|
|
998
1062
|
border-color: #bee0b3 !important;
|
|
999
1063
|
}
|
|
1000
1064
|
|
|
1001
1065
|
/* Placeholder */
|
|
1002
|
-
.ui.form .success
|
|
1066
|
+
.ui.form .success :-ms-input-placeholder {
|
|
1067
|
+
color: #8fcf90;
|
|
1068
|
+
}
|
|
1069
|
+
.ui.form .success ::-ms-input-placeholder {
|
|
1070
|
+
color: #8fcf90;
|
|
1071
|
+
}
|
|
1072
|
+
.ui.form .success ::placeholder {
|
|
1003
1073
|
color: #8fcf90;
|
|
1004
1074
|
}
|
|
1005
1075
|
.ui.form .success :-ms-input-placeholder {
|
|
1006
1076
|
color: #8fcf90 !important;
|
|
1007
1077
|
}
|
|
1008
|
-
.ui.form .success
|
|
1009
|
-
color: #
|
|
1078
|
+
.ui.form .success :focus:-ms-input-placeholder {
|
|
1079
|
+
color: #6cbf6d;
|
|
1080
|
+
}
|
|
1081
|
+
.ui.form .success :focus::-ms-input-placeholder {
|
|
1082
|
+
color: #6cbf6d;
|
|
1010
1083
|
}
|
|
1011
|
-
.ui.form .success :focus
|
|
1084
|
+
.ui.form .success :focus::placeholder {
|
|
1012
1085
|
color: #6cbf6d;
|
|
1013
1086
|
}
|
|
1014
1087
|
.ui.form .success :focus:-ms-input-placeholder {
|
|
1015
1088
|
color: #6cbf6d !important;
|
|
1016
1089
|
}
|
|
1017
|
-
.ui.form .success :focus::-moz-placeholder {
|
|
1018
|
-
color: #6cbf6d;
|
|
1019
|
-
}
|
|
1020
1090
|
|
|
1021
1091
|
/*------------------
|
|
1022
|
-
|
|
1023
|
-
|
|
1092
|
+
Dropdown State
|
|
1093
|
+
--------------------*/
|
|
1024
1094
|
|
|
1025
1095
|
.ui.form .fields.success .field .ui.dropdown,
|
|
1026
1096
|
.ui.form .fields.success .field .ui.dropdown .item,
|
|
1027
1097
|
.ui.form .field.success .ui.dropdown,
|
|
1028
|
-
.ui.form .field.success .ui.dropdown .text,
|
|
1098
|
+
.ui.form .field.success .ui.dropdown > .text,
|
|
1029
1099
|
.ui.form .field.success .ui.dropdown .item {
|
|
1030
|
-
background: #
|
|
1031
|
-
color: #
|
|
1100
|
+
background: #fcfff5;
|
|
1101
|
+
color: #2c662d;
|
|
1032
1102
|
}
|
|
1033
1103
|
.ui.form .fields.success .field .ui.dropdown,
|
|
1034
1104
|
.ui.form .field.success .ui.dropdown {
|
|
1035
|
-
border-color: #
|
|
1105
|
+
border-color: #a3c293 !important;
|
|
1036
1106
|
}
|
|
1037
1107
|
.ui.form .fields.success .field .ui.dropdown:hover,
|
|
1038
1108
|
.ui.form .field.success .ui.dropdown:hover {
|
|
1039
|
-
border-color: #
|
|
1109
|
+
border-color: #a3c293 !important;
|
|
1040
1110
|
}
|
|
1041
1111
|
.ui.form .fields.success .field .ui.dropdown:hover .menu,
|
|
1042
1112
|
.ui.form .field.success .ui.dropdown:hover .menu {
|
|
1043
|
-
border-color: #
|
|
1113
|
+
border-color: #a3c293;
|
|
1044
1114
|
}
|
|
1045
1115
|
.ui.form .fields.success .field .ui.multiple.selection.dropdown > .label,
|
|
1046
1116
|
.ui.form .field.success .ui.multiple.selection.dropdown > .label {
|
|
1047
1117
|
background-color: #cceacc;
|
|
1048
|
-
color: #
|
|
1118
|
+
color: #2c662d;
|
|
1049
1119
|
}
|
|
1050
1120
|
|
|
1051
1121
|
/* Hover */
|
|
@@ -1067,27 +1137,25 @@
|
|
|
1067
1137
|
}
|
|
1068
1138
|
|
|
1069
1139
|
/*--------------------
|
|
1070
|
-
|
|
1071
|
-
|
|
1140
|
+
Checkbox State
|
|
1141
|
+
---------------------*/
|
|
1072
1142
|
|
|
1073
1143
|
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label,
|
|
1074
|
-
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label
|
|
1075
|
-
|
|
1076
|
-
.ui.form .field.success .checkbox:not(.toggle):not(.slider) .box {
|
|
1077
|
-
color: #2C662D;
|
|
1144
|
+
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label {
|
|
1145
|
+
color: #2c662d;
|
|
1078
1146
|
}
|
|
1079
|
-
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label
|
|
1080
|
-
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
background: #FCFFF5;
|
|
1084
|
-
border-color: #A3C293;
|
|
1147
|
+
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label::before,
|
|
1148
|
+
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label::before {
|
|
1149
|
+
background: #fcfff5;
|
|
1150
|
+
border-color: #a3c293;
|
|
1085
1151
|
}
|
|
1086
|
-
.ui.form .fields.success .field .checkbox label
|
|
1087
|
-
.ui.form .field.success .checkbox label
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1152
|
+
.ui.form .fields.success .field .checkbox label::after,
|
|
1153
|
+
.ui.form .field.success .checkbox label::after {
|
|
1154
|
+
color: #2c662d;
|
|
1155
|
+
}
|
|
1156
|
+
.ui.inverted.form .fields.success .field label,
|
|
1157
|
+
.ui.inverted.form .success.field label {
|
|
1158
|
+
color: #b9d1ad;
|
|
1091
1159
|
}
|
|
1092
1160
|
|
|
1093
1161
|
/* On Form */
|
|
@@ -1098,8 +1166,6 @@
|
|
|
1098
1166
|
display: inline-block;
|
|
1099
1167
|
}
|
|
1100
1168
|
.ui.form.warning .icon.warning.message:not(:empty) {
|
|
1101
|
-
display: -webkit-box;
|
|
1102
|
-
display: -ms-flexbox;
|
|
1103
1169
|
display: flex;
|
|
1104
1170
|
}
|
|
1105
1171
|
|
|
@@ -1114,27 +1180,33 @@
|
|
|
1114
1180
|
}
|
|
1115
1181
|
.ui.form .fields.warning .icon.warning.message:not(:empty),
|
|
1116
1182
|
.ui.form .field.warning .icon.warning.message:not(:empty) {
|
|
1117
|
-
display: -webkit-box;
|
|
1118
|
-
display: -ms-flexbox;
|
|
1119
1183
|
display: flex;
|
|
1120
1184
|
}
|
|
1121
1185
|
.ui.ui.form .fields.warning .field label,
|
|
1186
|
+
.ui.ui.form .fields.warning .field .ui.label:not(.corner),
|
|
1122
1187
|
.ui.ui.form .field.warning label,
|
|
1188
|
+
.ui.ui.form .field.warning .ui.label:not(.corner),
|
|
1123
1189
|
.ui.ui.form .fields.warning .field .input,
|
|
1124
1190
|
.ui.ui.form .field.warning .input {
|
|
1125
|
-
color: #
|
|
1191
|
+
color: #573a08;
|
|
1192
|
+
}
|
|
1193
|
+
.ui.form .fields.warning .field .ui.label,
|
|
1194
|
+
.ui.form .field.warning .ui.label {
|
|
1195
|
+
background-color: #d7ccb5;
|
|
1126
1196
|
}
|
|
1127
1197
|
.ui.form .fields.warning .field .corner.label,
|
|
1128
1198
|
.ui.form .field.warning .corner.label {
|
|
1129
|
-
border-color: #
|
|
1130
|
-
color: #
|
|
1199
|
+
border-color: #573a08;
|
|
1200
|
+
color: #fff;
|
|
1131
1201
|
}
|
|
1132
1202
|
.ui.form .fields.warning .field textarea,
|
|
1133
1203
|
.ui.form .fields.warning .field select,
|
|
1134
1204
|
.ui.form .fields.warning .field input:not([type]),
|
|
1205
|
+
.ui.form .fields.warning .field input[type="color"],
|
|
1135
1206
|
.ui.form .fields.warning .field input[type="date"],
|
|
1136
1207
|
.ui.form .fields.warning .field input[type="datetime-local"],
|
|
1137
1208
|
.ui.form .fields.warning .field input[type="email"],
|
|
1209
|
+
.ui.form .fields.warning .field input[type="month"],
|
|
1138
1210
|
.ui.form .fields.warning .field input[type="number"],
|
|
1139
1211
|
.ui.form .fields.warning .field input[type="password"],
|
|
1140
1212
|
.ui.form .fields.warning .field input[type="search"],
|
|
@@ -1143,12 +1215,15 @@
|
|
|
1143
1215
|
.ui.form .fields.warning .field input[type="text"],
|
|
1144
1216
|
.ui.form .fields.warning .field input[type="file"],
|
|
1145
1217
|
.ui.form .fields.warning .field input[type="url"],
|
|
1218
|
+
.ui.form .fields.warning .field input[type="week"],
|
|
1146
1219
|
.ui.form .field.warning textarea,
|
|
1147
1220
|
.ui.form .field.warning select,
|
|
1148
1221
|
.ui.form .field.warning input:not([type]),
|
|
1222
|
+
.ui.form .field.warning input[type="color"],
|
|
1149
1223
|
.ui.form .field.warning input[type="date"],
|
|
1150
1224
|
.ui.form .field.warning input[type="datetime-local"],
|
|
1151
1225
|
.ui.form .field.warning input[type="email"],
|
|
1226
|
+
.ui.form .field.warning input[type="month"],
|
|
1152
1227
|
.ui.form .field.warning input[type="number"],
|
|
1153
1228
|
.ui.form .field.warning input[type="password"],
|
|
1154
1229
|
.ui.form .field.warning input[type="search"],
|
|
@@ -1156,20 +1231,22 @@
|
|
|
1156
1231
|
.ui.form .field.warning input[type="time"],
|
|
1157
1232
|
.ui.form .field.warning input[type="text"],
|
|
1158
1233
|
.ui.form .field.warning input[type="file"],
|
|
1159
|
-
.ui.form .field.warning input[type="url"]
|
|
1160
|
-
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
border-
|
|
1164
|
-
-
|
|
1165
|
-
|
|
1234
|
+
.ui.form .field.warning input[type="url"],
|
|
1235
|
+
.ui.form .field.warning input[type="week"] {
|
|
1236
|
+
color: #573a08;
|
|
1237
|
+
background: #fffaf3;
|
|
1238
|
+
border-color: #c9ba9b;
|
|
1239
|
+
border-radius: "";
|
|
1240
|
+
box-shadow: none;
|
|
1166
1241
|
}
|
|
1167
1242
|
.ui.form .field.warning textarea:focus,
|
|
1168
1243
|
.ui.form .field.warning select:focus,
|
|
1169
1244
|
.ui.form .field.warning input:not([type]):focus,
|
|
1245
|
+
.ui.form .field.warning input[type="color"]:focus,
|
|
1170
1246
|
.ui.form .field.warning input[type="date"]:focus,
|
|
1171
1247
|
.ui.form .field.warning input[type="datetime-local"]:focus,
|
|
1172
1248
|
.ui.form .field.warning input[type="email"]:focus,
|
|
1249
|
+
.ui.form .field.warning input[type="month"]:focus,
|
|
1173
1250
|
.ui.form .field.warning input[type="number"]:focus,
|
|
1174
1251
|
.ui.form .field.warning input[type="password"]:focus,
|
|
1175
1252
|
.ui.form .field.warning input[type="search"]:focus,
|
|
@@ -1177,12 +1254,12 @@
|
|
|
1177
1254
|
.ui.form .field.warning input[type="time"]:focus,
|
|
1178
1255
|
.ui.form .field.warning input[type="text"]:focus,
|
|
1179
1256
|
.ui.form .field.warning input[type="file"]:focus,
|
|
1180
|
-
.ui.form .field.warning input[type="url"]:focus
|
|
1181
|
-
|
|
1182
|
-
|
|
1183
|
-
color: #
|
|
1184
|
-
|
|
1185
|
-
|
|
1257
|
+
.ui.form .field.warning input[type="url"]:focus,
|
|
1258
|
+
.ui.form .field.warning input[type="week"]:focus {
|
|
1259
|
+
background: #fffaf3;
|
|
1260
|
+
border-color: #c9ba9b;
|
|
1261
|
+
color: #573a08;
|
|
1262
|
+
box-shadow: none;
|
|
1186
1263
|
}
|
|
1187
1264
|
|
|
1188
1265
|
/* Preserve Native Select Stylings */
|
|
@@ -1191,8 +1268,8 @@
|
|
|
1191
1268
|
}
|
|
1192
1269
|
|
|
1193
1270
|
/*------------------
|
|
1194
|
-
|
|
1195
|
-
|
|
1271
|
+
Input State
|
|
1272
|
+
--------------------*/
|
|
1196
1273
|
|
|
1197
1274
|
|
|
1198
1275
|
/* Transparent */
|
|
@@ -1200,65 +1277,70 @@
|
|
|
1200
1277
|
.ui.form .field.warning .transparent.input textarea,
|
|
1201
1278
|
.ui.form .field.warning input.transparent,
|
|
1202
1279
|
.ui.form .field.warning textarea.transparent {
|
|
1203
|
-
background-color: #
|
|
1204
|
-
color: #
|
|
1280
|
+
background-color: #fffaf3 !important;
|
|
1281
|
+
color: #573a08 !important;
|
|
1205
1282
|
}
|
|
1206
1283
|
|
|
1207
1284
|
/* Autofilled */
|
|
1208
1285
|
.ui.form .warning.warning input:-webkit-autofill {
|
|
1209
|
-
|
|
1210
|
-
box-shadow: 0 0 0 100px #FFFFe0 inset !important;
|
|
1286
|
+
box-shadow: 0 0 0 100px #ffffe0 inset !important;
|
|
1211
1287
|
border-color: #e0e0b3 !important;
|
|
1212
1288
|
}
|
|
1213
1289
|
|
|
1214
1290
|
/* Placeholder */
|
|
1215
|
-
.ui.form .warning
|
|
1291
|
+
.ui.form .warning :-ms-input-placeholder {
|
|
1292
|
+
color: #edad3e;
|
|
1293
|
+
}
|
|
1294
|
+
.ui.form .warning ::-ms-input-placeholder {
|
|
1295
|
+
color: #edad3e;
|
|
1296
|
+
}
|
|
1297
|
+
.ui.form .warning ::placeholder {
|
|
1216
1298
|
color: #edad3e;
|
|
1217
1299
|
}
|
|
1218
1300
|
.ui.form .warning :-ms-input-placeholder {
|
|
1219
1301
|
color: #edad3e !important;
|
|
1220
1302
|
}
|
|
1221
|
-
.ui.form .warning
|
|
1222
|
-
color: #
|
|
1303
|
+
.ui.form .warning :focus:-ms-input-placeholder {
|
|
1304
|
+
color: #e39715;
|
|
1223
1305
|
}
|
|
1224
|
-
.ui.form .warning :focus::-
|
|
1306
|
+
.ui.form .warning :focus::-ms-input-placeholder {
|
|
1307
|
+
color: #e39715;
|
|
1308
|
+
}
|
|
1309
|
+
.ui.form .warning :focus::placeholder {
|
|
1225
1310
|
color: #e39715;
|
|
1226
1311
|
}
|
|
1227
1312
|
.ui.form .warning :focus:-ms-input-placeholder {
|
|
1228
1313
|
color: #e39715 !important;
|
|
1229
1314
|
}
|
|
1230
|
-
.ui.form .warning :focus::-moz-placeholder {
|
|
1231
|
-
color: #e39715;
|
|
1232
|
-
}
|
|
1233
1315
|
|
|
1234
1316
|
/*------------------
|
|
1235
|
-
|
|
1236
|
-
|
|
1317
|
+
Dropdown State
|
|
1318
|
+
--------------------*/
|
|
1237
1319
|
|
|
1238
1320
|
.ui.form .fields.warning .field .ui.dropdown,
|
|
1239
1321
|
.ui.form .fields.warning .field .ui.dropdown .item,
|
|
1240
1322
|
.ui.form .field.warning .ui.dropdown,
|
|
1241
|
-
.ui.form .field.warning .ui.dropdown .text,
|
|
1323
|
+
.ui.form .field.warning .ui.dropdown > .text,
|
|
1242
1324
|
.ui.form .field.warning .ui.dropdown .item {
|
|
1243
|
-
background: #
|
|
1244
|
-
color: #
|
|
1325
|
+
background: #fffaf3;
|
|
1326
|
+
color: #573a08;
|
|
1245
1327
|
}
|
|
1246
1328
|
.ui.form .fields.warning .field .ui.dropdown,
|
|
1247
1329
|
.ui.form .field.warning .ui.dropdown {
|
|
1248
|
-
border-color: #
|
|
1330
|
+
border-color: #c9ba9b !important;
|
|
1249
1331
|
}
|
|
1250
1332
|
.ui.form .fields.warning .field .ui.dropdown:hover,
|
|
1251
1333
|
.ui.form .field.warning .ui.dropdown:hover {
|
|
1252
|
-
border-color: #
|
|
1334
|
+
border-color: #c9ba9b !important;
|
|
1253
1335
|
}
|
|
1254
1336
|
.ui.form .fields.warning .field .ui.dropdown:hover .menu,
|
|
1255
1337
|
.ui.form .field.warning .ui.dropdown:hover .menu {
|
|
1256
|
-
border-color: #
|
|
1338
|
+
border-color: #c9ba9b;
|
|
1257
1339
|
}
|
|
1258
1340
|
.ui.form .fields.warning .field .ui.multiple.selection.dropdown > .label,
|
|
1259
1341
|
.ui.form .field.warning .ui.multiple.selection.dropdown > .label {
|
|
1260
1342
|
background-color: #eaeacc;
|
|
1261
|
-
color: #
|
|
1343
|
+
color: #573a08;
|
|
1262
1344
|
}
|
|
1263
1345
|
|
|
1264
1346
|
/* Hover */
|
|
@@ -1280,33 +1362,30 @@
|
|
|
1280
1362
|
}
|
|
1281
1363
|
|
|
1282
1364
|
/*--------------------
|
|
1283
|
-
|
|
1284
|
-
|
|
1365
|
+
Checkbox State
|
|
1366
|
+
---------------------*/
|
|
1285
1367
|
|
|
1286
1368
|
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label,
|
|
1287
|
-
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label
|
|
1288
|
-
|
|
1289
|
-
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box {
|
|
1290
|
-
color: #573A08;
|
|
1369
|
+
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label {
|
|
1370
|
+
color: #573a08;
|
|
1291
1371
|
}
|
|
1292
|
-
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label
|
|
1293
|
-
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
background: #FFFAF3;
|
|
1297
|
-
border-color: #C9BA9B;
|
|
1372
|
+
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label::before,
|
|
1373
|
+
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label::before {
|
|
1374
|
+
background: #fffaf3;
|
|
1375
|
+
border-color: #c9ba9b;
|
|
1298
1376
|
}
|
|
1299
|
-
.ui.form .fields.warning .field .checkbox label
|
|
1300
|
-
.ui.form .field.warning .checkbox label
|
|
1301
|
-
|
|
1302
|
-
|
|
1303
|
-
|
|
1377
|
+
.ui.form .fields.warning .field .checkbox label::after,
|
|
1378
|
+
.ui.form .field.warning .checkbox label::after {
|
|
1379
|
+
color: #573a08;
|
|
1380
|
+
}
|
|
1381
|
+
.ui.inverted.form .fields.warning .field label,
|
|
1382
|
+
.ui.inverted.form .warning.field label {
|
|
1383
|
+
color: #d7ccb5;
|
|
1304
1384
|
}
|
|
1305
1385
|
|
|
1306
|
-
|
|
1307
|
-
|
|
1308
|
-
|
|
1309
|
-
|
|
1386
|
+
/* --------------------
|
|
1387
|
+
Disabled
|
|
1388
|
+
--------------------- */
|
|
1310
1389
|
.ui.form .disabled.fields .field,
|
|
1311
1390
|
.ui.form .disabled.field,
|
|
1312
1391
|
.ui.form .field :disabled {
|
|
@@ -1321,18 +1400,17 @@
|
|
|
1321
1400
|
opacity: 1;
|
|
1322
1401
|
}
|
|
1323
1402
|
|
|
1324
|
-
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1403
|
+
/* --------------
|
|
1404
|
+
Loading
|
|
1405
|
+
--------------- */
|
|
1328
1406
|
.ui.loading.form {
|
|
1329
1407
|
position: relative;
|
|
1330
1408
|
cursor: default;
|
|
1331
1409
|
pointer-events: none;
|
|
1332
1410
|
}
|
|
1333
|
-
.ui.loading.form
|
|
1411
|
+
.ui.loading.form::before {
|
|
1334
1412
|
position: absolute;
|
|
1335
|
-
content:
|
|
1413
|
+
content: "";
|
|
1336
1414
|
top: 0;
|
|
1337
1415
|
left: 0;
|
|
1338
1416
|
background: rgba(255, 255, 255, 0.8);
|
|
@@ -1340,23 +1418,21 @@
|
|
|
1340
1418
|
height: 100%;
|
|
1341
1419
|
z-index: 100;
|
|
1342
1420
|
}
|
|
1343
|
-
.ui.loading.form.segments
|
|
1421
|
+
.ui.loading.form.segments::before {
|
|
1344
1422
|
border-radius: 0.28571429rem;
|
|
1345
1423
|
}
|
|
1346
|
-
.ui.loading.form
|
|
1424
|
+
.ui.loading.form::after {
|
|
1347
1425
|
position: absolute;
|
|
1348
|
-
content:
|
|
1426
|
+
content: "";
|
|
1349
1427
|
top: 50%;
|
|
1350
1428
|
left: 50%;
|
|
1351
1429
|
margin: -1.5em 0 0 -1.5em;
|
|
1352
1430
|
width: 3em;
|
|
1353
1431
|
height: 3em;
|
|
1354
|
-
|
|
1355
|
-
animation: loader 0.6s infinite linear;
|
|
1432
|
+
animation: loader 0.6s infinite linear;
|
|
1356
1433
|
border: 0.2em solid #767676;
|
|
1357
1434
|
border-radius: 500rem;
|
|
1358
|
-
|
|
1359
|
-
box-shadow: 0 0 0 1px transparent;
|
|
1435
|
+
box-shadow: 0 0 0 1px transparent;
|
|
1360
1436
|
visibility: visible;
|
|
1361
1437
|
z-index: 101;
|
|
1362
1438
|
}
|
|
@@ -1367,29 +1443,28 @@
|
|
|
1367
1443
|
*******************************/
|
|
1368
1444
|
|
|
1369
1445
|
|
|
1370
|
-
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
.ui.form .required.fields
|
|
1375
|
-
.ui.form .required.
|
|
1376
|
-
.ui.form .required.field >
|
|
1377
|
-
.ui.form .required.
|
|
1378
|
-
.ui.form .required
|
|
1379
|
-
.ui.form label.required:after {
|
|
1446
|
+
/* --------------------
|
|
1447
|
+
Required Field
|
|
1448
|
+
--------------------- */
|
|
1449
|
+
.ui.form .required.fields:not(.grouped) > .field > label::after,
|
|
1450
|
+
.ui.form .required.fields.grouped > label::after,
|
|
1451
|
+
.ui.form .required.field > label::after,
|
|
1452
|
+
.ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
|
|
1453
|
+
.ui.form .required.field > .checkbox::after,
|
|
1454
|
+
.ui.form label.required::after {
|
|
1380
1455
|
margin: -0.2em 0 0 0.2em;
|
|
1381
|
-
content:
|
|
1382
|
-
color: #
|
|
1456
|
+
content: "*";
|
|
1457
|
+
color: #db2828;
|
|
1383
1458
|
}
|
|
1384
|
-
.ui.form .required.fields:not(.grouped) > .field > label
|
|
1385
|
-
.ui.form .required.fields.grouped > label
|
|
1386
|
-
.ui.form .required.field > label
|
|
1387
|
-
.ui.form label.required
|
|
1459
|
+
.ui.form .required.fields:not(.grouped) > .field > label::after,
|
|
1460
|
+
.ui.form .required.fields.grouped > label::after,
|
|
1461
|
+
.ui.form .required.field > label::after,
|
|
1462
|
+
.ui.form label.required::after {
|
|
1388
1463
|
display: inline-block;
|
|
1389
1464
|
vertical-align: top;
|
|
1390
1465
|
}
|
|
1391
|
-
.ui.form .required.fields:not(.grouped) > .field > .checkbox
|
|
1392
|
-
.ui.form .required.field > .checkbox
|
|
1466
|
+
.ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
|
|
1467
|
+
.ui.form .required.field > .checkbox::after {
|
|
1393
1468
|
position: absolute;
|
|
1394
1469
|
top: 0;
|
|
1395
1470
|
left: 100%;
|
|
@@ -1401,16 +1476,13 @@
|
|
|
1401
1476
|
*******************************/
|
|
1402
1477
|
|
|
1403
1478
|
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
|
|
1479
|
+
/* --------------------
|
|
1480
|
+
Inverted Colors
|
|
1481
|
+
--------------------- */
|
|
1408
1482
|
.ui.inverted.form label,
|
|
1409
1483
|
.ui.form .inverted.segment label,
|
|
1410
1484
|
.ui.form .inverted.segment .ui.checkbox label,
|
|
1411
|
-
.ui.form .inverted.segment .ui.checkbox .box,
|
|
1412
1485
|
.ui.inverted.form .ui.checkbox label,
|
|
1413
|
-
.ui.inverted.form .ui.checkbox .box,
|
|
1414
1486
|
.ui.inverted.form .inline.fields > label,
|
|
1415
1487
|
.ui.inverted.form .inline.fields .field > label,
|
|
1416
1488
|
.ui.inverted.form .inline.fields .field > p,
|
|
@@ -1419,17 +1491,19 @@
|
|
|
1419
1491
|
color: rgba(255, 255, 255, 0.9);
|
|
1420
1492
|
}
|
|
1421
1493
|
.ui.inverted.loading.form {
|
|
1422
|
-
color: #
|
|
1494
|
+
color: #fff;
|
|
1423
1495
|
}
|
|
1424
|
-
.ui.inverted.loading.form
|
|
1496
|
+
.ui.inverted.loading.form::before {
|
|
1425
1497
|
background: rgba(0, 0, 0, 0.85);
|
|
1426
1498
|
}
|
|
1427
1499
|
|
|
1428
1500
|
/* Inverted Field */
|
|
1429
1501
|
.ui.inverted.form input:not([type]),
|
|
1502
|
+
.ui.inverted.form input[type="color"],
|
|
1430
1503
|
.ui.inverted.form input[type="date"],
|
|
1431
1504
|
.ui.inverted.form input[type="datetime-local"],
|
|
1432
1505
|
.ui.inverted.form input[type="email"],
|
|
1506
|
+
.ui.inverted.form input[type="month"],
|
|
1433
1507
|
.ui.inverted.form input[type="number"],
|
|
1434
1508
|
.ui.inverted.form input[type="password"],
|
|
1435
1509
|
.ui.inverted.form input[type="search"],
|
|
@@ -1437,18 +1511,17 @@
|
|
|
1437
1511
|
.ui.inverted.form input[type="time"],
|
|
1438
1512
|
.ui.inverted.form input[type="text"],
|
|
1439
1513
|
.ui.inverted.form input[type="file"],
|
|
1440
|
-
.ui.inverted.form input[type="url"]
|
|
1441
|
-
|
|
1514
|
+
.ui.inverted.form input[type="url"],
|
|
1515
|
+
.ui.inverted.form input[type="week"] {
|
|
1516
|
+
background: #fff;
|
|
1442
1517
|
border-color: rgba(255, 255, 255, 0.1);
|
|
1443
1518
|
color: rgba(0, 0, 0, 0.87);
|
|
1444
|
-
|
|
1445
|
-
box-shadow: none;
|
|
1519
|
+
box-shadow: none;
|
|
1446
1520
|
}
|
|
1447
1521
|
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1522
|
+
/* --------------------
|
|
1523
|
+
Field Groups
|
|
1524
|
+
--------------------- */
|
|
1452
1525
|
|
|
1453
1526
|
/* Grouped Vertically */
|
|
1454
1527
|
.ui.form .grouped.fields {
|
|
@@ -1471,34 +1544,28 @@
|
|
|
1471
1544
|
margin: 0.5em 0;
|
|
1472
1545
|
padding: 0;
|
|
1473
1546
|
}
|
|
1547
|
+
.ui.form .grouped.inline.fields .ui.checkbox {
|
|
1548
|
+
margin-bottom: 0.4em;
|
|
1549
|
+
}
|
|
1474
1550
|
|
|
1475
|
-
|
|
1551
|
+
/* --------------------
|
|
1476
1552
|
Fields
|
|
1477
|
-
|
|
1478
|
-
|
|
1553
|
+
--------------------- */
|
|
1479
1554
|
|
|
1480
1555
|
/* Split fields */
|
|
1481
1556
|
.ui.form .fields {
|
|
1482
|
-
display: -webkit-box;
|
|
1483
|
-
display: -ms-flexbox;
|
|
1484
1557
|
display: flex;
|
|
1485
|
-
-
|
|
1486
|
-
-webkit-box-direction: normal;
|
|
1487
|
-
-ms-flex-direction: row;
|
|
1488
|
-
flex-direction: row;
|
|
1558
|
+
flex-direction: row;
|
|
1489
1559
|
margin: 0 -0.5em 1em;
|
|
1490
1560
|
}
|
|
1491
1561
|
.ui.form .fields > .field {
|
|
1492
|
-
|
|
1493
|
-
-ms-flex: 0 1 auto;
|
|
1494
|
-
flex: 0 1 auto;
|
|
1562
|
+
flex: 0 1 auto;
|
|
1495
1563
|
padding-left: 0.5em;
|
|
1496
1564
|
padding-right: 0.5em;
|
|
1497
1565
|
}
|
|
1498
1566
|
.ui.form .fields > .field:first-child {
|
|
1499
1567
|
border-left: none;
|
|
1500
|
-
|
|
1501
|
-
box-shadow: none;
|
|
1568
|
+
box-shadow: none;
|
|
1502
1569
|
}
|
|
1503
1570
|
|
|
1504
1571
|
/* Other Combinations */
|
|
@@ -1542,30 +1609,12 @@
|
|
|
1542
1609
|
/* Swap to full width on mobile */
|
|
1543
1610
|
@media only screen and (max-width: 767.98px) {
|
|
1544
1611
|
.ui.form .fields {
|
|
1545
|
-
|
|
1546
|
-
|
|
1612
|
+
flex-wrap: wrap;
|
|
1613
|
+
margin-bottom: 0;
|
|
1547
1614
|
}
|
|
1548
|
-
.ui
|
|
1549
|
-
.ui.form:not(.unstackable)
|
|
1550
|
-
|
|
1551
|
-
.ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field,
|
|
1552
|
-
.ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields,
|
|
1553
|
-
.ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field,
|
|
1554
|
-
.ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields,
|
|
1555
|
-
.ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field,
|
|
1556
|
-
.ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields,
|
|
1557
|
-
.ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field,
|
|
1558
|
-
.ui.form:not(.unstackable) .six.fields:not(.unstackable) > .fields,
|
|
1559
|
-
.ui.form:not(.unstackable) .six.fields:not(.unstackable) > .field,
|
|
1560
|
-
.ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .fields,
|
|
1561
|
-
.ui.form:not(.unstackable) .seven.fields:not(.unstackable) > .field,
|
|
1562
|
-
.ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .fields,
|
|
1563
|
-
.ui.form:not(.unstackable) .eight.fields:not(.unstackable) > .field,
|
|
1564
|
-
.ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .fields,
|
|
1565
|
-
.ui.form:not(.unstackable) .nine.fields:not(.unstackable) > .field,
|
|
1566
|
-
.ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .fields,
|
|
1567
|
-
.ui.form:not(.unstackable) .ten.fields:not(.unstackable) > .field {
|
|
1568
|
-
width: 100% !important;
|
|
1615
|
+
.ui.form:not(.unstackable) .fields:not(.unstackable) > .fields,
|
|
1616
|
+
.ui.form:not(.unstackable) .fields:not(.unstackable) > .field {
|
|
1617
|
+
width: 100%;
|
|
1569
1618
|
margin: 0 0 1em;
|
|
1570
1619
|
}
|
|
1571
1620
|
}
|
|
@@ -1577,107 +1626,69 @@
|
|
|
1577
1626
|
padding-right: 0.5em;
|
|
1578
1627
|
}
|
|
1579
1628
|
.ui.form .one.wide.field {
|
|
1580
|
-
width: 6.25
|
|
1629
|
+
width: 6.25%;
|
|
1581
1630
|
}
|
|
1582
1631
|
.ui.form .two.wide.field {
|
|
1583
|
-
width: 12.5
|
|
1632
|
+
width: 12.5%;
|
|
1584
1633
|
}
|
|
1585
1634
|
.ui.form .three.wide.field {
|
|
1586
|
-
width: 18.75
|
|
1635
|
+
width: 18.75%;
|
|
1587
1636
|
}
|
|
1588
1637
|
.ui.form .four.wide.field {
|
|
1589
|
-
width: 25
|
|
1638
|
+
width: 25%;
|
|
1590
1639
|
}
|
|
1591
1640
|
.ui.form .five.wide.field {
|
|
1592
|
-
width: 31.25
|
|
1641
|
+
width: 31.25%;
|
|
1593
1642
|
}
|
|
1594
1643
|
.ui.form .six.wide.field {
|
|
1595
|
-
width: 37.5
|
|
1644
|
+
width: 37.5%;
|
|
1596
1645
|
}
|
|
1597
1646
|
.ui.form .seven.wide.field {
|
|
1598
|
-
width: 43.75
|
|
1647
|
+
width: 43.75%;
|
|
1599
1648
|
}
|
|
1600
1649
|
.ui.form .eight.wide.field {
|
|
1601
|
-
width: 50
|
|
1650
|
+
width: 50%;
|
|
1602
1651
|
}
|
|
1603
1652
|
.ui.form .nine.wide.field {
|
|
1604
|
-
width: 56.25
|
|
1653
|
+
width: 56.25%;
|
|
1605
1654
|
}
|
|
1606
1655
|
.ui.form .ten.wide.field {
|
|
1607
|
-
width: 62.5
|
|
1656
|
+
width: 62.5%;
|
|
1608
1657
|
}
|
|
1609
1658
|
.ui.form .eleven.wide.field {
|
|
1610
|
-
width: 68.75
|
|
1659
|
+
width: 68.75%;
|
|
1611
1660
|
}
|
|
1612
1661
|
.ui.form .twelve.wide.field {
|
|
1613
|
-
width: 75
|
|
1662
|
+
width: 75%;
|
|
1614
1663
|
}
|
|
1615
1664
|
.ui.form .thirteen.wide.field {
|
|
1616
|
-
width: 81.25
|
|
1665
|
+
width: 81.25%;
|
|
1617
1666
|
}
|
|
1618
1667
|
.ui.form .fourteen.wide.field {
|
|
1619
|
-
width: 87.5
|
|
1668
|
+
width: 87.5%;
|
|
1620
1669
|
}
|
|
1621
1670
|
.ui.form .fifteen.wide.field {
|
|
1622
|
-
width: 93.75
|
|
1671
|
+
width: 93.75%;
|
|
1623
1672
|
}
|
|
1624
1673
|
.ui.form .sixteen.wide.field {
|
|
1625
|
-
width: 100
|
|
1626
|
-
}
|
|
1627
|
-
|
|
1628
|
-
/* Swap to full width on mobile */
|
|
1629
|
-
@media only screen and (max-width: 767.98px) {
|
|
1630
|
-
.ui.form:not(.unstackable) .two.fields:not(.unstackable) > .fields,
|
|
1631
|
-
.ui.form:not(.unstackable) .two.fields:not(.unstackable) > .field,
|
|
1632
|
-
.ui.form:not(.unstackable) .three.fields:not(.unstackable) > .fields,
|
|
1633
|
-
.ui.form:not(.unstackable) .three.fields:not(.unstackable) > .field,
|
|
1634
|
-
.ui.form:not(.unstackable) .four.fields:not(.unstackable) > .fields,
|
|
1635
|
-
.ui.form:not(.unstackable) .four.fields:not(.unstackable) > .field,
|
|
1636
|
-
.ui.form:not(.unstackable) .five.fields:not(.unstackable) > .fields,
|
|
1637
|
-
.ui.form:not(.unstackable) .five.fields:not(.unstackable) > .field,
|
|
1638
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .two.wide.field,
|
|
1639
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .three.wide.field,
|
|
1640
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .four.wide.field,
|
|
1641
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .five.wide.field,
|
|
1642
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .six.wide.field,
|
|
1643
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .seven.wide.field,
|
|
1644
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .eight.wide.field,
|
|
1645
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .nine.wide.field,
|
|
1646
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .ten.wide.field,
|
|
1647
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .eleven.wide.field,
|
|
1648
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .twelve.wide.field,
|
|
1649
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .thirteen.wide.field,
|
|
1650
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .fourteen.wide.field,
|
|
1651
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .fifteen.wide.field,
|
|
1652
|
-
.ui.form:not(.unstackable) .fields:not(.unstackable) > .sixteen.wide.field {
|
|
1653
|
-
width: 100% !important;
|
|
1654
|
-
}
|
|
1655
|
-
.ui.form .fields {
|
|
1656
|
-
margin-bottom: 0;
|
|
1657
|
-
}
|
|
1674
|
+
width: 100%;
|
|
1658
1675
|
}
|
|
1659
1676
|
|
|
1660
|
-
|
|
1677
|
+
/* --------------------
|
|
1661
1678
|
Equal Width
|
|
1662
|
-
|
|
1663
|
-
|
|
1679
|
+
--------------------- */
|
|
1664
1680
|
.ui[class*="equal width"].form .fields > .field,
|
|
1665
1681
|
.ui.form [class*="equal width"].fields > .field {
|
|
1666
1682
|
width: 100%;
|
|
1667
|
-
|
|
1668
|
-
-ms-flex: 1 1 auto;
|
|
1669
|
-
flex: 1 1 auto;
|
|
1683
|
+
flex: 1 1 auto;
|
|
1670
1684
|
}
|
|
1671
1685
|
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1686
|
+
/* --------------------
|
|
1687
|
+
Inline Fields
|
|
1688
|
+
--------------------- */
|
|
1676
1689
|
.ui.form .inline.fields {
|
|
1677
1690
|
margin: 0 0 1em;
|
|
1678
|
-
-
|
|
1679
|
-
-ms-flex-align: center;
|
|
1680
|
-
align-items: center;
|
|
1691
|
+
align-items: center;
|
|
1681
1692
|
}
|
|
1682
1693
|
.ui.form .inline.fields .field {
|
|
1683
1694
|
margin: 0;
|
|
@@ -1703,7 +1714,7 @@
|
|
|
1703
1714
|
|
|
1704
1715
|
/* Grouped Inline Label */
|
|
1705
1716
|
.ui.form .inline.fields > label {
|
|
1706
|
-
margin: 0.
|
|
1717
|
+
margin: 0.03571em 1em 0 0;
|
|
1707
1718
|
}
|
|
1708
1719
|
|
|
1709
1720
|
/* Inline Input */
|
|
@@ -1739,22 +1750,17 @@
|
|
|
1739
1750
|
|
|
1740
1751
|
/* Wide */
|
|
1741
1752
|
.ui.form .inline.fields .wide.field {
|
|
1742
|
-
display: -webkit-box;
|
|
1743
|
-
display: -ms-flexbox;
|
|
1744
1753
|
display: flex;
|
|
1745
|
-
-
|
|
1746
|
-
-ms-flex-align: center;
|
|
1747
|
-
align-items: center;
|
|
1754
|
+
align-items: center;
|
|
1748
1755
|
}
|
|
1749
1756
|
.ui.form .inline.fields .wide.field > input,
|
|
1750
1757
|
.ui.form .inline.fields .wide.field > select {
|
|
1751
1758
|
width: 100%;
|
|
1752
1759
|
}
|
|
1753
1760
|
|
|
1754
|
-
|
|
1761
|
+
/* --------------------
|
|
1755
1762
|
Sizes
|
|
1756
|
-
|
|
1757
|
-
|
|
1763
|
+
--------------------- */
|
|
1758
1764
|
.ui.form,
|
|
1759
1765
|
.ui.form .field .dropdown,
|
|
1760
1766
|
.ui.form .field .dropdown .menu > .item {
|