fomantic-ui-sass 2.8.8.1 → 2.9.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/Lato-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Bold.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-BoldItalic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Italic.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff +0 -0
- data/app/assets/fonts/semantic-ui/LatoLatin-Regular.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.svg +41 -6
- data/app/assets/fonts/semantic-ui/brand-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/brand-icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/icons.svg +245 -7
- data/app/assets/fonts/semantic-ui/icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/icons.woff2 +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.eot +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.svg +2 -2
- data/app/assets/fonts/semantic-ui/outline-icons.ttf +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff +0 -0
- data/app/assets/fonts/semantic-ui/outline-icons.woff2 +0 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +569 -590
- data/app/assets/javascripts/semantic-ui/api.js +1153 -1116
- data/app/assets/javascripts/semantic-ui/calendar.js +1941 -1698
- data/app/assets/javascripts/semantic-ui/checkbox.js +862 -854
- data/app/assets/javascripts/semantic-ui/dimmer.js +697 -713
- data/app/assets/javascripts/semantic-ui/dropdown.js +4196 -4192
- data/app/assets/javascripts/semantic-ui/embed.js +646 -672
- data/app/assets/javascripts/semantic-ui/flyout.js +1579 -0
- data/app/assets/javascripts/semantic-ui/form.js +2024 -2000
- data/app/assets/javascripts/semantic-ui/modal.js +1546 -1384
- data/app/assets/javascripts/semantic-ui/nag.js +521 -527
- data/app/assets/javascripts/semantic-ui/popup.js +1457 -1463
- data/app/assets/javascripts/semantic-ui/progress.js +970 -995
- data/app/assets/javascripts/semantic-ui/rating.js +508 -520
- data/app/assets/javascripts/semantic-ui/search.js +1521 -1508
- data/app/assets/javascripts/semantic-ui/shape.js +784 -811
- data/app/assets/javascripts/semantic-ui/sidebar.js +1061 -1002
- data/app/assets/javascripts/semantic-ui/site.js +437 -477
- data/app/assets/javascripts/semantic-ui/slider.js +1311 -1297
- data/app/assets/javascripts/semantic-ui/state.js +639 -658
- data/app/assets/javascripts/semantic-ui/sticky.js +848 -891
- data/app/assets/javascripts/semantic-ui/tab.js +895 -941
- data/app/assets/javascripts/semantic-ui/toast.js +911 -851
- data/app/assets/javascripts/semantic-ui/transition.js +1049 -1073
- data/app/assets/javascripts/semantic-ui/visibility.js +1214 -1246
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +389 -407
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +203 -345
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +372 -501
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +154 -226
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +2065 -880
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +867 -1232
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +101 -6
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +75 -93
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +11148 -9190
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1037 -929
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +124 -146
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2728 -2759
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +41 -65
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +982 -163
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +432 -479
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +80 -101
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +452 -540
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +56 -76
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +17 -22
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +46 -85
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +263 -255
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +106 -179
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +14 -18
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +132 -48
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +196 -74
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +43 -29
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +210 -280
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +78 -182
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +339 -423
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +24 -35
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +546 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +150 -153
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +55 -65
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +530 -310
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +108 -213
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +88 -168
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +73 -102
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +16 -32
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +126 -215
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +110 -138
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +3 -7
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +16 -20
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +111 -141
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +371 -1282
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +39 -50
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +949 -458
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +44 -62
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +50 -72
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +89 -136
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +78 -119
- data/lib/fomantic/ui/sass/version.rb +2 -2
- data/tasks/converter.rb +1 -1
- metadata +21 -3
@@ -38,7 +38,7 @@
|
|
38
38
|
.ui.slider .inner .track-fill {
|
39
39
|
position: absolute;
|
40
40
|
border-radius: 4px;
|
41
|
-
background-color: #
|
41
|
+
background-color: #1b1c1d;
|
42
42
|
}
|
43
43
|
.ui.slider:not(.vertical) .inner .track-fill {
|
44
44
|
height: 0.4em;
|
@@ -51,24 +51,16 @@
|
|
51
51
|
top: 0;
|
52
52
|
height: 1.5em;
|
53
53
|
width: 1.5em;
|
54
|
-
background: #
|
55
|
-
background: #FFFFFF -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
56
|
-
background: #FFFFFF linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
54
|
+
background: #fff linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
57
55
|
border-radius: 100%;
|
58
|
-
|
59
|
-
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
60
|
-
-webkit-transition: background 0.3s ease;
|
56
|
+
box-shadow: 0 1px 2px 0 rgba(34, 36, 38, 0.15), 0 0 0 1px rgba(34, 36, 38, 0.15) inset;
|
61
57
|
transition: background 0.3s ease;
|
62
58
|
}
|
63
59
|
.ui.slider:not(.disabled) .inner .thumb:hover {
|
64
60
|
cursor: pointer;
|
65
|
-
background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
|
66
|
-
background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
67
61
|
background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
68
62
|
}
|
69
63
|
.ui.slider:not(.disabled):focus .inner .thumb {
|
70
|
-
background: #f2f2f2 -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.05)));
|
71
|
-
background: #f2f2f2 -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
72
64
|
background: #f2f2f2 linear-gradient(transparent, rgba(0, 0, 0, 0.05));
|
73
65
|
}
|
74
66
|
|
@@ -78,10 +70,9 @@
|
|
78
70
|
*******************************/
|
79
71
|
|
80
72
|
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
73
|
+
/* --------------
|
74
|
+
Disabled
|
75
|
+
--------------- */
|
85
76
|
.ui.disabled.slider:not(.checkbox) {
|
86
77
|
opacity: 0.5;
|
87
78
|
}
|
@@ -92,10 +83,9 @@
|
|
92
83
|
background: #ccc;
|
93
84
|
}
|
94
85
|
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
86
|
+
/* --------------
|
87
|
+
Reversed
|
88
|
+
--------------- */
|
99
89
|
.ui.reversed.slider .inner .track-fill {
|
100
90
|
left: auto;
|
101
91
|
right: 0;
|
@@ -108,8 +98,7 @@
|
|
108
98
|
left: 0.03em;
|
109
99
|
}
|
110
100
|
.ui.labeled.reversed.slider > .labels .label {
|
111
|
-
|
112
|
-
transform: translate(-100%, -100%);
|
101
|
+
transform: translate(-100%, -100%);
|
113
102
|
}
|
114
103
|
|
115
104
|
|
@@ -118,10 +107,9 @@
|
|
118
107
|
*******************************/
|
119
108
|
|
120
109
|
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
110
|
+
/* --------------
|
111
|
+
Vertical
|
112
|
+
--------------- */
|
125
113
|
.ui.vertical.slider {
|
126
114
|
height: 100%;
|
127
115
|
width: 1.5em;
|
@@ -152,10 +140,9 @@
|
|
152
140
|
bottom: 0;
|
153
141
|
}
|
154
142
|
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
143
|
+
/* --------------
|
144
|
+
Labeled
|
145
|
+
--------------- */
|
159
146
|
.ui.labeled.slider > .labels {
|
160
147
|
height: 1.5em;
|
161
148
|
width: auto;
|
@@ -167,26 +154,21 @@
|
|
167
154
|
right: 0;
|
168
155
|
}
|
169
156
|
.ui.labeled.slider:not(.vertical) > .labels {
|
170
|
-
|
171
|
-
transform: translateY(-50%);
|
157
|
+
transform: translateY(-50%);
|
172
158
|
}
|
173
159
|
.ui.labeled.slider > .labels .label {
|
174
|
-
display: -webkit-inline-box;
|
175
|
-
display: -ms-inline-flexbox;
|
176
160
|
display: inline-flex;
|
177
161
|
padding: 0.2em 0;
|
178
162
|
position: absolute;
|
179
|
-
|
180
|
-
transform: translate(-50%, -100%);
|
163
|
+
transform: translate(-50%, -100%);
|
181
164
|
white-space: nowrap;
|
182
165
|
}
|
183
166
|
.ui.bottom.aligned.labeled.slider > .labels .label {
|
184
167
|
bottom: 0;
|
185
|
-
|
186
|
-
transform: translate(-50%, 100%);
|
168
|
+
transform: translate(-50%, 100%);
|
187
169
|
}
|
188
|
-
.ui.labeled.ticked.slider > .labels .label
|
189
|
-
content:
|
170
|
+
.ui.labeled.ticked.slider > .labels .label::after {
|
171
|
+
content: " ";
|
190
172
|
height: 1.5em;
|
191
173
|
width: 1px;
|
192
174
|
background: #ccc;
|
@@ -194,11 +176,11 @@
|
|
194
176
|
top: 100%;
|
195
177
|
left: 50%;
|
196
178
|
}
|
197
|
-
.ui.bottom.aligned.labeled.ticked.slider > .labels .label
|
179
|
+
.ui.bottom.aligned.labeled.ticked.slider > .labels .label::after {
|
198
180
|
top: auto;
|
199
181
|
bottom: 100%;
|
200
182
|
}
|
201
|
-
.ui.labeled.ticked.slider > .labels .halftick.label
|
183
|
+
.ui.labeled.ticked.slider > .labels .halftick.label::after {
|
202
184
|
height: 0.75em;
|
203
185
|
}
|
204
186
|
|
@@ -209,37 +191,32 @@
|
|
209
191
|
left: 50%;
|
210
192
|
top: 0;
|
211
193
|
bottom: 0;
|
212
|
-
|
213
|
-
transform: translateX(-50%);
|
194
|
+
transform: translateX(-50%);
|
214
195
|
}
|
215
196
|
.ui.labeled.vertical.slider > .labels .label {
|
216
|
-
|
217
|
-
transform: translate(-100%, -50%);
|
197
|
+
transform: translate(-100%, -50%);
|
218
198
|
}
|
219
|
-
.ui.labeled.vertical.slider > .labels .label
|
199
|
+
.ui.labeled.vertical.slider > .labels .label::after {
|
220
200
|
width: 1.5em;
|
221
201
|
height: 1px;
|
222
202
|
left: 100%;
|
223
203
|
top: 50%;
|
224
204
|
}
|
225
|
-
.ui.labeled.vertical.slider > .labels .halftick.label
|
205
|
+
.ui.labeled.vertical.slider > .labels .halftick.label::after {
|
226
206
|
width: 0.75em;
|
227
207
|
height: 1px;
|
228
208
|
}
|
229
209
|
|
230
210
|
/* Vertical Reversed Labels */
|
231
211
|
.ui.labeled.vertical.reversed.slider > .labels .label {
|
232
|
-
|
233
|
-
transform: translate(-100%, 50%);
|
212
|
+
transform: translate(-100%, 50%);
|
234
213
|
}
|
235
214
|
|
236
|
-
|
215
|
+
/* --------------
|
237
216
|
Hover
|
238
|
-
|
239
|
-
|
217
|
+
--------------- */
|
240
218
|
.ui.hover.slider .inner .thumb {
|
241
219
|
opacity: 0;
|
242
|
-
-webkit-transition: opacity 0.2s linear;
|
243
220
|
transition: opacity 0.2s linear;
|
244
221
|
}
|
245
222
|
.ui.hover.slider:not(.disabled):hover .inner .thumb,
|
@@ -247,10 +224,9 @@
|
|
247
224
|
opacity: 1;
|
248
225
|
}
|
249
226
|
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
227
|
+
/* --------------
|
228
|
+
Inverted
|
229
|
+
--------------- */
|
254
230
|
.ui.inverted.slider .inner .track-fill {
|
255
231
|
background-color: #545454;
|
256
232
|
}
|
@@ -258,22 +234,21 @@
|
|
258
234
|
background-color: rgba(255, 255, 255, 0.08);
|
259
235
|
}
|
260
236
|
|
261
|
-
|
237
|
+
/* --------------
|
262
238
|
Colors
|
263
|
-
|
264
|
-
|
239
|
+
--------------- */
|
265
240
|
|
266
241
|
/* Standard */
|
267
242
|
.ui.primary.slider .inner .track-fill {
|
268
|
-
background-color: #
|
243
|
+
background-color: #2185d0;
|
269
244
|
}
|
270
245
|
.ui.primary.inverted.slider .inner .track-fill {
|
271
|
-
background-color: #
|
246
|
+
background-color: #54c8ff;
|
272
247
|
}
|
273
248
|
|
274
249
|
/* Basic */
|
275
250
|
.ui.primary.slider.basic .inner .thumb {
|
276
|
-
background-color: #
|
251
|
+
background-color: #2185d0;
|
277
252
|
}
|
278
253
|
.ui.primary.slider.basic .inner .thumb:hover,
|
279
254
|
.ui.primary.slider.basic:focus .inner .thumb {
|
@@ -282,7 +257,7 @@
|
|
282
257
|
|
283
258
|
/* Basic Inverted */
|
284
259
|
.ui.primary.inverted.slider.basic .inner .thumb {
|
285
|
-
background-color: #
|
260
|
+
background-color: #54c8ff;
|
286
261
|
}
|
287
262
|
.ui.primary.inverted.slider.basic .inner .thumb:hover,
|
288
263
|
.ui.primary.inverted.slider.basic:focus .inner .thumb {
|
@@ -291,7 +266,7 @@
|
|
291
266
|
|
292
267
|
/* Standard */
|
293
268
|
.ui.secondary.slider .inner .track-fill {
|
294
|
-
background-color: #
|
269
|
+
background-color: #1b1c1d;
|
295
270
|
}
|
296
271
|
.ui.secondary.inverted.slider .inner .track-fill {
|
297
272
|
background-color: #545454;
|
@@ -299,7 +274,7 @@
|
|
299
274
|
|
300
275
|
/* Basic */
|
301
276
|
.ui.secondary.slider.basic .inner .thumb {
|
302
|
-
background-color: #
|
277
|
+
background-color: #1b1c1d;
|
303
278
|
}
|
304
279
|
.ui.secondary.slider.basic .inner .thumb:hover,
|
305
280
|
.ui.secondary.slider.basic:focus .inner .thumb {
|
@@ -317,15 +292,15 @@
|
|
317
292
|
|
318
293
|
/* Standard */
|
319
294
|
.ui.red.slider .inner .track-fill {
|
320
|
-
background-color: #
|
295
|
+
background-color: #db2828;
|
321
296
|
}
|
322
297
|
.ui.red.inverted.slider .inner .track-fill {
|
323
|
-
background-color: #
|
298
|
+
background-color: #ff695e;
|
324
299
|
}
|
325
300
|
|
326
301
|
/* Basic */
|
327
302
|
.ui.red.slider.basic .inner .thumb {
|
328
|
-
background-color: #
|
303
|
+
background-color: #db2828;
|
329
304
|
}
|
330
305
|
.ui.red.slider.basic .inner .thumb:hover,
|
331
306
|
.ui.red.slider.basic:focus .inner .thumb {
|
@@ -334,7 +309,7 @@
|
|
334
309
|
|
335
310
|
/* Basic Inverted */
|
336
311
|
.ui.red.inverted.slider.basic .inner .thumb {
|
337
|
-
background-color: #
|
312
|
+
background-color: #ff695e;
|
338
313
|
}
|
339
314
|
.ui.red.inverted.slider.basic .inner .thumb:hover,
|
340
315
|
.ui.red.inverted.slider.basic:focus .inner .thumb {
|
@@ -343,15 +318,15 @@
|
|
343
318
|
|
344
319
|
/* Standard */
|
345
320
|
.ui.orange.slider .inner .track-fill {
|
346
|
-
background-color: #
|
321
|
+
background-color: #f2711c;
|
347
322
|
}
|
348
323
|
.ui.orange.inverted.slider .inner .track-fill {
|
349
|
-
background-color: #
|
324
|
+
background-color: #ff851b;
|
350
325
|
}
|
351
326
|
|
352
327
|
/* Basic */
|
353
328
|
.ui.orange.slider.basic .inner .thumb {
|
354
|
-
background-color: #
|
329
|
+
background-color: #f2711c;
|
355
330
|
}
|
356
331
|
.ui.orange.slider.basic .inner .thumb:hover,
|
357
332
|
.ui.orange.slider.basic:focus .inner .thumb {
|
@@ -360,7 +335,7 @@
|
|
360
335
|
|
361
336
|
/* Basic Inverted */
|
362
337
|
.ui.orange.inverted.slider.basic .inner .thumb {
|
363
|
-
background-color: #
|
338
|
+
background-color: #ff851b;
|
364
339
|
}
|
365
340
|
.ui.orange.inverted.slider.basic .inner .thumb:hover,
|
366
341
|
.ui.orange.inverted.slider.basic:focus .inner .thumb {
|
@@ -369,15 +344,15 @@
|
|
369
344
|
|
370
345
|
/* Standard */
|
371
346
|
.ui.yellow.slider .inner .track-fill {
|
372
|
-
background-color: #
|
347
|
+
background-color: #fbbd08;
|
373
348
|
}
|
374
349
|
.ui.yellow.inverted.slider .inner .track-fill {
|
375
|
-
background-color: #
|
350
|
+
background-color: #ffe21f;
|
376
351
|
}
|
377
352
|
|
378
353
|
/* Basic */
|
379
354
|
.ui.yellow.slider.basic .inner .thumb {
|
380
|
-
background-color: #
|
355
|
+
background-color: #fbbd08;
|
381
356
|
}
|
382
357
|
.ui.yellow.slider.basic .inner .thumb:hover,
|
383
358
|
.ui.yellow.slider.basic:focus .inner .thumb {
|
@@ -386,7 +361,7 @@
|
|
386
361
|
|
387
362
|
/* Basic Inverted */
|
388
363
|
.ui.yellow.inverted.slider.basic .inner .thumb {
|
389
|
-
background-color: #
|
364
|
+
background-color: #ffe21f;
|
390
365
|
}
|
391
366
|
.ui.yellow.inverted.slider.basic .inner .thumb:hover,
|
392
367
|
.ui.yellow.inverted.slider.basic:focus .inner .thumb {
|
@@ -395,15 +370,15 @@
|
|
395
370
|
|
396
371
|
/* Standard */
|
397
372
|
.ui.olive.slider .inner .track-fill {
|
398
|
-
background-color: #
|
373
|
+
background-color: #b5cc18;
|
399
374
|
}
|
400
375
|
.ui.olive.inverted.slider .inner .track-fill {
|
401
|
-
background-color: #
|
376
|
+
background-color: #d9e778;
|
402
377
|
}
|
403
378
|
|
404
379
|
/* Basic */
|
405
380
|
.ui.olive.slider.basic .inner .thumb {
|
406
|
-
background-color: #
|
381
|
+
background-color: #b5cc18;
|
407
382
|
}
|
408
383
|
.ui.olive.slider.basic .inner .thumb:hover,
|
409
384
|
.ui.olive.slider.basic:focus .inner .thumb {
|
@@ -412,7 +387,7 @@
|
|
412
387
|
|
413
388
|
/* Basic Inverted */
|
414
389
|
.ui.olive.inverted.slider.basic .inner .thumb {
|
415
|
-
background-color: #
|
390
|
+
background-color: #d9e778;
|
416
391
|
}
|
417
392
|
.ui.olive.inverted.slider.basic .inner .thumb:hover,
|
418
393
|
.ui.olive.inverted.slider.basic:focus .inner .thumb {
|
@@ -421,15 +396,15 @@
|
|
421
396
|
|
422
397
|
/* Standard */
|
423
398
|
.ui.green.slider .inner .track-fill {
|
424
|
-
background-color: #
|
399
|
+
background-color: #21ba45;
|
425
400
|
}
|
426
401
|
.ui.green.inverted.slider .inner .track-fill {
|
427
|
-
background-color: #
|
402
|
+
background-color: #2ecc40;
|
428
403
|
}
|
429
404
|
|
430
405
|
/* Basic */
|
431
406
|
.ui.green.slider.basic .inner .thumb {
|
432
|
-
background-color: #
|
407
|
+
background-color: #21ba45;
|
433
408
|
}
|
434
409
|
.ui.green.slider.basic .inner .thumb:hover,
|
435
410
|
.ui.green.slider.basic:focus .inner .thumb {
|
@@ -438,7 +413,7 @@
|
|
438
413
|
|
439
414
|
/* Basic Inverted */
|
440
415
|
.ui.green.inverted.slider.basic .inner .thumb {
|
441
|
-
background-color: #
|
416
|
+
background-color: #2ecc40;
|
442
417
|
}
|
443
418
|
.ui.green.inverted.slider.basic .inner .thumb:hover,
|
444
419
|
.ui.green.inverted.slider.basic:focus .inner .thumb {
|
@@ -447,15 +422,15 @@
|
|
447
422
|
|
448
423
|
/* Standard */
|
449
424
|
.ui.teal.slider .inner .track-fill {
|
450
|
-
background-color: #
|
425
|
+
background-color: #00b5ad;
|
451
426
|
}
|
452
427
|
.ui.teal.inverted.slider .inner .track-fill {
|
453
|
-
background-color: #
|
428
|
+
background-color: #6dffff;
|
454
429
|
}
|
455
430
|
|
456
431
|
/* Basic */
|
457
432
|
.ui.teal.slider.basic .inner .thumb {
|
458
|
-
background-color: #
|
433
|
+
background-color: #00b5ad;
|
459
434
|
}
|
460
435
|
.ui.teal.slider.basic .inner .thumb:hover,
|
461
436
|
.ui.teal.slider.basic:focus .inner .thumb {
|
@@ -464,7 +439,7 @@
|
|
464
439
|
|
465
440
|
/* Basic Inverted */
|
466
441
|
.ui.teal.inverted.slider.basic .inner .thumb {
|
467
|
-
background-color: #
|
442
|
+
background-color: #6dffff;
|
468
443
|
}
|
469
444
|
.ui.teal.inverted.slider.basic .inner .thumb:hover,
|
470
445
|
.ui.teal.inverted.slider.basic:focus .inner .thumb {
|
@@ -473,15 +448,15 @@
|
|
473
448
|
|
474
449
|
/* Standard */
|
475
450
|
.ui.blue.slider .inner .track-fill {
|
476
|
-
background-color: #
|
451
|
+
background-color: #2185d0;
|
477
452
|
}
|
478
453
|
.ui.blue.inverted.slider .inner .track-fill {
|
479
|
-
background-color: #
|
454
|
+
background-color: #54c8ff;
|
480
455
|
}
|
481
456
|
|
482
457
|
/* Basic */
|
483
458
|
.ui.blue.slider.basic .inner .thumb {
|
484
|
-
background-color: #
|
459
|
+
background-color: #2185d0;
|
485
460
|
}
|
486
461
|
.ui.blue.slider.basic .inner .thumb:hover,
|
487
462
|
.ui.blue.slider.basic:focus .inner .thumb {
|
@@ -490,7 +465,7 @@
|
|
490
465
|
|
491
466
|
/* Basic Inverted */
|
492
467
|
.ui.blue.inverted.slider.basic .inner .thumb {
|
493
|
-
background-color: #
|
468
|
+
background-color: #54c8ff;
|
494
469
|
}
|
495
470
|
.ui.blue.inverted.slider.basic .inner .thumb:hover,
|
496
471
|
.ui.blue.inverted.slider.basic:focus .inner .thumb {
|
@@ -499,15 +474,15 @@
|
|
499
474
|
|
500
475
|
/* Standard */
|
501
476
|
.ui.violet.slider .inner .track-fill {
|
502
|
-
background-color: #
|
477
|
+
background-color: #6435c9;
|
503
478
|
}
|
504
479
|
.ui.violet.inverted.slider .inner .track-fill {
|
505
|
-
background-color: #
|
480
|
+
background-color: #a291fb;
|
506
481
|
}
|
507
482
|
|
508
483
|
/* Basic */
|
509
484
|
.ui.violet.slider.basic .inner .thumb {
|
510
|
-
background-color: #
|
485
|
+
background-color: #6435c9;
|
511
486
|
}
|
512
487
|
.ui.violet.slider.basic .inner .thumb:hover,
|
513
488
|
.ui.violet.slider.basic:focus .inner .thumb {
|
@@ -516,7 +491,7 @@
|
|
516
491
|
|
517
492
|
/* Basic Inverted */
|
518
493
|
.ui.violet.inverted.slider.basic .inner .thumb {
|
519
|
-
background-color: #
|
494
|
+
background-color: #a291fb;
|
520
495
|
}
|
521
496
|
.ui.violet.inverted.slider.basic .inner .thumb:hover,
|
522
497
|
.ui.violet.inverted.slider.basic:focus .inner .thumb {
|
@@ -525,15 +500,15 @@
|
|
525
500
|
|
526
501
|
/* Standard */
|
527
502
|
.ui.purple.slider .inner .track-fill {
|
528
|
-
background-color: #
|
503
|
+
background-color: #a333c8;
|
529
504
|
}
|
530
505
|
.ui.purple.inverted.slider .inner .track-fill {
|
531
|
-
background-color: #
|
506
|
+
background-color: #dc73ff;
|
532
507
|
}
|
533
508
|
|
534
509
|
/* Basic */
|
535
510
|
.ui.purple.slider.basic .inner .thumb {
|
536
|
-
background-color: #
|
511
|
+
background-color: #a333c8;
|
537
512
|
}
|
538
513
|
.ui.purple.slider.basic .inner .thumb:hover,
|
539
514
|
.ui.purple.slider.basic:focus .inner .thumb {
|
@@ -542,7 +517,7 @@
|
|
542
517
|
|
543
518
|
/* Basic Inverted */
|
544
519
|
.ui.purple.inverted.slider.basic .inner .thumb {
|
545
|
-
background-color: #
|
520
|
+
background-color: #dc73ff;
|
546
521
|
}
|
547
522
|
.ui.purple.inverted.slider.basic .inner .thumb:hover,
|
548
523
|
.ui.purple.inverted.slider.basic:focus .inner .thumb {
|
@@ -551,15 +526,15 @@
|
|
551
526
|
|
552
527
|
/* Standard */
|
553
528
|
.ui.pink.slider .inner .track-fill {
|
554
|
-
background-color: #
|
529
|
+
background-color: #e03997;
|
555
530
|
}
|
556
531
|
.ui.pink.inverted.slider .inner .track-fill {
|
557
|
-
background-color: #
|
532
|
+
background-color: #ff8edf;
|
558
533
|
}
|
559
534
|
|
560
535
|
/* Basic */
|
561
536
|
.ui.pink.slider.basic .inner .thumb {
|
562
|
-
background-color: #
|
537
|
+
background-color: #e03997;
|
563
538
|
}
|
564
539
|
.ui.pink.slider.basic .inner .thumb:hover,
|
565
540
|
.ui.pink.slider.basic:focus .inner .thumb {
|
@@ -568,7 +543,7 @@
|
|
568
543
|
|
569
544
|
/* Basic Inverted */
|
570
545
|
.ui.pink.inverted.slider.basic .inner .thumb {
|
571
|
-
background-color: #
|
546
|
+
background-color: #ff8edf;
|
572
547
|
}
|
573
548
|
.ui.pink.inverted.slider.basic .inner .thumb:hover,
|
574
549
|
.ui.pink.inverted.slider.basic:focus .inner .thumb {
|
@@ -577,15 +552,15 @@
|
|
577
552
|
|
578
553
|
/* Standard */
|
579
554
|
.ui.brown.slider .inner .track-fill {
|
580
|
-
background-color: #
|
555
|
+
background-color: #a5673f;
|
581
556
|
}
|
582
557
|
.ui.brown.inverted.slider .inner .track-fill {
|
583
|
-
background-color: #
|
558
|
+
background-color: #d67c1c;
|
584
559
|
}
|
585
560
|
|
586
561
|
/* Basic */
|
587
562
|
.ui.brown.slider.basic .inner .thumb {
|
588
|
-
background-color: #
|
563
|
+
background-color: #a5673f;
|
589
564
|
}
|
590
565
|
.ui.brown.slider.basic .inner .thumb:hover,
|
591
566
|
.ui.brown.slider.basic:focus .inner .thumb {
|
@@ -594,7 +569,7 @@
|
|
594
569
|
|
595
570
|
/* Basic Inverted */
|
596
571
|
.ui.brown.inverted.slider.basic .inner .thumb {
|
597
|
-
background-color: #
|
572
|
+
background-color: #d67c1c;
|
598
573
|
}
|
599
574
|
.ui.brown.inverted.slider.basic .inner .thumb:hover,
|
600
575
|
.ui.brown.inverted.slider.basic:focus .inner .thumb {
|
@@ -606,7 +581,7 @@
|
|
606
581
|
background-color: #767676;
|
607
582
|
}
|
608
583
|
.ui.grey.inverted.slider .inner .track-fill {
|
609
|
-
background-color: #
|
584
|
+
background-color: #dcddde;
|
610
585
|
}
|
611
586
|
|
612
587
|
/* Basic */
|
@@ -620,7 +595,7 @@
|
|
620
595
|
|
621
596
|
/* Basic Inverted */
|
622
597
|
.ui.grey.inverted.slider.basic .inner .thumb {
|
623
|
-
background-color: #
|
598
|
+
background-color: #dcddde;
|
624
599
|
}
|
625
600
|
.ui.grey.inverted.slider.basic .inner .thumb:hover,
|
626
601
|
.ui.grey.inverted.slider.basic:focus .inner .thumb {
|
@@ -629,7 +604,7 @@
|
|
629
604
|
|
630
605
|
/* Standard */
|
631
606
|
.ui.black.slider .inner .track-fill {
|
632
|
-
background-color: #
|
607
|
+
background-color: #1b1c1d;
|
633
608
|
}
|
634
609
|
.ui.black.inverted.slider .inner .track-fill {
|
635
610
|
background-color: #545454;
|
@@ -637,7 +612,7 @@
|
|
637
612
|
|
638
613
|
/* Basic */
|
639
614
|
.ui.black.slider.basic .inner .thumb {
|
640
|
-
background-color: #
|
615
|
+
background-color: #1b1c1d;
|
641
616
|
}
|
642
617
|
.ui.black.slider.basic .inner .thumb:hover,
|
643
618
|
.ui.black.slider.basic:focus .inner .thumb {
|
@@ -653,24 +628,22 @@
|
|
653
628
|
background-color: #000000;
|
654
629
|
}
|
655
630
|
|
656
|
-
|
657
|
-
|
658
|
-
|
659
|
-
|
631
|
+
/* --------------
|
632
|
+
Basic
|
633
|
+
--------------- */
|
660
634
|
|
661
635
|
/* Standard */
|
662
636
|
.ui.slider.basic .inner .thumb {
|
663
|
-
background-color: #
|
637
|
+
background-color: #1b1c1d;
|
664
638
|
}
|
665
639
|
.ui.slider.basic .inner .thumb:hover,
|
666
640
|
.ui.slider.basic:focus .inner .thumb {
|
667
641
|
background-color: #27292a;
|
668
642
|
}
|
669
643
|
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
644
|
+
/* --------------
|
645
|
+
Basic Inverted
|
646
|
+
--------------- */
|
674
647
|
|
675
648
|
/* Standard */
|
676
649
|
.ui.inverted.slider.basic .inner .thumb {
|
@@ -681,10 +654,9 @@
|
|
681
654
|
background-color: #000000;
|
682
655
|
}
|
683
656
|
|
684
|
-
|
657
|
+
/* --------------
|
685
658
|
Sizing
|
686
|
-
|
687
|
-
|
659
|
+
--------------- */
|
688
660
|
.ui.slider.small .inner .thumb {
|
689
661
|
height: 1em;
|
690
662
|
width: 1em;
|
@@ -698,10 +670,10 @@
|
|
698
670
|
top: 0.35em;
|
699
671
|
}
|
700
672
|
.ui.small.labeled.slider:not(.vertical) > .labels,
|
701
|
-
.ui.small.labeled.slider:not(.vertical) > .labels .label
|
673
|
+
.ui.small.labeled.slider:not(.vertical) > .labels .label::after {
|
702
674
|
height: 1em;
|
703
675
|
}
|
704
|
-
.ui.small.labeled.slider:not(.vertical) > .labels .halftick.label
|
676
|
+
.ui.small.labeled.slider:not(.vertical) > .labels .halftick.label::after {
|
705
677
|
height: 0.5em;
|
706
678
|
}
|
707
679
|
|
@@ -715,10 +687,10 @@
|
|
715
687
|
left: 0.35em;
|
716
688
|
}
|
717
689
|
.ui.small.labeled.vertical.slider > .labels,
|
718
|
-
.ui.small.labeled.vertical.slider > .labels .label
|
690
|
+
.ui.small.labeled.vertical.slider > .labels .label::after {
|
719
691
|
width: 1em;
|
720
692
|
}
|
721
|
-
.ui.small.labeled.vertical.slider > .labels .halftick.label
|
693
|
+
.ui.small.labeled.vertical.slider > .labels .halftick.label::after {
|
722
694
|
width: 0.5em;
|
723
695
|
}
|
724
696
|
.ui.slider.large .inner .thumb {
|
@@ -734,10 +706,10 @@
|
|
734
706
|
top: 0.75em;
|
735
707
|
}
|
736
708
|
.ui.large.labeled.slider:not(.vertical) > .labels,
|
737
|
-
.ui.large.labeled.slider:not(.vertical) > .labels .label
|
709
|
+
.ui.large.labeled.slider:not(.vertical) > .labels .label::after {
|
738
710
|
height: 2em;
|
739
711
|
}
|
740
|
-
.ui.large.labeled.slider:not(.vertical) > .labels .halftick.label
|
712
|
+
.ui.large.labeled.slider:not(.vertical) > .labels .halftick.label::after {
|
741
713
|
height: 1em;
|
742
714
|
}
|
743
715
|
|
@@ -751,10 +723,10 @@
|
|
751
723
|
left: 0.75em;
|
752
724
|
}
|
753
725
|
.ui.large.labeled.vertical.slider > .labels,
|
754
|
-
.ui.large.labeled.vertical.slider > .labels .label
|
726
|
+
.ui.large.labeled.vertical.slider > .labels .label::after {
|
755
727
|
width: 2em;
|
756
728
|
}
|
757
|
-
.ui.large.labeled.vertical.slider > .labels .halftick.label
|
729
|
+
.ui.large.labeled.vertical.slider > .labels .halftick.label::after {
|
758
730
|
width: 1em;
|
759
731
|
}
|
760
732
|
.ui.slider.big .inner .thumb {
|
@@ -770,10 +742,10 @@
|
|
770
742
|
top: 0.95em;
|
771
743
|
}
|
772
744
|
.ui.big.labeled.slider:not(.vertical) > .labels,
|
773
|
-
.ui.big.labeled.slider:not(.vertical) > .labels .label
|
745
|
+
.ui.big.labeled.slider:not(.vertical) > .labels .label::after {
|
774
746
|
height: 2.5em;
|
775
747
|
}
|
776
|
-
.ui.big.labeled.slider:not(.vertical) > .labels .halftick.label
|
748
|
+
.ui.big.labeled.slider:not(.vertical) > .labels .halftick.label::after {
|
777
749
|
height: 1.25em;
|
778
750
|
}
|
779
751
|
|
@@ -787,10 +759,10 @@
|
|
787
759
|
left: 0.95em;
|
788
760
|
}
|
789
761
|
.ui.big.labeled.vertical.slider > .labels,
|
790
|
-
.ui.big.labeled.vertical.slider > .labels .label
|
762
|
+
.ui.big.labeled.vertical.slider > .labels .label::after {
|
791
763
|
width: 2.5em;
|
792
764
|
}
|
793
|
-
.ui.big.labeled.vertical.slider > .labels .halftick.label
|
765
|
+
.ui.big.labeled.vertical.slider > .labels .halftick.label::after {
|
794
766
|
width: 1.25em;
|
795
767
|
}
|
796
768
|
|