fomantic-ui-sass 2.8.8 → 2.9.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -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 +9 -3
- data/app/assets/javascripts/semantic-ui/api.js +92 -33
- data/app/assets/javascripts/semantic-ui/calendar.js +200 -82
- data/app/assets/javascripts/semantic-ui/checkbox.js +20 -13
- data/app/assets/javascripts/semantic-ui/dimmer.js +24 -9
- data/app/assets/javascripts/semantic-ui/dropdown.js +250 -205
- data/app/assets/javascripts/semantic-ui/embed.js +13 -9
- data/app/assets/javascripts/semantic-ui/flyout.js +1530 -0
- data/app/assets/javascripts/semantic-ui/form.js +47 -41
- data/app/assets/javascripts/semantic-ui/modal.js +187 -83
- data/app/assets/javascripts/semantic-ui/nag.js +2 -2
- data/app/assets/javascripts/semantic-ui/popup.js +16 -22
- data/app/assets/javascripts/semantic-ui/progress.js +7 -4
- data/app/assets/javascripts/semantic-ui/rating.js +7 -3
- data/app/assets/javascripts/semantic-ui/search.js +47 -20
- data/app/assets/javascripts/semantic-ui/shape.js +3 -3
- data/app/assets/javascripts/semantic-ui/sidebar.js +140 -43
- data/app/assets/javascripts/semantic-ui/site.js +1 -1
- data/app/assets/javascripts/semantic-ui/slider.js +78 -63
- data/app/assets/javascripts/semantic-ui/state.js +2 -2
- data/app/assets/javascripts/semantic-ui/sticky.js +30 -19
- data/app/assets/javascripts/semantic-ui/tab.js +24 -6
- data/app/assets/javascripts/semantic-ui/toast.js +67 -33
- data/app/assets/javascripts/semantic-ui/transition.js +27 -22
- data/app/assets/javascripts/semantic-ui/visibility.js +5 -5
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +160 -83
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +25 -21
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +110 -78
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +43 -43
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1684 -272
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +204 -157
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +98 -4
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +31 -31
- data/app/assets/stylesheets/semantic-ui/elements/_emoji.scss +10799 -8841
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1021 -915
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +6 -4
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2110 -2061
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +759 -22
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +72 -68
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +31 -31
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +352 -352
- data/app/assets/stylesheets/semantic-ui/elements/_placeholder.scss +33 -33
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +118 -34
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +32 -32
- data/app/assets/stylesheets/semantic-ui/elements/_text.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +5 -4
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +139 -42
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +177 -37
- data/app/assets/stylesheets/semantic-ui/modules/_calendar.scss +18 -1
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +93 -92
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +33 -18
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +101 -51
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/modules/_flyout.scss +592 -0
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +37 -6
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +103 -105
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +7 -46
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +23 -9
- data/app/assets/stylesheets/semantic-ui/modules/_slider.scss +17 -17
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/modules/_toast.scss +49 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +754 -117
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +12 -12
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +29 -29
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +17 -17
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +4 -4
- data/fomantic-ui-sass.gemspec +1 -1
- data/lib/fomantic/ui/sass/version.rb +2 -2
- metadata +9 -7
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Fomantic-UI 2.
|
2
|
+
* # Fomantic-UI 2.9.0 - Form
|
3
3
|
* http://github.com/fomantic/Fomantic-UI/
|
4
4
|
*
|
5
5
|
*
|
@@ -56,11 +56,13 @@
|
|
56
56
|
.ui.form .field > label {
|
57
57
|
display: block;
|
58
58
|
margin: 0 0 0.28571429rem 0;
|
59
|
-
color: rgba(0, 0, 0, 0.87);
|
60
59
|
font-size: 0.92857143em;
|
61
60
|
font-weight: bold;
|
62
61
|
text-transform: none;
|
63
62
|
}
|
63
|
+
.ui.form:not(.inverted) .field > label:not(.button) {
|
64
|
+
color: rgba(0, 0, 0, 0.87);
|
65
|
+
}
|
64
66
|
|
65
67
|
/*--------------------
|
66
68
|
Standard Inputs
|
@@ -68,9 +70,11 @@
|
|
68
70
|
|
69
71
|
.ui.form textarea,
|
70
72
|
.ui.form input:not([type]),
|
73
|
+
.ui.form input[type="color"],
|
71
74
|
.ui.form input[type="date"],
|
72
75
|
.ui.form input[type="datetime-local"],
|
73
76
|
.ui.form input[type="email"],
|
77
|
+
.ui.form input[type="month"],
|
74
78
|
.ui.form input[type="number"],
|
75
79
|
.ui.form input[type="password"],
|
76
80
|
.ui.form input[type="search"],
|
@@ -78,7 +82,8 @@
|
|
78
82
|
.ui.form input[type="time"],
|
79
83
|
.ui.form input[type="text"],
|
80
84
|
.ui.form input[type="file"],
|
81
|
-
.ui.form input[type="url"]
|
85
|
+
.ui.form input[type="url"],
|
86
|
+
.ui.form input[type="week"] {
|
82
87
|
width: 100%;
|
83
88
|
vertical-align: top;
|
84
89
|
}
|
@@ -89,9 +94,11 @@
|
|
89
94
|
height: 1.21428571em;
|
90
95
|
}
|
91
96
|
.ui.form input:not([type]),
|
97
|
+
.ui.form input[type="color"],
|
92
98
|
.ui.form input[type="date"],
|
93
99
|
.ui.form input[type="datetime-local"],
|
94
100
|
.ui.form input[type="email"],
|
101
|
+
.ui.form input[type="month"],
|
95
102
|
.ui.form input[type="number"],
|
96
103
|
.ui.form input[type="password"],
|
97
104
|
.ui.form input[type="search"],
|
@@ -99,8 +106,9 @@
|
|
99
106
|
.ui.form input[type="time"],
|
100
107
|
.ui.form input[type="text"],
|
101
108
|
.ui.form input[type="file"],
|
102
|
-
.ui.form input[type="url"]
|
103
|
-
|
109
|
+
.ui.form input[type="url"],
|
110
|
+
.ui.form input[type="week"] {
|
111
|
+
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";
|
104
112
|
margin: 0;
|
105
113
|
outline: none;
|
106
114
|
-webkit-appearance: none;
|
@@ -117,6 +125,16 @@
|
|
117
125
|
-webkit-transition: color 0.1s ease, border-color 0.1s ease;
|
118
126
|
transition: color 0.1s ease, border-color 0.1s ease;
|
119
127
|
}
|
128
|
+
.ui.form input[type="color"] {
|
129
|
+
padding: initial;
|
130
|
+
}
|
131
|
+
.ui.form input::-webkit-calendar-picker-indicator {
|
132
|
+
padding: 0;
|
133
|
+
opacity: 0.5;
|
134
|
+
-webkit-transition: opacity 0.3s ease;
|
135
|
+
transition: opacity 0.3s ease;
|
136
|
+
cursor: pointer;
|
137
|
+
}
|
120
138
|
|
121
139
|
/* Text Area */
|
122
140
|
.ui.input textarea,
|
@@ -135,7 +153,7 @@
|
|
135
153
|
-webkit-transition: color 0.1s ease, border-color 0.1s ease;
|
136
154
|
transition: color 0.1s ease, border-color 0.1s ease;
|
137
155
|
font-size: 1em;
|
138
|
-
font-family:
|
156
|
+
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";
|
139
157
|
line-height: 1.2857;
|
140
158
|
resize: vertical;
|
141
159
|
}
|
@@ -225,7 +243,7 @@
|
|
225
243
|
|
226
244
|
|
227
245
|
/* Block */
|
228
|
-
.ui.form .field > .selection.dropdown {
|
246
|
+
.ui.form .field > .selection.dropdown:not(.compact) {
|
229
247
|
min-width: auto;
|
230
248
|
width: 100%;
|
231
249
|
}
|
@@ -321,13 +339,16 @@
|
|
321
339
|
border: 1px solid #E0B4B4 !important;
|
322
340
|
color: #9F3A38 !important;
|
323
341
|
}
|
342
|
+
.ui.form .field .prompt.label li::before {
|
343
|
+
color: #9F3A38;
|
344
|
+
}
|
324
345
|
.ui.form .inline.fields .field .prompt,
|
325
346
|
.ui.form .inline.field .prompt {
|
326
347
|
vertical-align: top;
|
327
348
|
margin: -0.25em 0 -0.5em 0.5em;
|
328
349
|
}
|
329
|
-
.ui.form .inline.fields .field .prompt
|
330
|
-
.ui.form .inline.field .prompt
|
350
|
+
.ui.form .inline.fields .field .prompt::before,
|
351
|
+
.ui.form .inline.field .prompt::before {
|
331
352
|
border-width: 0 0 1px 1px;
|
332
353
|
bottom: auto;
|
333
354
|
right: auto;
|
@@ -389,9 +410,11 @@
|
|
389
410
|
---------------------*/
|
390
411
|
|
391
412
|
.ui.form input:not([type]):focus,
|
413
|
+
.ui.form input[type="color"]:focus,
|
392
414
|
.ui.form input[type="date"]:focus,
|
393
415
|
.ui.form input[type="datetime-local"]:focus,
|
394
416
|
.ui.form input[type="email"]:focus,
|
417
|
+
.ui.form input[type="month"]:focus,
|
395
418
|
.ui.form input[type="number"]:focus,
|
396
419
|
.ui.form input[type="password"]:focus,
|
397
420
|
.ui.form input[type="search"]:focus,
|
@@ -399,7 +422,8 @@
|
|
399
422
|
.ui.form input[type="time"]:focus,
|
400
423
|
.ui.form input[type="text"]:focus,
|
401
424
|
.ui.form input[type="file"]:focus,
|
402
|
-
.ui.form input[type="url"]:focus
|
425
|
+
.ui.form input[type="url"]:focus,
|
426
|
+
.ui.form input[type="week"]:focus {
|
403
427
|
color: rgba(0, 0, 0, 0.95);
|
404
428
|
border-color: #85B7D9;
|
405
429
|
border-radius: 0.28571429rem;
|
@@ -408,9 +432,11 @@
|
|
408
432
|
box-shadow: 0 0 0 0 rgba(34, 36, 38, 0.35) inset;
|
409
433
|
}
|
410
434
|
.ui.form .ui.action.input:not([class*="left action"]) input:not([type]):focus,
|
435
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="color"]:focus,
|
411
436
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="date"]:focus,
|
412
437
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="datetime-local"]:focus,
|
413
438
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="email"]:focus,
|
439
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="month"]:focus,
|
414
440
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="number"]:focus,
|
415
441
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="password"]:focus,
|
416
442
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="search"]:focus,
|
@@ -418,14 +444,17 @@
|
|
418
444
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="time"]:focus,
|
419
445
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="text"]:focus,
|
420
446
|
.ui.form .ui.action.input:not([class*="left action"]) input[type="file"]:focus,
|
421
|
-
.ui.form .ui.action.input:not([class*="left action"]) input[type="url"]:focus
|
447
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="url"]:focus,
|
448
|
+
.ui.form .ui.action.input:not([class*="left action"]) input[type="week"]:focus {
|
422
449
|
border-top-right-radius: 0;
|
423
450
|
border-bottom-right-radius: 0;
|
424
451
|
}
|
425
452
|
.ui.form .ui[class*="left action"].input input:not([type]),
|
453
|
+
.ui.form .ui[class*="left action"].input input[type="color"],
|
426
454
|
.ui.form .ui[class*="left action"].input input[type="date"],
|
427
455
|
.ui.form .ui[class*="left action"].input input[type="datetime-local"],
|
428
456
|
.ui.form .ui[class*="left action"].input input[type="email"],
|
457
|
+
.ui.form .ui[class*="left action"].input input[type="month"],
|
429
458
|
.ui.form .ui[class*="left action"].input input[type="number"],
|
430
459
|
.ui.form .ui[class*="left action"].input input[type="password"],
|
431
460
|
.ui.form .ui[class*="left action"].input input[type="search"],
|
@@ -433,7 +462,8 @@
|
|
433
462
|
.ui.form .ui[class*="left action"].input input[type="time"],
|
434
463
|
.ui.form .ui[class*="left action"].input input[type="text"],
|
435
464
|
.ui.form .ui[class*="left action"].input input[type="file"],
|
436
|
-
.ui.form .ui[class*="left action"].input input[type="url"]
|
465
|
+
.ui.form .ui[class*="left action"].input input[type="url"],
|
466
|
+
.ui.form .ui[class*="left action"].input input[type="week"] {
|
437
467
|
border-bottom-left-radius: 0;
|
438
468
|
border-top-left-radius: 0;
|
439
469
|
}
|
@@ -447,6 +477,11 @@
|
|
447
477
|
-webkit-appearance: none;
|
448
478
|
}
|
449
479
|
|
480
|
+
/* Focus */
|
481
|
+
.ui.form input:focus::-webkit-calendar-picker-indicator {
|
482
|
+
opacity: 1;
|
483
|
+
}
|
484
|
+
|
450
485
|
/*--------------------
|
451
486
|
States
|
452
487
|
---------------------*/
|
@@ -500,9 +535,11 @@
|
|
500
535
|
.ui.form .fields.error .field textarea,
|
501
536
|
.ui.form .fields.error .field select,
|
502
537
|
.ui.form .fields.error .field input:not([type]),
|
538
|
+
.ui.form .fields.error .field input[type="color"],
|
503
539
|
.ui.form .fields.error .field input[type="date"],
|
504
540
|
.ui.form .fields.error .field input[type="datetime-local"],
|
505
541
|
.ui.form .fields.error .field input[type="email"],
|
542
|
+
.ui.form .fields.error .field input[type="month"],
|
506
543
|
.ui.form .fields.error .field input[type="number"],
|
507
544
|
.ui.form .fields.error .field input[type="password"],
|
508
545
|
.ui.form .fields.error .field input[type="search"],
|
@@ -511,12 +548,15 @@
|
|
511
548
|
.ui.form .fields.error .field input[type="text"],
|
512
549
|
.ui.form .fields.error .field input[type="file"],
|
513
550
|
.ui.form .fields.error .field input[type="url"],
|
551
|
+
.ui.form .fields.error .field input[type="week"],
|
514
552
|
.ui.form .field.error textarea,
|
515
553
|
.ui.form .field.error select,
|
516
554
|
.ui.form .field.error input:not([type]),
|
555
|
+
.ui.form .field.error input[type="color"],
|
517
556
|
.ui.form .field.error input[type="date"],
|
518
557
|
.ui.form .field.error input[type="datetime-local"],
|
519
558
|
.ui.form .field.error input[type="email"],
|
559
|
+
.ui.form .field.error input[type="month"],
|
520
560
|
.ui.form .field.error input[type="number"],
|
521
561
|
.ui.form .field.error input[type="password"],
|
522
562
|
.ui.form .field.error input[type="search"],
|
@@ -524,7 +564,30 @@
|
|
524
564
|
.ui.form .field.error input[type="time"],
|
525
565
|
.ui.form .field.error input[type="text"],
|
526
566
|
.ui.form .field.error input[type="file"],
|
527
|
-
.ui.form .field.error input[type="url"]
|
567
|
+
.ui.form .field.error input[type="url"],
|
568
|
+
.ui.form .field.error input[type="week"] {
|
569
|
+
color: #9F3A38;
|
570
|
+
background: #FFF6F6;
|
571
|
+
border-color: #E0B4B4;
|
572
|
+
border-radius: '';
|
573
|
+
-webkit-box-shadow: none;
|
574
|
+
box-shadow: none;
|
575
|
+
}
|
576
|
+
.ui.form .field input:not(:-moz-placeholder-shown):invalid {
|
577
|
+
color: #9F3A38;
|
578
|
+
background: #FFF6F6;
|
579
|
+
border-color: #E0B4B4;
|
580
|
+
border-radius: '';
|
581
|
+
box-shadow: none;
|
582
|
+
}
|
583
|
+
.ui.form .field input:not(:-ms-input-placeholder):invalid {
|
584
|
+
color: #9F3A38;
|
585
|
+
background: #FFF6F6;
|
586
|
+
border-color: #E0B4B4;
|
587
|
+
border-radius: '';
|
588
|
+
box-shadow: none;
|
589
|
+
}
|
590
|
+
.ui.form .field input:not(:placeholder-shown):invalid {
|
528
591
|
color: #9F3A38;
|
529
592
|
background: #FFF6F6;
|
530
593
|
border-color: #E0B4B4;
|
@@ -532,12 +595,21 @@
|
|
532
595
|
-webkit-box-shadow: none;
|
533
596
|
box-shadow: none;
|
534
597
|
}
|
598
|
+
.ui.form .field input:not(:-ms-input-placeholder):invalid {
|
599
|
+
color: #9F3A38;
|
600
|
+
background: #FFF6F6;
|
601
|
+
border-color: #E0B4B4;
|
602
|
+
border-radius: '';
|
603
|
+
box-shadow: none;
|
604
|
+
}
|
535
605
|
.ui.form .field.error textarea:focus,
|
536
606
|
.ui.form .field.error select:focus,
|
537
607
|
.ui.form .field.error input:not([type]):focus,
|
608
|
+
.ui.form .field.error input[type="color"]:focus,
|
538
609
|
.ui.form .field.error input[type="date"]:focus,
|
539
610
|
.ui.form .field.error input[type="datetime-local"]:focus,
|
540
611
|
.ui.form .field.error input[type="email"]:focus,
|
612
|
+
.ui.form .field.error input[type="month"]:focus,
|
541
613
|
.ui.form .field.error input[type="number"]:focus,
|
542
614
|
.ui.form .field.error input[type="password"]:focus,
|
543
615
|
.ui.form .field.error input[type="search"]:focus,
|
@@ -545,7 +617,8 @@
|
|
545
617
|
.ui.form .field.error input[type="time"]:focus,
|
546
618
|
.ui.form .field.error input[type="text"]:focus,
|
547
619
|
.ui.form .field.error input[type="file"]:focus,
|
548
|
-
.ui.form .field.error input[type="url"]:focus
|
620
|
+
.ui.form .field.error input[type="url"]:focus,
|
621
|
+
.ui.form .field.error input[type="week"]:focus {
|
549
622
|
background: #FFF6F6;
|
550
623
|
border-color: #E0B4B4;
|
551
624
|
color: #9F3A38;
|
@@ -652,22 +725,16 @@
|
|
652
725
|
---------------------*/
|
653
726
|
|
654
727
|
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label,
|
655
|
-
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label
|
656
|
-
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box,
|
657
|
-
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box {
|
728
|
+
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label {
|
658
729
|
color: #9F3A38;
|
659
730
|
}
|
660
|
-
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label
|
661
|
-
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label
|
662
|
-
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) .box:before,
|
663
|
-
.ui.form .field.error .checkbox:not(.toggle):not(.slider) .box:before {
|
731
|
+
.ui.form .fields.error .field .checkbox:not(.toggle):not(.slider) label::before,
|
732
|
+
.ui.form .field.error .checkbox:not(.toggle):not(.slider) label::before {
|
664
733
|
background: #FFF6F6;
|
665
734
|
border-color: #E0B4B4;
|
666
735
|
}
|
667
|
-
.ui.form .fields.error .field .checkbox label
|
668
|
-
.ui.form .field.error .checkbox label
|
669
|
-
.ui.form .fields.error .field .checkbox .box:after,
|
670
|
-
.ui.form .field.error .checkbox .box:after {
|
736
|
+
.ui.form .fields.error .field .checkbox label::after,
|
737
|
+
.ui.form .field.error .checkbox label::after {
|
671
738
|
color: #9F3A38;
|
672
739
|
}
|
673
740
|
.ui.inverted.form .fields.error .field label,
|
@@ -723,9 +790,11 @@
|
|
723
790
|
.ui.form .fields.info .field textarea,
|
724
791
|
.ui.form .fields.info .field select,
|
725
792
|
.ui.form .fields.info .field input:not([type]),
|
793
|
+
.ui.form .fields.info .field input[type="color"],
|
726
794
|
.ui.form .fields.info .field input[type="date"],
|
727
795
|
.ui.form .fields.info .field input[type="datetime-local"],
|
728
796
|
.ui.form .fields.info .field input[type="email"],
|
797
|
+
.ui.form .fields.info .field input[type="month"],
|
729
798
|
.ui.form .fields.info .field input[type="number"],
|
730
799
|
.ui.form .fields.info .field input[type="password"],
|
731
800
|
.ui.form .fields.info .field input[type="search"],
|
@@ -734,12 +803,15 @@
|
|
734
803
|
.ui.form .fields.info .field input[type="text"],
|
735
804
|
.ui.form .fields.info .field input[type="file"],
|
736
805
|
.ui.form .fields.info .field input[type="url"],
|
806
|
+
.ui.form .fields.info .field input[type="week"],
|
737
807
|
.ui.form .field.info textarea,
|
738
808
|
.ui.form .field.info select,
|
739
809
|
.ui.form .field.info input:not([type]),
|
810
|
+
.ui.form .field.info input[type="color"],
|
740
811
|
.ui.form .field.info input[type="date"],
|
741
812
|
.ui.form .field.info input[type="datetime-local"],
|
742
813
|
.ui.form .field.info input[type="email"],
|
814
|
+
.ui.form .field.info input[type="month"],
|
743
815
|
.ui.form .field.info input[type="number"],
|
744
816
|
.ui.form .field.info input[type="password"],
|
745
817
|
.ui.form .field.info input[type="search"],
|
@@ -747,7 +819,8 @@
|
|
747
819
|
.ui.form .field.info input[type="time"],
|
748
820
|
.ui.form .field.info input[type="text"],
|
749
821
|
.ui.form .field.info input[type="file"],
|
750
|
-
.ui.form .field.info input[type="url"]
|
822
|
+
.ui.form .field.info input[type="url"],
|
823
|
+
.ui.form .field.info input[type="week"] {
|
751
824
|
color: #276F86;
|
752
825
|
background: #F8FFFF;
|
753
826
|
border-color: #A9D5DE;
|
@@ -758,9 +831,11 @@
|
|
758
831
|
.ui.form .field.info textarea:focus,
|
759
832
|
.ui.form .field.info select:focus,
|
760
833
|
.ui.form .field.info input:not([type]):focus,
|
834
|
+
.ui.form .field.info input[type="color"]:focus,
|
761
835
|
.ui.form .field.info input[type="date"]:focus,
|
762
836
|
.ui.form .field.info input[type="datetime-local"]:focus,
|
763
837
|
.ui.form .field.info input[type="email"]:focus,
|
838
|
+
.ui.form .field.info input[type="month"]:focus,
|
764
839
|
.ui.form .field.info input[type="number"]:focus,
|
765
840
|
.ui.form .field.info input[type="password"]:focus,
|
766
841
|
.ui.form .field.info input[type="search"]:focus,
|
@@ -768,7 +843,8 @@
|
|
768
843
|
.ui.form .field.info input[type="time"]:focus,
|
769
844
|
.ui.form .field.info input[type="text"]:focus,
|
770
845
|
.ui.form .field.info input[type="file"]:focus,
|
771
|
-
.ui.form .field.info input[type="url"]:focus
|
846
|
+
.ui.form .field.info input[type="url"]:focus,
|
847
|
+
.ui.form .field.info input[type="week"]:focus {
|
772
848
|
background: #F8FFFF;
|
773
849
|
border-color: #A9D5DE;
|
774
850
|
color: #276F86;
|
@@ -875,22 +951,16 @@
|
|
875
951
|
---------------------*/
|
876
952
|
|
877
953
|
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label,
|
878
|
-
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label
|
879
|
-
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box,
|
880
|
-
.ui.form .field.info .checkbox:not(.toggle):not(.slider) .box {
|
954
|
+
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label {
|
881
955
|
color: #276F86;
|
882
956
|
}
|
883
|
-
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label
|
884
|
-
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label
|
885
|
-
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) .box:before,
|
886
|
-
.ui.form .field.info .checkbox:not(.toggle):not(.slider) .box:before {
|
957
|
+
.ui.form .fields.info .field .checkbox:not(.toggle):not(.slider) label::before,
|
958
|
+
.ui.form .field.info .checkbox:not(.toggle):not(.slider) label::before {
|
887
959
|
background: #F8FFFF;
|
888
960
|
border-color: #A9D5DE;
|
889
961
|
}
|
890
|
-
.ui.form .fields.info .field .checkbox label
|
891
|
-
.ui.form .field.info .checkbox label
|
892
|
-
.ui.form .fields.info .field .checkbox .box:after,
|
893
|
-
.ui.form .field.info .checkbox .box:after {
|
962
|
+
.ui.form .fields.info .field .checkbox label::after,
|
963
|
+
.ui.form .field.info .checkbox label::after {
|
894
964
|
color: #276F86;
|
895
965
|
}
|
896
966
|
.ui.inverted.form .fields.info .field label,
|
@@ -946,9 +1016,11 @@
|
|
946
1016
|
.ui.form .fields.success .field textarea,
|
947
1017
|
.ui.form .fields.success .field select,
|
948
1018
|
.ui.form .fields.success .field input:not([type]),
|
1019
|
+
.ui.form .fields.success .field input[type="color"],
|
949
1020
|
.ui.form .fields.success .field input[type="date"],
|
950
1021
|
.ui.form .fields.success .field input[type="datetime-local"],
|
951
1022
|
.ui.form .fields.success .field input[type="email"],
|
1023
|
+
.ui.form .fields.success .field input[type="month"],
|
952
1024
|
.ui.form .fields.success .field input[type="number"],
|
953
1025
|
.ui.form .fields.success .field input[type="password"],
|
954
1026
|
.ui.form .fields.success .field input[type="search"],
|
@@ -957,12 +1029,15 @@
|
|
957
1029
|
.ui.form .fields.success .field input[type="text"],
|
958
1030
|
.ui.form .fields.success .field input[type="file"],
|
959
1031
|
.ui.form .fields.success .field input[type="url"],
|
1032
|
+
.ui.form .fields.success .field input[type="week"],
|
960
1033
|
.ui.form .field.success textarea,
|
961
1034
|
.ui.form .field.success select,
|
962
1035
|
.ui.form .field.success input:not([type]),
|
1036
|
+
.ui.form .field.success input[type="color"],
|
963
1037
|
.ui.form .field.success input[type="date"],
|
964
1038
|
.ui.form .field.success input[type="datetime-local"],
|
965
1039
|
.ui.form .field.success input[type="email"],
|
1040
|
+
.ui.form .field.success input[type="month"],
|
966
1041
|
.ui.form .field.success input[type="number"],
|
967
1042
|
.ui.form .field.success input[type="password"],
|
968
1043
|
.ui.form .field.success input[type="search"],
|
@@ -970,7 +1045,8 @@
|
|
970
1045
|
.ui.form .field.success input[type="time"],
|
971
1046
|
.ui.form .field.success input[type="text"],
|
972
1047
|
.ui.form .field.success input[type="file"],
|
973
|
-
.ui.form .field.success input[type="url"]
|
1048
|
+
.ui.form .field.success input[type="url"],
|
1049
|
+
.ui.form .field.success input[type="week"] {
|
974
1050
|
color: #2C662D;
|
975
1051
|
background: #FCFFF5;
|
976
1052
|
border-color: #A3C293;
|
@@ -981,9 +1057,11 @@
|
|
981
1057
|
.ui.form .field.success textarea:focus,
|
982
1058
|
.ui.form .field.success select:focus,
|
983
1059
|
.ui.form .field.success input:not([type]):focus,
|
1060
|
+
.ui.form .field.success input[type="color"]:focus,
|
984
1061
|
.ui.form .field.success input[type="date"]:focus,
|
985
1062
|
.ui.form .field.success input[type="datetime-local"]:focus,
|
986
1063
|
.ui.form .field.success input[type="email"]:focus,
|
1064
|
+
.ui.form .field.success input[type="month"]:focus,
|
987
1065
|
.ui.form .field.success input[type="number"]:focus,
|
988
1066
|
.ui.form .field.success input[type="password"]:focus,
|
989
1067
|
.ui.form .field.success input[type="search"]:focus,
|
@@ -991,7 +1069,8 @@
|
|
991
1069
|
.ui.form .field.success input[type="time"]:focus,
|
992
1070
|
.ui.form .field.success input[type="text"]:focus,
|
993
1071
|
.ui.form .field.success input[type="file"]:focus,
|
994
|
-
.ui.form .field.success input[type="url"]:focus
|
1072
|
+
.ui.form .field.success input[type="url"]:focus,
|
1073
|
+
.ui.form .field.success input[type="week"]:focus {
|
995
1074
|
background: #FCFFF5;
|
996
1075
|
border-color: #A3C293;
|
997
1076
|
color: #2C662D;
|
@@ -1098,22 +1177,16 @@
|
|
1098
1177
|
---------------------*/
|
1099
1178
|
|
1100
1179
|
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label,
|
1101
|
-
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label
|
1102
|
-
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box,
|
1103
|
-
.ui.form .field.success .checkbox:not(.toggle):not(.slider) .box {
|
1180
|
+
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label {
|
1104
1181
|
color: #2C662D;
|
1105
1182
|
}
|
1106
|
-
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label
|
1107
|
-
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label
|
1108
|
-
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) .box:before,
|
1109
|
-
.ui.form .field.success .checkbox:not(.toggle):not(.slider) .box:before {
|
1183
|
+
.ui.form .fields.success .field .checkbox:not(.toggle):not(.slider) label::before,
|
1184
|
+
.ui.form .field.success .checkbox:not(.toggle):not(.slider) label::before {
|
1110
1185
|
background: #FCFFF5;
|
1111
1186
|
border-color: #A3C293;
|
1112
1187
|
}
|
1113
|
-
.ui.form .fields.success .field .checkbox label
|
1114
|
-
.ui.form .field.success .checkbox label
|
1115
|
-
.ui.form .fields.success .field .checkbox .box:after,
|
1116
|
-
.ui.form .field.success .checkbox .box:after {
|
1188
|
+
.ui.form .fields.success .field .checkbox label::after,
|
1189
|
+
.ui.form .field.success .checkbox label::after {
|
1117
1190
|
color: #2C662D;
|
1118
1191
|
}
|
1119
1192
|
.ui.inverted.form .fields.success .field label,
|
@@ -1169,9 +1242,11 @@
|
|
1169
1242
|
.ui.form .fields.warning .field textarea,
|
1170
1243
|
.ui.form .fields.warning .field select,
|
1171
1244
|
.ui.form .fields.warning .field input:not([type]),
|
1245
|
+
.ui.form .fields.warning .field input[type="color"],
|
1172
1246
|
.ui.form .fields.warning .field input[type="date"],
|
1173
1247
|
.ui.form .fields.warning .field input[type="datetime-local"],
|
1174
1248
|
.ui.form .fields.warning .field input[type="email"],
|
1249
|
+
.ui.form .fields.warning .field input[type="month"],
|
1175
1250
|
.ui.form .fields.warning .field input[type="number"],
|
1176
1251
|
.ui.form .fields.warning .field input[type="password"],
|
1177
1252
|
.ui.form .fields.warning .field input[type="search"],
|
@@ -1180,12 +1255,15 @@
|
|
1180
1255
|
.ui.form .fields.warning .field input[type="text"],
|
1181
1256
|
.ui.form .fields.warning .field input[type="file"],
|
1182
1257
|
.ui.form .fields.warning .field input[type="url"],
|
1258
|
+
.ui.form .fields.warning .field input[type="week"],
|
1183
1259
|
.ui.form .field.warning textarea,
|
1184
1260
|
.ui.form .field.warning select,
|
1185
1261
|
.ui.form .field.warning input:not([type]),
|
1262
|
+
.ui.form .field.warning input[type="color"],
|
1186
1263
|
.ui.form .field.warning input[type="date"],
|
1187
1264
|
.ui.form .field.warning input[type="datetime-local"],
|
1188
1265
|
.ui.form .field.warning input[type="email"],
|
1266
|
+
.ui.form .field.warning input[type="month"],
|
1189
1267
|
.ui.form .field.warning input[type="number"],
|
1190
1268
|
.ui.form .field.warning input[type="password"],
|
1191
1269
|
.ui.form .field.warning input[type="search"],
|
@@ -1193,7 +1271,8 @@
|
|
1193
1271
|
.ui.form .field.warning input[type="time"],
|
1194
1272
|
.ui.form .field.warning input[type="text"],
|
1195
1273
|
.ui.form .field.warning input[type="file"],
|
1196
|
-
.ui.form .field.warning input[type="url"]
|
1274
|
+
.ui.form .field.warning input[type="url"],
|
1275
|
+
.ui.form .field.warning input[type="week"] {
|
1197
1276
|
color: #573A08;
|
1198
1277
|
background: #FFFAF3;
|
1199
1278
|
border-color: #C9BA9B;
|
@@ -1204,9 +1283,11 @@
|
|
1204
1283
|
.ui.form .field.warning textarea:focus,
|
1205
1284
|
.ui.form .field.warning select:focus,
|
1206
1285
|
.ui.form .field.warning input:not([type]):focus,
|
1286
|
+
.ui.form .field.warning input[type="color"]:focus,
|
1207
1287
|
.ui.form .field.warning input[type="date"]:focus,
|
1208
1288
|
.ui.form .field.warning input[type="datetime-local"]:focus,
|
1209
1289
|
.ui.form .field.warning input[type="email"]:focus,
|
1290
|
+
.ui.form .field.warning input[type="month"]:focus,
|
1210
1291
|
.ui.form .field.warning input[type="number"]:focus,
|
1211
1292
|
.ui.form .field.warning input[type="password"]:focus,
|
1212
1293
|
.ui.form .field.warning input[type="search"]:focus,
|
@@ -1214,7 +1295,8 @@
|
|
1214
1295
|
.ui.form .field.warning input[type="time"]:focus,
|
1215
1296
|
.ui.form .field.warning input[type="text"]:focus,
|
1216
1297
|
.ui.form .field.warning input[type="file"]:focus,
|
1217
|
-
.ui.form .field.warning input[type="url"]:focus
|
1298
|
+
.ui.form .field.warning input[type="url"]:focus,
|
1299
|
+
.ui.form .field.warning input[type="week"]:focus {
|
1218
1300
|
background: #FFFAF3;
|
1219
1301
|
border-color: #C9BA9B;
|
1220
1302
|
color: #573A08;
|
@@ -1321,22 +1403,16 @@
|
|
1321
1403
|
---------------------*/
|
1322
1404
|
|
1323
1405
|
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label,
|
1324
|
-
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label
|
1325
|
-
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box,
|
1326
|
-
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box {
|
1406
|
+
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label {
|
1327
1407
|
color: #573A08;
|
1328
1408
|
}
|
1329
|
-
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label
|
1330
|
-
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label
|
1331
|
-
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) .box:before,
|
1332
|
-
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) .box:before {
|
1409
|
+
.ui.form .fields.warning .field .checkbox:not(.toggle):not(.slider) label::before,
|
1410
|
+
.ui.form .field.warning .checkbox:not(.toggle):not(.slider) label::before {
|
1333
1411
|
background: #FFFAF3;
|
1334
1412
|
border-color: #C9BA9B;
|
1335
1413
|
}
|
1336
|
-
.ui.form .fields.warning .field .checkbox label
|
1337
|
-
.ui.form .field.warning .checkbox label
|
1338
|
-
.ui.form .fields.warning .field .checkbox .box:after,
|
1339
|
-
.ui.form .field.warning .checkbox .box:after {
|
1414
|
+
.ui.form .fields.warning .field .checkbox label::after,
|
1415
|
+
.ui.form .field.warning .checkbox label::after {
|
1340
1416
|
color: #573A08;
|
1341
1417
|
}
|
1342
1418
|
.ui.inverted.form .fields.warning .field label,
|
@@ -1371,7 +1447,7 @@
|
|
1371
1447
|
cursor: default;
|
1372
1448
|
pointer-events: none;
|
1373
1449
|
}
|
1374
|
-
.ui.loading.form
|
1450
|
+
.ui.loading.form::before {
|
1375
1451
|
position: absolute;
|
1376
1452
|
content: '';
|
1377
1453
|
top: 0;
|
@@ -1381,10 +1457,10 @@
|
|
1381
1457
|
height: 100%;
|
1382
1458
|
z-index: 100;
|
1383
1459
|
}
|
1384
|
-
.ui.loading.form.segments
|
1460
|
+
.ui.loading.form.segments::before {
|
1385
1461
|
border-radius: 0.28571429rem;
|
1386
1462
|
}
|
1387
|
-
.ui.loading.form
|
1463
|
+
.ui.loading.form::after {
|
1388
1464
|
position: absolute;
|
1389
1465
|
content: '';
|
1390
1466
|
top: 50%;
|
@@ -1412,25 +1488,25 @@
|
|
1412
1488
|
Required Field
|
1413
1489
|
---------------------*/
|
1414
1490
|
|
1415
|
-
.ui.form .required.fields:not(.grouped) > .field > label
|
1416
|
-
.ui.form .required.fields.grouped > label
|
1417
|
-
.ui.form .required.field > label
|
1418
|
-
.ui.form .required.fields:not(.grouped) > .field > .checkbox
|
1419
|
-
.ui.form .required.field > .checkbox
|
1420
|
-
.ui.form label.required
|
1491
|
+
.ui.form .required.fields:not(.grouped) > .field > label::after,
|
1492
|
+
.ui.form .required.fields.grouped > label::after,
|
1493
|
+
.ui.form .required.field > label::after,
|
1494
|
+
.ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
|
1495
|
+
.ui.form .required.field > .checkbox::after,
|
1496
|
+
.ui.form label.required::after {
|
1421
1497
|
margin: -0.2em 0 0 0.2em;
|
1422
1498
|
content: '*';
|
1423
1499
|
color: #DB2828;
|
1424
1500
|
}
|
1425
|
-
.ui.form .required.fields:not(.grouped) > .field > label
|
1426
|
-
.ui.form .required.fields.grouped > label
|
1427
|
-
.ui.form .required.field > label
|
1428
|
-
.ui.form label.required
|
1501
|
+
.ui.form .required.fields:not(.grouped) > .field > label::after,
|
1502
|
+
.ui.form .required.fields.grouped > label::after,
|
1503
|
+
.ui.form .required.field > label::after,
|
1504
|
+
.ui.form label.required::after {
|
1429
1505
|
display: inline-block;
|
1430
1506
|
vertical-align: top;
|
1431
1507
|
}
|
1432
|
-
.ui.form .required.fields:not(.grouped) > .field > .checkbox
|
1433
|
-
.ui.form .required.field > .checkbox
|
1508
|
+
.ui.form .required.fields:not(.grouped) > .field > .checkbox::after,
|
1509
|
+
.ui.form .required.field > .checkbox::after {
|
1434
1510
|
position: absolute;
|
1435
1511
|
top: 0;
|
1436
1512
|
left: 100%;
|
@@ -1449,9 +1525,7 @@
|
|
1449
1525
|
.ui.inverted.form label,
|
1450
1526
|
.ui.form .inverted.segment label,
|
1451
1527
|
.ui.form .inverted.segment .ui.checkbox label,
|
1452
|
-
.ui.form .inverted.segment .ui.checkbox .box,
|
1453
1528
|
.ui.inverted.form .ui.checkbox label,
|
1454
|
-
.ui.inverted.form .ui.checkbox .box,
|
1455
1529
|
.ui.inverted.form .inline.fields > label,
|
1456
1530
|
.ui.inverted.form .inline.fields .field > label,
|
1457
1531
|
.ui.inverted.form .inline.fields .field > p,
|
@@ -1462,15 +1536,17 @@
|
|
1462
1536
|
.ui.inverted.loading.form {
|
1463
1537
|
color: #FFFFFF;
|
1464
1538
|
}
|
1465
|
-
.ui.inverted.loading.form
|
1539
|
+
.ui.inverted.loading.form::before {
|
1466
1540
|
background: rgba(0, 0, 0, 0.85);
|
1467
1541
|
}
|
1468
1542
|
|
1469
1543
|
/* Inverted Field */
|
1470
1544
|
.ui.inverted.form input:not([type]),
|
1545
|
+
.ui.inverted.form input[type="color"],
|
1471
1546
|
.ui.inverted.form input[type="date"],
|
1472
1547
|
.ui.inverted.form input[type="datetime-local"],
|
1473
1548
|
.ui.inverted.form input[type="email"],
|
1549
|
+
.ui.inverted.form input[type="month"],
|
1474
1550
|
.ui.inverted.form input[type="number"],
|
1475
1551
|
.ui.inverted.form input[type="password"],
|
1476
1552
|
.ui.inverted.form input[type="search"],
|
@@ -1478,7 +1554,8 @@
|
|
1478
1554
|
.ui.inverted.form input[type="time"],
|
1479
1555
|
.ui.inverted.form input[type="text"],
|
1480
1556
|
.ui.inverted.form input[type="file"],
|
1481
|
-
.ui.inverted.form input[type="url"]
|
1557
|
+
.ui.inverted.form input[type="url"],
|
1558
|
+
.ui.inverted.form input[type="week"] {
|
1482
1559
|
background: #FFFFFF;
|
1483
1560
|
border-color: rgba(255, 255, 255, 0.1);
|
1484
1561
|
color: rgba(0, 0, 0, 0.87);
|