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