fomantic-ui-sass 2.9.0 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- 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 +1515 -1466
- data/app/assets/javascripts/semantic-ui/form.js +2023 -2005
- data/app/assets/javascripts/semantic-ui/modal.js +1545 -1487
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1457
- data/app/assets/javascripts/semantic-ui/progress.js +970 -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 +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1062 -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 +1049 -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 +246 -341
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +185 -331
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +272 -433
- 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 +3556 -3556
- 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 +358 -276
- 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 +150 -226
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +79 -152
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +10 -15
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +30 -43
- 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 +122 -193
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +55 -174
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +254 -388
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +20 -31
- 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 +426 -204
- 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 +93 -121
- 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 +86 -133
- 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.1 - 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,10 +51,9 @@
|
|
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
59
|
.ui.input > input::-webkit-input-placeholder {
|
@@ -83,10 +73,9 @@
|
|
83
73
|
*******************************/
|
84
74
|
|
85
75
|
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
76
|
+
/* --------------------
|
77
|
+
Disabled
|
78
|
+
--------------------- */
|
90
79
|
.ui.disabled.input,
|
91
80
|
.ui.input:not(.disabled) input[disabled] {
|
92
81
|
opacity: 0.45;
|
@@ -96,26 +85,23 @@
|
|
96
85
|
pointer-events: none;
|
97
86
|
}
|
98
87
|
|
99
|
-
|
88
|
+
/* --------------------
|
100
89
|
Active
|
101
|
-
|
102
|
-
|
90
|
+
--------------------- */
|
103
91
|
.ui.input > input:active,
|
104
92
|
.ui.input.down input {
|
105
93
|
border-color: rgba(0, 0, 0, 0.3);
|
106
|
-
background: #
|
94
|
+
background: #fafafa;
|
107
95
|
color: rgba(0, 0, 0, 0.87);
|
108
|
-
|
109
|
-
box-shadow: none;
|
96
|
+
box-shadow: none;
|
110
97
|
}
|
111
98
|
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
99
|
+
/* --------------------
|
100
|
+
Loading
|
101
|
+
--------------------- */
|
116
102
|
.ui.loading.loading.input > i.icon::before {
|
117
103
|
position: absolute;
|
118
|
-
content:
|
104
|
+
content: "";
|
119
105
|
top: 50%;
|
120
106
|
left: 50%;
|
121
107
|
margin: -0.64285714em 0 0 -0.64285714em;
|
@@ -126,31 +112,27 @@
|
|
126
112
|
}
|
127
113
|
.ui.loading.loading.input > i.icon::after {
|
128
114
|
position: absolute;
|
129
|
-
content:
|
115
|
+
content: "";
|
130
116
|
top: 50%;
|
131
117
|
left: 50%;
|
132
118
|
margin: -0.64285714em 0 0 -0.64285714em;
|
133
119
|
width: 1.28571429em;
|
134
120
|
height: 1.28571429em;
|
135
|
-
|
136
|
-
animation: loader 0.6s infinite linear;
|
121
|
+
animation: loader 0.6s infinite linear;
|
137
122
|
border: 0.2em solid #767676;
|
138
123
|
border-radius: 500rem;
|
139
|
-
|
140
|
-
box-shadow: 0 0 0 1px transparent;
|
124
|
+
box-shadow: 0 0 0 1px transparent;
|
141
125
|
}
|
142
126
|
|
143
|
-
|
127
|
+
/* --------------------
|
144
128
|
Focus
|
145
|
-
|
146
|
-
|
129
|
+
--------------------- */
|
147
130
|
.ui.input.focus > input,
|
148
131
|
.ui.input > input:focus {
|
149
|
-
border-color: #
|
150
|
-
background: #
|
132
|
+
border-color: #85b7d9;
|
133
|
+
background: #fff;
|
151
134
|
color: rgba(0, 0, 0, 0.8);
|
152
|
-
|
153
|
-
box-shadow: none;
|
135
|
+
box-shadow: none;
|
154
136
|
}
|
155
137
|
.ui.input.focus > input::-webkit-input-placeholder,
|
156
138
|
.ui.input > input:focus::-webkit-input-placeholder {
|
@@ -165,40 +147,31 @@
|
|
165
147
|
color: rgba(115, 115, 115, 0.87);
|
166
148
|
}
|
167
149
|
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
150
|
+
/* --------------------
|
151
|
+
States
|
152
|
+
--------------------- */
|
172
153
|
.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;
|
154
|
+
background-color: #fff6f6;
|
155
|
+
border-color: #e0b4b4;
|
156
|
+
color: #9f3a38;
|
183
157
|
box-shadow: none;
|
184
158
|
}
|
185
159
|
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
186
|
-
background-color: #
|
187
|
-
border-color: #
|
188
|
-
color: #
|
160
|
+
background-color: #fff6f6;
|
161
|
+
border-color: #e0b4b4;
|
162
|
+
color: #9f3a38;
|
189
163
|
box-shadow: none;
|
190
164
|
}
|
191
165
|
.ui.input > input:not(:placeholder-shown):invalid {
|
192
|
-
background-color: #
|
193
|
-
border-color: #
|
194
|
-
color: #
|
195
|
-
|
196
|
-
box-shadow: none;
|
166
|
+
background-color: #fff6f6;
|
167
|
+
border-color: #e0b4b4;
|
168
|
+
color: #9f3a38;
|
169
|
+
box-shadow: none;
|
197
170
|
}
|
198
171
|
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
199
|
-
background-color: #
|
200
|
-
border-color: #
|
201
|
-
color: #
|
172
|
+
background-color: #fff6f6;
|
173
|
+
border-color: #e0b4b4;
|
174
|
+
color: #9f3a38;
|
202
175
|
box-shadow: none;
|
203
176
|
}
|
204
177
|
|
@@ -224,11 +197,10 @@
|
|
224
197
|
color: #da9796 !important;
|
225
198
|
}
|
226
199
|
.ui.input.info > input {
|
227
|
-
background-color: #
|
228
|
-
border-color: #
|
229
|
-
color: #
|
230
|
-
|
231
|
-
box-shadow: none;
|
200
|
+
background-color: #f8ffff;
|
201
|
+
border-color: #a9d5de;
|
202
|
+
color: #276f86;
|
203
|
+
box-shadow: none;
|
232
204
|
}
|
233
205
|
|
234
206
|
/* Placeholder */
|
@@ -253,11 +225,10 @@
|
|
253
225
|
color: #70bdd6 !important;
|
254
226
|
}
|
255
227
|
.ui.input.success > input {
|
256
|
-
background-color: #
|
257
|
-
border-color: #
|
258
|
-
color: #
|
259
|
-
|
260
|
-
box-shadow: none;
|
228
|
+
background-color: #fcfff5;
|
229
|
+
border-color: #a3c293;
|
230
|
+
color: #2c662d;
|
231
|
+
box-shadow: none;
|
261
232
|
}
|
262
233
|
|
263
234
|
/* Placeholder */
|
@@ -282,11 +253,10 @@
|
|
282
253
|
color: #6cbf6d !important;
|
283
254
|
}
|
284
255
|
.ui.input.warning > input {
|
285
|
-
background-color: #
|
286
|
-
border-color: #
|
287
|
-
color: #
|
288
|
-
|
289
|
-
box-shadow: none;
|
256
|
+
background-color: #fffaf3;
|
257
|
+
border-color: #c9ba9b;
|
258
|
+
color: #573a08;
|
259
|
+
box-shadow: none;
|
290
260
|
}
|
291
261
|
|
292
262
|
/* Placeholder */
|
@@ -317,17 +287,15 @@
|
|
317
287
|
*******************************/
|
318
288
|
|
319
289
|
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
290
|
+
/* --------------------
|
291
|
+
Transparent
|
292
|
+
--------------------- */
|
324
293
|
.ui.transparent.input > textarea,
|
325
294
|
.ui.transparent.input > input {
|
326
295
|
border-color: transparent !important;
|
327
296
|
background-color: transparent !important;
|
328
297
|
padding: 0;
|
329
|
-
|
330
|
-
box-shadow: none !important;
|
298
|
+
box-shadow: none !important;
|
331
299
|
border-radius: 0 !important;
|
332
300
|
}
|
333
301
|
.field .ui.transparent.input > textarea {
|
@@ -349,7 +317,7 @@
|
|
349
317
|
|
350
318
|
/* Transparent Inverted */
|
351
319
|
.ui.transparent.inverted.input {
|
352
|
-
color: #
|
320
|
+
color: #fff;
|
353
321
|
}
|
354
322
|
.ui.ui.transparent.inverted.input > textarea,
|
355
323
|
.ui.ui.transparent.inverted.input > input {
|
@@ -365,10 +333,9 @@
|
|
365
333
|
color: rgba(255, 255, 255, 0.5);
|
366
334
|
}
|
367
335
|
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
336
|
+
/* --------------------
|
337
|
+
Icon
|
338
|
+
--------------------- */
|
372
339
|
.ui.icon.input > i.icon {
|
373
340
|
cursor: default;
|
374
341
|
position: absolute;
|
@@ -381,7 +348,6 @@
|
|
381
348
|
width: 2.67142857em;
|
382
349
|
opacity: 0.5;
|
383
350
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
384
|
-
-webkit-transition: opacity 0.3s ease;
|
385
351
|
transition: opacity 0.3s ease;
|
386
352
|
}
|
387
353
|
.ui.icon.input > i.icon:not(.link) {
|
@@ -434,16 +400,13 @@
|
|
434
400
|
opacity: 1;
|
435
401
|
}
|
436
402
|
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
403
|
+
/* --------------------
|
404
|
+
Labeled
|
405
|
+
--------------------- */
|
441
406
|
|
442
407
|
/* Adjacent Label */
|
443
408
|
.ui.labeled.input > .label {
|
444
|
-
|
445
|
-
-ms-flex: 0 0 auto;
|
446
|
-
flex: 0 0 auto;
|
409
|
+
flex: 0 0 auto;
|
447
410
|
margin: 0;
|
448
411
|
font-size: 1em;
|
449
412
|
}
|
@@ -463,7 +426,7 @@
|
|
463
426
|
border-left-color: transparent;
|
464
427
|
}
|
465
428
|
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
|
466
|
-
border-left-color: #
|
429
|
+
border-left-color: #85b7d9;
|
467
430
|
}
|
468
431
|
|
469
432
|
/* Regular Label on Right */
|
@@ -477,7 +440,7 @@
|
|
477
440
|
border-bottom-left-radius: 0;
|
478
441
|
}
|
479
442
|
.ui[class*="right labeled"].input > input:focus {
|
480
|
-
border-right-color: #
|
443
|
+
border-right-color: #85b7d9 !important;
|
481
444
|
}
|
482
445
|
|
483
446
|
/* Corner Label */
|
@@ -504,7 +467,8 @@
|
|
504
467
|
}
|
505
468
|
|
506
469
|
/* Left Labeled */
|
507
|
-
.ui[class*="left icon"].input > .ui.dropdown,
|
470
|
+
.ui[class*="left icon"].input > .ui.dropdown:first-child,
|
471
|
+
.ui[class*="left icon"].input > i.icon + .ui.dropdown,
|
508
472
|
.ui[class*="left corner labeled"].input > .ui.dropdown,
|
509
473
|
.ui[class*="left corner labeled"].input > textarea,
|
510
474
|
.ui[class*="left corner labeled"].input > input {
|
@@ -515,9 +479,9 @@
|
|
515
479
|
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
|
516
480
|
padding-right: 3.25em;
|
517
481
|
}
|
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 {
|
482
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
|
483
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > textarea,
|
484
|
+
.ui.ui[class*="left corner labeled"][class*="left icon"].input > input {
|
521
485
|
padding-left: 4em;
|
522
486
|
}
|
523
487
|
.ui[class*="left corner labeled"].icon.input > i.icon {
|
@@ -558,11 +522,19 @@
|
|
558
522
|
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .dropdown.icon {
|
559
523
|
padding-right: 2.5em;
|
560
524
|
}
|
561
|
-
|
525
|
+
@supports selector(:has(.f)) {
|
526
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon {
|
527
|
+
padding-right: initial;
|
528
|
+
}
|
529
|
+
.ui.icon.input:not([class*="left icon"]):not(:has(.ui.dropdown ~ input)) > .ui.dropdown > .dropdown.icon {
|
530
|
+
padding-right: 2.5em;
|
531
|
+
}
|
532
|
+
}
|
533
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .search {
|
562
534
|
padding-right: 7.25em;
|
563
535
|
}
|
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 {
|
536
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .remove.icon,
|
537
|
+
.ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .dropdown.icon {
|
566
538
|
padding-right: 4em;
|
567
539
|
}
|
568
540
|
.ui.icon.input > .ui.visible.dropdown ~ i.icon,
|
@@ -578,7 +550,7 @@
|
|
578
550
|
height: 1.3em;
|
579
551
|
}
|
580
552
|
|
581
|
-
/* Corner Label Position
|
553
|
+
/* Corner Label Position */
|
582
554
|
.ui.input > .ui.corner.label {
|
583
555
|
top: 1px;
|
584
556
|
right: 1px;
|
@@ -593,110 +565,103 @@
|
|
593
565
|
.ui.form .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
594
566
|
.ui.action.input.error > .ui.button,
|
595
567
|
.ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
|
596
|
-
border-top: 1px solid #
|
597
|
-
border-bottom: 1px solid #
|
568
|
+
border-top: 1px solid #e0b4b4;
|
569
|
+
border-bottom: 1px solid #e0b4b4;
|
598
570
|
}
|
599
571
|
.ui.form .field.error > .ui[class*="left action"].input > .ui.button,
|
600
572
|
.ui.form .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
601
573
|
.ui[class*="left action"].input.error > .ui.button,
|
602
574
|
.ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
|
603
|
-
border-left: 1px solid #
|
575
|
+
border-left: 1px solid #e0b4b4;
|
604
576
|
}
|
605
577
|
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
606
578
|
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
607
579
|
.ui.action.input.error:not([class*="left action"]) > input + .ui.button,
|
608
580
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
|
609
|
-
border-right: 1px solid #
|
581
|
+
border-right: 1px solid #e0b4b4;
|
610
582
|
}
|
611
583
|
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
612
584
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
|
613
|
-
border-left: 1px solid #
|
585
|
+
border-left: 1px solid #e0b4b4;
|
614
586
|
}
|
615
587
|
.ui.form .field.info > .ui.action.input > .ui.button,
|
616
588
|
.ui.form .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
617
589
|
.ui.action.input.info > .ui.button,
|
618
590
|
.ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
|
619
|
-
border-top: 1px solid #
|
620
|
-
border-bottom: 1px solid #
|
591
|
+
border-top: 1px solid #a9d5de;
|
592
|
+
border-bottom: 1px solid #a9d5de;
|
621
593
|
}
|
622
594
|
.ui.form .field.info > .ui[class*="left action"].input > .ui.button,
|
623
595
|
.ui.form .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
624
596
|
.ui[class*="left action"].input.info > .ui.button,
|
625
597
|
.ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
|
626
|
-
border-left: 1px solid #
|
598
|
+
border-left: 1px solid #a9d5de;
|
627
599
|
}
|
628
600
|
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
629
601
|
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
630
602
|
.ui.action.input.info:not([class*="left action"]) > input + .ui.button,
|
631
603
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
|
632
|
-
border-right: 1px solid #
|
604
|
+
border-right: 1px solid #a9d5de;
|
633
605
|
}
|
634
606
|
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
635
607
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
|
636
|
-
border-left: 1px solid #
|
608
|
+
border-left: 1px solid #a9d5de;
|
637
609
|
}
|
638
610
|
.ui.form .field.success > .ui.action.input > .ui.button,
|
639
611
|
.ui.form .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
640
612
|
.ui.action.input.success > .ui.button,
|
641
613
|
.ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
|
642
|
-
border-top: 1px solid #
|
643
|
-
border-bottom: 1px solid #
|
614
|
+
border-top: 1px solid #a3c293;
|
615
|
+
border-bottom: 1px solid #a3c293;
|
644
616
|
}
|
645
617
|
.ui.form .field.success > .ui[class*="left action"].input > .ui.button,
|
646
618
|
.ui.form .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
647
619
|
.ui[class*="left action"].input.success > .ui.button,
|
648
620
|
.ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
|
649
|
-
border-left: 1px solid #
|
621
|
+
border-left: 1px solid #a3c293;
|
650
622
|
}
|
651
623
|
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
652
624
|
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
653
625
|
.ui.action.input.success:not([class*="left action"]) > input + .ui.button,
|
654
626
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
|
655
|
-
border-right: 1px solid #
|
627
|
+
border-right: 1px solid #a3c293;
|
656
628
|
}
|
657
629
|
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
658
630
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
|
659
|
-
border-left: 1px solid #
|
631
|
+
border-left: 1px solid #a3c293;
|
660
632
|
}
|
661
633
|
.ui.form .field.warning > .ui.action.input > .ui.button,
|
662
634
|
.ui.form .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
663
635
|
.ui.action.input.warning > .ui.button,
|
664
636
|
.ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
|
665
|
-
border-top: 1px solid #
|
666
|
-
border-bottom: 1px solid #
|
637
|
+
border-top: 1px solid #c9ba9b;
|
638
|
+
border-bottom: 1px solid #c9ba9b;
|
667
639
|
}
|
668
640
|
.ui.form .field.warning > .ui[class*="left action"].input > .ui.button,
|
669
641
|
.ui.form .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
670
642
|
.ui[class*="left action"].input.warning > .ui.button,
|
671
643
|
.ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
|
672
|
-
border-left: 1px solid #
|
644
|
+
border-left: 1px solid #c9ba9b;
|
673
645
|
}
|
674
646
|
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
675
647
|
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
676
648
|
.ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
|
677
649
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
|
678
|
-
border-right: 1px solid #
|
650
|
+
border-right: 1px solid #c9ba9b;
|
679
651
|
}
|
680
652
|
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
681
653
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
|
682
|
-
border-left: 1px solid #
|
654
|
+
border-left: 1px solid #c9ba9b;
|
683
655
|
}
|
684
656
|
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
|
657
|
+
/* --------------------
|
658
|
+
Action
|
659
|
+
--------------------- */
|
689
660
|
.ui.action.input > .button,
|
690
661
|
.ui.action.input > .buttons {
|
691
|
-
display: -webkit-box;
|
692
|
-
display: -ms-flexbox;
|
693
662
|
display: flex;
|
694
|
-
-
|
695
|
-
|
696
|
-
align-items: center;
|
697
|
-
-webkit-box-flex: 0;
|
698
|
-
-ms-flex: 0 0 auto;
|
699
|
-
flex: 0 0 auto;
|
663
|
+
align-items: center;
|
664
|
+
flex: 0 0 auto;
|
700
665
|
}
|
701
666
|
.ui.action.input > .button,
|
702
667
|
.ui.action.input > .buttons > .button {
|
@@ -705,18 +670,20 @@
|
|
705
670
|
margin: 0;
|
706
671
|
}
|
707
672
|
|
708
|
-
/* Input when ui Left*/
|
673
|
+
/* Input when ui Left */
|
709
674
|
.ui[class*="left action"].input > input {
|
710
675
|
border-top-left-radius: 0;
|
711
676
|
border-bottom-left-radius: 0;
|
712
677
|
border-left-color: transparent;
|
713
678
|
}
|
714
|
-
|
679
|
+
|
680
|
+
/* Input when ui Right */
|
715
681
|
.ui.action.input:not([class*="left action"]) > input {
|
716
682
|
border-top-right-radius: 0;
|
717
683
|
border-bottom-right-radius: 0;
|
718
684
|
border-right-color: transparent;
|
719
685
|
}
|
686
|
+
|
720
687
|
/* Button and Dropdown */
|
721
688
|
.ui.action.input > .dropdown:first-child,
|
722
689
|
.ui.action.input > .button:first-child,
|
@@ -736,39 +703,34 @@
|
|
736
703
|
|
737
704
|
/* Input Focus */
|
738
705
|
.ui.action.input:not([class*="left action"]) > input:focus {
|
739
|
-
border-right-color: #
|
706
|
+
border-right-color: #85b7d9;
|
740
707
|
}
|
741
708
|
.ui.ui[class*="left action"].input > input:focus {
|
742
|
-
border-left-color: #
|
709
|
+
border-left-color: #85b7d9;
|
743
710
|
}
|
744
711
|
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
712
|
+
/* --------------------
|
713
|
+
Inverted
|
714
|
+
--------------------- */
|
749
715
|
|
750
716
|
/* Standard */
|
751
717
|
.ui.inverted.input > input {
|
752
718
|
border: none;
|
753
719
|
}
|
754
720
|
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
721
|
+
/* --------------------
|
722
|
+
Fluid
|
723
|
+
--------------------- */
|
759
724
|
.ui.fluid.input {
|
760
|
-
display: -webkit-box;
|
761
|
-
display: -ms-flexbox;
|
762
725
|
display: flex;
|
763
726
|
}
|
764
727
|
.ui.fluid.input > input {
|
765
728
|
width: 0 !important;
|
766
729
|
}
|
767
730
|
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
731
|
+
/* --------------------
|
732
|
+
File
|
733
|
+
--------------------- */
|
772
734
|
|
773
735
|
/* width hack for chrome/edge */
|
774
736
|
.ui.file.input {
|
@@ -825,9 +787,21 @@
|
|
825
787
|
padding: 0 !important;
|
826
788
|
}
|
827
789
|
}
|
790
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
791
|
+
display: none;
|
792
|
+
}
|
828
793
|
.ui.action.file.input input[type="file"]::file-selector-button {
|
829
794
|
display: none;
|
830
795
|
}
|
796
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button, .ui.file.input input[type="file"]::-webkit-file-upload-button {
|
797
|
+
border: none;
|
798
|
+
cursor: pointer;
|
799
|
+
padding: 0.67857143em 1em;
|
800
|
+
margin-right: 1em;
|
801
|
+
background: #e0e1e2;
|
802
|
+
font-weight: bold;
|
803
|
+
color: rgba(0, 0, 0, 0.6);
|
804
|
+
}
|
831
805
|
.ui.form .field input[type="file"]::file-selector-button,
|
832
806
|
.ui.file.input input[type="file"]::file-selector-button {
|
833
807
|
border: none;
|
@@ -838,6 +812,10 @@
|
|
838
812
|
font-weight: bold;
|
839
813
|
color: rgba(0, 0, 0, 0.6);
|
840
814
|
}
|
815
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button:hover, .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
816
|
+
background: #cacbcd;
|
817
|
+
color: rgba(0, 0, 0, 0.6);
|
818
|
+
}
|
841
819
|
.ui.form .field input[type="file"]::file-selector-button:hover,
|
842
820
|
.ui.file.input input[type="file"]::file-selector-button:hover {
|
843
821
|
background: #cacbcd;
|
@@ -845,9 +823,9 @@
|
|
845
823
|
}
|
846
824
|
.ui.form .field input[type="file"]:required:invalid,
|
847
825
|
.ui.file.input input[type="file"]:required:invalid {
|
848
|
-
color: #
|
849
|
-
background: #
|
850
|
-
border-color: #
|
826
|
+
color: #9f3a38;
|
827
|
+
background: #fff6f6;
|
828
|
+
border-color: #e0b4b4;
|
851
829
|
}
|
852
830
|
input[type="file"].ui.invisible.file.input,
|
853
831
|
.ui.invisible.file.input input[type="file"] {
|
@@ -861,14 +839,14 @@ input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertia
|
|
861
839
|
}
|
862
840
|
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary).inverted,
|
863
841
|
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary).inverted {
|
864
|
-
background: #
|
842
|
+
background: #fff;
|
865
843
|
}
|
866
844
|
|
867
845
|
/* this is related to existing buttons, so the button color variable is used here! */
|
868
846
|
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary),
|
869
847
|
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary) {
|
870
848
|
background-color: #1678c2;
|
871
|
-
color: #
|
849
|
+
color: #fff;
|
872
850
|
}
|
873
851
|
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted,
|
874
852
|
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted {
|
@@ -877,7 +855,7 @@ input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not
|
|
877
855
|
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary),
|
878
856
|
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary) {
|
879
857
|
background-color: #27292a;
|
880
|
-
color: #
|
858
|
+
color: #fff;
|
881
859
|
}
|
882
860
|
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted,
|
883
861
|
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted {
|
@@ -886,7 +864,7 @@ input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):n
|
|
886
864
|
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary),
|
887
865
|
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary) {
|
888
866
|
background-color: #d01919;
|
889
|
-
color: #
|
867
|
+
color: #fff;
|
890
868
|
}
|
891
869
|
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted,
|
892
870
|
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted {
|
@@ -895,7 +873,7 @@ input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.te
|
|
895
873
|
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary),
|
896
874
|
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary) {
|
897
875
|
background-color: #f26202;
|
898
|
-
color: #
|
876
|
+
color: #fff;
|
899
877
|
}
|
900
878
|
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted,
|
901
879
|
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted {
|
@@ -904,7 +882,7 @@ input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(
|
|
904
882
|
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary),
|
905
883
|
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary) {
|
906
884
|
background-color: #eaae00;
|
907
|
-
color: #
|
885
|
+
color: #fff;
|
908
886
|
}
|
909
887
|
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted,
|
910
888
|
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted {
|
@@ -913,7 +891,7 @@ input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(
|
|
913
891
|
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary),
|
914
892
|
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary) {
|
915
893
|
background-color: #a7bd0d;
|
916
|
-
color: #
|
894
|
+
color: #fff;
|
917
895
|
}
|
918
896
|
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted,
|
919
897
|
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted {
|
@@ -922,7 +900,7 @@ input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.
|
|
922
900
|
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary),
|
923
901
|
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary) {
|
924
902
|
background-color: #16ab39;
|
925
|
-
color: #
|
903
|
+
color: #fff;
|
926
904
|
}
|
927
905
|
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted,
|
928
906
|
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted {
|
@@ -931,7 +909,7 @@ input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.
|
|
931
909
|
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary),
|
932
910
|
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary) {
|
933
911
|
background-color: #009c95;
|
934
|
-
color: #
|
912
|
+
color: #fff;
|
935
913
|
}
|
936
914
|
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted,
|
937
915
|
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted {
|
@@ -940,7 +918,7 @@ input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.t
|
|
940
918
|
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary),
|
941
919
|
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary) {
|
942
920
|
background-color: #1678c2;
|
943
|
-
color: #
|
921
|
+
color: #fff;
|
944
922
|
}
|
945
923
|
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted,
|
946
924
|
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted {
|
@@ -949,7 +927,7 @@ input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.t
|
|
949
927
|
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary),
|
950
928
|
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary) {
|
951
929
|
background-color: #5829bb;
|
952
|
-
color: #
|
930
|
+
color: #fff;
|
953
931
|
}
|
954
932
|
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted,
|
955
933
|
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted {
|
@@ -958,7 +936,7 @@ input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(
|
|
958
936
|
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary),
|
959
937
|
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary) {
|
960
938
|
background-color: #9627ba;
|
961
|
-
color: #
|
939
|
+
color: #fff;
|
962
940
|
}
|
963
941
|
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted,
|
964
942
|
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted {
|
@@ -967,7 +945,7 @@ input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(
|
|
967
945
|
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary),
|
968
946
|
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary) {
|
969
947
|
background-color: #e61a8d;
|
970
|
-
color: #
|
948
|
+
color: #fff;
|
971
949
|
}
|
972
950
|
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted,
|
973
951
|
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted {
|
@@ -976,7 +954,7 @@ input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.t
|
|
976
954
|
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary),
|
977
955
|
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary) {
|
978
956
|
background-color: #975b33;
|
979
|
-
color: #
|
957
|
+
color: #fff;
|
980
958
|
}
|
981
959
|
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted,
|
982
960
|
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted {
|
@@ -985,7 +963,7 @@ input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.
|
|
985
963
|
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary),
|
986
964
|
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary) {
|
987
965
|
background-color: #838383;
|
988
|
-
color: #
|
966
|
+
color: #fff;
|
989
967
|
}
|
990
968
|
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted,
|
991
969
|
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted {
|
@@ -994,7 +972,7 @@ input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.t
|
|
994
972
|
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary),
|
995
973
|
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary) {
|
996
974
|
background-color: #27292a;
|
997
|
-
color: #
|
975
|
+
color: #fff;
|
998
976
|
}
|
999
977
|
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted,
|
1000
978
|
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
|
@@ -1002,8 +980,8 @@ input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.
|
|
1002
980
|
}
|
1003
981
|
input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
|
1004
982
|
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
1005
|
-
background: #
|
1006
|
-
color: #
|
983
|
+
background: #2185d0;
|
984
|
+
color: #fff;
|
1007
985
|
}
|
1008
986
|
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
|
1009
987
|
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1011,17 +989,24 @@ input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
|
|
1011
989
|
}
|
1012
990
|
input[type="file"].ui.primary.file.input::-ms-browse,
|
1013
991
|
.ui.primary.file.input input[type="file"]::-ms-browse {
|
1014
|
-
background: #
|
1015
|
-
color: #
|
992
|
+
background: #2185d0;
|
993
|
+
color: #fff;
|
1016
994
|
}
|
1017
995
|
input[type="file"].ui.primary.file.input::-ms-browse:hover,
|
1018
996
|
.ui.primary.file.input input[type="file"]::-ms-browse:hover {
|
1019
997
|
background: #1678c2;
|
1020
998
|
}
|
999
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
1000
|
+
background: #2185d0;
|
1001
|
+
color: #fff;
|
1002
|
+
}
|
1021
1003
|
input[type="file"].ui.primary.file.input::file-selector-button,
|
1022
1004
|
.ui.primary.file.input input[type="file"]::file-selector-button {
|
1023
|
-
background: #
|
1024
|
-
color: #
|
1005
|
+
background: #2185d0;
|
1006
|
+
color: #fff;
|
1007
|
+
}
|
1008
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1009
|
+
background: #1678c2;
|
1025
1010
|
}
|
1026
1011
|
input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
1027
1012
|
.ui.primary.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1029,8 +1014,8 @@ input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
|
1029
1014
|
}
|
1030
1015
|
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
|
1031
1016
|
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
1032
|
-
background: #
|
1033
|
-
color: #
|
1017
|
+
background: #1b1c1d;
|
1018
|
+
color: #fff;
|
1034
1019
|
}
|
1035
1020
|
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
|
1036
1021
|
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1038,17 +1023,24 @@ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
|
|
1038
1023
|
}
|
1039
1024
|
input[type="file"].ui.secondary.file.input::-ms-browse,
|
1040
1025
|
.ui.secondary.file.input input[type="file"]::-ms-browse {
|
1041
|
-
background: #
|
1042
|
-
color: #
|
1026
|
+
background: #1b1c1d;
|
1027
|
+
color: #fff;
|
1043
1028
|
}
|
1044
1029
|
input[type="file"].ui.secondary.file.input::-ms-browse:hover,
|
1045
1030
|
.ui.secondary.file.input input[type="file"]::-ms-browse:hover {
|
1046
1031
|
background: #27292a;
|
1047
1032
|
}
|
1033
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
1034
|
+
background: #1b1c1d;
|
1035
|
+
color: #fff;
|
1036
|
+
}
|
1048
1037
|
input[type="file"].ui.secondary.file.input::file-selector-button,
|
1049
1038
|
.ui.secondary.file.input input[type="file"]::file-selector-button {
|
1050
|
-
background: #
|
1051
|
-
color: #
|
1039
|
+
background: #1b1c1d;
|
1040
|
+
color: #fff;
|
1041
|
+
}
|
1042
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1043
|
+
background: #27292a;
|
1052
1044
|
}
|
1053
1045
|
input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
1054
1046
|
.ui.secondary.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1056,8 +1048,8 @@ input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
|
1056
1048
|
}
|
1057
1049
|
input[type="file"].ui.red.file.input::-webkit-file-upload-button,
|
1058
1050
|
.ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
1059
|
-
background: #
|
1060
|
-
color: #
|
1051
|
+
background: #db2828;
|
1052
|
+
color: #fff;
|
1061
1053
|
}
|
1062
1054
|
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
|
1063
1055
|
.ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1065,17 +1057,24 @@ input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
|
|
1065
1057
|
}
|
1066
1058
|
input[type="file"].ui.red.file.input::-ms-browse,
|
1067
1059
|
.ui.red.file.input input[type="file"]::-ms-browse {
|
1068
|
-
background: #
|
1069
|
-
color: #
|
1060
|
+
background: #db2828;
|
1061
|
+
color: #fff;
|
1070
1062
|
}
|
1071
1063
|
input[type="file"].ui.red.file.input::-ms-browse:hover,
|
1072
1064
|
.ui.red.file.input input[type="file"]::-ms-browse:hover {
|
1073
1065
|
background: #d01919;
|
1074
1066
|
}
|
1067
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button, .ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
1068
|
+
background: #db2828;
|
1069
|
+
color: #fff;
|
1070
|
+
}
|
1075
1071
|
input[type="file"].ui.red.file.input::file-selector-button,
|
1076
1072
|
.ui.red.file.input input[type="file"]::file-selector-button {
|
1077
|
-
background: #
|
1078
|
-
color: #
|
1073
|
+
background: #db2828;
|
1074
|
+
color: #fff;
|
1075
|
+
}
|
1076
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover, .ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1077
|
+
background: #d01919;
|
1079
1078
|
}
|
1080
1079
|
input[type="file"].ui.red.file.input::file-selector-button:hover,
|
1081
1080
|
.ui.red.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1083,8 +1082,8 @@ input[type="file"].ui.red.file.input::file-selector-button:hover,
|
|
1083
1082
|
}
|
1084
1083
|
input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
|
1085
1084
|
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
1086
|
-
background: #
|
1087
|
-
color: #
|
1085
|
+
background: #f2711c;
|
1086
|
+
color: #fff;
|
1088
1087
|
}
|
1089
1088
|
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
1090
1089
|
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1092,17 +1091,24 @@ input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
|
1092
1091
|
}
|
1093
1092
|
input[type="file"].ui.orange.file.input::-ms-browse,
|
1094
1093
|
.ui.orange.file.input input[type="file"]::-ms-browse {
|
1095
|
-
background: #
|
1096
|
-
color: #
|
1094
|
+
background: #f2711c;
|
1095
|
+
color: #fff;
|
1097
1096
|
}
|
1098
1097
|
input[type="file"].ui.orange.file.input::-ms-browse:hover,
|
1099
1098
|
.ui.orange.file.input input[type="file"]::-ms-browse:hover {
|
1100
1099
|
background: #f26202;
|
1101
1100
|
}
|
1101
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
1102
|
+
background: #f2711c;
|
1103
|
+
color: #fff;
|
1104
|
+
}
|
1102
1105
|
input[type="file"].ui.orange.file.input::file-selector-button,
|
1103
1106
|
.ui.orange.file.input input[type="file"]::file-selector-button {
|
1104
|
-
background: #
|
1105
|
-
color: #
|
1107
|
+
background: #f2711c;
|
1108
|
+
color: #fff;
|
1109
|
+
}
|
1110
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover, .ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1111
|
+
background: #f26202;
|
1106
1112
|
}
|
1107
1113
|
input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
1108
1114
|
.ui.orange.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1110,8 +1116,8 @@ input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
|
1110
1116
|
}
|
1111
1117
|
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
|
1112
1118
|
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
1113
|
-
background: #
|
1114
|
-
color: #
|
1119
|
+
background: #fbbd08;
|
1120
|
+
color: #fff;
|
1115
1121
|
}
|
1116
1122
|
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
|
1117
1123
|
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1119,17 +1125,24 @@ input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
|
|
1119
1125
|
}
|
1120
1126
|
input[type="file"].ui.yellow.file.input::-ms-browse,
|
1121
1127
|
.ui.yellow.file.input input[type="file"]::-ms-browse {
|
1122
|
-
background: #
|
1123
|
-
color: #
|
1128
|
+
background: #fbbd08;
|
1129
|
+
color: #fff;
|
1124
1130
|
}
|
1125
1131
|
input[type="file"].ui.yellow.file.input::-ms-browse:hover,
|
1126
1132
|
.ui.yellow.file.input input[type="file"]::-ms-browse:hover {
|
1127
1133
|
background: #eaae00;
|
1128
1134
|
}
|
1135
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
1136
|
+
background: #fbbd08;
|
1137
|
+
color: #fff;
|
1138
|
+
}
|
1129
1139
|
input[type="file"].ui.yellow.file.input::file-selector-button,
|
1130
1140
|
.ui.yellow.file.input input[type="file"]::file-selector-button {
|
1131
|
-
background: #
|
1132
|
-
color: #
|
1141
|
+
background: #fbbd08;
|
1142
|
+
color: #fff;
|
1143
|
+
}
|
1144
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover, .ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1145
|
+
background: #eaae00;
|
1133
1146
|
}
|
1134
1147
|
input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
1135
1148
|
.ui.yellow.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1137,8 +1150,8 @@ input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
|
1137
1150
|
}
|
1138
1151
|
input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
|
1139
1152
|
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
1140
|
-
background: #
|
1141
|
-
color: #
|
1153
|
+
background: #b5cc18;
|
1154
|
+
color: #fff;
|
1142
1155
|
}
|
1143
1156
|
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
|
1144
1157
|
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1146,17 +1159,24 @@ input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
|
|
1146
1159
|
}
|
1147
1160
|
input[type="file"].ui.olive.file.input::-ms-browse,
|
1148
1161
|
.ui.olive.file.input input[type="file"]::-ms-browse {
|
1149
|
-
background: #
|
1150
|
-
color: #
|
1162
|
+
background: #b5cc18;
|
1163
|
+
color: #fff;
|
1151
1164
|
}
|
1152
1165
|
input[type="file"].ui.olive.file.input::-ms-browse:hover,
|
1153
1166
|
.ui.olive.file.input input[type="file"]::-ms-browse:hover {
|
1154
1167
|
background: #a7bd0d;
|
1155
1168
|
}
|
1169
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
1170
|
+
background: #b5cc18;
|
1171
|
+
color: #fff;
|
1172
|
+
}
|
1156
1173
|
input[type="file"].ui.olive.file.input::file-selector-button,
|
1157
1174
|
.ui.olive.file.input input[type="file"]::file-selector-button {
|
1158
|
-
background: #
|
1159
|
-
color: #
|
1175
|
+
background: #b5cc18;
|
1176
|
+
color: #fff;
|
1177
|
+
}
|
1178
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover, .ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1179
|
+
background: #a7bd0d;
|
1160
1180
|
}
|
1161
1181
|
input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
1162
1182
|
.ui.olive.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1164,8 +1184,8 @@ input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
|
1164
1184
|
}
|
1165
1185
|
input[type="file"].ui.green.file.input::-webkit-file-upload-button,
|
1166
1186
|
.ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
1167
|
-
background: #
|
1168
|
-
color: #
|
1187
|
+
background: #21ba45;
|
1188
|
+
color: #fff;
|
1169
1189
|
}
|
1170
1190
|
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
|
1171
1191
|
.ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1173,17 +1193,24 @@ input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
|
|
1173
1193
|
}
|
1174
1194
|
input[type="file"].ui.green.file.input::-ms-browse,
|
1175
1195
|
.ui.green.file.input input[type="file"]::-ms-browse {
|
1176
|
-
background: #
|
1177
|
-
color: #
|
1196
|
+
background: #21ba45;
|
1197
|
+
color: #fff;
|
1178
1198
|
}
|
1179
1199
|
input[type="file"].ui.green.file.input::-ms-browse:hover,
|
1180
1200
|
.ui.green.file.input input[type="file"]::-ms-browse:hover {
|
1181
1201
|
background: #16ab39;
|
1182
1202
|
}
|
1203
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button, .ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
1204
|
+
background: #21ba45;
|
1205
|
+
color: #fff;
|
1206
|
+
}
|
1183
1207
|
input[type="file"].ui.green.file.input::file-selector-button,
|
1184
1208
|
.ui.green.file.input input[type="file"]::file-selector-button {
|
1185
|
-
background: #
|
1186
|
-
color: #
|
1209
|
+
background: #21ba45;
|
1210
|
+
color: #fff;
|
1211
|
+
}
|
1212
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover, .ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1213
|
+
background: #16ab39;
|
1187
1214
|
}
|
1188
1215
|
input[type="file"].ui.green.file.input::file-selector-button:hover,
|
1189
1216
|
.ui.green.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1191,8 +1218,8 @@ input[type="file"].ui.green.file.input::file-selector-button:hover,
|
|
1191
1218
|
}
|
1192
1219
|
input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
|
1193
1220
|
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
1194
|
-
background: #
|
1195
|
-
color: #
|
1221
|
+
background: #00b5ad;
|
1222
|
+
color: #fff;
|
1196
1223
|
}
|
1197
1224
|
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
|
1198
1225
|
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1200,17 +1227,24 @@ input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
|
|
1200
1227
|
}
|
1201
1228
|
input[type="file"].ui.teal.file.input::-ms-browse,
|
1202
1229
|
.ui.teal.file.input input[type="file"]::-ms-browse {
|
1203
|
-
background: #
|
1204
|
-
color: #
|
1230
|
+
background: #00b5ad;
|
1231
|
+
color: #fff;
|
1205
1232
|
}
|
1206
1233
|
input[type="file"].ui.teal.file.input::-ms-browse:hover,
|
1207
1234
|
.ui.teal.file.input input[type="file"]::-ms-browse:hover {
|
1208
1235
|
background: #009c95;
|
1209
1236
|
}
|
1237
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
1238
|
+
background: #00b5ad;
|
1239
|
+
color: #fff;
|
1240
|
+
}
|
1210
1241
|
input[type="file"].ui.teal.file.input::file-selector-button,
|
1211
1242
|
.ui.teal.file.input input[type="file"]::file-selector-button {
|
1212
|
-
background: #
|
1213
|
-
color: #
|
1243
|
+
background: #00b5ad;
|
1244
|
+
color: #fff;
|
1245
|
+
}
|
1246
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover, .ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1247
|
+
background: #009c95;
|
1214
1248
|
}
|
1215
1249
|
input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
1216
1250
|
.ui.teal.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1218,8 +1252,8 @@ input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
|
1218
1252
|
}
|
1219
1253
|
input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
|
1220
1254
|
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
1221
|
-
background: #
|
1222
|
-
color: #
|
1255
|
+
background: #2185d0;
|
1256
|
+
color: #fff;
|
1223
1257
|
}
|
1224
1258
|
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
|
1225
1259
|
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1227,17 +1261,24 @@ input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
|
|
1227
1261
|
}
|
1228
1262
|
input[type="file"].ui.blue.file.input::-ms-browse,
|
1229
1263
|
.ui.blue.file.input input[type="file"]::-ms-browse {
|
1230
|
-
background: #
|
1231
|
-
color: #
|
1264
|
+
background: #2185d0;
|
1265
|
+
color: #fff;
|
1232
1266
|
}
|
1233
1267
|
input[type="file"].ui.blue.file.input::-ms-browse:hover,
|
1234
1268
|
.ui.blue.file.input input[type="file"]::-ms-browse:hover {
|
1235
1269
|
background: #1678c2;
|
1236
1270
|
}
|
1271
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
1272
|
+
background: #2185d0;
|
1273
|
+
color: #fff;
|
1274
|
+
}
|
1237
1275
|
input[type="file"].ui.blue.file.input::file-selector-button,
|
1238
1276
|
.ui.blue.file.input input[type="file"]::file-selector-button {
|
1239
|
-
background: #
|
1240
|
-
color: #
|
1277
|
+
background: #2185d0;
|
1278
|
+
color: #fff;
|
1279
|
+
}
|
1280
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover, .ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1281
|
+
background: #1678c2;
|
1241
1282
|
}
|
1242
1283
|
input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
1243
1284
|
.ui.blue.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1245,8 +1286,8 @@ input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
|
1245
1286
|
}
|
1246
1287
|
input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
|
1247
1288
|
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
1248
|
-
background: #
|
1249
|
-
color: #
|
1289
|
+
background: #6435c9;
|
1290
|
+
color: #fff;
|
1250
1291
|
}
|
1251
1292
|
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
|
1252
1293
|
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1254,17 +1295,24 @@ input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
|
|
1254
1295
|
}
|
1255
1296
|
input[type="file"].ui.violet.file.input::-ms-browse,
|
1256
1297
|
.ui.violet.file.input input[type="file"]::-ms-browse {
|
1257
|
-
background: #
|
1258
|
-
color: #
|
1298
|
+
background: #6435c9;
|
1299
|
+
color: #fff;
|
1259
1300
|
}
|
1260
1301
|
input[type="file"].ui.violet.file.input::-ms-browse:hover,
|
1261
1302
|
.ui.violet.file.input input[type="file"]::-ms-browse:hover {
|
1262
1303
|
background: #5829bb;
|
1263
1304
|
}
|
1305
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
1306
|
+
background: #6435c9;
|
1307
|
+
color: #fff;
|
1308
|
+
}
|
1264
1309
|
input[type="file"].ui.violet.file.input::file-selector-button,
|
1265
1310
|
.ui.violet.file.input input[type="file"]::file-selector-button {
|
1266
|
-
background: #
|
1267
|
-
color: #
|
1311
|
+
background: #6435c9;
|
1312
|
+
color: #fff;
|
1313
|
+
}
|
1314
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover, .ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1315
|
+
background: #5829bb;
|
1268
1316
|
}
|
1269
1317
|
input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
1270
1318
|
.ui.violet.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1272,8 +1320,8 @@ input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
|
1272
1320
|
}
|
1273
1321
|
input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
|
1274
1322
|
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
1275
|
-
background: #
|
1276
|
-
color: #
|
1323
|
+
background: #a333c8;
|
1324
|
+
color: #fff;
|
1277
1325
|
}
|
1278
1326
|
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
1279
1327
|
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1281,17 +1329,24 @@ input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
|
1281
1329
|
}
|
1282
1330
|
input[type="file"].ui.purple.file.input::-ms-browse,
|
1283
1331
|
.ui.purple.file.input input[type="file"]::-ms-browse {
|
1284
|
-
background: #
|
1285
|
-
color: #
|
1332
|
+
background: #a333c8;
|
1333
|
+
color: #fff;
|
1286
1334
|
}
|
1287
1335
|
input[type="file"].ui.purple.file.input::-ms-browse:hover,
|
1288
1336
|
.ui.purple.file.input input[type="file"]::-ms-browse:hover {
|
1289
1337
|
background: #9627ba;
|
1290
1338
|
}
|
1339
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
1340
|
+
background: #a333c8;
|
1341
|
+
color: #fff;
|
1342
|
+
}
|
1291
1343
|
input[type="file"].ui.purple.file.input::file-selector-button,
|
1292
1344
|
.ui.purple.file.input input[type="file"]::file-selector-button {
|
1293
|
-
background: #
|
1294
|
-
color: #
|
1345
|
+
background: #a333c8;
|
1346
|
+
color: #fff;
|
1347
|
+
}
|
1348
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover, .ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1349
|
+
background: #9627ba;
|
1295
1350
|
}
|
1296
1351
|
input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
1297
1352
|
.ui.purple.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1299,8 +1354,8 @@ input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
|
1299
1354
|
}
|
1300
1355
|
input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
|
1301
1356
|
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
1302
|
-
background: #
|
1303
|
-
color: #
|
1357
|
+
background: #e03997;
|
1358
|
+
color: #fff;
|
1304
1359
|
}
|
1305
1360
|
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
1306
1361
|
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1308,17 +1363,24 @@ input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
|
1308
1363
|
}
|
1309
1364
|
input[type="file"].ui.pink.file.input::-ms-browse,
|
1310
1365
|
.ui.pink.file.input input[type="file"]::-ms-browse {
|
1311
|
-
background: #
|
1312
|
-
color: #
|
1366
|
+
background: #e03997;
|
1367
|
+
color: #fff;
|
1313
1368
|
}
|
1314
1369
|
input[type="file"].ui.pink.file.input::-ms-browse:hover,
|
1315
1370
|
.ui.pink.file.input input[type="file"]::-ms-browse:hover {
|
1316
1371
|
background: #e61a8d;
|
1317
1372
|
}
|
1373
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
1374
|
+
background: #e03997;
|
1375
|
+
color: #fff;
|
1376
|
+
}
|
1318
1377
|
input[type="file"].ui.pink.file.input::file-selector-button,
|
1319
1378
|
.ui.pink.file.input input[type="file"]::file-selector-button {
|
1320
|
-
background: #
|
1321
|
-
color: #
|
1379
|
+
background: #e03997;
|
1380
|
+
color: #fff;
|
1381
|
+
}
|
1382
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover, .ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1383
|
+
background: #e61a8d;
|
1322
1384
|
}
|
1323
1385
|
input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
1324
1386
|
.ui.pink.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1326,8 +1388,8 @@ input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
|
1326
1388
|
}
|
1327
1389
|
input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
|
1328
1390
|
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
1329
|
-
background: #
|
1330
|
-
color: #
|
1391
|
+
background: #a5673f;
|
1392
|
+
color: #fff;
|
1331
1393
|
}
|
1332
1394
|
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
1333
1395
|
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1335,17 +1397,24 @@ input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
|
1335
1397
|
}
|
1336
1398
|
input[type="file"].ui.brown.file.input::-ms-browse,
|
1337
1399
|
.ui.brown.file.input input[type="file"]::-ms-browse {
|
1338
|
-
background: #
|
1339
|
-
color: #
|
1400
|
+
background: #a5673f;
|
1401
|
+
color: #fff;
|
1340
1402
|
}
|
1341
1403
|
input[type="file"].ui.brown.file.input::-ms-browse:hover,
|
1342
1404
|
.ui.brown.file.input input[type="file"]::-ms-browse:hover {
|
1343
1405
|
background: #975b33;
|
1344
1406
|
}
|
1407
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
1408
|
+
background: #a5673f;
|
1409
|
+
color: #fff;
|
1410
|
+
}
|
1345
1411
|
input[type="file"].ui.brown.file.input::file-selector-button,
|
1346
1412
|
.ui.brown.file.input input[type="file"]::file-selector-button {
|
1347
|
-
background: #
|
1348
|
-
color: #
|
1413
|
+
background: #a5673f;
|
1414
|
+
color: #fff;
|
1415
|
+
}
|
1416
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover, .ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1417
|
+
background: #975b33;
|
1349
1418
|
}
|
1350
1419
|
input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
1351
1420
|
.ui.brown.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1354,7 +1423,7 @@ input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
|
1354
1423
|
input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
|
1355
1424
|
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
1356
1425
|
background: #767676;
|
1357
|
-
color: #
|
1426
|
+
color: #fff;
|
1358
1427
|
}
|
1359
1428
|
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
|
1360
1429
|
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1363,16 +1432,23 @@ input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
|
|
1363
1432
|
input[type="file"].ui.grey.file.input::-ms-browse,
|
1364
1433
|
.ui.grey.file.input input[type="file"]::-ms-browse {
|
1365
1434
|
background: #767676;
|
1366
|
-
color: #
|
1435
|
+
color: #fff;
|
1367
1436
|
}
|
1368
1437
|
input[type="file"].ui.grey.file.input::-ms-browse:hover,
|
1369
1438
|
.ui.grey.file.input input[type="file"]::-ms-browse:hover {
|
1370
1439
|
background: #838383;
|
1371
1440
|
}
|
1441
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
1442
|
+
background: #767676;
|
1443
|
+
color: #fff;
|
1444
|
+
}
|
1372
1445
|
input[type="file"].ui.grey.file.input::file-selector-button,
|
1373
1446
|
.ui.grey.file.input input[type="file"]::file-selector-button {
|
1374
1447
|
background: #767676;
|
1375
|
-
color: #
|
1448
|
+
color: #fff;
|
1449
|
+
}
|
1450
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover, .ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1451
|
+
background: #838383;
|
1376
1452
|
}
|
1377
1453
|
input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
1378
1454
|
.ui.grey.file.input input[type="file"]::file-selector-button:hover {
|
@@ -1380,8 +1456,8 @@ input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
|
1380
1456
|
}
|
1381
1457
|
input[type="file"].ui.black.file.input::-webkit-file-upload-button,
|
1382
1458
|
.ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
1383
|
-
background: #
|
1384
|
-
color: #
|
1459
|
+
background: #1b1c1d;
|
1460
|
+
color: #fff;
|
1385
1461
|
}
|
1386
1462
|
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
|
1387
1463
|
.ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
@@ -1389,27 +1465,33 @@ input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
|
|
1389
1465
|
}
|
1390
1466
|
input[type="file"].ui.black.file.input::-ms-browse,
|
1391
1467
|
.ui.black.file.input input[type="file"]::-ms-browse {
|
1392
|
-
background: #
|
1393
|
-
color: #
|
1468
|
+
background: #1b1c1d;
|
1469
|
+
color: #fff;
|
1394
1470
|
}
|
1395
1471
|
input[type="file"].ui.black.file.input::-ms-browse:hover,
|
1396
1472
|
.ui.black.file.input input[type="file"]::-ms-browse:hover {
|
1397
1473
|
background: #27292a;
|
1398
1474
|
}
|
1475
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button, .ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
1476
|
+
background: #1b1c1d;
|
1477
|
+
color: #fff;
|
1478
|
+
}
|
1399
1479
|
input[type="file"].ui.black.file.input::file-selector-button,
|
1400
1480
|
.ui.black.file.input input[type="file"]::file-selector-button {
|
1401
|
-
background: #
|
1402
|
-
color: #
|
1481
|
+
background: #1b1c1d;
|
1482
|
+
color: #fff;
|
1483
|
+
}
|
1484
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover, .ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1485
|
+
background: #27292a;
|
1403
1486
|
}
|
1404
1487
|
input[type="file"].ui.black.file.input::file-selector-button:hover,
|
1405
1488
|
.ui.black.file.input input[type="file"]::file-selector-button:hover {
|
1406
1489
|
background: #27292a;
|
1407
1490
|
}
|
1408
1491
|
|
1409
|
-
|
1492
|
+
/* --------------------
|
1410
1493
|
Size
|
1411
|
-
|
1412
|
-
|
1494
|
+
--------------------- */
|
1413
1495
|
.ui.input {
|
1414
1496
|
font-size: 1em;
|
1415
1497
|
}
|