fomantic-ui-sass 2.9.0 → 2.9.2
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +569 -596
- data/app/assets/javascripts/semantic-ui/api.js +1158 -1180
- data/app/assets/javascripts/semantic-ui/calendar.js +1935 -1810
- data/app/assets/javascripts/semantic-ui/checkbox.js +843 -842
- data/app/assets/javascripts/semantic-ui/dimmer.js +707 -738
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4237
- data/app/assets/javascripts/semantic-ui/embed.js +646 -676
- data/app/assets/javascripts/semantic-ui/flyout.js +1503 -1466
- data/app/assets/javascripts/semantic-ui/form.js +2035 -2007
- data/app/assets/javascripts/semantic-ui/modal.js +1552 -1487
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1469 -1457
- data/app/assets/javascripts/semantic-ui/progress.js +944 -998
- data/app/assets/javascripts/semantic-ui/rating.js +508 -524
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1535
- data/app/assets/javascripts/semantic-ui/shape.js +762 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1042 -1100
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1312
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -902
- data/app/assets/javascripts/semantic-ui/tab.js +903 -967
- data/app/assets/javascripts/semantic-ui/toast.js +911 -885
- data/app/assets/javascripts/semantic-ui/transition.js +998 -1078
- data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +311 -377
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +191 -331
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +302 -439
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +127 -199
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +549 -776
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +711 -1123
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +9 -8
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +45 -63
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +3558 -3558
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +272 -270
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +120 -144
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +667 -747
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +416 -300
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +361 -412
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +51 -72
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +69 -157
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +24 -44
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +173 -227
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +34 -34
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +29 -51
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +37 -55
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +26 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +159 -230
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +261 -393
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +21 -32
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +97 -143
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +122 -156
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +573 -206
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +83 -124
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +71 -100
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +105 -208
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +102 -127
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +12 -16
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +71 -149
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +36 -47
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +221 -367
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +43 -61
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +37 -59
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +87 -134
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +77 -118
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +17 -1
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.9.
|
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,40 +14,31 @@
|
|
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
|
-
background: #
|
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;
|
42
37
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
43
38
|
color: rgba(0, 0, 0, 0.87);
|
44
39
|
border-radius: 0.28571429rem;
|
45
|
-
-webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
46
|
-
transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
47
40
|
transition: box-shadow 0.1s ease, border-color 0.1s ease;
|
48
|
-
|
49
|
-
-webkit-box-shadow: none;
|
50
|
-
box-shadow: none;
|
41
|
+
box-shadow: none;
|
51
42
|
}
|
52
43
|
.ui.input > input:not([type="color"]) {
|
53
44
|
padding: 0.67857143em 1em;
|
@@ -60,17 +51,21 @@
|
|
60
51
|
cursor: pointer;
|
61
52
|
}
|
62
53
|
|
63
|
-
|
54
|
+
/* --------------------
|
64
55
|
Placeholder
|
65
|
-
|
66
|
-
|
56
|
+
--------------------- */
|
67
57
|
|
68
58
|
/* browsers require these rules separate */
|
69
|
-
.ui.input > input
|
59
|
+
.ui.input > input:-ms-input-placeholder {
|
70
60
|
color: rgba(191, 191, 191, 0.87);
|
71
61
|
}
|
72
|
-
.ui.input > input::-
|
62
|
+
.ui.input > input::-ms-input-placeholder {
|
63
|
+
color: rgba(191, 191, 191, 0.87);
|
64
|
+
}
|
65
|
+
.ui.input > input::placeholder {
|
73
66
|
color: rgba(191, 191, 191, 0.87);
|
67
|
+
}
|
68
|
+
.ui.input > input::-moz-placeholder {
|
74
69
|
opacity: 1;
|
75
70
|
}
|
76
71
|
.ui.input > input:-ms-input-placeholder {
|
@@ -83,10 +78,9 @@
|
|
83
78
|
*******************************/
|
84
79
|
|
85
80
|
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
81
|
+
/* --------------------
|
82
|
+
Disabled
|
83
|
+
--------------------- */
|
90
84
|
.ui.disabled.input,
|
91
85
|
.ui.input:not(.disabled) input[disabled] {
|
92
86
|
opacity: 0.45;
|
@@ -96,26 +90,23 @@
|
|
96
90
|
pointer-events: none;
|
97
91
|
}
|
98
92
|
|
99
|
-
|
93
|
+
/* --------------------
|
100
94
|
Active
|
101
|
-
|
102
|
-
|
95
|
+
--------------------- */
|
103
96
|
.ui.input > input:active,
|
104
97
|
.ui.input.down input {
|
105
98
|
border-color: rgba(0, 0, 0, 0.3);
|
106
|
-
background: #
|
99
|
+
background: #fafafa;
|
107
100
|
color: rgba(0, 0, 0, 0.87);
|
108
|
-
|
109
|
-
box-shadow: none;
|
101
|
+
box-shadow: none;
|
110
102
|
}
|
111
103
|
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
104
|
+
/* --------------------
|
105
|
+
Loading
|
106
|
+
--------------------- */
|
116
107
|
.ui.loading.loading.input > i.icon::before {
|
117
108
|
position: absolute;
|
118
|
-
content:
|
109
|
+
content: "";
|
119
110
|
top: 50%;
|
120
111
|
left: 50%;
|
121
112
|
margin: -0.64285714em 0 0 -0.64285714em;
|
@@ -126,38 +117,36 @@
|
|
126
117
|
}
|
127
118
|
.ui.loading.loading.input > i.icon::after {
|
128
119
|
position: absolute;
|
129
|
-
content:
|
120
|
+
content: "";
|
130
121
|
top: 50%;
|
131
122
|
left: 50%;
|
132
123
|
margin: -0.64285714em 0 0 -0.64285714em;
|
133
124
|
width: 1.28571429em;
|
134
125
|
height: 1.28571429em;
|
135
|
-
|
136
|
-
animation: loader 0.6s infinite linear;
|
126
|
+
animation: loader 0.6s infinite linear;
|
137
127
|
border: 0.2em solid #767676;
|
138
128
|
border-radius: 500rem;
|
139
|
-
|
140
|
-
box-shadow: 0 0 0 1px transparent;
|
129
|
+
box-shadow: 0 0 0 1px transparent;
|
141
130
|
}
|
142
131
|
|
143
|
-
|
132
|
+
/* --------------------
|
144
133
|
Focus
|
145
|
-
|
146
|
-
|
134
|
+
--------------------- */
|
147
135
|
.ui.input.focus > input,
|
148
136
|
.ui.input > input:focus {
|
149
|
-
border-color: #
|
150
|
-
background: #
|
137
|
+
border-color: #85b7d9;
|
138
|
+
background: #fff;
|
151
139
|
color: rgba(0, 0, 0, 0.8);
|
152
|
-
|
153
|
-
box-shadow: none;
|
140
|
+
box-shadow: none;
|
154
141
|
}
|
155
|
-
.ui.input.focus > input
|
156
|
-
.ui.input > input:focus::-webkit-input-placeholder {
|
142
|
+
.ui.input.focus > input:-ms-input-placeholder, .ui.input > input:focus:-ms-input-placeholder {
|
157
143
|
color: rgba(115, 115, 115, 0.87);
|
158
144
|
}
|
159
|
-
.ui.input.focus > input::-
|
160
|
-
|
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 {
|
161
150
|
color: rgba(115, 115, 115, 0.87);
|
162
151
|
}
|
163
152
|
.ui.input.focus > input:-ms-input-placeholder,
|
@@ -165,48 +154,42 @@
|
|
165
154
|
color: rgba(115, 115, 115, 0.87);
|
166
155
|
}
|
167
156
|
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
157
|
+
/* --------------------
|
158
|
+
States
|
159
|
+
--------------------- */
|
172
160
|
.ui.input.error > input {
|
173
|
-
background-color: #
|
174
|
-
border-color: #
|
175
|
-
color: #
|
176
|
-
-webkit-box-shadow: none;
|
177
|
-
box-shadow: none;
|
178
|
-
}
|
179
|
-
.ui.input > input:not(:-moz-placeholder-shown):invalid {
|
180
|
-
background-color: #FFF6F6;
|
181
|
-
border-color: #E0B4B4;
|
182
|
-
color: #9F3A38;
|
161
|
+
background-color: #fff6f6;
|
162
|
+
border-color: #e0b4b4;
|
163
|
+
color: #9f3a38;
|
183
164
|
box-shadow: none;
|
184
165
|
}
|
185
166
|
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
186
|
-
background-color: #
|
187
|
-
border-color: #
|
188
|
-
color: #
|
167
|
+
background-color: #fff6f6;
|
168
|
+
border-color: #e0b4b4;
|
169
|
+
color: #9f3a38;
|
189
170
|
box-shadow: none;
|
190
171
|
}
|
191
172
|
.ui.input > input:not(:placeholder-shown):invalid {
|
192
|
-
background-color: #
|
193
|
-
border-color: #
|
194
|
-
color: #
|
195
|
-
|
196
|
-
box-shadow: none;
|
173
|
+
background-color: #fff6f6;
|
174
|
+
border-color: #e0b4b4;
|
175
|
+
color: #9f3a38;
|
176
|
+
box-shadow: none;
|
197
177
|
}
|
198
178
|
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
199
|
-
background-color: #
|
200
|
-
border-color: #
|
201
|
-
color: #
|
179
|
+
background-color: #fff6f6;
|
180
|
+
border-color: #e0b4b4;
|
181
|
+
color: #9f3a38;
|
202
182
|
box-shadow: none;
|
203
183
|
}
|
204
184
|
|
205
185
|
/* Placeholder */
|
206
|
-
.ui.input.error > input
|
186
|
+
.ui.input.error > input:-ms-input-placeholder {
|
187
|
+
color: #e7bdbc;
|
188
|
+
}
|
189
|
+
.ui.input.error > input::-ms-input-placeholder {
|
207
190
|
color: #e7bdbc;
|
208
191
|
}
|
209
|
-
.ui.input.error > input
|
192
|
+
.ui.input.error > input::placeholder {
|
210
193
|
color: #e7bdbc;
|
211
194
|
}
|
212
195
|
.ui.input.error > input:-ms-input-placeholder {
|
@@ -214,28 +197,33 @@
|
|
214
197
|
}
|
215
198
|
|
216
199
|
/* Focused Placeholder */
|
217
|
-
.ui.input.error > input:focus
|
200
|
+
.ui.input.error > input:focus:-ms-input-placeholder {
|
218
201
|
color: #da9796;
|
219
202
|
}
|
220
|
-
.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 {
|
221
207
|
color: #da9796;
|
222
208
|
}
|
223
209
|
.ui.input.error > input:focus:-ms-input-placeholder {
|
224
210
|
color: #da9796 !important;
|
225
211
|
}
|
226
212
|
.ui.input.info > input {
|
227
|
-
background-color: #
|
228
|
-
border-color: #
|
229
|
-
color: #
|
230
|
-
|
231
|
-
box-shadow: none;
|
213
|
+
background-color: #f8ffff;
|
214
|
+
border-color: #a9d5de;
|
215
|
+
color: #276f86;
|
216
|
+
box-shadow: none;
|
232
217
|
}
|
233
218
|
|
234
219
|
/* Placeholder */
|
235
|
-
.ui.input.info > input
|
220
|
+
.ui.input.info > input:-ms-input-placeholder {
|
236
221
|
color: #98cfe1;
|
237
222
|
}
|
238
|
-
.ui.input.info > input::-
|
223
|
+
.ui.input.info > input::-ms-input-placeholder {
|
224
|
+
color: #98cfe1;
|
225
|
+
}
|
226
|
+
.ui.input.info > input::placeholder {
|
239
227
|
color: #98cfe1;
|
240
228
|
}
|
241
229
|
.ui.input.info > input:-ms-input-placeholder {
|
@@ -243,28 +231,33 @@
|
|
243
231
|
}
|
244
232
|
|
245
233
|
/* Focused Placeholder */
|
246
|
-
.ui.input.info > input:focus
|
234
|
+
.ui.input.info > input:focus:-ms-input-placeholder {
|
247
235
|
color: #70bdd6;
|
248
236
|
}
|
249
|
-
.ui.input.info > input:focus::-
|
237
|
+
.ui.input.info > input:focus::-ms-input-placeholder {
|
238
|
+
color: #70bdd6;
|
239
|
+
}
|
240
|
+
.ui.input.info > input:focus::placeholder {
|
250
241
|
color: #70bdd6;
|
251
242
|
}
|
252
243
|
.ui.input.info > input:focus:-ms-input-placeholder {
|
253
244
|
color: #70bdd6 !important;
|
254
245
|
}
|
255
246
|
.ui.input.success > input {
|
256
|
-
background-color: #
|
257
|
-
border-color: #
|
258
|
-
color: #
|
259
|
-
|
260
|
-
box-shadow: none;
|
247
|
+
background-color: #fcfff5;
|
248
|
+
border-color: #a3c293;
|
249
|
+
color: #2c662d;
|
250
|
+
box-shadow: none;
|
261
251
|
}
|
262
252
|
|
263
253
|
/* Placeholder */
|
264
|
-
.ui.input.success > input
|
254
|
+
.ui.input.success > input:-ms-input-placeholder {
|
265
255
|
color: #8fcf90;
|
266
256
|
}
|
267
|
-
.ui.input.success > input::-
|
257
|
+
.ui.input.success > input::-ms-input-placeholder {
|
258
|
+
color: #8fcf90;
|
259
|
+
}
|
260
|
+
.ui.input.success > input::placeholder {
|
268
261
|
color: #8fcf90;
|
269
262
|
}
|
270
263
|
.ui.input.success > input:-ms-input-placeholder {
|
@@ -272,28 +265,33 @@
|
|
272
265
|
}
|
273
266
|
|
274
267
|
/* Focused Placeholder */
|
275
|
-
.ui.input.success > input:focus
|
268
|
+
.ui.input.success > input:focus:-ms-input-placeholder {
|
269
|
+
color: #6cbf6d;
|
270
|
+
}
|
271
|
+
.ui.input.success > input:focus::-ms-input-placeholder {
|
276
272
|
color: #6cbf6d;
|
277
273
|
}
|
278
|
-
.ui.input.success > input:focus
|
274
|
+
.ui.input.success > input:focus::placeholder {
|
279
275
|
color: #6cbf6d;
|
280
276
|
}
|
281
277
|
.ui.input.success > input:focus:-ms-input-placeholder {
|
282
278
|
color: #6cbf6d !important;
|
283
279
|
}
|
284
280
|
.ui.input.warning > input {
|
285
|
-
background-color: #
|
286
|
-
border-color: #
|
287
|
-
color: #
|
288
|
-
|
289
|
-
box-shadow: none;
|
281
|
+
background-color: #fffaf3;
|
282
|
+
border-color: #c9ba9b;
|
283
|
+
color: #573a08;
|
284
|
+
box-shadow: none;
|
290
285
|
}
|
291
286
|
|
292
287
|
/* Placeholder */
|
293
|
-
.ui.input.warning > input
|
288
|
+
.ui.input.warning > input:-ms-input-placeholder {
|
289
|
+
color: #edad3e;
|
290
|
+
}
|
291
|
+
.ui.input.warning > input::-ms-input-placeholder {
|
294
292
|
color: #edad3e;
|
295
293
|
}
|
296
|
-
.ui.input.warning > input
|
294
|
+
.ui.input.warning > input::placeholder {
|
297
295
|
color: #edad3e;
|
298
296
|
}
|
299
297
|
.ui.input.warning > input:-ms-input-placeholder {
|
@@ -301,10 +299,13 @@
|
|
301
299
|
}
|
302
300
|
|
303
301
|
/* Focused Placeholder */
|
304
|
-
.ui.input.warning > input:focus
|
302
|
+
.ui.input.warning > input:focus:-ms-input-placeholder {
|
303
|
+
color: #e39715;
|
304
|
+
}
|
305
|
+
.ui.input.warning > input:focus::-ms-input-placeholder {
|
305
306
|
color: #e39715;
|
306
307
|
}
|
307
|
-
.ui.input.warning > input:focus
|
308
|
+
.ui.input.warning > input:focus::placeholder {
|
308
309
|
color: #e39715;
|
309
310
|
}
|
310
311
|
.ui.input.warning > input:focus:-ms-input-placeholder {
|
@@ -317,17 +318,15 @@
|
|
317
318
|
*******************************/
|
318
319
|
|
319
320
|
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
321
|
+
/* --------------------
|
322
|
+
Transparent
|
323
|
+
--------------------- */
|
324
324
|
.ui.transparent.input > textarea,
|
325
325
|
.ui.transparent.input > input {
|
326
326
|
border-color: transparent !important;
|
327
327
|
background-color: transparent !important;
|
328
328
|
padding: 0;
|
329
|
-
|
330
|
-
box-shadow: none !important;
|
329
|
+
box-shadow: none !important;
|
331
330
|
border-radius: 0 !important;
|
332
331
|
}
|
333
332
|
.field .ui.transparent.input > textarea {
|
@@ -349,26 +348,28 @@
|
|
349
348
|
|
350
349
|
/* Transparent Inverted */
|
351
350
|
.ui.transparent.inverted.input {
|
352
|
-
color: #
|
351
|
+
color: #fff;
|
353
352
|
}
|
354
353
|
.ui.ui.transparent.inverted.input > textarea,
|
355
354
|
.ui.ui.transparent.inverted.input > input {
|
356
355
|
color: inherit;
|
357
356
|
}
|
358
|
-
.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 {
|
359
361
|
color: rgba(255, 255, 255, 0.5);
|
360
362
|
}
|
361
|
-
.ui.transparent.inverted.input > input
|
363
|
+
.ui.transparent.inverted.input > input::placeholder {
|
362
364
|
color: rgba(255, 255, 255, 0.5);
|
363
365
|
}
|
364
366
|
.ui.transparent.inverted.input > input:-ms-input-placeholder {
|
365
367
|
color: rgba(255, 255, 255, 0.5);
|
366
368
|
}
|
367
369
|
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
370
|
+
/* --------------------
|
371
|
+
Icon
|
372
|
+
--------------------- */
|
372
373
|
.ui.icon.input > i.icon {
|
373
374
|
cursor: default;
|
374
375
|
position: absolute;
|
@@ -381,7 +382,6 @@
|
|
381
382
|
width: 2.67142857em;
|
382
383
|
opacity: 0.5;
|
383
384
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
384
|
-
-webkit-transition: opacity 0.3s ease;
|
385
385
|
transition: opacity 0.3s ease;
|
386
386
|
}
|
387
387
|
.ui.icon.input > i.icon:not(.link) {
|
@@ -434,16 +434,13 @@
|
|
434
434
|
opacity: 1;
|
435
435
|
}
|
436
436
|
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
437
|
+
/* --------------------
|
438
|
+
Labeled
|
439
|
+
--------------------- */
|
441
440
|
|
442
441
|
/* Adjacent Label */
|
443
442
|
.ui.labeled.input > .label {
|
444
|
-
|
445
|
-
-ms-flex: 0 0 auto;
|
446
|
-
flex: 0 0 auto;
|
443
|
+
flex: 0 0 auto;
|
447
444
|
margin: 0;
|
448
445
|
font-size: 1em;
|
449
446
|
}
|
@@ -463,7 +460,7 @@
|
|
463
460
|
border-left-color: transparent;
|
464
461
|
}
|
465
462
|
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
|
466
|
-
border-left-color: #
|
463
|
+
border-left-color: #85b7d9;
|
467
464
|
}
|
468
465
|
|
469
466
|
/* Regular Label on Right */
|
@@ -477,7 +474,7 @@
|
|
477
474
|
border-bottom-left-radius: 0;
|
478
475
|
}
|
479
476
|
.ui[class*="right labeled"].input > input:focus {
|
480
|
-
border-right-color: #
|
477
|
+
border-right-color: #85b7d9 !important;
|
481
478
|
}
|
482
479
|
|
483
480
|
/* Corner Label */
|
@@ -504,7 +501,8 @@
|
|
504
501
|
}
|
505
502
|
|
506
503
|
/* Left Labeled */
|
507
|
-
.ui[class*="left icon"].input > .ui.dropdown,
|
504
|
+
.ui[class*="left icon"].input > .ui.dropdown:first-child,
|
505
|
+
.ui[class*="left icon"].input > i.icon + .ui.dropdown,
|
508
506
|
.ui[class*="left corner labeled"].input > .ui.dropdown,
|
509
507
|
.ui[class*="left corner labeled"].input > textarea,
|
510
508
|
.ui[class*="left corner labeled"].input > input {
|
@@ -515,9 +513,9 @@
|
|
515
513
|
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
|
516
514
|
padding-right: 3.25em;
|
517
515
|
}
|
518
|
-
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
|
519
|
-
.ui[class*="left corner labeled"][class*="left icon"].input > textarea,
|
520
|
-
.ui[class*="left corner labeled"][class*="left icon"].input > input {
|
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 {
|
521
519
|
padding-left: 4em;
|
522
520
|
}
|
523
521
|
.ui[class*="left corner labeled"].icon.input > i.icon {
|
@@ -558,11 +556,19 @@
|
|
558
556
|
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .dropdown.icon {
|
559
557
|
padding-right: 2.5em;
|
560
558
|
}
|
561
|
-
|
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 {
|
562
568
|
padding-right: 7.25em;
|
563
569
|
}
|
564
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .remove.icon,
|
565
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .dropdown.icon {
|
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 {
|
566
572
|
padding-right: 4em;
|
567
573
|
}
|
568
574
|
.ui.icon.input > .ui.visible.dropdown ~ i.icon,
|
@@ -578,7 +584,7 @@
|
|
578
584
|
height: 1.3em;
|
579
585
|
}
|
580
586
|
|
581
|
-
/* Corner Label Position
|
587
|
+
/* Corner Label Position */
|
582
588
|
.ui.input > .ui.corner.label {
|
583
589
|
top: 1px;
|
584
590
|
right: 1px;
|
@@ -593,110 +599,103 @@
|
|
593
599
|
.ui.form .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
594
600
|
.ui.action.input.error > .ui.button,
|
595
601
|
.ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
|
596
|
-
border-top: 1px solid #
|
597
|
-
border-bottom: 1px solid #
|
602
|
+
border-top: 1px solid #e0b4b4;
|
603
|
+
border-bottom: 1px solid #e0b4b4;
|
598
604
|
}
|
599
605
|
.ui.form .field.error > .ui[class*="left action"].input > .ui.button,
|
600
606
|
.ui.form .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
601
607
|
.ui[class*="left action"].input.error > .ui.button,
|
602
608
|
.ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
|
603
|
-
border-left: 1px solid #
|
609
|
+
border-left: 1px solid #e0b4b4;
|
604
610
|
}
|
605
611
|
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
606
612
|
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
607
613
|
.ui.action.input.error:not([class*="left action"]) > input + .ui.button,
|
608
614
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
|
609
|
-
border-right: 1px solid #
|
615
|
+
border-right: 1px solid #e0b4b4;
|
610
616
|
}
|
611
617
|
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
612
618
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
|
613
|
-
border-left: 1px solid #
|
619
|
+
border-left: 1px solid #e0b4b4;
|
614
620
|
}
|
615
621
|
.ui.form .field.info > .ui.action.input > .ui.button,
|
616
622
|
.ui.form .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
617
623
|
.ui.action.input.info > .ui.button,
|
618
624
|
.ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
|
619
|
-
border-top: 1px solid #
|
620
|
-
border-bottom: 1px solid #
|
625
|
+
border-top: 1px solid #a9d5de;
|
626
|
+
border-bottom: 1px solid #a9d5de;
|
621
627
|
}
|
622
628
|
.ui.form .field.info > .ui[class*="left action"].input > .ui.button,
|
623
629
|
.ui.form .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
624
630
|
.ui[class*="left action"].input.info > .ui.button,
|
625
631
|
.ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
|
626
|
-
border-left: 1px solid #
|
632
|
+
border-left: 1px solid #a9d5de;
|
627
633
|
}
|
628
634
|
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
629
635
|
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
630
636
|
.ui.action.input.info:not([class*="left action"]) > input + .ui.button,
|
631
637
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
|
632
|
-
border-right: 1px solid #
|
638
|
+
border-right: 1px solid #a9d5de;
|
633
639
|
}
|
634
640
|
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
635
641
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
|
636
|
-
border-left: 1px solid #
|
642
|
+
border-left: 1px solid #a9d5de;
|
637
643
|
}
|
638
644
|
.ui.form .field.success > .ui.action.input > .ui.button,
|
639
645
|
.ui.form .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
640
646
|
.ui.action.input.success > .ui.button,
|
641
647
|
.ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
|
642
|
-
border-top: 1px solid #
|
643
|
-
border-bottom: 1px solid #
|
648
|
+
border-top: 1px solid #a3c293;
|
649
|
+
border-bottom: 1px solid #a3c293;
|
644
650
|
}
|
645
651
|
.ui.form .field.success > .ui[class*="left action"].input > .ui.button,
|
646
652
|
.ui.form .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
647
653
|
.ui[class*="left action"].input.success > .ui.button,
|
648
654
|
.ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
|
649
|
-
border-left: 1px solid #
|
655
|
+
border-left: 1px solid #a3c293;
|
650
656
|
}
|
651
657
|
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
652
658
|
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
653
659
|
.ui.action.input.success:not([class*="left action"]) > input + .ui.button,
|
654
660
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
|
655
|
-
border-right: 1px solid #
|
661
|
+
border-right: 1px solid #a3c293;
|
656
662
|
}
|
657
663
|
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
658
664
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
|
659
|
-
border-left: 1px solid #
|
665
|
+
border-left: 1px solid #a3c293;
|
660
666
|
}
|
661
667
|
.ui.form .field.warning > .ui.action.input > .ui.button,
|
662
668
|
.ui.form .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
663
669
|
.ui.action.input.warning > .ui.button,
|
664
670
|
.ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
|
665
|
-
border-top: 1px solid #
|
666
|
-
border-bottom: 1px solid #
|
671
|
+
border-top: 1px solid #c9ba9b;
|
672
|
+
border-bottom: 1px solid #c9ba9b;
|
667
673
|
}
|
668
674
|
.ui.form .field.warning > .ui[class*="left action"].input > .ui.button,
|
669
675
|
.ui.form .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
670
676
|
.ui[class*="left action"].input.warning > .ui.button,
|
671
677
|
.ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
|
672
|
-
border-left: 1px solid #
|
678
|
+
border-left: 1px solid #c9ba9b;
|
673
679
|
}
|
674
680
|
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
675
681
|
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
676
682
|
.ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
|
677
683
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
|
678
|
-
border-right: 1px solid #
|
684
|
+
border-right: 1px solid #c9ba9b;
|
679
685
|
}
|
680
686
|
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
681
687
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
|
682
|
-
border-left: 1px solid #
|
688
|
+
border-left: 1px solid #c9ba9b;
|
683
689
|
}
|
684
690
|
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
691
|
+
/* --------------------
|
692
|
+
Action
|
693
|
+
--------------------- */
|
689
694
|
.ui.action.input > .button,
|
690
695
|
.ui.action.input > .buttons {
|
691
|
-
display: -webkit-box;
|
692
|
-
display: -ms-flexbox;
|
693
696
|
display: flex;
|
694
|
-
-
|
695
|
-
|
696
|
-
align-items: center;
|
697
|
-
-webkit-box-flex: 0;
|
698
|
-
-ms-flex: 0 0 auto;
|
699
|
-
flex: 0 0 auto;
|
697
|
+
align-items: center;
|
698
|
+
flex: 0 0 auto;
|
700
699
|
}
|
701
700
|
.ui.action.input > .button,
|
702
701
|
.ui.action.input > .buttons > .button {
|
@@ -705,18 +704,20 @@
|
|
705
704
|
margin: 0;
|
706
705
|
}
|
707
706
|
|
708
|
-
/* Input when ui Left*/
|
707
|
+
/* Input when ui Left */
|
709
708
|
.ui[class*="left action"].input > input {
|
710
709
|
border-top-left-radius: 0;
|
711
710
|
border-bottom-left-radius: 0;
|
712
711
|
border-left-color: transparent;
|
713
712
|
}
|
714
|
-
|
713
|
+
|
714
|
+
/* Input when ui Right */
|
715
715
|
.ui.action.input:not([class*="left action"]) > input {
|
716
716
|
border-top-right-radius: 0;
|
717
717
|
border-bottom-right-radius: 0;
|
718
718
|
border-right-color: transparent;
|
719
719
|
}
|
720
|
+
|
720
721
|
/* Button and Dropdown */
|
721
722
|
.ui.action.input > .dropdown:first-child,
|
722
723
|
.ui.action.input > .button:first-child,
|
@@ -736,39 +737,34 @@
|
|
736
737
|
|
737
738
|
/* Input Focus */
|
738
739
|
.ui.action.input:not([class*="left action"]) > input:focus {
|
739
|
-
border-right-color: #
|
740
|
+
border-right-color: #85b7d9;
|
740
741
|
}
|
741
742
|
.ui.ui[class*="left action"].input > input:focus {
|
742
|
-
border-left-color: #
|
743
|
+
border-left-color: #85b7d9;
|
743
744
|
}
|
744
745
|
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
746
|
+
/* --------------------
|
747
|
+
Inverted
|
748
|
+
--------------------- */
|
749
749
|
|
750
750
|
/* Standard */
|
751
751
|
.ui.inverted.input > input {
|
752
752
|
border: none;
|
753
753
|
}
|
754
754
|
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
755
|
+
/* --------------------
|
756
|
+
Fluid
|
757
|
+
--------------------- */
|
759
758
|
.ui.fluid.input {
|
760
|
-
display: -webkit-box;
|
761
|
-
display: -ms-flexbox;
|
762
759
|
display: flex;
|
763
760
|
}
|
764
761
|
.ui.fluid.input > input {
|
765
762
|
width: 0 !important;
|
766
763
|
}
|
767
764
|
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
765
|
+
/* --------------------
|
766
|
+
File
|
767
|
+
--------------------- */
|
772
768
|
|
773
769
|
/* width hack for chrome/edge */
|
774
770
|
.ui.file.input {
|
@@ -825,9 +821,21 @@
|
|
825
821
|
padding: 0 !important;
|
826
822
|
}
|
827
823
|
}
|
824
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
825
|
+
display: none;
|
826
|
+
}
|
828
827
|
.ui.action.file.input input[type="file"]::file-selector-button {
|
829
828
|
display: none;
|
830
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
|
+
}
|
831
839
|
.ui.form .field input[type="file"]::file-selector-button,
|
832
840
|
.ui.file.input input[type="file"]::file-selector-button {
|
833
841
|
border: none;
|
@@ -838,6 +846,10 @@
|
|
838
846
|
font-weight: bold;
|
839
847
|
color: rgba(0, 0, 0, 0.6);
|
840
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
|
+
}
|
841
853
|
.ui.form .field input[type="file"]::file-selector-button:hover,
|
842
854
|
.ui.file.input input[type="file"]::file-selector-button:hover {
|
843
855
|
background: #cacbcd;
|
@@ -845,9 +857,9 @@
|
|
845
857
|
}
|
846
858
|
.ui.form .field input[type="file"]:required:invalid,
|
847
859
|
.ui.file.input input[type="file"]:required:invalid {
|
848
|
-
color: #
|
849
|
-
background: #
|
850
|
-
border-color: #
|
860
|
+
color: #9f3a38;
|
861
|
+
background: #fff6f6;
|
862
|
+
border-color: #e0b4b4;
|
851
863
|
}
|
852
864
|
input[type="file"].ui.invisible.file.input,
|
853
865
|
.ui.invisible.file.input input[type="file"] {
|
@@ -861,14 +873,14 @@ input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertia
|
|
861
873
|
}
|
862
874
|
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary).inverted,
|
863
875
|
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary).inverted {
|
864
|
-
background: #
|
876
|
+
background: #fff;
|
865
877
|
}
|
866
878
|
|
867
879
|
/* this is related to existing buttons, so the button color variable is used here! */
|
868
880
|
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary),
|
869
881
|
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary) {
|
870
882
|
background-color: #1678c2;
|
871
|
-
color: #
|
883
|
+
color: #fff;
|
872
884
|
}
|
873
885
|
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted,
|
874
886
|
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted {
|
@@ -877,7 +889,7 @@ input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not
|
|
877
889
|
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary),
|
878
890
|
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary) {
|
879
891
|
background-color: #27292a;
|
880
|
-
color: #
|
892
|
+
color: #fff;
|
881
893
|
}
|
882
894
|
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted,
|
883
895
|
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted {
|
@@ -886,7 +898,7 @@ input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):n
|
|
886
898
|
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary),
|
887
899
|
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary) {
|
888
900
|
background-color: #d01919;
|
889
|
-
color: #
|
901
|
+
color: #fff;
|
890
902
|
}
|
891
903
|
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted,
|
892
904
|
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted {
|
@@ -895,7 +907,7 @@ input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.te
|
|
895
907
|
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary),
|
896
908
|
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary) {
|
897
909
|
background-color: #f26202;
|
898
|
-
color: #
|
910
|
+
color: #fff;
|
899
911
|
}
|
900
912
|
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted,
|
901
913
|
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted {
|
@@ -904,7 +916,7 @@ input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(
|
|
904
916
|
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary),
|
905
917
|
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary) {
|
906
918
|
background-color: #eaae00;
|
907
|
-
color: #
|
919
|
+
color: #fff;
|
908
920
|
}
|
909
921
|
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted,
|
910
922
|
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted {
|
@@ -913,7 +925,7 @@ input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(
|
|
913
925
|
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary),
|
914
926
|
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary) {
|
915
927
|
background-color: #a7bd0d;
|
916
|
-
color: #
|
928
|
+
color: #fff;
|
917
929
|
}
|
918
930
|
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted,
|
919
931
|
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted {
|
@@ -922,7 +934,7 @@ input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.
|
|
922
934
|
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary),
|
923
935
|
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary) {
|
924
936
|
background-color: #16ab39;
|
925
|
-
color: #
|
937
|
+
color: #fff;
|
926
938
|
}
|
927
939
|
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted,
|
928
940
|
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted {
|
@@ -931,7 +943,7 @@ input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.
|
|
931
943
|
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary),
|
932
944
|
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary) {
|
933
945
|
background-color: #009c95;
|
934
|
-
color: #
|
946
|
+
color: #fff;
|
935
947
|
}
|
936
948
|
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted,
|
937
949
|
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted {
|
@@ -940,7 +952,7 @@ input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.t
|
|
940
952
|
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary),
|
941
953
|
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary) {
|
942
954
|
background-color: #1678c2;
|
943
|
-
color: #
|
955
|
+
color: #fff;
|
944
956
|
}
|
945
957
|
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted,
|
946
958
|
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted {
|
@@ -949,7 +961,7 @@ input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.t
|
|
949
961
|
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary),
|
950
962
|
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary) {
|
951
963
|
background-color: #5829bb;
|
952
|
-
color: #
|
964
|
+
color: #fff;
|
953
965
|
}
|
954
966
|
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted,
|
955
967
|
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted {
|
@@ -958,7 +970,7 @@ input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(
|
|
958
970
|
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary),
|
959
971
|
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary) {
|
960
972
|
background-color: #9627ba;
|
961
|
-
color: #
|
973
|
+
color: #fff;
|
962
974
|
}
|
963
975
|
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted,
|
964
976
|
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted {
|
@@ -967,7 +979,7 @@ input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(
|
|
967
979
|
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary),
|
968
980
|
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary) {
|
969
981
|
background-color: #e61a8d;
|
970
|
-
color: #
|
982
|
+
color: #fff;
|
971
983
|
}
|
972
984
|
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted,
|
973
985
|
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted {
|
@@ -976,7 +988,7 @@ input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.t
|
|
976
988
|
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary),
|
977
989
|
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary) {
|
978
990
|
background-color: #975b33;
|
979
|
-
color: #
|
991
|
+
color: #fff;
|
980
992
|
}
|
981
993
|
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted,
|
982
994
|
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted {
|
@@ -985,7 +997,7 @@ input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.
|
|
985
997
|
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary),
|
986
998
|
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary) {
|
987
999
|
background-color: #838383;
|
988
|
-
color: #
|
1000
|
+
color: #fff;
|
989
1001
|
}
|
990
1002
|
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted,
|
991
1003
|
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted {
|
@@ -994,7 +1006,7 @@ input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.t
|
|
994
1006
|
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary),
|
995
1007
|
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary) {
|
996
1008
|
background-color: #27292a;
|
997
|
-
color: #
|
1009
|
+
color: #fff;
|
998
1010
|
}
|
999
1011
|
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted,
|
1000
1012
|
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
|
@@ -1002,8 +1014,8 @@ input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.
|
|
1002
1014
|
}
|
1003
1015
|
input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
|
1004
1016
|
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
1005
|
-
background: #
|
1006
|
-
color: #
|
1017
|
+
background: #2185d0;
|
1018
|
+
color: #fff;
|
1007
1019
|
}
|
1008
1020
|
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
|
1009
1021
|
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1011,17 +1023,24 @@ input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
|
|
1011
1023
|
}
|
1012
1024
|
input[type="file"].ui.primary.file.input::-ms-browse,
|
1013
1025
|
.ui.primary.file.input input[type="file"]::-ms-browse {
|
1014
|
-
background: #
|
1015
|
-
color: #
|
1026
|
+
background: #2185d0;
|
1027
|
+
color: #fff;
|
1016
1028
|
}
|
1017
1029
|
input[type="file"].ui.primary.file.input::-ms-browse:hover,
|
1018
1030
|
.ui.primary.file.input input[type="file"]::-ms-browse:hover {
|
1019
1031
|
background: #1678c2;
|
1020
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
|
+
}
|
1021
1037
|
input[type="file"].ui.primary.file.input::file-selector-button,
|
1022
1038
|
.ui.primary.file.input input[type="file"]::file-selector-button {
|
1023
|
-
background: #
|
1024
|
-
color: #
|
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;
|
1025
1044
|
}
|
1026
1045
|
input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
1027
1046
|
.ui.primary.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1029,8 +1048,8 @@ input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
|
1029
1048
|
}
|
1030
1049
|
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
|
1031
1050
|
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
1032
|
-
background: #
|
1033
|
-
color: #
|
1051
|
+
background: #1b1c1d;
|
1052
|
+
color: #fff;
|
1034
1053
|
}
|
1035
1054
|
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
|
1036
1055
|
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1038,17 +1057,24 @@ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
|
|
1038
1057
|
}
|
1039
1058
|
input[type="file"].ui.secondary.file.input::-ms-browse,
|
1040
1059
|
.ui.secondary.file.input input[type="file"]::-ms-browse {
|
1041
|
-
background: #
|
1042
|
-
color: #
|
1060
|
+
background: #1b1c1d;
|
1061
|
+
color: #fff;
|
1043
1062
|
}
|
1044
1063
|
input[type="file"].ui.secondary.file.input::-ms-browse:hover,
|
1045
1064
|
.ui.secondary.file.input input[type="file"]::-ms-browse:hover {
|
1046
1065
|
background: #27292a;
|
1047
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
|
+
}
|
1048
1071
|
input[type="file"].ui.secondary.file.input::file-selector-button,
|
1049
1072
|
.ui.secondary.file.input input[type="file"]::file-selector-button {
|
1050
|
-
background: #
|
1051
|
-
color: #
|
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;
|
1052
1078
|
}
|
1053
1079
|
input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
1054
1080
|
.ui.secondary.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1056,8 +1082,8 @@ input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
|
1056
1082
|
}
|
1057
1083
|
input[type="file"].ui.red.file.input::-webkit-file-upload-button,
|
1058
1084
|
.ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
1059
|
-
background: #
|
1060
|
-
color: #
|
1085
|
+
background: #db2828;
|
1086
|
+
color: #fff;
|
1061
1087
|
}
|
1062
1088
|
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
|
1063
1089
|
.ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1065,17 +1091,24 @@ input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
|
|
1065
1091
|
}
|
1066
1092
|
input[type="file"].ui.red.file.input::-ms-browse,
|
1067
1093
|
.ui.red.file.input input[type="file"]::-ms-browse {
|
1068
|
-
background: #
|
1069
|
-
color: #
|
1094
|
+
background: #db2828;
|
1095
|
+
color: #fff;
|
1070
1096
|
}
|
1071
1097
|
input[type="file"].ui.red.file.input::-ms-browse:hover,
|
1072
1098
|
.ui.red.file.input input[type="file"]::-ms-browse:hover {
|
1073
1099
|
background: #d01919;
|
1074
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
|
+
}
|
1075
1105
|
input[type="file"].ui.red.file.input::file-selector-button,
|
1076
1106
|
.ui.red.file.input input[type="file"]::file-selector-button {
|
1077
|
-
background: #
|
1078
|
-
color: #
|
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;
|
1079
1112
|
}
|
1080
1113
|
input[type="file"].ui.red.file.input::file-selector-button:hover,
|
1081
1114
|
.ui.red.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1083,8 +1116,8 @@ input[type="file"].ui.red.file.input::file-selector-button:hover,
|
|
1083
1116
|
}
|
1084
1117
|
input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
|
1085
1118
|
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
1086
|
-
background: #
|
1087
|
-
color: #
|
1119
|
+
background: #f2711c;
|
1120
|
+
color: #fff;
|
1088
1121
|
}
|
1089
1122
|
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
1090
1123
|
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1092,17 +1125,24 @@ input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
|
1092
1125
|
}
|
1093
1126
|
input[type="file"].ui.orange.file.input::-ms-browse,
|
1094
1127
|
.ui.orange.file.input input[type="file"]::-ms-browse {
|
1095
|
-
background: #
|
1096
|
-
color: #
|
1128
|
+
background: #f2711c;
|
1129
|
+
color: #fff;
|
1097
1130
|
}
|
1098
1131
|
input[type="file"].ui.orange.file.input::-ms-browse:hover,
|
1099
1132
|
.ui.orange.file.input input[type="file"]::-ms-browse:hover {
|
1100
1133
|
background: #f26202;
|
1101
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
|
+
}
|
1102
1139
|
input[type="file"].ui.orange.file.input::file-selector-button,
|
1103
1140
|
.ui.orange.file.input input[type="file"]::file-selector-button {
|
1104
|
-
background: #
|
1105
|
-
color: #
|
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;
|
1106
1146
|
}
|
1107
1147
|
input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
1108
1148
|
.ui.orange.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1110,8 +1150,8 @@ input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
|
1110
1150
|
}
|
1111
1151
|
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
|
1112
1152
|
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
1113
|
-
background: #
|
1114
|
-
color: #
|
1153
|
+
background: #fbbd08;
|
1154
|
+
color: #fff;
|
1115
1155
|
}
|
1116
1156
|
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
|
1117
1157
|
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1119,17 +1159,24 @@ input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
|
|
1119
1159
|
}
|
1120
1160
|
input[type="file"].ui.yellow.file.input::-ms-browse,
|
1121
1161
|
.ui.yellow.file.input input[type="file"]::-ms-browse {
|
1122
|
-
background: #
|
1123
|
-
color: #
|
1162
|
+
background: #fbbd08;
|
1163
|
+
color: #fff;
|
1124
1164
|
}
|
1125
1165
|
input[type="file"].ui.yellow.file.input::-ms-browse:hover,
|
1126
1166
|
.ui.yellow.file.input input[type="file"]::-ms-browse:hover {
|
1127
1167
|
background: #eaae00;
|
1128
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
|
+
}
|
1129
1173
|
input[type="file"].ui.yellow.file.input::file-selector-button,
|
1130
1174
|
.ui.yellow.file.input input[type="file"]::file-selector-button {
|
1131
|
-
background: #
|
1132
|
-
color: #
|
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;
|
1133
1180
|
}
|
1134
1181
|
input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
1135
1182
|
.ui.yellow.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1137,8 +1184,8 @@ input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
|
1137
1184
|
}
|
1138
1185
|
input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
|
1139
1186
|
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
1140
|
-
background: #
|
1141
|
-
color: #
|
1187
|
+
background: #b5cc18;
|
1188
|
+
color: #fff;
|
1142
1189
|
}
|
1143
1190
|
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
|
1144
1191
|
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1146,17 +1193,24 @@ input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
|
|
1146
1193
|
}
|
1147
1194
|
input[type="file"].ui.olive.file.input::-ms-browse,
|
1148
1195
|
.ui.olive.file.input input[type="file"]::-ms-browse {
|
1149
|
-
background: #
|
1150
|
-
color: #
|
1196
|
+
background: #b5cc18;
|
1197
|
+
color: #fff;
|
1151
1198
|
}
|
1152
1199
|
input[type="file"].ui.olive.file.input::-ms-browse:hover,
|
1153
1200
|
.ui.olive.file.input input[type="file"]::-ms-browse:hover {
|
1154
1201
|
background: #a7bd0d;
|
1155
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
|
+
}
|
1156
1207
|
input[type="file"].ui.olive.file.input::file-selector-button,
|
1157
1208
|
.ui.olive.file.input input[type="file"]::file-selector-button {
|
1158
|
-
background: #
|
1159
|
-
color: #
|
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;
|
1160
1214
|
}
|
1161
1215
|
input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
1162
1216
|
.ui.olive.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1164,8 +1218,8 @@ input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
|
1164
1218
|
}
|
1165
1219
|
input[type="file"].ui.green.file.input::-webkit-file-upload-button,
|
1166
1220
|
.ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
1167
|
-
background: #
|
1168
|
-
color: #
|
1221
|
+
background: #21ba45;
|
1222
|
+
color: #fff;
|
1169
1223
|
}
|
1170
1224
|
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
|
1171
1225
|
.ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1173,17 +1227,24 @@ input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
|
|
1173
1227
|
}
|
1174
1228
|
input[type="file"].ui.green.file.input::-ms-browse,
|
1175
1229
|
.ui.green.file.input input[type="file"]::-ms-browse {
|
1176
|
-
background: #
|
1177
|
-
color: #
|
1230
|
+
background: #21ba45;
|
1231
|
+
color: #fff;
|
1178
1232
|
}
|
1179
1233
|
input[type="file"].ui.green.file.input::-ms-browse:hover,
|
1180
1234
|
.ui.green.file.input input[type="file"]::-ms-browse:hover {
|
1181
1235
|
background: #16ab39;
|
1182
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
|
+
}
|
1183
1241
|
input[type="file"].ui.green.file.input::file-selector-button,
|
1184
1242
|
.ui.green.file.input input[type="file"]::file-selector-button {
|
1185
|
-
background: #
|
1186
|
-
color: #
|
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;
|
1187
1248
|
}
|
1188
1249
|
input[type="file"].ui.green.file.input::file-selector-button:hover,
|
1189
1250
|
.ui.green.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1191,8 +1252,8 @@ input[type="file"].ui.green.file.input::file-selector-button:hover,
|
|
1191
1252
|
}
|
1192
1253
|
input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
|
1193
1254
|
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
1194
|
-
background: #
|
1195
|
-
color: #
|
1255
|
+
background: #00b5ad;
|
1256
|
+
color: #fff;
|
1196
1257
|
}
|
1197
1258
|
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
|
1198
1259
|
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1200,17 +1261,24 @@ input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
|
|
1200
1261
|
}
|
1201
1262
|
input[type="file"].ui.teal.file.input::-ms-browse,
|
1202
1263
|
.ui.teal.file.input input[type="file"]::-ms-browse {
|
1203
|
-
background: #
|
1204
|
-
color: #
|
1264
|
+
background: #00b5ad;
|
1265
|
+
color: #fff;
|
1205
1266
|
}
|
1206
1267
|
input[type="file"].ui.teal.file.input::-ms-browse:hover,
|
1207
1268
|
.ui.teal.file.input input[type="file"]::-ms-browse:hover {
|
1208
1269
|
background: #009c95;
|
1209
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
|
+
}
|
1210
1275
|
input[type="file"].ui.teal.file.input::file-selector-button,
|
1211
1276
|
.ui.teal.file.input input[type="file"]::file-selector-button {
|
1212
|
-
background: #
|
1213
|
-
color: #
|
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;
|
1214
1282
|
}
|
1215
1283
|
input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
1216
1284
|
.ui.teal.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1218,8 +1286,8 @@ input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
|
1218
1286
|
}
|
1219
1287
|
input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
|
1220
1288
|
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
1221
|
-
background: #
|
1222
|
-
color: #
|
1289
|
+
background: #2185d0;
|
1290
|
+
color: #fff;
|
1223
1291
|
}
|
1224
1292
|
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
|
1225
1293
|
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1227,17 +1295,24 @@ input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
|
|
1227
1295
|
}
|
1228
1296
|
input[type="file"].ui.blue.file.input::-ms-browse,
|
1229
1297
|
.ui.blue.file.input input[type="file"]::-ms-browse {
|
1230
|
-
background: #
|
1231
|
-
color: #
|
1298
|
+
background: #2185d0;
|
1299
|
+
color: #fff;
|
1232
1300
|
}
|
1233
1301
|
input[type="file"].ui.blue.file.input::-ms-browse:hover,
|
1234
1302
|
.ui.blue.file.input input[type="file"]::-ms-browse:hover {
|
1235
1303
|
background: #1678c2;
|
1236
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
|
+
}
|
1237
1309
|
input[type="file"].ui.blue.file.input::file-selector-button,
|
1238
1310
|
.ui.blue.file.input input[type="file"]::file-selector-button {
|
1239
|
-
background: #
|
1240
|
-
color: #
|
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;
|
1241
1316
|
}
|
1242
1317
|
input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
1243
1318
|
.ui.blue.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1245,8 +1320,8 @@ input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
|
1245
1320
|
}
|
1246
1321
|
input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
|
1247
1322
|
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
1248
|
-
background: #
|
1249
|
-
color: #
|
1323
|
+
background: #6435c9;
|
1324
|
+
color: #fff;
|
1250
1325
|
}
|
1251
1326
|
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
|
1252
1327
|
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1254,17 +1329,24 @@ input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
|
|
1254
1329
|
}
|
1255
1330
|
input[type="file"].ui.violet.file.input::-ms-browse,
|
1256
1331
|
.ui.violet.file.input input[type="file"]::-ms-browse {
|
1257
|
-
background: #
|
1258
|
-
color: #
|
1332
|
+
background: #6435c9;
|
1333
|
+
color: #fff;
|
1259
1334
|
}
|
1260
1335
|
input[type="file"].ui.violet.file.input::-ms-browse:hover,
|
1261
1336
|
.ui.violet.file.input input[type="file"]::-ms-browse:hover {
|
1262
1337
|
background: #5829bb;
|
1263
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
|
+
}
|
1264
1343
|
input[type="file"].ui.violet.file.input::file-selector-button,
|
1265
1344
|
.ui.violet.file.input input[type="file"]::file-selector-button {
|
1266
|
-
background: #
|
1267
|
-
color: #
|
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;
|
1268
1350
|
}
|
1269
1351
|
input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
1270
1352
|
.ui.violet.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1272,8 +1354,8 @@ input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
|
1272
1354
|
}
|
1273
1355
|
input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
|
1274
1356
|
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
1275
|
-
background: #
|
1276
|
-
color: #
|
1357
|
+
background: #a333c8;
|
1358
|
+
color: #fff;
|
1277
1359
|
}
|
1278
1360
|
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
1279
1361
|
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1281,17 +1363,24 @@ input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
|
1281
1363
|
}
|
1282
1364
|
input[type="file"].ui.purple.file.input::-ms-browse,
|
1283
1365
|
.ui.purple.file.input input[type="file"]::-ms-browse {
|
1284
|
-
background: #
|
1285
|
-
color: #
|
1366
|
+
background: #a333c8;
|
1367
|
+
color: #fff;
|
1286
1368
|
}
|
1287
1369
|
input[type="file"].ui.purple.file.input::-ms-browse:hover,
|
1288
1370
|
.ui.purple.file.input input[type="file"]::-ms-browse:hover {
|
1289
1371
|
background: #9627ba;
|
1290
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
|
+
}
|
1291
1377
|
input[type="file"].ui.purple.file.input::file-selector-button,
|
1292
1378
|
.ui.purple.file.input input[type="file"]::file-selector-button {
|
1293
|
-
background: #
|
1294
|
-
color: #
|
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;
|
1295
1384
|
}
|
1296
1385
|
input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
1297
1386
|
.ui.purple.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1299,8 +1388,8 @@ input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
|
1299
1388
|
}
|
1300
1389
|
input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
|
1301
1390
|
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
1302
|
-
background: #
|
1303
|
-
color: #
|
1391
|
+
background: #e03997;
|
1392
|
+
color: #fff;
|
1304
1393
|
}
|
1305
1394
|
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
1306
1395
|
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1308,17 +1397,24 @@ input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
|
1308
1397
|
}
|
1309
1398
|
input[type="file"].ui.pink.file.input::-ms-browse,
|
1310
1399
|
.ui.pink.file.input input[type="file"]::-ms-browse {
|
1311
|
-
background: #
|
1312
|
-
color: #
|
1400
|
+
background: #e03997;
|
1401
|
+
color: #fff;
|
1313
1402
|
}
|
1314
1403
|
input[type="file"].ui.pink.file.input::-ms-browse:hover,
|
1315
1404
|
.ui.pink.file.input input[type="file"]::-ms-browse:hover {
|
1316
1405
|
background: #e61a8d;
|
1317
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
|
+
}
|
1318
1411
|
input[type="file"].ui.pink.file.input::file-selector-button,
|
1319
1412
|
.ui.pink.file.input input[type="file"]::file-selector-button {
|
1320
|
-
background: #
|
1321
|
-
color: #
|
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;
|
1322
1418
|
}
|
1323
1419
|
input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
1324
1420
|
.ui.pink.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1326,8 +1422,8 @@ input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
|
1326
1422
|
}
|
1327
1423
|
input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
|
1328
1424
|
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
1329
|
-
background: #
|
1330
|
-
color: #
|
1425
|
+
background: #a5673f;
|
1426
|
+
color: #fff;
|
1331
1427
|
}
|
1332
1428
|
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
1333
1429
|
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1335,17 +1431,24 @@ input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
|
1335
1431
|
}
|
1336
1432
|
input[type="file"].ui.brown.file.input::-ms-browse,
|
1337
1433
|
.ui.brown.file.input input[type="file"]::-ms-browse {
|
1338
|
-
background: #
|
1339
|
-
color: #
|
1434
|
+
background: #a5673f;
|
1435
|
+
color: #fff;
|
1340
1436
|
}
|
1341
1437
|
input[type="file"].ui.brown.file.input::-ms-browse:hover,
|
1342
1438
|
.ui.brown.file.input input[type="file"]::-ms-browse:hover {
|
1343
1439
|
background: #975b33;
|
1344
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
|
+
}
|
1345
1445
|
input[type="file"].ui.brown.file.input::file-selector-button,
|
1346
1446
|
.ui.brown.file.input input[type="file"]::file-selector-button {
|
1347
|
-
background: #
|
1348
|
-
color: #
|
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;
|
1349
1452
|
}
|
1350
1453
|
input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
1351
1454
|
.ui.brown.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1354,7 +1457,7 @@ input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
|
1354
1457
|
input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
|
1355
1458
|
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
1356
1459
|
background: #767676;
|
1357
|
-
color: #
|
1460
|
+
color: #fff;
|
1358
1461
|
}
|
1359
1462
|
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
|
1360
1463
|
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1363,16 +1466,23 @@ input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
|
|
1363
1466
|
input[type="file"].ui.grey.file.input::-ms-browse,
|
1364
1467
|
.ui.grey.file.input input[type="file"]::-ms-browse {
|
1365
1468
|
background: #767676;
|
1366
|
-
color: #
|
1469
|
+
color: #fff;
|
1367
1470
|
}
|
1368
1471
|
input[type="file"].ui.grey.file.input::-ms-browse:hover,
|
1369
1472
|
.ui.grey.file.input input[type="file"]::-ms-browse:hover {
|
1370
1473
|
background: #838383;
|
1371
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
|
+
}
|
1372
1479
|
input[type="file"].ui.grey.file.input::file-selector-button,
|
1373
1480
|
.ui.grey.file.input input[type="file"]::file-selector-button {
|
1374
1481
|
background: #767676;
|
1375
|
-
color: #
|
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;
|
1376
1486
|
}
|
1377
1487
|
input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
1378
1488
|
.ui.grey.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1380,8 +1490,8 @@ input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
|
1380
1490
|
}
|
1381
1491
|
input[type="file"].ui.black.file.input::-webkit-file-upload-button,
|
1382
1492
|
.ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
1383
|
-
background: #
|
1384
|
-
color: #
|
1493
|
+
background: #1b1c1d;
|
1494
|
+
color: #fff;
|
1385
1495
|
}
|
1386
1496
|
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
|
1387
1497
|
.ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1389,27 +1499,33 @@ input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
|
|
1389
1499
|
}
|
1390
1500
|
input[type="file"].ui.black.file.input::-ms-browse,
|
1391
1501
|
.ui.black.file.input input[type="file"]::-ms-browse {
|
1392
|
-
background: #
|
1393
|
-
color: #
|
1502
|
+
background: #1b1c1d;
|
1503
|
+
color: #fff;
|
1394
1504
|
}
|
1395
1505
|
input[type="file"].ui.black.file.input::-ms-browse:hover,
|
1396
1506
|
.ui.black.file.input input[type="file"]::-ms-browse:hover {
|
1397
1507
|
background: #27292a;
|
1398
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
|
+
}
|
1399
1513
|
input[type="file"].ui.black.file.input::file-selector-button,
|
1400
1514
|
.ui.black.file.input input[type="file"]::file-selector-button {
|
1401
|
-
background: #
|
1402
|
-
color: #
|
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;
|
1403
1520
|
}
|
1404
1521
|
input[type="file"].ui.black.file.input::file-selector-button:hover,
|
1405
1522
|
.ui.black.file.input input[type="file"]::file-selector-button:hover {
|
1406
1523
|
background: #27292a;
|
1407
1524
|
}
|
1408
1525
|
|
1409
|
-
|
1526
|
+
/* --------------------
|
1410
1527
|
Size
|
1411
|
-
|
1412
|
-
|
1528
|
+
--------------------- */
|
1413
1529
|
.ui.input {
|
1414
1530
|
font-size: 1em;
|
1415
1531
|
}
|