@northdata/fomantic-ui 2.8.722 → 2.9.401

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.
Files changed (157) hide show
  1. package/lib/semantic-ui/dist/components/accordion.css +62 -69
  2. package/lib/semantic-ui/dist/components/accordion.js +595 -618
  3. package/lib/semantic-ui/dist/components/accordion.min.css +4 -4
  4. package/lib/semantic-ui/dist/components/accordion.min.js +6 -6
  5. package/lib/semantic-ui/dist/components/api.js +1225 -1177
  6. package/lib/semantic-ui/dist/components/api.min.js +6 -6
  7. package/lib/semantic-ui/dist/components/button.css +291 -634
  8. package/lib/semantic-ui/dist/components/button.min.css +4 -4
  9. package/lib/semantic-ui/dist/components/calendar.css +149 -33
  10. package/lib/semantic-ui/dist/components/calendar.js +2045 -1774
  11. package/lib/semantic-ui/dist/components/calendar.min.css +4 -4
  12. package/lib/semantic-ui/dist/components/calendar.min.js +6 -6
  13. package/lib/semantic-ui/dist/components/card.css +147 -537
  14. package/lib/semantic-ui/dist/components/card.min.css +4 -4
  15. package/lib/semantic-ui/dist/components/checkbox.css +215 -405
  16. package/lib/semantic-ui/dist/components/checkbox.js +888 -876
  17. package/lib/semantic-ui/dist/components/checkbox.min.css +4 -4
  18. package/lib/semantic-ui/dist/components/checkbox.min.js +6 -6
  19. package/lib/semantic-ui/dist/components/container.css +20 -21
  20. package/lib/semantic-ui/dist/components/container.min.css +4 -4
  21. package/lib/semantic-ui/dist/components/dimmer.css +76 -184
  22. package/lib/semantic-ui/dist/components/dimmer.js +732 -753
  23. package/lib/semantic-ui/dist/components/dimmer.min.css +4 -4
  24. package/lib/semantic-ui/dist/components/dimmer.min.js +6 -6
  25. package/lib/semantic-ui/dist/components/divider.css +81 -88
  26. package/lib/semantic-ui/dist/components/divider.min.css +4 -4
  27. package/lib/semantic-ui/dist/components/dropdown.css +431 -450
  28. package/lib/semantic-ui/dist/components/dropdown.js +4432 -4238
  29. package/lib/semantic-ui/dist/components/dropdown.min.css +4 -4
  30. package/lib/semantic-ui/dist/components/dropdown.min.js +6 -6
  31. package/lib/semantic-ui/dist/components/feed.css +130 -87
  32. package/lib/semantic-ui/dist/components/feed.min.css +4 -4
  33. package/lib/semantic-ui/dist/components/flag.css +541 -511
  34. package/lib/semantic-ui/dist/components/flag.min.css +4 -4
  35. package/lib/semantic-ui/dist/components/form.css +437 -476
  36. package/lib/semantic-ui/dist/components/form.js +2199 -2033
  37. package/lib/semantic-ui/dist/components/form.min.css +4 -4
  38. package/lib/semantic-ui/dist/components/form.min.js +6 -6
  39. package/lib/semantic-ui/dist/components/grid.css +151 -306
  40. package/lib/semantic-ui/dist/components/grid.min.css +4 -4
  41. package/lib/semantic-ui/dist/components/header.css +82 -99
  42. package/lib/semantic-ui/dist/components/header.min.css +4 -4
  43. package/lib/semantic-ui/dist/components/icon.css +2744 -2706
  44. package/lib/semantic-ui/dist/components/icon.min.css +4 -4
  45. package/lib/semantic-ui/dist/components/image.css +38 -73
  46. package/lib/semantic-ui/dist/components/image.min.css +4 -4
  47. package/lib/semantic-ui/dist/components/input.css +344 -254
  48. package/lib/semantic-ui/dist/components/input.min.css +4 -4
  49. package/lib/semantic-ui/dist/components/item.css +91 -139
  50. package/lib/semantic-ui/dist/components/item.min.css +4 -4
  51. package/lib/semantic-ui/dist/components/label.css +244 -267
  52. package/lib/semantic-ui/dist/components/label.min.css +4 -4
  53. package/lib/semantic-ui/dist/components/list.css +75 -113
  54. package/lib/semantic-ui/dist/components/list.min.css +4 -4
  55. package/lib/semantic-ui/dist/components/loader.css +142 -601
  56. package/lib/semantic-ui/dist/components/loader.min.css +4 -4
  57. package/lib/semantic-ui/dist/components/menu.css +398 -638
  58. package/lib/semantic-ui/dist/components/menu.min.css +9 -1
  59. package/lib/semantic-ui/dist/components/message.css +116 -332
  60. package/lib/semantic-ui/dist/components/message.min.css +4 -4
  61. package/lib/semantic-ui/dist/components/modal.css +149 -138
  62. package/lib/semantic-ui/dist/components/modal.js +1637 -1209
  63. package/lib/semantic-ui/dist/components/modal.min.css +4 -4
  64. package/lib/semantic-ui/dist/components/modal.min.js +6 -6
  65. package/lib/semantic-ui/dist/components/popup.css +284 -277
  66. package/lib/semantic-ui/dist/components/popup.js +1561 -1541
  67. package/lib/semantic-ui/dist/components/popup.min.css +4 -4
  68. package/lib/semantic-ui/dist/components/popup.min.js +6 -6
  69. package/lib/semantic-ui/dist/components/reset.css +12 -17
  70. package/lib/semantic-ui/dist/components/reset.min.css +4 -4
  71. package/lib/semantic-ui/dist/components/search.css +99 -137
  72. package/lib/semantic-ui/dist/components/search.js +1641 -1565
  73. package/lib/semantic-ui/dist/components/search.min.css +4 -4
  74. package/lib/semantic-ui/dist/components/search.min.js +6 -6
  75. package/lib/semantic-ui/dist/components/segment.css +149 -275
  76. package/lib/semantic-ui/dist/components/segment.min.css +4 -4
  77. package/lib/semantic-ui/dist/components/site.css +40 -48
  78. package/lib/semantic-ui/dist/components/site.js +455 -493
  79. package/lib/semantic-ui/dist/components/site.min.css +4 -4
  80. package/lib/semantic-ui/dist/components/site.min.js +6 -6
  81. package/lib/semantic-ui/dist/components/tab.css +16 -20
  82. package/lib/semantic-ui/dist/components/tab.js +967 -1001
  83. package/lib/semantic-ui/dist/components/tab.min.css +4 -4
  84. package/lib/semantic-ui/dist/components/tab.min.js +6 -6
  85. package/lib/semantic-ui/dist/components/table.css +465 -424
  86. package/lib/semantic-ui/dist/components/table.min.css +4 -4
  87. package/lib/semantic-ui/dist/components/transition.css +264 -1282
  88. package/lib/semantic-ui/dist/components/transition.js +1034 -1109
  89. package/lib/semantic-ui/dist/components/transition.min.css +4 -4
  90. package/lib/semantic-ui/dist/components/transition.min.js +6 -6
  91. package/lib/semantic-ui/dist/semantic-packed.css +5610 -6590
  92. package/lib/semantic-ui/dist/semantic.css +8547 -11697
  93. package/lib/semantic-ui/dist/semantic.full.css +14698 -11227
  94. package/lib/semantic-ui/dist/semantic.full.min.css +6 -262
  95. package/lib/semantic-ui/dist/semantic.js +19428 -19253
  96. package/lib/semantic-ui/dist/semantic.min.css +128 -128
  97. package/lib/semantic-ui/dist/semantic.min.js +6 -6
  98. package/lib/semantic-ui/dist/themes/basic/assets/fonts/LICENSE.txt +91 -0
  99. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.woff2 +0 -0
  100. package/lib/semantic-ui/dist/themes/default/assets/fonts/LICENSE_icons.txt +165 -0
  101. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff +0 -0
  102. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.woff2 +0 -0
  103. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.woff +0 -0
  104. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.woff2 +0 -0
  105. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff +0 -0
  106. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.woff2 +0 -0
  107. package/lib/semantic-ui/types/fomantic-ui-accordion.d.ts +244 -0
  108. package/lib/semantic-ui/types/fomantic-ui-api.d.ts +561 -0
  109. package/lib/semantic-ui/types/fomantic-ui-calendar.d.ts +867 -0
  110. package/lib/semantic-ui/types/fomantic-ui-checkbox.d.ts +342 -0
  111. package/lib/semantic-ui/types/fomantic-ui-dimmer.d.ts +408 -0
  112. package/lib/semantic-ui/types/fomantic-ui-dropdown.d.ts +1221 -0
  113. package/lib/semantic-ui/types/fomantic-ui-embed.d.ts +343 -0
  114. package/lib/semantic-ui/types/fomantic-ui-flyout.d.ts +539 -0
  115. package/lib/semantic-ui/types/fomantic-ui-form.d.ts +759 -0
  116. package/lib/semantic-ui/types/fomantic-ui-modal.d.ts +567 -0
  117. package/lib/semantic-ui/types/fomantic-ui-nag.d.ts +270 -0
  118. package/lib/semantic-ui/types/fomantic-ui-popup.d.ts +549 -0
  119. package/lib/semantic-ui/types/fomantic-ui-progress.d.ts +465 -0
  120. package/lib/semantic-ui/types/fomantic-ui-rating.d.ts +187 -0
  121. package/lib/semantic-ui/types/fomantic-ui-search.d.ts +612 -0
  122. package/lib/semantic-ui/types/fomantic-ui-shape.d.ts +274 -0
  123. package/lib/semantic-ui/types/fomantic-ui-sidebar.d.ts +402 -0
  124. package/lib/semantic-ui/types/fomantic-ui-slider.d.ts +368 -0
  125. package/lib/semantic-ui/types/fomantic-ui-sticky.d.ts +215 -0
  126. package/lib/semantic-ui/types/fomantic-ui-tab.d.ts +361 -0
  127. package/lib/semantic-ui/types/fomantic-ui-toast.d.ts +526 -0
  128. package/lib/semantic-ui/types/fomantic-ui-transition.d.ts +389 -0
  129. package/lib/semantic-ui/types/fomantic-ui-visibility.d.ts +355 -0
  130. package/lib/semantic-ui/types/index.d.ts +63 -0
  131. package/package.json +19 -8
  132. package/lib/semantic-ui/dist/components/shape.css +0 -160
  133. package/lib/semantic-ui/dist/components/shape.js +0 -848
  134. package/lib/semantic-ui/dist/components/shape.min.css +0 -9
  135. package/lib/semantic-ui/dist/components/shape.min.js +0 -11
  136. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.eot +0 -0
  137. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.svg +0 -450
  138. package/lib/semantic-ui/dist/themes/basic/assets/fonts/icons.ttf +0 -0
  139. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.eot +0 -0
  140. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.svg +0 -3570
  141. package/lib/semantic-ui/dist/themes/default/assets/fonts/brand-icons.ttf +0 -0
  142. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.eot +0 -0
  143. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.svg +0 -4938
  144. package/lib/semantic-ui/dist/themes/default/assets/fonts/icons.ttf +0 -0
  145. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.eot +0 -0
  146. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.svg +0 -803
  147. package/lib/semantic-ui/dist/themes/default/assets/fonts/outline-icons.ttf +0 -0
  148. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons-local.ttf +0 -0
  149. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.svg +0 -200
  150. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.ttf +0 -0
  151. package/lib/semantic-ui/dist/themes/github/assets/fonts/octicons.woff +0 -0
  152. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.eot +0 -0
  153. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.svg +0 -2373
  154. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.ttf +0 -0
  155. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff +0 -0
  156. package/lib/semantic-ui/dist/themes/material/assets/fonts/icons.woff2 +0 -0
  157. /package/lib/semantic-ui/dist/themes/{default → famfamfam}/assets/images/flags.png +0 -0
