fomantic-ui-sass 2.8.8.1 → 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/CHANGELOG.md +4 -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.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +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.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +245 -7
- data/app/assets/fonts/semantic-ui/icons.ttf +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.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +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 -590
- data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
- data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
- data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
- data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
- data/app/assets/javascripts/semantic-ui/embed.js +646 -672
- data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
- data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
- data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
- data/app/assets/javascripts/semantic-ui/progress.js +970 -995
- data/app/assets/javascripts/semantic-ui/rating.js +508 -520
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
- data/app/assets/javascripts/semantic-ui/tab.js +895 -941
- data/app/assets/javascripts/semantic-ui/toast.js +911 -851
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
- 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 +389 -407
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
- 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 +263 -255
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +21 -3
@@ -1,10 +1,10 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.
|
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,47 +14,46 @@
|
|
14
14
|
*******************************/
|
15
15
|
|
16
16
|
|
17
|
-
|
17
|
+
/* --------------------
|
18
18
|
Inputs
|
19
|
-
|
20
|
-
|
19
|
+
--------------------- */
|
21
20
|
.ui.input {
|
22
21
|
position: relative;
|
23
22
|
font-weight: normal;
|
24
23
|
font-style: normal;
|
25
|
-
display: -webkit-inline-box;
|
26
|
-
display: -ms-inline-flexbox;
|
27
24
|
display: inline-flex;
|
28
25
|
color: rgba(0, 0, 0, 0.87);
|
29
26
|
}
|
30
27
|
.ui.input > input {
|
31
28
|
margin: 0;
|
32
29
|
max-width: 100%;
|
33
|
-
|
34
|
-
-ms-flex: 1 0 auto;
|
35
|
-
flex: 1 0 auto;
|
30
|
+
flex: 1 0 auto;
|
36
31
|
outline: none;
|
37
32
|
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
|
38
33
|
text-align: left;
|
39
34
|
line-height: 1.21428571em;
|
40
|
-
font-family:
|
41
|
-
|
42
|
-
background: #FFFFFF;
|
35
|
+
font-family: "Lato", system-ui, -apple-system, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
36
|
+
background: #fff;
|
43
37
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
44
38
|
color: rgba(0, 0, 0, 0.87);
|
45
39
|
border-radius: 0.28571429rem;
|
46
|
-
-webkit-transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
47
|
-
transition: border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
|
48
40
|
transition: box-shadow 0.1s ease, border-color 0.1s ease;
|
49
|
-
|
50
|
-
|
51
|
-
|
41
|
+
box-shadow: none;
|
42
|
+
}
|
43
|
+
.ui.input > input:not([type="color"]) {
|
44
|
+
padding: 0.67857143em 1em;
|
45
|
+
}
|
46
|
+
.ui.input > input::-webkit-calendar-picker-indicator {
|
47
|
+
padding: 0;
|
48
|
+
opacity: 0.5;
|
49
|
+
-webkit-transition: opacity 0.3s ease;
|
50
|
+
transition: opacity 0.3s ease;
|
51
|
+
cursor: pointer;
|
52
52
|
}
|
53
53
|
|
54
|
-
|
54
|
+
/* --------------------
|
55
55
|
Placeholder
|
56
|
-
|
57
|
-
|
56
|
+
--------------------- */
|
58
57
|
|
59
58
|
/* browsers require these rules separate */
|
60
59
|
.ui.input > input::-webkit-input-placeholder {
|
@@ -74,10 +73,9 @@
|
|
74
73
|
*******************************/
|
75
74
|
|
76
75
|
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
76
|
+
/* --------------------
|
77
|
+
Disabled
|
78
|
+
--------------------- */
|
81
79
|
.ui.disabled.input,
|
82
80
|
.ui.input:not(.disabled) input[disabled] {
|
83
81
|
opacity: 0.45;
|
@@ -87,26 +85,23 @@
|
|
87
85
|
pointer-events: none;
|
88
86
|
}
|
89
87
|
|
90
|
-
|
88
|
+
/* --------------------
|
91
89
|
Active
|
92
|
-
|
93
|
-
|
90
|
+
--------------------- */
|
94
91
|
.ui.input > input:active,
|
95
92
|
.ui.input.down input {
|
96
93
|
border-color: rgba(0, 0, 0, 0.3);
|
97
|
-
background: #
|
94
|
+
background: #fafafa;
|
98
95
|
color: rgba(0, 0, 0, 0.87);
|
99
|
-
|
100
|
-
box-shadow: none;
|
96
|
+
box-shadow: none;
|
101
97
|
}
|
102
98
|
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
.ui.loading.loading.input > i.icon:before {
|
99
|
+
/* --------------------
|
100
|
+
Loading
|
101
|
+
--------------------- */
|
102
|
+
.ui.loading.loading.input > i.icon::before {
|
108
103
|
position: absolute;
|
109
|
-
content:
|
104
|
+
content: "";
|
110
105
|
top: 50%;
|
111
106
|
left: 50%;
|
112
107
|
margin: -0.64285714em 0 0 -0.64285714em;
|
@@ -115,33 +110,29 @@
|
|
115
110
|
border-radius: 500rem;
|
116
111
|
border: 0.2em solid rgba(0, 0, 0, 0.1);
|
117
112
|
}
|
118
|
-
.ui.loading.loading.input > i.icon
|
113
|
+
.ui.loading.loading.input > i.icon::after {
|
119
114
|
position: absolute;
|
120
|
-
content:
|
115
|
+
content: "";
|
121
116
|
top: 50%;
|
122
117
|
left: 50%;
|
123
118
|
margin: -0.64285714em 0 0 -0.64285714em;
|
124
119
|
width: 1.28571429em;
|
125
120
|
height: 1.28571429em;
|
126
|
-
|
127
|
-
animation: loader 0.6s infinite linear;
|
121
|
+
animation: loader 0.6s infinite linear;
|
128
122
|
border: 0.2em solid #767676;
|
129
123
|
border-radius: 500rem;
|
130
|
-
|
131
|
-
box-shadow: 0 0 0 1px transparent;
|
124
|
+
box-shadow: 0 0 0 1px transparent;
|
132
125
|
}
|
133
126
|
|
134
|
-
|
127
|
+
/* --------------------
|
135
128
|
Focus
|
136
|
-
|
137
|
-
|
129
|
+
--------------------- */
|
138
130
|
.ui.input.focus > input,
|
139
131
|
.ui.input > input:focus {
|
140
|
-
border-color: #
|
141
|
-
background: #
|
132
|
+
border-color: #85b7d9;
|
133
|
+
background: #fff;
|
142
134
|
color: rgba(0, 0, 0, 0.8);
|
143
|
-
|
144
|
-
box-shadow: none;
|
135
|
+
box-shadow: none;
|
145
136
|
}
|
146
137
|
.ui.input.focus > input::-webkit-input-placeholder,
|
147
138
|
.ui.input > input:focus::-webkit-input-placeholder {
|
@@ -156,16 +147,32 @@
|
|
156
147
|
color: rgba(115, 115, 115, 0.87);
|
157
148
|
}
|
158
149
|
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
150
|
+
/* --------------------
|
151
|
+
States
|
152
|
+
--------------------- */
|
163
153
|
.ui.input.error > input {
|
164
|
-
background-color: #
|
165
|
-
border-color: #
|
166
|
-
color: #
|
167
|
-
|
168
|
-
|
154
|
+
background-color: #fff6f6;
|
155
|
+
border-color: #e0b4b4;
|
156
|
+
color: #9f3a38;
|
157
|
+
box-shadow: none;
|
158
|
+
}
|
159
|
+
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
160
|
+
background-color: #fff6f6;
|
161
|
+
border-color: #e0b4b4;
|
162
|
+
color: #9f3a38;
|
163
|
+
box-shadow: none;
|
164
|
+
}
|
165
|
+
.ui.input > input:not(:placeholder-shown):invalid {
|
166
|
+
background-color: #fff6f6;
|
167
|
+
border-color: #e0b4b4;
|
168
|
+
color: #9f3a38;
|
169
|
+
box-shadow: none;
|
170
|
+
}
|
171
|
+
.ui.input > input:not(:-ms-input-placeholder):invalid {
|
172
|
+
background-color: #fff6f6;
|
173
|
+
border-color: #e0b4b4;
|
174
|
+
color: #9f3a38;
|
175
|
+
box-shadow: none;
|
169
176
|
}
|
170
177
|
|
171
178
|
/* Placeholder */
|
@@ -190,11 +197,10 @@
|
|
190
197
|
color: #da9796 !important;
|
191
198
|
}
|
192
199
|
.ui.input.info > input {
|
193
|
-
background-color: #
|
194
|
-
border-color: #
|
195
|
-
color: #
|
196
|
-
|
197
|
-
box-shadow: none;
|
200
|
+
background-color: #f8ffff;
|
201
|
+
border-color: #a9d5de;
|
202
|
+
color: #276f86;
|
203
|
+
box-shadow: none;
|
198
204
|
}
|
199
205
|
|
200
206
|
/* Placeholder */
|
@@ -219,11 +225,10 @@
|
|
219
225
|
color: #70bdd6 !important;
|
220
226
|
}
|
221
227
|
.ui.input.success > input {
|
222
|
-
background-color: #
|
223
|
-
border-color: #
|
224
|
-
color: #
|
225
|
-
|
226
|
-
box-shadow: none;
|
228
|
+
background-color: #fcfff5;
|
229
|
+
border-color: #a3c293;
|
230
|
+
color: #2c662d;
|
231
|
+
box-shadow: none;
|
227
232
|
}
|
228
233
|
|
229
234
|
/* Placeholder */
|
@@ -248,11 +253,10 @@
|
|
248
253
|
color: #6cbf6d !important;
|
249
254
|
}
|
250
255
|
.ui.input.warning > input {
|
251
|
-
background-color: #
|
252
|
-
border-color: #
|
253
|
-
color: #
|
254
|
-
|
255
|
-
box-shadow: none;
|
256
|
+
background-color: #fffaf3;
|
257
|
+
border-color: #c9ba9b;
|
258
|
+
color: #573a08;
|
259
|
+
box-shadow: none;
|
256
260
|
}
|
257
261
|
|
258
262
|
/* Placeholder */
|
@@ -283,17 +287,15 @@
|
|
283
287
|
*******************************/
|
284
288
|
|
285
289
|
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
+
/* --------------------
|
291
|
+
Transparent
|
292
|
+
--------------------- */
|
290
293
|
.ui.transparent.input > textarea,
|
291
294
|
.ui.transparent.input > input {
|
292
295
|
border-color: transparent !important;
|
293
296
|
background-color: transparent !important;
|
294
297
|
padding: 0;
|
295
|
-
|
296
|
-
box-shadow: none !important;
|
298
|
+
box-shadow: none !important;
|
297
299
|
border-radius: 0 !important;
|
298
300
|
}
|
299
301
|
.field .ui.transparent.input > textarea {
|
@@ -315,7 +317,7 @@
|
|
315
317
|
|
316
318
|
/* Transparent Inverted */
|
317
319
|
.ui.transparent.inverted.input {
|
318
|
-
color: #
|
320
|
+
color: #fff;
|
319
321
|
}
|
320
322
|
.ui.ui.transparent.inverted.input > textarea,
|
321
323
|
.ui.ui.transparent.inverted.input > input {
|
@@ -331,10 +333,9 @@
|
|
331
333
|
color: rgba(255, 255, 255, 0.5);
|
332
334
|
}
|
333
335
|
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
336
|
+
/* --------------------
|
337
|
+
Icon
|
338
|
+
--------------------- */
|
338
339
|
.ui.icon.input > i.icon {
|
339
340
|
cursor: default;
|
340
341
|
position: absolute;
|
@@ -347,18 +348,17 @@
|
|
347
348
|
width: 2.67142857em;
|
348
349
|
opacity: 0.5;
|
349
350
|
border-radius: 0 0.28571429rem 0.28571429rem 0;
|
350
|
-
-webkit-transition: opacity 0.3s ease;
|
351
351
|
transition: opacity 0.3s ease;
|
352
352
|
}
|
353
353
|
.ui.icon.input > i.icon:not(.link) {
|
354
354
|
pointer-events: none;
|
355
355
|
}
|
356
|
-
.ui.ui.ui.ui.icon.input > textarea,
|
357
|
-
.ui.ui.ui.ui.icon.input > input {
|
356
|
+
.ui.ui.ui.ui.icon.input:not(.corner) > textarea,
|
357
|
+
.ui.ui.ui.ui.icon.input:not(.corner) > input {
|
358
358
|
padding-right: 2.67142857em;
|
359
359
|
}
|
360
|
-
.ui.icon.input > i.icon
|
361
|
-
.ui.icon.input > i.icon
|
360
|
+
.ui.icon.input > i.icon::before,
|
361
|
+
.ui.icon.input > i.icon::after {
|
362
362
|
left: 0;
|
363
363
|
position: absolute;
|
364
364
|
text-align: center;
|
@@ -384,28 +384,29 @@
|
|
384
384
|
right: auto;
|
385
385
|
left: 0.5em;
|
386
386
|
}
|
387
|
-
.ui.ui.ui.ui[class*="left icon"].input > textarea,
|
388
|
-
.ui.ui.ui.ui[class*="left icon"].input > input {
|
387
|
+
.ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > textarea,
|
388
|
+
.ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > input {
|
389
389
|
padding-left: 2.67142857em;
|
390
|
+
}
|
391
|
+
.ui.ui.ui.ui[class*="left icon"]:not(.corner).input > textarea,
|
392
|
+
.ui.ui.ui.ui[class*="left icon"]:not(.corner).input > input {
|
390
393
|
padding-right: 1em;
|
391
394
|
}
|
392
395
|
|
393
396
|
/* Focus */
|
397
|
+
.ui.input > input:focus::-webkit-calendar-picker-indicator,
|
394
398
|
.ui.icon.input > textarea:focus ~ i.icon,
|
395
399
|
.ui.icon.input > input:focus ~ i.icon {
|
396
400
|
opacity: 1;
|
397
401
|
}
|
398
402
|
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
+
/* --------------------
|
404
|
+
Labeled
|
405
|
+
--------------------- */
|
403
406
|
|
404
407
|
/* Adjacent Label */
|
405
408
|
.ui.labeled.input > .label {
|
406
|
-
|
407
|
-
-ms-flex: 0 0 auto;
|
408
|
-
flex: 0 0 auto;
|
409
|
+
flex: 0 0 auto;
|
409
410
|
margin: 0;
|
410
411
|
font-size: 1em;
|
411
412
|
}
|
@@ -425,7 +426,7 @@
|
|
425
426
|
border-left-color: transparent;
|
426
427
|
}
|
427
428
|
.ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
|
428
|
-
border-left-color: #
|
429
|
+
border-left-color: #85b7d9;
|
429
430
|
}
|
430
431
|
|
431
432
|
/* Regular Label on Right */
|
@@ -439,7 +440,7 @@
|
|
439
440
|
border-bottom-left-radius: 0;
|
440
441
|
}
|
441
442
|
.ui[class*="right labeled"].input > input:focus {
|
442
|
-
border-right-color: #
|
443
|
+
border-right-color: #85b7d9 !important;
|
443
444
|
}
|
444
445
|
|
445
446
|
/* Corner Label */
|
@@ -451,30 +452,97 @@
|
|
451
452
|
}
|
452
453
|
|
453
454
|
/* Spacing with corner label */
|
454
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).
|
455
|
-
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).
|
456
|
-
|
455
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown,
|
456
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > textarea,
|
457
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > input {
|
458
|
+
padding-right: 2.5em;
|
457
459
|
}
|
460
|
+
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .ui.dropdown,
|
458
461
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > textarea,
|
459
462
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
|
460
|
-
padding-right: 3.25em
|
463
|
+
padding-right: 3.25em;
|
461
464
|
}
|
462
465
|
.ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > i.icon {
|
463
466
|
margin-right: 1.25em;
|
464
467
|
}
|
465
468
|
|
466
469
|
/* Left Labeled */
|
467
|
-
.ui[class*="left
|
468
|
-
.ui[class*="left
|
469
|
-
|
470
|
-
|
471
|
-
.ui[class*="left corner labeled"].
|
472
|
-
|
473
|
-
|
470
|
+
.ui[class*="left icon"].input > .ui.dropdown:first-child,
|
471
|
+
.ui[class*="left icon"].input > i.icon + .ui.dropdown,
|
472
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown,
|
473
|
+
.ui[class*="left corner labeled"].input > textarea,
|
474
|
+
.ui[class*="left corner labeled"].input > input {
|
475
|
+
padding-left: 2.5em;
|
476
|
+
}
|
477
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > .ui.dropdown,
|
478
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > textarea,
|
479
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
|
480
|
+
padding-right: 3.25em;
|
481
|
+
}
|
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 {
|
485
|
+
padding-left: 4em;
|
474
486
|
}
|
475
487
|
.ui[class*="left corner labeled"].icon.input > i.icon {
|
476
488
|
margin-left: 1.25em;
|
477
489
|
}
|
490
|
+
.ui[class*="left corner labeled"].icon:not([class*="left icon"]).input > input {
|
491
|
+
padding-right: 2.5em;
|
492
|
+
}
|
493
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > input {
|
494
|
+
padding-right: 5em;
|
495
|
+
}
|
496
|
+
.ui[class*="left icon"].input > .ui.dropdown > .search,
|
497
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .search {
|
498
|
+
padding-left: 2.5em;
|
499
|
+
}
|
500
|
+
.ui[class*="left icon"].input > .ui.dropdown > .menu,
|
501
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .menu {
|
502
|
+
padding-left: 1.25em;
|
503
|
+
}
|
504
|
+
.ui[class*="left icon"].input > .ui.dropdown > .menu > .item,
|
505
|
+
.ui[class*="left corner labeled"].input > .ui.dropdown > .menu > .item {
|
506
|
+
padding-left: 2.5em;
|
507
|
+
margin-left: -1.25em;
|
508
|
+
}
|
509
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .search {
|
510
|
+
padding-left: 4em;
|
511
|
+
}
|
512
|
+
.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .menu > .item {
|
513
|
+
padding-left: 4em;
|
514
|
+
}
|
515
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .search,
|
516
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .search {
|
517
|
+
padding-right: 5.75em;
|
518
|
+
}
|
519
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .remove.icon,
|
520
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .remove.icon,
|
521
|
+
.ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon,
|
522
|
+
.ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .dropdown.icon {
|
523
|
+
padding-right: 2.5em;
|
524
|
+
}
|
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 {
|
534
|
+
padding-right: 7.25em;
|
535
|
+
}
|
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 {
|
538
|
+
padding-right: 4em;
|
539
|
+
}
|
540
|
+
.ui.icon.input > .ui.visible.dropdown ~ i.icon,
|
541
|
+
.ui.icon.input > .ui.active.dropdown ~ i.icon,
|
542
|
+
.ui[class*="corner labeled"].input > .ui.visible.dropdown ~ .ui.corner.label,
|
543
|
+
.ui[class*="corner labeled"].input > .ui.active.dropdown ~ .ui.corner.label {
|
544
|
+
z-index: 10;
|
545
|
+
}
|
478
546
|
.ui.icon.input > textarea ~ i.icon {
|
479
547
|
height: 3em;
|
480
548
|
}
|
@@ -482,7 +550,7 @@
|
|
482
550
|
height: 1.3em;
|
483
551
|
}
|
484
552
|
|
485
|
-
/* Corner Label Position
|
553
|
+
/* Corner Label Position */
|
486
554
|
.ui.input > .ui.corner.label {
|
487
555
|
top: 1px;
|
488
556
|
right: 1px;
|
@@ -497,110 +565,103 @@
|
|
497
565
|
.ui.form .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
498
566
|
.ui.action.input.error > .ui.button,
|
499
567
|
.ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
|
500
|
-
border-top: 1px solid #
|
501
|
-
border-bottom: 1px solid #
|
568
|
+
border-top: 1px solid #e0b4b4;
|
569
|
+
border-bottom: 1px solid #e0b4b4;
|
502
570
|
}
|
503
571
|
.ui.form .field.error > .ui[class*="left action"].input > .ui.button,
|
504
572
|
.ui.form .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
505
573
|
.ui[class*="left action"].input.error > .ui.button,
|
506
574
|
.ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
|
507
|
-
border-left: 1px solid #
|
575
|
+
border-left: 1px solid #e0b4b4;
|
508
576
|
}
|
509
577
|
.ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
510
578
|
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
511
579
|
.ui.action.input.error:not([class*="left action"]) > input + .ui.button,
|
512
580
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
|
513
|
-
border-right: 1px solid #
|
581
|
+
border-right: 1px solid #e0b4b4;
|
514
582
|
}
|
515
583
|
.ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
516
584
|
.ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
|
517
|
-
border-left: 1px solid #
|
585
|
+
border-left: 1px solid #e0b4b4;
|
518
586
|
}
|
519
587
|
.ui.form .field.info > .ui.action.input > .ui.button,
|
520
588
|
.ui.form .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
521
589
|
.ui.action.input.info > .ui.button,
|
522
590
|
.ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
|
523
|
-
border-top: 1px solid #
|
524
|
-
border-bottom: 1px solid #
|
591
|
+
border-top: 1px solid #a9d5de;
|
592
|
+
border-bottom: 1px solid #a9d5de;
|
525
593
|
}
|
526
594
|
.ui.form .field.info > .ui[class*="left action"].input > .ui.button,
|
527
595
|
.ui.form .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
528
596
|
.ui[class*="left action"].input.info > .ui.button,
|
529
597
|
.ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
|
530
|
-
border-left: 1px solid #
|
598
|
+
border-left: 1px solid #a9d5de;
|
531
599
|
}
|
532
600
|
.ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
533
601
|
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
534
602
|
.ui.action.input.info:not([class*="left action"]) > input + .ui.button,
|
535
603
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
|
536
|
-
border-right: 1px solid #
|
604
|
+
border-right: 1px solid #a9d5de;
|
537
605
|
}
|
538
606
|
.ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
539
607
|
.ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
|
540
|
-
border-left: 1px solid #
|
608
|
+
border-left: 1px solid #a9d5de;
|
541
609
|
}
|
542
610
|
.ui.form .field.success > .ui.action.input > .ui.button,
|
543
611
|
.ui.form .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
544
612
|
.ui.action.input.success > .ui.button,
|
545
613
|
.ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
|
546
|
-
border-top: 1px solid #
|
547
|
-
border-bottom: 1px solid #
|
614
|
+
border-top: 1px solid #a3c293;
|
615
|
+
border-bottom: 1px solid #a3c293;
|
548
616
|
}
|
549
617
|
.ui.form .field.success > .ui[class*="left action"].input > .ui.button,
|
550
618
|
.ui.form .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
551
619
|
.ui[class*="left action"].input.success > .ui.button,
|
552
620
|
.ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
|
553
|
-
border-left: 1px solid #
|
621
|
+
border-left: 1px solid #a3c293;
|
554
622
|
}
|
555
623
|
.ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
556
624
|
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
557
625
|
.ui.action.input.success:not([class*="left action"]) > input + .ui.button,
|
558
626
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
|
559
|
-
border-right: 1px solid #
|
627
|
+
border-right: 1px solid #a3c293;
|
560
628
|
}
|
561
629
|
.ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
562
630
|
.ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
|
563
|
-
border-left: 1px solid #
|
631
|
+
border-left: 1px solid #a3c293;
|
564
632
|
}
|
565
633
|
.ui.form .field.warning > .ui.action.input > .ui.button,
|
566
634
|
.ui.form .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
|
567
635
|
.ui.action.input.warning > .ui.button,
|
568
636
|
.ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
|
569
|
-
border-top: 1px solid #
|
570
|
-
border-bottom: 1px solid #
|
637
|
+
border-top: 1px solid #c9ba9b;
|
638
|
+
border-bottom: 1px solid #c9ba9b;
|
571
639
|
}
|
572
640
|
.ui.form .field.warning > .ui[class*="left action"].input > .ui.button,
|
573
641
|
.ui.form .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
|
574
642
|
.ui[class*="left action"].input.warning > .ui.button,
|
575
643
|
.ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
|
576
|
-
border-left: 1px solid #
|
644
|
+
border-left: 1px solid #c9ba9b;
|
577
645
|
}
|
578
646
|
.ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
|
579
647
|
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
|
580
648
|
.ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
|
581
649
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
|
582
|
-
border-right: 1px solid #
|
650
|
+
border-right: 1px solid #c9ba9b;
|
583
651
|
}
|
584
652
|
.ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
|
585
653
|
.ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
|
586
|
-
border-left: 1px solid #
|
654
|
+
border-left: 1px solid #c9ba9b;
|
587
655
|
}
|
588
656
|
|
589
|
-
|
590
|
-
|
591
|
-
|
592
|
-
|
657
|
+
/* --------------------
|
658
|
+
Action
|
659
|
+
--------------------- */
|
593
660
|
.ui.action.input > .button,
|
594
661
|
.ui.action.input > .buttons {
|
595
|
-
display: -webkit-box;
|
596
|
-
display: -ms-flexbox;
|
597
662
|
display: flex;
|
598
|
-
-
|
599
|
-
|
600
|
-
align-items: center;
|
601
|
-
-webkit-box-flex: 0;
|
602
|
-
-ms-flex: 0 0 auto;
|
603
|
-
flex: 0 0 auto;
|
663
|
+
align-items: center;
|
664
|
+
flex: 0 0 auto;
|
604
665
|
}
|
605
666
|
.ui.action.input > .button,
|
606
667
|
.ui.action.input > .buttons > .button {
|
@@ -609,18 +670,20 @@
|
|
609
670
|
margin: 0;
|
610
671
|
}
|
611
672
|
|
612
|
-
/* Input when ui Left*/
|
673
|
+
/* Input when ui Left */
|
613
674
|
.ui[class*="left action"].input > input {
|
614
675
|
border-top-left-radius: 0;
|
615
676
|
border-bottom-left-radius: 0;
|
616
677
|
border-left-color: transparent;
|
617
678
|
}
|
618
|
-
|
679
|
+
|
680
|
+
/* Input when ui Right */
|
619
681
|
.ui.action.input:not([class*="left action"]) > input {
|
620
682
|
border-top-right-radius: 0;
|
621
683
|
border-bottom-right-radius: 0;
|
622
684
|
border-right-color: transparent;
|
623
685
|
}
|
686
|
+
|
624
687
|
/* Button and Dropdown */
|
625
688
|
.ui.action.input > .dropdown:first-child,
|
626
689
|
.ui.action.input > .button:first-child,
|
@@ -640,39 +703,795 @@
|
|
640
703
|
|
641
704
|
/* Input Focus */
|
642
705
|
.ui.action.input:not([class*="left action"]) > input:focus {
|
643
|
-
border-right-color: #
|
706
|
+
border-right-color: #85b7d9;
|
644
707
|
}
|
645
708
|
.ui.ui[class*="left action"].input > input:focus {
|
646
|
-
border-left-color: #
|
709
|
+
border-left-color: #85b7d9;
|
647
710
|
}
|
648
711
|
|
649
|
-
|
650
|
-
|
651
|
-
|
652
|
-
|
712
|
+
/* --------------------
|
713
|
+
Inverted
|
714
|
+
--------------------- */
|
653
715
|
|
654
716
|
/* Standard */
|
655
717
|
.ui.inverted.input > input {
|
656
718
|
border: none;
|
657
719
|
}
|
658
720
|
|
659
|
-
|
660
|
-
|
661
|
-
|
662
|
-
|
721
|
+
/* --------------------
|
722
|
+
Fluid
|
723
|
+
--------------------- */
|
663
724
|
.ui.fluid.input {
|
664
|
-
display: -webkit-box;
|
665
|
-
display: -ms-flexbox;
|
666
725
|
display: flex;
|
667
726
|
}
|
668
727
|
.ui.fluid.input > input {
|
669
728
|
width: 0 !important;
|
670
729
|
}
|
671
730
|
|
672
|
-
|
673
|
-
|
674
|
-
|
731
|
+
/* --------------------
|
732
|
+
File
|
733
|
+
--------------------- */
|
675
734
|
|
735
|
+
/* width hack for chrome/edge */
|
736
|
+
.ui.file.input {
|
737
|
+
width: 100%;
|
738
|
+
}
|
739
|
+
.ui.file.input input[type="file"] {
|
740
|
+
width: 0;
|
741
|
+
}
|
742
|
+
.ui.form .field > input[type="file"],
|
743
|
+
.ui.file.input:not(.action) input[type="file"] {
|
744
|
+
padding: 0;
|
745
|
+
}
|
746
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
747
|
+
display: none;
|
748
|
+
}
|
749
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button,
|
750
|
+
.ui.file.input input[type="file"]::-webkit-file-upload-button {
|
751
|
+
border: none;
|
752
|
+
cursor: pointer;
|
753
|
+
padding: 0.67857143em 1em;
|
754
|
+
margin-right: 1em;
|
755
|
+
background: #e0e1e2;
|
756
|
+
font-weight: bold;
|
757
|
+
color: rgba(0, 0, 0, 0.6);
|
758
|
+
}
|
759
|
+
.ui.form .field input[type="file"]::-webkit-file-upload-button:hover,
|
760
|
+
.ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
761
|
+
background: #cacbcd;
|
762
|
+
color: rgba(0, 0, 0, 0.6);
|
763
|
+
}
|
764
|
+
.ui.action.file.input input[type="file"]::-ms-browse {
|
765
|
+
display: none;
|
766
|
+
}
|
767
|
+
.ui.form .field input[type="file"]::-ms-browse,
|
768
|
+
.ui.file.input input[type="file"]::-ms-browse {
|
769
|
+
border: none;
|
770
|
+
cursor: pointer;
|
771
|
+
padding: 0.67857143em 1em;
|
772
|
+
margin: 0;
|
773
|
+
background: #e0e1e2;
|
774
|
+
font-weight: bold;
|
775
|
+
color: rgba(0, 0, 0, 0.6);
|
776
|
+
}
|
777
|
+
.ui.form .field input[type="file"]::-ms-browse:hover,
|
778
|
+
.ui.file.input input[type="file"]::-ms-browse:hover {
|
779
|
+
background: #cacbcd;
|
780
|
+
color: rgba(0, 0, 0, 0.6);
|
781
|
+
}
|
782
|
+
|
783
|
+
/* IE needs additional styling for input field :S */
|
784
|
+
@media all and (-ms-high-contrast: none) {
|
785
|
+
.ui.file.input > input[type="file"],
|
786
|
+
input[type="file"].ui.file.input {
|
787
|
+
padding: 0 !important;
|
788
|
+
}
|
789
|
+
}
|
790
|
+
.ui.action.file.input input[type="file"]::-webkit-file-upload-button {
|
791
|
+
display: none;
|
792
|
+
}
|
793
|
+
.ui.action.file.input input[type="file"]::file-selector-button {
|
794
|
+
display: none;
|
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
|
+
}
|
805
|
+
.ui.form .field input[type="file"]::file-selector-button,
|
806
|
+
.ui.file.input input[type="file"]::file-selector-button {
|
807
|
+
border: none;
|
808
|
+
cursor: pointer;
|
809
|
+
padding: 0.67857143em 1em;
|
810
|
+
margin-right: 1em;
|
811
|
+
background: #e0e1e2;
|
812
|
+
font-weight: bold;
|
813
|
+
color: rgba(0, 0, 0, 0.6);
|
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
|
+
}
|
819
|
+
.ui.form .field input[type="file"]::file-selector-button:hover,
|
820
|
+
.ui.file.input input[type="file"]::file-selector-button:hover {
|
821
|
+
background: #cacbcd;
|
822
|
+
color: rgba(0, 0, 0, 0.6);
|
823
|
+
}
|
824
|
+
.ui.form .field input[type="file"]:required:invalid,
|
825
|
+
.ui.file.input input[type="file"]:required:invalid {
|
826
|
+
color: #9f3a38;
|
827
|
+
background: #fff6f6;
|
828
|
+
border-color: #e0b4b4;
|
829
|
+
}
|
830
|
+
input[type="file"].ui.invisible.file.input,
|
831
|
+
.ui.invisible.file.input input[type="file"] {
|
832
|
+
left: -99999px;
|
833
|
+
position: absolute;
|
834
|
+
}
|
835
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary),
|
836
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary) {
|
837
|
+
background: #cacbcd;
|
838
|
+
color: rgba(0, 0, 0, 0.8);
|
839
|
+
}
|
840
|
+
input[type="file"].ui.file.input:focus + label.ui.button:not(.basic):not(.tertiary).inverted,
|
841
|
+
.ui.file.input input[type="file"]:focus + label.ui.button:not(.basic):not(.tertiary).inverted {
|
842
|
+
background: #fff;
|
843
|
+
}
|
844
|
+
|
845
|
+
/* this is related to existing buttons, so the button color variable is used here! */
|
846
|
+
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary),
|
847
|
+
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary) {
|
848
|
+
background-color: #1678c2;
|
849
|
+
color: #fff;
|
850
|
+
}
|
851
|
+
input[type="file"].ui.file.input:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted,
|
852
|
+
.ui.file.input input[type="file"]:focus + label.ui.primary.button:not(.basic):not(.tertiary).inverted {
|
853
|
+
background-color: #21b8ff;
|
854
|
+
}
|
855
|
+
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary),
|
856
|
+
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary) {
|
857
|
+
background-color: #27292a;
|
858
|
+
color: #fff;
|
859
|
+
}
|
860
|
+
input[type="file"].ui.file.input:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted,
|
861
|
+
.ui.file.input input[type="file"]:focus + label.ui.secondary.button:not(.basic):not(.tertiary).inverted {
|
862
|
+
background-color: #6e6e6e;
|
863
|
+
}
|
864
|
+
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary),
|
865
|
+
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary) {
|
866
|
+
background-color: #d01919;
|
867
|
+
color: #fff;
|
868
|
+
}
|
869
|
+
input[type="file"].ui.file.input:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted,
|
870
|
+
.ui.file.input input[type="file"]:focus + label.ui.red.button:not(.basic):not(.tertiary).inverted {
|
871
|
+
background-color: #ff392b;
|
872
|
+
}
|
873
|
+
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary),
|
874
|
+
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary) {
|
875
|
+
background-color: #f26202;
|
876
|
+
color: #fff;
|
877
|
+
}
|
878
|
+
input[type="file"].ui.file.input:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted,
|
879
|
+
.ui.file.input input[type="file"]:focus + label.ui.orange.button:not(.basic):not(.tertiary).inverted {
|
880
|
+
background-color: #e76b00;
|
881
|
+
}
|
882
|
+
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary),
|
883
|
+
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary) {
|
884
|
+
background-color: #eaae00;
|
885
|
+
color: #fff;
|
886
|
+
}
|
887
|
+
input[type="file"].ui.file.input:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted,
|
888
|
+
.ui.file.input input[type="file"]:focus + label.ui.yellow.button:not(.basic):not(.tertiary).inverted {
|
889
|
+
background-color: #ebcd00;
|
890
|
+
}
|
891
|
+
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary),
|
892
|
+
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary) {
|
893
|
+
background-color: #a7bd0d;
|
894
|
+
color: #fff;
|
895
|
+
}
|
896
|
+
input[type="file"].ui.file.input:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted,
|
897
|
+
.ui.file.input input[type="file"]:focus + label.ui.olive.button:not(.basic):not(.tertiary).inverted {
|
898
|
+
background-color: #d2e745;
|
899
|
+
}
|
900
|
+
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary),
|
901
|
+
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary) {
|
902
|
+
background-color: #16ab39;
|
903
|
+
color: #fff;
|
904
|
+
}
|
905
|
+
input[type="file"].ui.file.input:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted,
|
906
|
+
.ui.file.input input[type="file"]:focus + label.ui.green.button:not(.basic):not(.tertiary).inverted {
|
907
|
+
background-color: #1ea92e;
|
908
|
+
}
|
909
|
+
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary),
|
910
|
+
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary) {
|
911
|
+
background-color: #009c95;
|
912
|
+
color: #fff;
|
913
|
+
}
|
914
|
+
input[type="file"].ui.file.input:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted,
|
915
|
+
.ui.file.input input[type="file"]:focus + label.ui.teal.button:not(.basic):not(.tertiary).inverted {
|
916
|
+
background-color: #3affff;
|
917
|
+
}
|
918
|
+
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary),
|
919
|
+
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary) {
|
920
|
+
background-color: #1678c2;
|
921
|
+
color: #fff;
|
922
|
+
}
|
923
|
+
input[type="file"].ui.file.input:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted,
|
924
|
+
.ui.file.input input[type="file"]:focus + label.ui.blue.button:not(.basic):not(.tertiary).inverted {
|
925
|
+
background-color: #21b8ff;
|
926
|
+
}
|
927
|
+
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary),
|
928
|
+
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary) {
|
929
|
+
background-color: #5829bb;
|
930
|
+
color: #fff;
|
931
|
+
}
|
932
|
+
input[type="file"].ui.file.input:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted,
|
933
|
+
.ui.file.input input[type="file"]:focus + label.ui.violet.button:not(.basic):not(.tertiary).inverted {
|
934
|
+
background-color: #745aff;
|
935
|
+
}
|
936
|
+
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary),
|
937
|
+
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary) {
|
938
|
+
background-color: #9627ba;
|
939
|
+
color: #fff;
|
940
|
+
}
|
941
|
+
input[type="file"].ui.file.input:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted,
|
942
|
+
.ui.file.input input[type="file"]:focus + label.ui.purple.button:not(.basic):not(.tertiary).inverted {
|
943
|
+
background-color: #cf40ff;
|
944
|
+
}
|
945
|
+
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary),
|
946
|
+
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary) {
|
947
|
+
background-color: #e61a8d;
|
948
|
+
color: #fff;
|
949
|
+
}
|
950
|
+
input[type="file"].ui.file.input:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted,
|
951
|
+
.ui.file.input input[type="file"]:focus + label.ui.pink.button:not(.basic):not(.tertiary).inverted {
|
952
|
+
background-color: #ff5bd1;
|
953
|
+
}
|
954
|
+
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary),
|
955
|
+
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary) {
|
956
|
+
background-color: #975b33;
|
957
|
+
color: #fff;
|
958
|
+
}
|
959
|
+
input[type="file"].ui.file.input:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted,
|
960
|
+
.ui.file.input input[type="file"]:focus + label.ui.brown.button:not(.basic):not(.tertiary).inverted {
|
961
|
+
background-color: #b0620f;
|
962
|
+
}
|
963
|
+
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary),
|
964
|
+
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary) {
|
965
|
+
background-color: #838383;
|
966
|
+
color: #fff;
|
967
|
+
}
|
968
|
+
input[type="file"].ui.file.input:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted,
|
969
|
+
.ui.file.input input[type="file"]:focus + label.ui.grey.button:not(.basic):not(.tertiary).inverted {
|
970
|
+
background-color: #c2c4c5;
|
971
|
+
}
|
972
|
+
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary),
|
973
|
+
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary) {
|
974
|
+
background-color: #27292a;
|
975
|
+
color: #fff;
|
976
|
+
}
|
977
|
+
input[type="file"].ui.file.input:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted,
|
978
|
+
.ui.file.input input[type="file"]:focus + label.ui.black.button:not(.basic):not(.tertiary).inverted {
|
979
|
+
background-color: #000000;
|
980
|
+
}
|
981
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button,
|
982
|
+
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
|
983
|
+
background: #2185d0;
|
984
|
+
color: #fff;
|
985
|
+
}
|
986
|
+
input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover,
|
987
|
+
.ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
988
|
+
background: #1678c2;
|
989
|
+
}
|
990
|
+
input[type="file"].ui.primary.file.input::-ms-browse,
|
991
|
+
.ui.primary.file.input input[type="file"]::-ms-browse {
|
992
|
+
background: #2185d0;
|
993
|
+
color: #fff;
|
994
|
+
}
|
995
|
+
input[type="file"].ui.primary.file.input::-ms-browse:hover,
|
996
|
+
.ui.primary.file.input input[type="file"]::-ms-browse:hover {
|
997
|
+
background: #1678c2;
|
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
|
+
}
|
1003
|
+
input[type="file"].ui.primary.file.input::file-selector-button,
|
1004
|
+
.ui.primary.file.input input[type="file"]::file-selector-button {
|
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;
|
1010
|
+
}
|
1011
|
+
input[type="file"].ui.primary.file.input::file-selector-button:hover,
|
1012
|
+
.ui.primary.file.input input[type="file"]::file-selector-button:hover {
|
1013
|
+
background: #1678c2;
|
1014
|
+
}
|
1015
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button,
|
1016
|
+
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
|
1017
|
+
background: #1b1c1d;
|
1018
|
+
color: #fff;
|
1019
|
+
}
|
1020
|
+
input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover,
|
1021
|
+
.ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1022
|
+
background: #27292a;
|
1023
|
+
}
|
1024
|
+
input[type="file"].ui.secondary.file.input::-ms-browse,
|
1025
|
+
.ui.secondary.file.input input[type="file"]::-ms-browse {
|
1026
|
+
background: #1b1c1d;
|
1027
|
+
color: #fff;
|
1028
|
+
}
|
1029
|
+
input[type="file"].ui.secondary.file.input::-ms-browse:hover,
|
1030
|
+
.ui.secondary.file.input input[type="file"]::-ms-browse:hover {
|
1031
|
+
background: #27292a;
|
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
|
+
}
|
1037
|
+
input[type="file"].ui.secondary.file.input::file-selector-button,
|
1038
|
+
.ui.secondary.file.input input[type="file"]::file-selector-button {
|
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;
|
1044
|
+
}
|
1045
|
+
input[type="file"].ui.secondary.file.input::file-selector-button:hover,
|
1046
|
+
.ui.secondary.file.input input[type="file"]::file-selector-button:hover {
|
1047
|
+
background: #27292a;
|
1048
|
+
}
|
1049
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button,
|
1050
|
+
.ui.red.file.input input[type="file"]::-webkit-file-upload-button {
|
1051
|
+
background: #db2828;
|
1052
|
+
color: #fff;
|
1053
|
+
}
|
1054
|
+
input[type="file"].ui.red.file.input::-webkit-file-upload-button:hover,
|
1055
|
+
.ui.red.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1056
|
+
background: #d01919;
|
1057
|
+
}
|
1058
|
+
input[type="file"].ui.red.file.input::-ms-browse,
|
1059
|
+
.ui.red.file.input input[type="file"]::-ms-browse {
|
1060
|
+
background: #db2828;
|
1061
|
+
color: #fff;
|
1062
|
+
}
|
1063
|
+
input[type="file"].ui.red.file.input::-ms-browse:hover,
|
1064
|
+
.ui.red.file.input input[type="file"]::-ms-browse:hover {
|
1065
|
+
background: #d01919;
|
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
|
+
}
|
1071
|
+
input[type="file"].ui.red.file.input::file-selector-button,
|
1072
|
+
.ui.red.file.input input[type="file"]::file-selector-button {
|
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;
|
1078
|
+
}
|
1079
|
+
input[type="file"].ui.red.file.input::file-selector-button:hover,
|
1080
|
+
.ui.red.file.input input[type="file"]::file-selector-button:hover {
|
1081
|
+
background: #d01919;
|
1082
|
+
}
|
1083
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button,
|
1084
|
+
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button {
|
1085
|
+
background: #f2711c;
|
1086
|
+
color: #fff;
|
1087
|
+
}
|
1088
|
+
input[type="file"].ui.orange.file.input::-webkit-file-upload-button:hover,
|
1089
|
+
.ui.orange.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1090
|
+
background: #f26202;
|
1091
|
+
}
|
1092
|
+
input[type="file"].ui.orange.file.input::-ms-browse,
|
1093
|
+
.ui.orange.file.input input[type="file"]::-ms-browse {
|
1094
|
+
background: #f2711c;
|
1095
|
+
color: #fff;
|
1096
|
+
}
|
1097
|
+
input[type="file"].ui.orange.file.input::-ms-browse:hover,
|
1098
|
+
.ui.orange.file.input input[type="file"]::-ms-browse:hover {
|
1099
|
+
background: #f26202;
|
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
|
+
}
|
1105
|
+
input[type="file"].ui.orange.file.input::file-selector-button,
|
1106
|
+
.ui.orange.file.input input[type="file"]::file-selector-button {
|
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;
|
1112
|
+
}
|
1113
|
+
input[type="file"].ui.orange.file.input::file-selector-button:hover,
|
1114
|
+
.ui.orange.file.input input[type="file"]::file-selector-button:hover {
|
1115
|
+
background: #f26202;
|
1116
|
+
}
|
1117
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button,
|
1118
|
+
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button {
|
1119
|
+
background: #fbbd08;
|
1120
|
+
color: #fff;
|
1121
|
+
}
|
1122
|
+
input[type="file"].ui.yellow.file.input::-webkit-file-upload-button:hover,
|
1123
|
+
.ui.yellow.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1124
|
+
background: #eaae00;
|
1125
|
+
}
|
1126
|
+
input[type="file"].ui.yellow.file.input::-ms-browse,
|
1127
|
+
.ui.yellow.file.input input[type="file"]::-ms-browse {
|
1128
|
+
background: #fbbd08;
|
1129
|
+
color: #fff;
|
1130
|
+
}
|
1131
|
+
input[type="file"].ui.yellow.file.input::-ms-browse:hover,
|
1132
|
+
.ui.yellow.file.input input[type="file"]::-ms-browse:hover {
|
1133
|
+
background: #eaae00;
|
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
|
+
}
|
1139
|
+
input[type="file"].ui.yellow.file.input::file-selector-button,
|
1140
|
+
.ui.yellow.file.input input[type="file"]::file-selector-button {
|
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;
|
1146
|
+
}
|
1147
|
+
input[type="file"].ui.yellow.file.input::file-selector-button:hover,
|
1148
|
+
.ui.yellow.file.input input[type="file"]::file-selector-button:hover {
|
1149
|
+
background: #eaae00;
|
1150
|
+
}
|
1151
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button,
|
1152
|
+
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button {
|
1153
|
+
background: #b5cc18;
|
1154
|
+
color: #fff;
|
1155
|
+
}
|
1156
|
+
input[type="file"].ui.olive.file.input::-webkit-file-upload-button:hover,
|
1157
|
+
.ui.olive.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1158
|
+
background: #a7bd0d;
|
1159
|
+
}
|
1160
|
+
input[type="file"].ui.olive.file.input::-ms-browse,
|
1161
|
+
.ui.olive.file.input input[type="file"]::-ms-browse {
|
1162
|
+
background: #b5cc18;
|
1163
|
+
color: #fff;
|
1164
|
+
}
|
1165
|
+
input[type="file"].ui.olive.file.input::-ms-browse:hover,
|
1166
|
+
.ui.olive.file.input input[type="file"]::-ms-browse:hover {
|
1167
|
+
background: #a7bd0d;
|
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
|
+
}
|
1173
|
+
input[type="file"].ui.olive.file.input::file-selector-button,
|
1174
|
+
.ui.olive.file.input input[type="file"]::file-selector-button {
|
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;
|
1180
|
+
}
|
1181
|
+
input[type="file"].ui.olive.file.input::file-selector-button:hover,
|
1182
|
+
.ui.olive.file.input input[type="file"]::file-selector-button:hover {
|
1183
|
+
background: #a7bd0d;
|
1184
|
+
}
|
1185
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button,
|
1186
|
+
.ui.green.file.input input[type="file"]::-webkit-file-upload-button {
|
1187
|
+
background: #21ba45;
|
1188
|
+
color: #fff;
|
1189
|
+
}
|
1190
|
+
input[type="file"].ui.green.file.input::-webkit-file-upload-button:hover,
|
1191
|
+
.ui.green.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1192
|
+
background: #16ab39;
|
1193
|
+
}
|
1194
|
+
input[type="file"].ui.green.file.input::-ms-browse,
|
1195
|
+
.ui.green.file.input input[type="file"]::-ms-browse {
|
1196
|
+
background: #21ba45;
|
1197
|
+
color: #fff;
|
1198
|
+
}
|
1199
|
+
input[type="file"].ui.green.file.input::-ms-browse:hover,
|
1200
|
+
.ui.green.file.input input[type="file"]::-ms-browse:hover {
|
1201
|
+
background: #16ab39;
|
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
|
+
}
|
1207
|
+
input[type="file"].ui.green.file.input::file-selector-button,
|
1208
|
+
.ui.green.file.input input[type="file"]::file-selector-button {
|
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;
|
1214
|
+
}
|
1215
|
+
input[type="file"].ui.green.file.input::file-selector-button:hover,
|
1216
|
+
.ui.green.file.input input[type="file"]::file-selector-button:hover {
|
1217
|
+
background: #16ab39;
|
1218
|
+
}
|
1219
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button,
|
1220
|
+
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button {
|
1221
|
+
background: #00b5ad;
|
1222
|
+
color: #fff;
|
1223
|
+
}
|
1224
|
+
input[type="file"].ui.teal.file.input::-webkit-file-upload-button:hover,
|
1225
|
+
.ui.teal.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1226
|
+
background: #009c95;
|
1227
|
+
}
|
1228
|
+
input[type="file"].ui.teal.file.input::-ms-browse,
|
1229
|
+
.ui.teal.file.input input[type="file"]::-ms-browse {
|
1230
|
+
background: #00b5ad;
|
1231
|
+
color: #fff;
|
1232
|
+
}
|
1233
|
+
input[type="file"].ui.teal.file.input::-ms-browse:hover,
|
1234
|
+
.ui.teal.file.input input[type="file"]::-ms-browse:hover {
|
1235
|
+
background: #009c95;
|
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
|
+
}
|
1241
|
+
input[type="file"].ui.teal.file.input::file-selector-button,
|
1242
|
+
.ui.teal.file.input input[type="file"]::file-selector-button {
|
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;
|
1248
|
+
}
|
1249
|
+
input[type="file"].ui.teal.file.input::file-selector-button:hover,
|
1250
|
+
.ui.teal.file.input input[type="file"]::file-selector-button:hover {
|
1251
|
+
background: #009c95;
|
1252
|
+
}
|
1253
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button,
|
1254
|
+
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button {
|
1255
|
+
background: #2185d0;
|
1256
|
+
color: #fff;
|
1257
|
+
}
|
1258
|
+
input[type="file"].ui.blue.file.input::-webkit-file-upload-button:hover,
|
1259
|
+
.ui.blue.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1260
|
+
background: #1678c2;
|
1261
|
+
}
|
1262
|
+
input[type="file"].ui.blue.file.input::-ms-browse,
|
1263
|
+
.ui.blue.file.input input[type="file"]::-ms-browse {
|
1264
|
+
background: #2185d0;
|
1265
|
+
color: #fff;
|
1266
|
+
}
|
1267
|
+
input[type="file"].ui.blue.file.input::-ms-browse:hover,
|
1268
|
+
.ui.blue.file.input input[type="file"]::-ms-browse:hover {
|
1269
|
+
background: #1678c2;
|
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
|
+
}
|
1275
|
+
input[type="file"].ui.blue.file.input::file-selector-button,
|
1276
|
+
.ui.blue.file.input input[type="file"]::file-selector-button {
|
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;
|
1282
|
+
}
|
1283
|
+
input[type="file"].ui.blue.file.input::file-selector-button:hover,
|
1284
|
+
.ui.blue.file.input input[type="file"]::file-selector-button:hover {
|
1285
|
+
background: #1678c2;
|
1286
|
+
}
|
1287
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button,
|
1288
|
+
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button {
|
1289
|
+
background: #6435c9;
|
1290
|
+
color: #fff;
|
1291
|
+
}
|
1292
|
+
input[type="file"].ui.violet.file.input::-webkit-file-upload-button:hover,
|
1293
|
+
.ui.violet.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1294
|
+
background: #5829bb;
|
1295
|
+
}
|
1296
|
+
input[type="file"].ui.violet.file.input::-ms-browse,
|
1297
|
+
.ui.violet.file.input input[type="file"]::-ms-browse {
|
1298
|
+
background: #6435c9;
|
1299
|
+
color: #fff;
|
1300
|
+
}
|
1301
|
+
input[type="file"].ui.violet.file.input::-ms-browse:hover,
|
1302
|
+
.ui.violet.file.input input[type="file"]::-ms-browse:hover {
|
1303
|
+
background: #5829bb;
|
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
|
+
}
|
1309
|
+
input[type="file"].ui.violet.file.input::file-selector-button,
|
1310
|
+
.ui.violet.file.input input[type="file"]::file-selector-button {
|
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;
|
1316
|
+
}
|
1317
|
+
input[type="file"].ui.violet.file.input::file-selector-button:hover,
|
1318
|
+
.ui.violet.file.input input[type="file"]::file-selector-button:hover {
|
1319
|
+
background: #5829bb;
|
1320
|
+
}
|
1321
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button,
|
1322
|
+
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button {
|
1323
|
+
background: #a333c8;
|
1324
|
+
color: #fff;
|
1325
|
+
}
|
1326
|
+
input[type="file"].ui.purple.file.input::-webkit-file-upload-button:hover,
|
1327
|
+
.ui.purple.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1328
|
+
background: #9627ba;
|
1329
|
+
}
|
1330
|
+
input[type="file"].ui.purple.file.input::-ms-browse,
|
1331
|
+
.ui.purple.file.input input[type="file"]::-ms-browse {
|
1332
|
+
background: #a333c8;
|
1333
|
+
color: #fff;
|
1334
|
+
}
|
1335
|
+
input[type="file"].ui.purple.file.input::-ms-browse:hover,
|
1336
|
+
.ui.purple.file.input input[type="file"]::-ms-browse:hover {
|
1337
|
+
background: #9627ba;
|
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
|
+
}
|
1343
|
+
input[type="file"].ui.purple.file.input::file-selector-button,
|
1344
|
+
.ui.purple.file.input input[type="file"]::file-selector-button {
|
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;
|
1350
|
+
}
|
1351
|
+
input[type="file"].ui.purple.file.input::file-selector-button:hover,
|
1352
|
+
.ui.purple.file.input input[type="file"]::file-selector-button:hover {
|
1353
|
+
background: #9627ba;
|
1354
|
+
}
|
1355
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button,
|
1356
|
+
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button {
|
1357
|
+
background: #e03997;
|
1358
|
+
color: #fff;
|
1359
|
+
}
|
1360
|
+
input[type="file"].ui.pink.file.input::-webkit-file-upload-button:hover,
|
1361
|
+
.ui.pink.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1362
|
+
background: #e61a8d;
|
1363
|
+
}
|
1364
|
+
input[type="file"].ui.pink.file.input::-ms-browse,
|
1365
|
+
.ui.pink.file.input input[type="file"]::-ms-browse {
|
1366
|
+
background: #e03997;
|
1367
|
+
color: #fff;
|
1368
|
+
}
|
1369
|
+
input[type="file"].ui.pink.file.input::-ms-browse:hover,
|
1370
|
+
.ui.pink.file.input input[type="file"]::-ms-browse:hover {
|
1371
|
+
background: #e61a8d;
|
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
|
+
}
|
1377
|
+
input[type="file"].ui.pink.file.input::file-selector-button,
|
1378
|
+
.ui.pink.file.input input[type="file"]::file-selector-button {
|
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;
|
1384
|
+
}
|
1385
|
+
input[type="file"].ui.pink.file.input::file-selector-button:hover,
|
1386
|
+
.ui.pink.file.input input[type="file"]::file-selector-button:hover {
|
1387
|
+
background: #e61a8d;
|
1388
|
+
}
|
1389
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button,
|
1390
|
+
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button {
|
1391
|
+
background: #a5673f;
|
1392
|
+
color: #fff;
|
1393
|
+
}
|
1394
|
+
input[type="file"].ui.brown.file.input::-webkit-file-upload-button:hover,
|
1395
|
+
.ui.brown.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1396
|
+
background: #975b33;
|
1397
|
+
}
|
1398
|
+
input[type="file"].ui.brown.file.input::-ms-browse,
|
1399
|
+
.ui.brown.file.input input[type="file"]::-ms-browse {
|
1400
|
+
background: #a5673f;
|
1401
|
+
color: #fff;
|
1402
|
+
}
|
1403
|
+
input[type="file"].ui.brown.file.input::-ms-browse:hover,
|
1404
|
+
.ui.brown.file.input input[type="file"]::-ms-browse:hover {
|
1405
|
+
background: #975b33;
|
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
|
+
}
|
1411
|
+
input[type="file"].ui.brown.file.input::file-selector-button,
|
1412
|
+
.ui.brown.file.input input[type="file"]::file-selector-button {
|
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;
|
1418
|
+
}
|
1419
|
+
input[type="file"].ui.brown.file.input::file-selector-button:hover,
|
1420
|
+
.ui.brown.file.input input[type="file"]::file-selector-button:hover {
|
1421
|
+
background: #975b33;
|
1422
|
+
}
|
1423
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button,
|
1424
|
+
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button {
|
1425
|
+
background: #767676;
|
1426
|
+
color: #fff;
|
1427
|
+
}
|
1428
|
+
input[type="file"].ui.grey.file.input::-webkit-file-upload-button:hover,
|
1429
|
+
.ui.grey.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1430
|
+
background: #838383;
|
1431
|
+
}
|
1432
|
+
input[type="file"].ui.grey.file.input::-ms-browse,
|
1433
|
+
.ui.grey.file.input input[type="file"]::-ms-browse {
|
1434
|
+
background: #767676;
|
1435
|
+
color: #fff;
|
1436
|
+
}
|
1437
|
+
input[type="file"].ui.grey.file.input::-ms-browse:hover,
|
1438
|
+
.ui.grey.file.input input[type="file"]::-ms-browse:hover {
|
1439
|
+
background: #838383;
|
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
|
+
}
|
1445
|
+
input[type="file"].ui.grey.file.input::file-selector-button,
|
1446
|
+
.ui.grey.file.input input[type="file"]::file-selector-button {
|
1447
|
+
background: #767676;
|
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;
|
1452
|
+
}
|
1453
|
+
input[type="file"].ui.grey.file.input::file-selector-button:hover,
|
1454
|
+
.ui.grey.file.input input[type="file"]::file-selector-button:hover {
|
1455
|
+
background: #838383;
|
1456
|
+
}
|
1457
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button,
|
1458
|
+
.ui.black.file.input input[type="file"]::-webkit-file-upload-button {
|
1459
|
+
background: #1b1c1d;
|
1460
|
+
color: #fff;
|
1461
|
+
}
|
1462
|
+
input[type="file"].ui.black.file.input::-webkit-file-upload-button:hover,
|
1463
|
+
.ui.black.file.input input[type="file"]::-webkit-file-upload-button:hover {
|
1464
|
+
background: #27292a;
|
1465
|
+
}
|
1466
|
+
input[type="file"].ui.black.file.input::-ms-browse,
|
1467
|
+
.ui.black.file.input input[type="file"]::-ms-browse {
|
1468
|
+
background: #1b1c1d;
|
1469
|
+
color: #fff;
|
1470
|
+
}
|
1471
|
+
input[type="file"].ui.black.file.input::-ms-browse:hover,
|
1472
|
+
.ui.black.file.input input[type="file"]::-ms-browse:hover {
|
1473
|
+
background: #27292a;
|
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
|
+
}
|
1479
|
+
input[type="file"].ui.black.file.input::file-selector-button,
|
1480
|
+
.ui.black.file.input input[type="file"]::file-selector-button {
|
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;
|
1486
|
+
}
|
1487
|
+
input[type="file"].ui.black.file.input::file-selector-button:hover,
|
1488
|
+
.ui.black.file.input input[type="file"]::file-selector-button:hover {
|
1489
|
+
background: #27292a;
|
1490
|
+
}
|
1491
|
+
|
1492
|
+
/* --------------------
|
1493
|
+
Size
|
1494
|
+
--------------------- */
|
676
1495
|
.ui.input {
|
677
1496
|
font-size: 1em;
|
678
1497
|
}
|