@@ -1,10 +1,10 @@
1
1
  /*!
2
- * # Fomantic-UI - Input
3
- * http://github.com/fomantic/Fomantic-UI/
2
+ * # Fomantic-UI 2.9.4 - Input
3
+ * https://github.com/fomantic/Fomantic-UI/
4
4
  *
5
5
  *
6
6
  * Released under the MIT license
7
- * http://opensource.org/licenses/MIT
7
+ * https://opensource.org/licenses/MIT
8
8
  *
9
9
  */
10
10
 
@@ -14,57 +14,56 @@
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: 300;
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
- -webkit-box-flex: 1;
34
- -ms-flex: 1 0 auto;
35
- flex: 1 0 auto;
30
+ flex: 1 1 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.2142em;
40
35
  font-family: "Roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
41
- padding: 0.67861429em 1em;
42
- background: #FFFFFF;
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;
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
- transition: box-shadow 0.1s ease, border-color 0.1s ease, -webkit-box-shadow 0.1s ease;
50
- -webkit-box-shadow: none;
51
- box-shadow: none;
41
+ box-shadow: none;
42
+ }
43
+ .ui.input > input:not([type="color"]) {
44
+ padding: 0.67861429em 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
- .ui.input > input::-webkit-input-placeholder {
59
+ .ui.input > input::-ms-input-placeholder {
61
60
  color: #9ab5c1;
62
61
  }
63
- .ui.input > input::-moz-placeholder {
62
+ .ui.input > input::placeholder {
64
63
  color: #9ab5c1;
65
64
  }
66
- .ui.input > input:-ms-input-placeholder {
67
- color: #9ab5c1;
65
+ .ui.input > input::-moz-placeholder {
66
+ opacity: 1;
68
67
  }
69
68
 
70
69
 
@@ -73,26 +72,29 @@
73
72
  *******************************/
74
73
 
75
74
 
76
- /*--------------------
75
+ /* --------------------
77
76
  Active
78
- ---------------------*/
79
-
77
+ --------------------- */
80
78
  .ui.input > input:active,
81
79
  .ui.input.down input {
82
80
  border-color: rgba(0, 0, 0, 0.3);
83
- background: #FAFAFA;
81
+ background: #fafafa;
84
82
  color: rgba(0, 0, 0, 0.87);
85
- -webkit-box-shadow: none;
86
- box-shadow: none;
83
+ box-shadow: none;
84
+ }
85
+ .ui.form .field > textarea:hover:not(:focus),
86
+ .ui.input > textarea:hover:not(:focus),
87
+ .ui.form .field > input:hover:not(:focus),
88
+ .ui.input > input:hover:not(:focus) {
89
+ border-color: rgba(34, 36, 38, 0.35);
87
90
  }
88
91
 
89
- /*--------------------
90
- Loading
91
- ---------------------*/
92
-
93
- .ui.loading.loading.input > i.icon:before {
92
+ /* --------------------
93
+ Loading
94
+ --------------------- */
95
+ .ui.ui.loading.input > i.icon::before {
94
96
  position: absolute;
95
- content: '';
97
+ content: "";
96
98
  top: 50%;
97
99
  left: 50%;
98
100
  margin: -0.64285714em 0 0 -0.64285714em;
@@ -101,167 +103,129 @@
101
103
  border-radius: 500rem;
102
104
  border: 0.2em solid rgba(0, 0, 0, 0.1);
103
105
  }
104
- .ui.loading.loading.input > i.icon:after {
106
+ .ui.ui.loading.input > i.icon::after {
105
107
  position: absolute;
106
- content: '';
108
+ content: "";
107
109
  top: 50%;
108
110
  left: 50%;
109
111
  margin: -0.64285714em 0 0 -0.64285714em;
110
112
  width: 1.28571429em;
111
113
  height: 1.28571429em;
112
- -webkit-animation: loader 0.6s infinite linear;
113
- animation: loader 0.6s infinite linear;
114
+ animation: loader 0.6s infinite linear;
114
115
  border: 0.2em solid #9ab5c1;
115
116
  border-radius: 500rem;
116
- -webkit-box-shadow: 0 0 0 1px transparent;
117
- box-shadow: 0 0 0 1px transparent;
117
+ box-shadow: 0 0 0 1px transparent;
118
118
  }
119
119
 
120
- /*--------------------
120
+ /* --------------------
121
121
  Focus
122
- ---------------------*/
123
-
122
+ --------------------- */
124
123
  .ui.input.focus > input,
125
124
  .ui.input > input:focus {
126
- border-color: #85B7D9;
127
- background: #FFFFFF;
125
+ border-color: #85b7d9;
126
+ background: #fff;
128
127
  color: rgba(0, 0, 0, 0.8);
129
- -webkit-box-shadow: none;
130
- box-shadow: none;
131
- }
132
- .ui.input.focus > input::-webkit-input-placeholder,
133
- .ui.input > input:focus::-webkit-input-placeholder {
134
- color: #9ab5c1;
128
+ box-shadow: none;
135
129
  }
136
- .ui.input.focus > input::-moz-placeholder,
137
- .ui.input > input:focus::-moz-placeholder {
130
+ .ui.input.focus > input::-ms-input-placeholder, .ui.input > input:focus::-ms-input-placeholder {
138
131
  color: #9ab5c1;
139
132
  }
140
- .ui.input.focus > input:-ms-input-placeholder,
141
- .ui.input > input:focus:-ms-input-placeholder {
133
+ .ui.input.focus > input::placeholder,
134
+ .ui.input > input:focus::placeholder {
142
135
  color: #9ab5c1;
143
136
  }
144
137
 
145
- /*--------------------
146
- States
147
- ---------------------*/
148
-
138
+ /* --------------------
139
+ States
140
+ --------------------- */
149
141
  .ui.input.error > input {
150
- background-color: #FFF6F6;
151
- border-color: #E0B4B4;
152
- color: #9F3A38;
153
- -webkit-box-shadow: none;
154
- box-shadow: none;
142
+ background-color: #fff6f6;
143
+ border-color: #e0b4b4;
144
+ color: #9f3a38;
145
+ box-shadow: none;
155
146
  }
156
147
 
157
148
  /* Placeholder */
158
- .ui.input.error > input::-webkit-input-placeholder {
149
+ .ui.input.error > input::-ms-input-placeholder {
159
150
  color: #e7bdbc;
160
151
  }
161
- .ui.input.error > input::-moz-placeholder {
152
+ .ui.input.error > input::placeholder {
162
153
  color: #e7bdbc;
163
154
  }
164
- .ui.input.error > input:-ms-input-placeholder {
165
- color: #e7bdbc !important;
166
- }
167
155
 
168
156
  /* Focused Placeholder */
169
- .ui.input.error > input:focus::-webkit-input-placeholder {
157
+ .ui.input.error > input:focus::-ms-input-placeholder {
170
158
  color: #da9796;
171
159
  }
172
- .ui.input.error > input:focus::-moz-placeholder {
160
+ .ui.input.error > input:focus::placeholder {
173
161
  color: #da9796;
174
162
  }
175
- .ui.input.error > input:focus:-ms-input-placeholder {
176
- color: #da9796 !important;
177
- }
178
163
  .ui.input.info > input {
179
- background-color: #F8FFFF;
180
- border-color: #A9D5DE;
181
- color: #276F86;
182
- -webkit-box-shadow: none;
183
- box-shadow: none;
164
+ background-color: #f8ffff;
165
+ border-color: #a9d5de;
166
+ color: #276f86;
167
+ box-shadow: none;
184
168
  }
185
169
 
186
170
  /* Placeholder */
187
- .ui.input.info > input::-webkit-input-placeholder {
171
+ .ui.input.info > input::-ms-input-placeholder {
188
172
  color: #98cfe1;
189
173
  }
190
- .ui.input.info > input::-moz-placeholder {
174
+ .ui.input.info > input::placeholder {
191
175
  color: #98cfe1;
192
176
  }
193
- .ui.input.info > input:-ms-input-placeholder {
194
- color: #98cfe1 !important;
195
- }
196
177
 
197
178
  /* Focused Placeholder */
198
- .ui.input.info > input:focus::-webkit-input-placeholder {
179
+ .ui.input.info > input:focus::-ms-input-placeholder {
199
180
  color: #70bdd6;
200
181
  }
201
- .ui.input.info > input:focus::-moz-placeholder {
182
+ .ui.input.info > input:focus::placeholder {
202
183
  color: #70bdd6;
203
184
  }
204
- .ui.input.info > input:focus:-ms-input-placeholder {
205
- color: #70bdd6 !important;
206
- }
207
185
  .ui.input.success > input {
208
- background-color: #FCFFF5;
209
- border-color: #A3C293;
210
- color: #2C662D;
211
- -webkit-box-shadow: none;
212
- box-shadow: none;
186
+ background-color: #fcfff5;
187
+ border-color: #a3c293;
188
+ color: #2c662d;
189
+ box-shadow: none;
213
190
  }
214
191
 
215
192
  /* Placeholder */
216
- .ui.input.success > input::-webkit-input-placeholder {
193
+ .ui.input.success > input::-ms-input-placeholder {
217
194
  color: #8fcf90;
218
195
  }
219
- .ui.input.success > input::-moz-placeholder {
196
+ .ui.input.success > input::placeholder {
220
197
  color: #8fcf90;
221
198
  }
222
- .ui.input.success > input:-ms-input-placeholder {
223
- color: #8fcf90 !important;
224
- }
225
199
 
226
200
  /* Focused Placeholder */
227
- .ui.input.success > input:focus::-webkit-input-placeholder {
201
+ .ui.input.success > input:focus::-ms-input-placeholder {
228
202
  color: #6cbf6d;
229
203
  }
230
- .ui.input.success > input:focus::-moz-placeholder {
204
+ .ui.input.success > input:focus::placeholder {
231
205
  color: #6cbf6d;
232
206
  }
233
- .ui.input.success > input:focus:-ms-input-placeholder {
234
- color: #6cbf6d !important;
235
- }
236
207
  .ui.input.warning > input {
237
- background-color: #FFFAF3;
238
- border-color: #C9BA9B;
239
- color: #573A08;
240
- -webkit-box-shadow: none;
241
- box-shadow: none;
208
+ background-color: #fffaf3;
209
+ border-color: #c9ba9b;
210
+ color: #573a08;
211
+ box-shadow: none;
242
212
  }
243
213
 
244
214
  /* Placeholder */
245
- .ui.input.warning > input::-webkit-input-placeholder {
215
+ .ui.input.warning > input::-ms-input-placeholder {
246
216
  color: #edad3e;
247
217
  }
248
- .ui.input.warning > input::-moz-placeholder {
218
+ .ui.input.warning > input::placeholder {
249
219
  color: #edad3e;
250
220
  }
251
- .ui.input.warning > input:-ms-input-placeholder {
252
- color: #edad3e !important;
253
- }
254
221
 
255
222
  /* Focused Placeholder */
256
- .ui.input.warning > input:focus::-webkit-input-placeholder {
223
+ .ui.input.warning > input:focus::-ms-input-placeholder {
257
224
  color: #e39715;
258
225
  }
259
- .ui.input.warning > input:focus::-moz-placeholder {
226
+ .ui.input.warning > input:focus::placeholder {
260
227
  color: #e39715;
261
228
  }
262
- .ui.input.warning > input:focus:-ms-input-placeholder {
263
- color: #e39715 !important;
264
- }
265
229
 
266
230
 
267
231
  /*******************************
@@ -269,17 +233,15 @@
269
233
  *******************************/
270
234
 
271
235
 
272
- /*--------------------
273
- Transparent
274
- ---------------------*/
275
-
236
+ /* --------------------
237
+ Transparent
238
+ --------------------- */
276
239
  .ui.transparent.input > textarea,
277
240
  .ui.transparent.input > input {
278
241
  border-color: transparent !important;
279
242
  background-color: transparent !important;
280
243
  padding: 0;
281
- -webkit-box-shadow: none !important;
282
- box-shadow: none !important;
244
+ box-shadow: none !important;
283
245
  border-radius: 0 !important;
284
246
  }
285
247
  .field .ui.transparent.input > textarea {
@@ -299,10 +261,9 @@
299
261
  padding-right: 0;
300
262
  }
301
263
 
302
- /*--------------------
303
- Icon
304
- ---------------------*/
305
-
264
+ /* --------------------
265
+ Icon
266
+ --------------------- */
306
267
  .ui.icon.input > i.icon {
307
268
  cursor: default;
308
269
  position: absolute;
@@ -315,18 +276,17 @@
315
276
  width: 2.67142857em;
316
277
  opacity: 0.5;
317
278
  border-radius: 0 0 0 0;
318
- -webkit-transition: opacity 0.3s ease;
319
279
  transition: opacity 0.3s ease;
320
280
  }
321
281
  .ui.icon.input > i.icon:not(.link) {
322
282
  pointer-events: none;
323
283
  }
324
- .ui.ui.ui.ui.icon.input > textarea,
325
- .ui.ui.ui.ui.icon.input > input {
284
+ .ui.ui.ui.ui.icon.input:not(.corner) > textarea,
285
+ .ui.ui.ui.ui.icon.input:not(.corner) > input {
326
286
  padding-right: 2.67142857em;
327
287
  }
328
- .ui.icon.input > i.icon:before,
329
- .ui.icon.input > i.icon:after {
288
+ .ui.icon.input > i.icon::before,
289
+ .ui.icon.input > i.icon::after {
330
290
  left: 0;
331
291
  position: absolute;
332
292
  text-align: center;
@@ -352,28 +312,29 @@
352
312
  right: auto;
353
313
  left: 0.5em;
354
314
  }
355
- .ui.ui.ui.ui[class*="left icon"].input > textarea,
356
- .ui.ui.ui.ui[class*="left icon"].input > input {
315
+ .ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > textarea,
316
+ .ui.ui.ui.ui[class*="left icon"]:not([class*="left corner"]).input > input {
357
317
  padding-left: 2.67142857em;
318
+ }
319
+ .ui.ui.ui.ui[class*="left icon"]:not(.corner).input > textarea,
320
+ .ui.ui.ui.ui[class*="left icon"]:not(.corner).input > input {
358
321
  padding-right: 1em;
359
322
  }
360
323
 
361
324
  /* Focus */
325
+ .ui.input > input:focus::-webkit-calendar-picker-indicator,
362
326
  .ui.icon.input > textarea:focus ~ i.icon,
363
327
  .ui.icon.input > input:focus ~ i.icon {
364
328
  opacity: 1;
365
329
  }
366
330
 
367
- /*--------------------
368
- Labeled
369
- ---------------------*/
370
-
331
+ /* --------------------
332
+ Labeled
333
+ --------------------- */
371
334
 
372
335
  /* Adjacent Label */
373
336
  .ui.labeled.input > .label {
374
- -webkit-box-flex: 0;
375
- -ms-flex: 0 0 auto;
376
- flex: 0 0 auto;
337
+ flex: 0 0 auto;
377
338
  margin: 0;
378
339
  font-size: 1em;
379
340
  }
@@ -393,7 +354,7 @@
393
354
  border-left-color: transparent;
394
355
  }
395
356
  .ui.labeled.input:not([class*="corner labeled"]) .label:first-child + input:focus {
396
- border-left-color: #85B7D9;
357
+ border-left-color: #85b7d9;
397
358
  }
398
359
 
399
360
  /* Regular Label on Right */
@@ -407,7 +368,7 @@
407
368
  border-bottom-left-radius: 0;
408
369
  }
409
370
  .ui[class*="right labeled"].input > input:focus {
410
- border-right-color: #85B7D9 !important;
371
+ border-right-color: #85b7d9 !important;
411
372
  }
412
373
 
413
374
  /* Corner Label */
@@ -419,30 +380,97 @@
419
380
  }
420
381
 
421
382
  /* Spacing with corner label */
422
- .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > textarea,
423
- .ui[class*="corner labeled"]:not([class*="left corner labeled"]).labeled.input > input {
424
- padding-right: 2.5em !important;
383
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown,
384
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > textarea,
385
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > input {
386
+ padding-right: 2.5em;
425
387
  }
388
+ .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > .ui.dropdown,
426
389
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > textarea,
427
390
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > input {
428
- padding-right: 3.25em !important;
391
+ padding-right: 3.25em;
429
392
  }
430
393
  .ui[class*="corner labeled"].icon.input:not([class*="left corner labeled"]) > i.icon {
431
394
  margin-right: 1.25em;
432
395
  }
433
396
 
434
397
  /* Left Labeled */
435
- .ui[class*="left corner labeled"].labeled.input > textarea,
436
- .ui[class*="left corner labeled"].labeled.input > input {
437
- padding-left: 2.5em !important;
438
- }
439
- .ui[class*="left corner labeled"].icon.input > textarea,
440
- .ui[class*="left corner labeled"].icon.input > input {
441
- padding-left: 3.25em !important;
398
+ .ui[class*="left icon"].input > .ui.dropdown:first-child,
399
+ .ui[class*="left icon"].input > i.icon + .ui.dropdown,
400
+ .ui[class*="left corner labeled"].input > .ui.dropdown,
401
+ .ui[class*="left corner labeled"].input > textarea,
402
+ .ui[class*="left corner labeled"].input > input {
403
+ padding-left: 2.5em;
404
+ }
405
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > .ui.dropdown,
406
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > textarea,
407
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"])[class*="left icon"].input > input {
408
+ padding-right: 3.25em;
409
+ }
410
+ .ui.ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown,
411
+ .ui.ui[class*="left corner labeled"][class*="left icon"].input > textarea,
412
+ .ui.ui[class*="left corner labeled"][class*="left icon"].input > input {
413
+ padding-left: 4em;
442
414
  }
443
415
  .ui[class*="left corner labeled"].icon.input > i.icon {
444
416
  margin-left: 1.25em;
445
417
  }
418
+ .ui[class*="left corner labeled"].icon:not([class*="left icon"]).input > input {
419
+ padding-right: 2.5em;
420
+ }
421
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > input {
422
+ padding-right: 5em;
423
+ }
424
+ .ui[class*="left icon"].input > .ui.dropdown > .search,
425
+ .ui[class*="left corner labeled"].input > .ui.dropdown > .search {
426
+ padding-left: 2.5em;
427
+ }
428
+ .ui[class*="left icon"].input > .ui.dropdown > .menu,
429
+ .ui[class*="left corner labeled"].input > .ui.dropdown > .menu {
430
+ padding-left: 1.25em;
431
+ }
432
+ .ui[class*="left icon"].input > .ui.dropdown > .menu > .item,
433
+ .ui[class*="left corner labeled"].input > .ui.dropdown > .menu > .item {
434
+ padding-left: 2.5em;
435
+ margin-left: -1.25em;
436
+ }
437
+ .ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .search {
438
+ padding-left: 4em;
439
+ }
440
+ .ui[class*="left corner labeled"][class*="left icon"].input > .ui.dropdown > .menu > .item {
441
+ padding-left: 4em;
442
+ }
443
+ .ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .search,
444
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .search {
445
+ padding-right: 5.75em;
446
+ }
447
+ .ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .remove.icon,
448
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .remove.icon,
449
+ .ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon,
450
+ .ui[class*="corner labeled"]:not([class*="left corner labeled"]).input > .ui.dropdown > .dropdown.icon {
451
+ padding-right: 2.5em;
452
+ }
453
+ @supports selector(:has(.f)) {
454
+ .ui.icon.input:not([class*="left icon"]) > .ui.dropdown > .dropdown.icon {
455
+ padding-right: initial;
456
+ }
457
+ .ui.icon.input:not([class*="left icon"]):not(:has(.ui.dropdown ~ input)) > .ui.dropdown > .dropdown.icon {
458
+ padding-right: 2.5em;
459
+ }
460
+ }
461
+ .ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .search {
462
+ padding-right: 7.25em;
463
+ }
464
+ .ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .remove.icon,
465
+ .ui.ui[class*="corner labeled"]:not([class*="left corner labeled"]).icon:not([class*="left icon"]).input > .ui.dropdown > .dropdown.icon {
466
+ padding-right: 4em;
467
+ }
468
+ .ui.icon.input > .ui.visible.dropdown ~ i.icon,
469
+ .ui.icon.input > .ui.active.dropdown ~ i.icon,
470
+ .ui[class*="corner labeled"].input > .ui.visible.dropdown ~ .ui.corner.label,
471
+ .ui[class*="corner labeled"].input > .ui.active.dropdown ~ .ui.corner.label {
472
+ z-index: 10;
473
+ }
446
474
  .ui.icon.input > textarea ~ i.icon {
447
475
  height: 3em;
448
476
  }
@@ -450,7 +478,7 @@
450
478
  height: 1.3em;
451
479
  }
452
480
 
453
- /* Corner Label Position */
481
+ /* Corner Label Position */
454
482
  .ui.input > .ui.corner.label {
455
483
  top: 1px;
456
484
  right: 1px;
@@ -465,172 +493,242 @@
465
493
  .ui.form .field.error > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
466
494
  .ui.action.input.error > .ui.button,
467
495
  .ui.labeled.input.error:not([class*="corner labeled"]) > .ui.label {
468
- border-top: 1px solid #E0B4B4;
469
- border-bottom: 1px solid #E0B4B4;
496
+ border-top: 1px solid #e0b4b4;
497
+ border-bottom: 1px solid #e0b4b4;
470
498
  }
471
499
  .ui.form .field.error > .ui[class*="left action"].input > .ui.button,
472
500
  .ui.form .field.error > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
473
501
  .ui[class*="left action"].input.error > .ui.button,
474
502
  .ui.labeled.input.error:not(.right):not([class*="corner labeled"]) > .ui.label {
475
- border-left: 1px solid #E0B4B4;
503
+ border-left: 1px solid #e0b4b4;
476
504
  }
477
505
  .ui.form .field.error > .ui.action.input:not([class*="left action"]) > input + .ui.button,
478
506
  .ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
479
507
  .ui.action.input.error:not([class*="left action"]) > input + .ui.button,
480
- .ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label {
481
- border-right: 1px solid #E0B4B4;
508
+ .ui.right.labeled.input.error:not([class*="corner labeled"]) > input + .ui.label,
509
+ .ui.form .field.error > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
510
+ .ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
511
+ .ui.action.input.error:not([class*="left action"]) > textarea + .ui.button,
512
+ .ui.right.labeled.input.error:not([class*="corner labeled"]) > textarea + .ui.label {
513
+ border-right: 1px solid #e0b4b4;
482
514
  }
483
515
  .ui.form .field.error > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
484
516
  .ui.right.labeled.input.error:not([class*="corner labeled"]) > .ui.label:first-child {
485
- border-left: 1px solid #E0B4B4;
517
+ border-left: 1px solid #e0b4b4;
486
518
  }
487
519
  .ui.form .field.info > .ui.action.input > .ui.button,
488
520
  .ui.form .field.info > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
489
521
  .ui.action.input.info > .ui.button,
490
522
  .ui.labeled.input.info:not([class*="corner labeled"]) > .ui.label {
491
- border-top: 1px solid #A9D5DE;
492
- border-bottom: 1px solid #A9D5DE;
523
+ border-top: 1px solid #a9d5de;
524
+ border-bottom: 1px solid #a9d5de;
493
525
  }
494
526
  .ui.form .field.info > .ui[class*="left action"].input > .ui.button,
495
527
  .ui.form .field.info > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
496
528
  .ui[class*="left action"].input.info > .ui.button,
497
529
  .ui.labeled.input.info:not(.right):not([class*="corner labeled"]) > .ui.label {
498
- border-left: 1px solid #A9D5DE;
530
+ border-left: 1px solid #a9d5de;
499
531
  }
500
532
  .ui.form .field.info > .ui.action.input:not([class*="left action"]) > input + .ui.button,
501
533
  .ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
502
534
  .ui.action.input.info:not([class*="left action"]) > input + .ui.button,
503
- .ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label {
504
- border-right: 1px solid #A9D5DE;
535
+ .ui.right.labeled.input.info:not([class*="corner labeled"]) > input + .ui.label,
536
+ .ui.form .field.info > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
537
+ .ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
538
+ .ui.action.input.info:not([class*="left action"]) > textarea + .ui.button,
539
+ .ui.right.labeled.input.info:not([class*="corner labeled"]) > textarea + .ui.label {
540
+ border-right: 1px solid #a9d5de;
505
541
  }
506
542
  .ui.form .field.info > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
507
543
  .ui.right.labeled.input.info:not([class*="corner labeled"]) > .ui.label:first-child {
508
- border-left: 1px solid #A9D5DE;
544
+ border-left: 1px solid #a9d5de;
509
545
  }
510
546
  .ui.form .field.success > .ui.action.input > .ui.button,
511
547
  .ui.form .field.success > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
512
548
  .ui.action.input.success > .ui.button,
513
549
  .ui.labeled.input.success:not([class*="corner labeled"]) > .ui.label {
514
- border-top: 1px solid #A3C293;
515
- border-bottom: 1px solid #A3C293;
550
+ border-top: 1px solid #a3c293;
551
+ border-bottom: 1px solid #a3c293;
516
552
  }
517
553
  .ui.form .field.success > .ui[class*="left action"].input > .ui.button,
518
554
  .ui.form .field.success > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
519
555
  .ui[class*="left action"].input.success > .ui.button,
520
556
  .ui.labeled.input.success:not(.right):not([class*="corner labeled"]) > .ui.label {
521
- border-left: 1px solid #A3C293;
557
+ border-left: 1px solid #a3c293;
522
558
  }
523
559
  .ui.form .field.success > .ui.action.input:not([class*="left action"]) > input + .ui.button,
524
560
  .ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
525
561
  .ui.action.input.success:not([class*="left action"]) > input + .ui.button,
526
- .ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label {
527
- border-right: 1px solid #A3C293;
562
+ .ui.right.labeled.input.success:not([class*="corner labeled"]) > input + .ui.label,
563
+ .ui.form .field.success > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
564
+ .ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
565
+ .ui.action.input.success:not([class*="left action"]) > textarea + .ui.button,
566
+ .ui.right.labeled.input.success:not([class*="corner labeled"]) > textarea + .ui.label {
567
+ border-right: 1px solid #a3c293;
528
568
  }
529
569
  .ui.form .field.success > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
530
570
  .ui.right.labeled.input.success:not([class*="corner labeled"]) > .ui.label:first-child {
531
- border-left: 1px solid #A3C293;
571
+ border-left: 1px solid #a3c293;
532
572
  }
533
573
  .ui.form .field.warning > .ui.action.input > .ui.button,
534
574
  .ui.form .field.warning > .ui.labeled.input:not([class*="corner labeled"]) > .ui.label,
535
575
  .ui.action.input.warning > .ui.button,
536
576
  .ui.labeled.input.warning:not([class*="corner labeled"]) > .ui.label {
537
- border-top: 1px solid #C9BA9B;
538
- border-bottom: 1px solid #C9BA9B;
577
+ border-top: 1px solid #c9ba9b;
578
+ border-bottom: 1px solid #c9ba9b;
539
579
  }
540
580
  .ui.form .field.warning > .ui[class*="left action"].input > .ui.button,
541
581
  .ui.form .field.warning > .ui.labeled.input:not(.right):not([class*="corner labeled"]) > .ui.label,
542
582
  .ui[class*="left action"].input.warning > .ui.button,
543
583
  .ui.labeled.input.warning:not(.right):not([class*="corner labeled"]) > .ui.label {
544
- border-left: 1px solid #C9BA9B;
584
+ border-left: 1px solid #c9ba9b;
545
585
  }
546
586
  .ui.form .field.warning > .ui.action.input:not([class*="left action"]) > input + .ui.button,
547
587
  .ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > input + .ui.label,
548
588
  .ui.action.input.warning:not([class*="left action"]) > input + .ui.button,
549
- .ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label {
550
- border-right: 1px solid #C9BA9B;
589
+ .ui.right.labeled.input.warning:not([class*="corner labeled"]) > input + .ui.label,
590
+ .ui.form .field.warning > .ui.action.input:not([class*="left action"]) > textarea + .ui.button,
591
+ .ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > textarea + .ui.label,
592
+ .ui.action.input.warning:not([class*="left action"]) > textarea + .ui.button,
593
+ .ui.right.labeled.input.warning:not([class*="corner labeled"]) > textarea + .ui.label {
594
+ border-right: 1px solid #c9ba9b;
551
595
  }
552
596
  .ui.form .field.warning > .ui.right.labeled.input:not([class*="corner labeled"]) > .ui.label:first-child,
553
597
  .ui.right.labeled.input.warning:not([class*="corner labeled"]) > .ui.label:first-child {
554
- border-left: 1px solid #C9BA9B;
598
+ border-left: 1px solid #c9ba9b;
555
599
  }
556
600
 
557
- /*--------------------
558
- Action
559
- ---------------------*/
560
-
561
- .ui.action.input > .button,
562
- .ui.action.input > .buttons {
563
- display: -webkit-box;
564
- display: -ms-flexbox;
601
+ /* --------------------
602
+ Fluid
603
+ --------------------- */
604
+ .ui.fluid.input {
565
605
  display: flex;
566
- -webkit-box-align: center;
567
- -ms-flex-align: center;
568
- align-items: center;
569
- -webkit-box-flex: 0;
570
- -ms-flex: 0 0 auto;
571
- flex: 0 0 auto;
572
- }
573
- .ui.action.input > .button,
574
- .ui.action.input > .buttons > .button {
575
- padding-top: 0.78571429em;
576
- padding-bottom: 0.78571429em;
577
- margin: 0;
606
+ }
607
+ .ui.fluid.input > input {
608
+ width: 0 !important;
578
609
  }
579
610
 
580
- /* Input when ui Left*/
581
- .ui[class*="left action"].input > input {
582
- border-top-left-radius: 0;
583
- border-bottom-left-radius: 0;
584
- border-left-color: transparent;
611
+ /* --------------------
612
+ File
613
+ --------------------- */
614
+
615
+ /* width hack for chrome/edge */
616
+ .ui.file.input {
617
+ width: 100%;
585
618
  }
586
- /* Input when ui Right*/
587
- .ui.action.input:not([class*="left action"]) > input {
588
- border-top-right-radius: 0;
589
- border-bottom-right-radius: 0;
590
- border-right-color: transparent;
619
+ .ui.file.input input[type="file"] {
620
+ width: 0;
591
621
  }
592
- /* Button and Dropdown */
593
- .ui.action.input > .dropdown:first-child,
594
- .ui.action.input > .button:first-child,
595
- .ui.action.input > .buttons:first-child > .button {
596
- border-radius: 0 0 0 0;
622
+ .ui.form .field > input[type="file"],
623
+ .ui.file.input input[type="file"] {
624
+ padding: 0;
597
625
  }
598
- .ui.action.input > .dropdown:not(:first-child),
599
- .ui.action.input > .button:not(:first-child),
600
- .ui.action.input > .buttons:not(:first-child) > .button {
601
- border-radius: 0;
626
+ .ui.action.file.input input[type="file"]::-webkit-file-upload-button {
627
+ display: none;
602
628
  }
603
- .ui.action.input > .dropdown:last-child,
604
- .ui.action.input > .button:last-child,
605
- .ui.action.input > .buttons:last-child > .button {
606
- border-radius: 0 0 0 0;
629
+ .ui.action.file.input input[type="file"]::file-selector-button {
630
+ display: none;
607
631
  }
608
-
609
- /* Input Focus */
610
- .ui.action.input:not([class*="left action"]) > input:focus {
611
- border-right-color: #85B7D9;
632
+ .ui.form .field input[type="file"]::-webkit-file-upload-button, .ui.file.input input[type="file"]::-webkit-file-upload-button {
633
+ border: none;
634
+ cursor: pointer;
635
+ padding: 0.67861429em 1em;
636
+ margin-right: 1em;
637
+ background: #e0e1e2;
638
+ font-weight: 500;
639
+ color: rgba(0, 0, 0, 0.6);
640
+ }
641
+ .ui.form .field input[type="file"]::file-selector-button,
642
+ .ui.file.input input[type="file"]::file-selector-button {
643
+ border: none;
644
+ cursor: pointer;
645
+ padding: 0.67861429em 1em;
646
+ margin-right: 1em;
647
+ background: #e0e1e2;
648
+ font-weight: 500;
649
+ color: rgba(0, 0, 0, 0.6);
650
+ }
651
+ .ui.form .field input[type="file"]::-webkit-file-upload-button:hover, .ui.file.input input[type="file"]::-webkit-file-upload-button:hover {
652
+ background: #cacbcd;
653
+ color: rgba(0, 0, 0, 0.6);
654
+ }
655
+ .ui.form .field input[type="file"]::file-selector-button:hover,
656
+ .ui.file.input input[type="file"]::file-selector-button:hover {
657
+ background: #cacbcd;
658
+ color: rgba(0, 0, 0, 0.6);
659
+ }
660
+ input[type="file"].ui.invisible.file.input,
661
+ .ui.invisible.file.input input[type="file"] {
662
+ left: -99999px;
663
+ position: absolute;
612
664
  }
613
- .ui.ui[class*="left action"].input > input:focus {
614
- border-left-color: #85B7D9;
665
+ input[type="file"].ui.file.input:focus + label.ui.button,
666
+ .ui.file.input input[type="file"]:focus + label.ui.button {
667
+ background: #cacbcd;
668
+ color: rgba(0, 0, 0, 0.8);
669
+ }
670
+ input[type="file"].ui.file.input:focus + label.ui.button.inverted,
671
+ .ui.file.input input[type="file"]:focus + label.ui.button.inverted {
672
+ background: #fff;
615
673
  }
616
674
 
617
- /*--------------------
618
- Fluid
619
- ---------------------*/
620
-
621
- .ui.fluid.input {
622
- display: -webkit-box;
623
- display: -ms-flexbox;
624
- display: flex;
675
+ /* this is related to existing buttons, so the button color variable is used here! */
676
+ input[type="file"].ui.file.input:focus + label.ui.primary.button,
677
+ .ui.file.input input[type="file"]:focus + label.ui.primary.button {
678
+ background-color: #005d6f;
679
+ color: #fff;
625
680
  }
626
- .ui.fluid.input > input {
627
- width: 0 !important;
681
+ input[type="file"].ui.file.input:focus + label.ui.secondary.button,
682
+ .ui.file.input input[type="file"]:focus + label.ui.secondary.button {
683
+ background-color: #27292a;
684
+ color: #fff;
685
+ }
686
+ input[type="file"].ui.file.input:focus + label.ui.green.button,
687
+ .ui.file.input input[type="file"]:focus + label.ui.green.button {
688
+ background-color: #52a97e;
689
+ color: #fff;
690
+ }
691
+ input[type="file"].ui.file.input:focus + label.ui.red.button,
692
+ .ui.file.input input[type="file"]:focus + label.ui.red.button {
693
+ background-color: #a2423e;
694
+ color: #fff;
695
+ }
696
+ input[type="file"].ui.primary.file.input::-webkit-file-upload-button, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button {
697
+ background: #007388;
698
+ color: #fff;
699
+ }
700
+ input[type="file"].ui.primary.file.input::file-selector-button,
701
+ .ui.primary.file.input input[type="file"]::file-selector-button {
702
+ background: #007388;
703
+ color: #fff;
704
+ }
705
+ input[type="file"].ui.primary.file.input::-webkit-file-upload-button:hover, .ui.primary.file.input input[type="file"]::-webkit-file-upload-button:hover {
706
+ background: #005d6f;
707
+ }
708
+ input[type="file"].ui.primary.file.input::file-selector-button:hover,
709
+ .ui.primary.file.input input[type="file"]::file-selector-button:hover {
710
+ background: #005d6f;
711
+ }
712
+ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button {
713
+ background: #1b1c1d;
714
+ color: #fff;
715
+ }
716
+ input[type="file"].ui.secondary.file.input::file-selector-button,
717
+ .ui.secondary.file.input input[type="file"]::file-selector-button {
718
+ background: #1b1c1d;
719
+ color: #fff;
720
+ }
721
+ input[type="file"].ui.secondary.file.input::-webkit-file-upload-button:hover, .ui.secondary.file.input input[type="file"]::-webkit-file-upload-button:hover {
722
+ background: #27292a;
723
+ }
724
+ input[type="file"].ui.secondary.file.input::file-selector-button:hover,
725
+ .ui.secondary.file.input input[type="file"]::file-selector-button:hover {
726
+ background: #27292a;
628
727
  }
629
728
 
630
- /*--------------------
729
+ /* --------------------
631
730
  Size
632
- ---------------------*/
633
-
731
+ --------------------- */
634
732
  .ui.input {
635
733
  font-size: 1em;
636
734
  }
@@ -667,14 +765,6 @@
667
765
  Site Overrides
668
766
  *******************************/
669
767
 
670
- .ui.material.input input {
671
- border-top-color: transparent !important;
672
- border-left-color: transparent !important;
673
- border-right-color: transparent !important;
674
- background-color: transparent !important;
675
- -webkit-box-shadow: none !important;
676
- box-shadow: none !important;
677
- }
678
768
  .ui.input.focus > i.icon:before {
679
769
  color: rgba(0, 0, 0, 0.8) !important;
680
770
  }