semantic-ui-sass 2.1.4.0 → 2.1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/app/assets/javascripts/semantic-ui/accordion.js +1 -1
- data/app/assets/javascripts/semantic-ui/api.js +1 -1
- data/app/assets/javascripts/semantic-ui/checkbox.js +9 -4
- data/app/assets/javascripts/semantic-ui/colorize.js +1 -1
- data/app/assets/javascripts/semantic-ui/dimmer.js +2 -2
- data/app/assets/javascripts/semantic-ui/dropdown.js +77 -52
- data/app/assets/javascripts/semantic-ui/embed.js +1 -1
- data/app/assets/javascripts/semantic-ui/form.js +6 -4
- data/app/assets/javascripts/semantic-ui/modal.js +6 -3
- data/app/assets/javascripts/semantic-ui/nag.js +1 -1
- data/app/assets/javascripts/semantic-ui/popup.js +12 -3
- data/app/assets/javascripts/semantic-ui/progress.js +2 -1
- data/app/assets/javascripts/semantic-ui/rating.js +1 -1
- data/app/assets/javascripts/semantic-ui/search.js +22 -9
- data/app/assets/javascripts/semantic-ui/shape.js +1 -1
- data/app/assets/javascripts/semantic-ui/sidebar.js +1 -1
- data/app/assets/javascripts/semantic-ui/site.js +1 -1
- data/app/assets/javascripts/semantic-ui/state.js +1 -1
- data/app/assets/javascripts/semantic-ui/sticky.js +40 -20
- data/app/assets/javascripts/semantic-ui/tab.js +1 -1
- data/app/assets/javascripts/semantic-ui/transition.js +3 -1
- data/app/assets/javascripts/semantic-ui/visibility.js +1 -1
- data/app/assets/javascripts/semantic-ui/visit.js +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +55 -51
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +42 -42
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +73 -73
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +50 -50
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +81 -64
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +284 -284
- data/app/assets/stylesheets/semantic-ui/elements/_container.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +42 -41
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +58 -55
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +115 -115
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +3 -3
- 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 +52 -47
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +6 -6
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +19 -19
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +20 -20
- data/app/assets/stylesheets/semantic-ui/modules/_embed.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +12 -12
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +38 -8
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +45 -45
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +9 -9
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +13 -13
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/modules/_sticky.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_tab.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_transition.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +35 -35
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +26 -26
- data/lib/semantic/ui/sass/version.rb +2 -2
- metadata +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Message
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -18,7 +18,7 @@
|
|
18
18
|
position: relative;
|
19
19
|
min-height: 1em;
|
20
20
|
margin: 1em 0em;
|
21
|
-
background: #
|
21
|
+
background: #F8F8F9;
|
22
22
|
padding: 1em 1.5em;
|
23
23
|
line-height: 1.4285em;
|
24
24
|
color: rgba(0, 0, 0, 0.87);
|
@@ -259,7 +259,7 @@
|
|
259
259
|
---------------*/
|
260
260
|
|
261
261
|
.ui.black.message {
|
262
|
-
background-color: #
|
262
|
+
background-color: #1B1C1D;
|
263
263
|
color: rgba(255, 255, 255, 0.9);
|
264
264
|
}
|
265
265
|
|
@@ -270,161 +270,161 @@
|
|
270
270
|
|
271
271
|
/* Positive */
|
272
272
|
.ui.positive.message {
|
273
|
-
background-color: #
|
274
|
-
color: #
|
273
|
+
background-color: #FCFFF5;
|
274
|
+
color: #2C662D;
|
275
275
|
}
|
276
276
|
.ui.positive.message,
|
277
277
|
.ui.attached.positive.message {
|
278
|
-
box-shadow: 0px 0px 0px 1px #
|
278
|
+
box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
|
279
279
|
}
|
280
280
|
.ui.positive.message .header {
|
281
|
-
color: #
|
281
|
+
color: #1A531B;
|
282
282
|
}
|
283
283
|
|
284
284
|
/* Negative */
|
285
285
|
.ui.negative.message {
|
286
|
-
background-color: #
|
287
|
-
color: #
|
286
|
+
background-color: #FFF6F6;
|
287
|
+
color: #9F3A38;
|
288
288
|
}
|
289
289
|
.ui.negative.message,
|
290
290
|
.ui.attached.negative.message {
|
291
|
-
box-shadow: 0px 0px 0px 1px #
|
291
|
+
box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
|
292
292
|
}
|
293
293
|
.ui.negative.message .header {
|
294
|
-
color: #
|
294
|
+
color: #912D2B;
|
295
295
|
}
|
296
296
|
|
297
297
|
/* Info */
|
298
298
|
.ui.info.message {
|
299
|
-
background-color: #
|
300
|
-
color: #
|
299
|
+
background-color: #F8FFFF;
|
300
|
+
color: #276F86;
|
301
301
|
}
|
302
302
|
.ui.info.message,
|
303
303
|
.ui.attached.info.message {
|
304
|
-
box-shadow: 0px 0px 0px 1px #
|
304
|
+
box-shadow: 0px 0px 0px 1px #A9D5DE inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
|
305
305
|
}
|
306
306
|
.ui.info.message .header {
|
307
|
-
color: #
|
307
|
+
color: #0E566C;
|
308
308
|
}
|
309
309
|
|
310
310
|
/* Warning */
|
311
311
|
.ui.warning.message {
|
312
|
-
background-color: #
|
313
|
-
color: #
|
312
|
+
background-color: #FFFAF3;
|
313
|
+
color: #573A08;
|
314
314
|
}
|
315
315
|
.ui.warning.message,
|
316
316
|
.ui.attached.warning.message {
|
317
|
-
box-shadow: 0px 0px 0px 1px #
|
317
|
+
box-shadow: 0px 0px 0px 1px #C9BA9B inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
|
318
318
|
}
|
319
319
|
.ui.warning.message .header {
|
320
|
-
color: #
|
320
|
+
color: #794B02;
|
321
321
|
}
|
322
322
|
|
323
323
|
/* Error */
|
324
324
|
.ui.error.message {
|
325
|
-
background-color: #
|
326
|
-
color: #
|
325
|
+
background-color: #FFF6F6;
|
326
|
+
color: #9F3A38;
|
327
327
|
}
|
328
328
|
.ui.error.message,
|
329
329
|
.ui.attached.error.message {
|
330
|
-
box-shadow: 0px 0px 0px 1px #
|
330
|
+
box-shadow: 0px 0px 0px 1px #E0B4B4 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
|
331
331
|
}
|
332
332
|
.ui.error.message .header {
|
333
|
-
color: #
|
333
|
+
color: #912D2B;
|
334
334
|
}
|
335
335
|
|
336
336
|
/* Success */
|
337
337
|
.ui.success.message {
|
338
|
-
background-color: #
|
339
|
-
color: #
|
338
|
+
background-color: #FCFFF5;
|
339
|
+
color: #2C662D;
|
340
340
|
}
|
341
341
|
.ui.success.message,
|
342
342
|
.ui.attached.success.message {
|
343
|
-
box-shadow: 0px 0px 0px 1px #
|
343
|
+
box-shadow: 0px 0px 0px 1px #A3C293 inset, 0px 0px 0px 0px rgba(0, 0, 0, 0);
|
344
344
|
}
|
345
345
|
.ui.success.message .header {
|
346
|
-
color: #
|
346
|
+
color: #1A531B;
|
347
347
|
}
|
348
348
|
|
349
349
|
/* Colors */
|
350
350
|
.ui.inverted.message,
|
351
351
|
.ui.black.message {
|
352
|
-
background-color: #
|
352
|
+
background-color: #1B1C1D;
|
353
353
|
color: rgba(255, 255, 255, 0.9);
|
354
354
|
}
|
355
355
|
.ui.red.message {
|
356
|
-
background-color: #
|
357
|
-
color: #
|
356
|
+
background-color: #FFE8E6;
|
357
|
+
color: #DB2828;
|
358
358
|
}
|
359
359
|
.ui.red.message .header {
|
360
360
|
color: #c82121;
|
361
361
|
}
|
362
362
|
.ui.orange.message {
|
363
|
-
background-color: #
|
364
|
-
color: #
|
363
|
+
background-color: #FFEDDE;
|
364
|
+
color: #F2711C;
|
365
365
|
}
|
366
366
|
.ui.orange.message .header {
|
367
367
|
color: #e7640d;
|
368
368
|
}
|
369
369
|
.ui.yellow.message {
|
370
|
-
background-color: #
|
371
|
-
color: #
|
370
|
+
background-color: #FFF8DB;
|
371
|
+
color: #B58105;
|
372
372
|
}
|
373
373
|
.ui.yellow.message .header {
|
374
374
|
color: #9c6f04;
|
375
375
|
}
|
376
376
|
.ui.olive.message {
|
377
|
-
background-color: #
|
378
|
-
color: #
|
377
|
+
background-color: #FBFDEF;
|
378
|
+
color: #8ABC1E;
|
379
379
|
}
|
380
380
|
.ui.olive.message .header {
|
381
381
|
color: #7aa61a;
|
382
382
|
}
|
383
383
|
.ui.green.message {
|
384
|
-
background-color: #
|
385
|
-
color: #
|
384
|
+
background-color: #E5F9E7;
|
385
|
+
color: #1EBC30;
|
386
386
|
}
|
387
387
|
.ui.green.message .header {
|
388
388
|
color: #1aa62a;
|
389
389
|
}
|
390
390
|
.ui.teal.message {
|
391
|
-
background-color: #
|
392
|
-
color: #
|
391
|
+
background-color: #E1F7F7;
|
392
|
+
color: #10A3A3;
|
393
393
|
}
|
394
394
|
.ui.teal.message .header {
|
395
395
|
color: #0e8c8c;
|
396
396
|
}
|
397
397
|
.ui.blue.message {
|
398
|
-
background-color: #
|
399
|
-
color: #
|
398
|
+
background-color: #DFF0FF;
|
399
|
+
color: #2185D0;
|
400
400
|
}
|
401
401
|
.ui.blue.message .header {
|
402
402
|
color: #1e77ba;
|
403
403
|
}
|
404
404
|
.ui.violet.message {
|
405
|
-
background-color: #
|
406
|
-
color: #
|
405
|
+
background-color: #EAE7FF;
|
406
|
+
color: #6435C9;
|
407
407
|
}
|
408
408
|
.ui.violet.message .header {
|
409
409
|
color: #5a30b5;
|
410
410
|
}
|
411
411
|
.ui.purple.message {
|
412
|
-
background-color: #
|
413
|
-
color: #
|
412
|
+
background-color: #F6E7FF;
|
413
|
+
color: #A333C8;
|
414
414
|
}
|
415
415
|
.ui.purple.message .header {
|
416
416
|
color: #922eb4;
|
417
417
|
}
|
418
418
|
.ui.pink.message {
|
419
|
-
background-color: #
|
420
|
-
color: #
|
419
|
+
background-color: #FFE3FB;
|
420
|
+
color: #E03997;
|
421
421
|
}
|
422
422
|
.ui.pink.message .header {
|
423
423
|
color: #dd238b;
|
424
424
|
}
|
425
425
|
.ui.brown.message {
|
426
|
-
background-color: #
|
427
|
-
color: #
|
426
|
+
background-color: #F1E2D3;
|
427
|
+
color: #A5673F;
|
428
428
|
}
|
429
429
|
.ui.brown.message .header {
|
430
430
|
color: #935b38;
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* # Semantic UI 2.1.
|
2
|
+
* # Semantic UI 2.1.6 - Table
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -18,7 +18,7 @@
|
|
18
18
|
/* Prototype */
|
19
19
|
.ui.table {
|
20
20
|
width: 100%;
|
21
|
-
background: #
|
21
|
+
background: #FFFFFF;
|
22
22
|
margin: 1em 0em;
|
23
23
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
24
24
|
box-shadow: none;
|
@@ -54,7 +54,7 @@
|
|
54
54
|
}
|
55
55
|
.ui.table thead th {
|
56
56
|
cursor: auto;
|
57
|
-
background: #
|
57
|
+
background: #F9FAFB;
|
58
58
|
text-align: inherit;
|
59
59
|
color: rgba(0, 0, 0, 0.87);
|
60
60
|
padding: 0.92857143em 0.71428571em;
|
@@ -85,7 +85,7 @@
|
|
85
85
|
.ui.table tfoot th {
|
86
86
|
cursor: auto;
|
87
87
|
border-top: 1px solid rgba(34, 36, 38, 0.15);
|
88
|
-
background: #
|
88
|
+
background: #F9FAFB;
|
89
89
|
text-align: inherit;
|
90
90
|
color: rgba(0, 0, 0, 0.87);
|
91
91
|
padding: 0.71428571em 0.71428571em;
|
@@ -238,22 +238,22 @@
|
|
238
238
|
background: transparent;
|
239
239
|
font-weight: normal;
|
240
240
|
color: rgba(0, 0, 0, 0.4);
|
241
|
-
box-shadow: -1px -1px 0px 1px #
|
241
|
+
box-shadow: -1px -1px 0px 1px #FFFFFF;
|
242
242
|
}
|
243
243
|
.ui.definition.table tfoot:not(.full-width) th:first-child {
|
244
244
|
pointer-events: none;
|
245
245
|
background: transparent;
|
246
246
|
font-weight: rgba(0, 0, 0, 0.4);
|
247
247
|
color: normal;
|
248
|
-
box-shadow: 1px 1px 0px 1px #
|
248
|
+
box-shadow: 1px 1px 0px 1px #FFFFFF;
|
249
249
|
}
|
250
250
|
|
251
251
|
/* Remove Border */
|
252
252
|
.ui.celled.definition.table thead:not(.full-width) th:first-child {
|
253
|
-
box-shadow: 0px -1px 0px 1px #
|
253
|
+
box-shadow: 0px -1px 0px 1px #FFFFFF;
|
254
254
|
}
|
255
255
|
.ui.celled.definition.table tfoot:not(.full-width) th:first-child {
|
256
|
-
box-shadow: 0px 1px 0px 1px #
|
256
|
+
box-shadow: 0px 1px 0px 1px #FFFFFF;
|
257
257
|
}
|
258
258
|
|
259
259
|
/* Highlight Defining Column */
|
@@ -286,12 +286,12 @@
|
|
286
286
|
|
287
287
|
.ui.table tr.positive,
|
288
288
|
.ui.table td.positive {
|
289
|
-
box-shadow: 0px 0px 0px #
|
289
|
+
box-shadow: 0px 0px 0px #A3C293 inset;
|
290
290
|
}
|
291
291
|
.ui.table tr.positive,
|
292
292
|
.ui.table td.positive {
|
293
|
-
background: #
|
294
|
-
color: #
|
293
|
+
background: #FCFFF5 !important;
|
294
|
+
color: #2C662D !important;
|
295
295
|
}
|
296
296
|
|
297
297
|
/*--------------
|
@@ -300,12 +300,12 @@
|
|
300
300
|
|
301
301
|
.ui.table tr.negative,
|
302
302
|
.ui.table td.negative {
|
303
|
-
box-shadow: 0px 0px 0px #
|
303
|
+
box-shadow: 0px 0px 0px #E0B4B4 inset;
|
304
304
|
}
|
305
305
|
.ui.table tr.negative,
|
306
306
|
.ui.table td.negative {
|
307
|
-
background: #
|
308
|
-
color: #
|
307
|
+
background: #FFF6F6 !important;
|
308
|
+
color: #9F3A38 !important;
|
309
309
|
}
|
310
310
|
|
311
311
|
/*--------------
|
@@ -314,12 +314,12 @@
|
|
314
314
|
|
315
315
|
.ui.table tr.error,
|
316
316
|
.ui.table td.error {
|
317
|
-
box-shadow: 0px 0px 0px #
|
317
|
+
box-shadow: 0px 0px 0px #E0B4B4 inset;
|
318
318
|
}
|
319
319
|
.ui.table tr.error,
|
320
320
|
.ui.table td.error {
|
321
|
-
background: #
|
322
|
-
color: #
|
321
|
+
background: #FFF6F6 !important;
|
322
|
+
color: #9F3A38 !important;
|
323
323
|
}
|
324
324
|
|
325
325
|
/*--------------
|
@@ -328,12 +328,12 @@
|
|
328
328
|
|
329
329
|
.ui.table tr.warning,
|
330
330
|
.ui.table td.warning {
|
331
|
-
box-shadow: 0px 0px 0px #
|
331
|
+
box-shadow: 0px 0px 0px #C9BA9B inset;
|
332
332
|
}
|
333
333
|
.ui.table tr.warning,
|
334
334
|
.ui.table td.warning {
|
335
|
-
background: #
|
336
|
-
color: #
|
335
|
+
background: #FFFAF3 !important;
|
336
|
+
color: #573A08 !important;
|
337
337
|
}
|
338
338
|
|
339
339
|
/*--------------
|
@@ -346,7 +346,7 @@
|
|
346
346
|
}
|
347
347
|
.ui.table tr.active,
|
348
348
|
.ui.table td.active {
|
349
|
-
background: #
|
349
|
+
background: #E0E0E0 !important;
|
350
350
|
color: rgba(0, 0, 0, 0.87) !important;
|
351
351
|
}
|
352
352
|
|
@@ -467,40 +467,57 @@
|
|
467
467
|
}
|
468
468
|
|
469
469
|
/*--------------
|
470
|
-
|
470
|
+
Selectable
|
471
471
|
---------------*/
|
472
472
|
|
473
|
-
.ui.selectable.table tbody tr:hover
|
473
|
+
.ui.selectable.table tbody tr:hover,
|
474
|
+
.ui.table tbody tr td.selectable:hover {
|
474
475
|
background: rgba(0, 0, 0, 0.05) !important;
|
475
476
|
color: rgba(0, 0, 0, 0.95) !important;
|
476
477
|
}
|
477
|
-
.ui.selectable.inverted.table tbody tr:hover
|
478
|
+
.ui.selectable.inverted.table tbody tr:hover,
|
479
|
+
.ui.inverted.table tbody tr td.selectable:hover {
|
478
480
|
background: rgba(255, 255, 255, 0.08) !important;
|
479
481
|
color: #ffffff !important;
|
480
482
|
}
|
481
483
|
|
484
|
+
/* Selectable Cell Link */
|
485
|
+
.ui.table tbody tr td.selectable {
|
486
|
+
padding: 0em;
|
487
|
+
}
|
488
|
+
.ui.table tbody tr td.selectable > a:not(.ui) {
|
489
|
+
display: block;
|
490
|
+
color: inherit;
|
491
|
+
padding: 0.71428571em 0.71428571em;
|
492
|
+
}
|
493
|
+
|
482
494
|
/* Other States */
|
483
495
|
.ui.selectable.table tr.error:hover,
|
496
|
+
.ui.table tr td.selectable.error:hover,
|
484
497
|
.ui.selectable.table tr:hover td.error {
|
485
498
|
background: #ffe7e7 !important;
|
486
499
|
color: #943634 !important;
|
487
500
|
}
|
488
501
|
.ui.selectable.table tr.warning:hover,
|
502
|
+
.ui.table tr td.selectable.warning:hover,
|
489
503
|
.ui.selectable.table tr:hover td.warning {
|
490
504
|
background: #fff4e4 !important;
|
491
505
|
color: #493107 !important;
|
492
506
|
}
|
493
507
|
.ui.selectable.table tr.active:hover,
|
508
|
+
.ui.table tr td.selectable.active:hover,
|
494
509
|
.ui.selectable.table tr:hover td.active {
|
495
|
-
background: #
|
510
|
+
background: #E0E0E0 !important;
|
496
511
|
color: rgba(0, 0, 0, 0.87) !important;
|
497
512
|
}
|
498
513
|
.ui.selectable.table tr.positive:hover,
|
514
|
+
.ui.table tr td.selectable.positive:hover,
|
499
515
|
.ui.selectable.table tr:hover td.positive {
|
500
516
|
background: #f7ffe6 !important;
|
501
517
|
color: #275b28 !important;
|
502
518
|
}
|
503
519
|
.ui.selectable.table tr.negative:hover,
|
520
|
+
.ui.table tr td.selectable.negative:hover,
|
504
521
|
.ui.selectable.table tr:hover td.negative {
|
505
522
|
background: #ffe7e7 !important;
|
506
523
|
color: #943634 !important;
|
@@ -520,7 +537,7 @@
|
|
520
537
|
width: calc(100% + 2px );
|
521
538
|
max-width: calc(100% + 2px );
|
522
539
|
box-shadow: none;
|
523
|
-
border: 1px solid #
|
540
|
+
border: 1px solid #D4D4D5;
|
524
541
|
}
|
525
542
|
.ui.attached + .ui.attached.table:not(.top) {
|
526
543
|
border-top: none;
|
@@ -588,101 +605,101 @@
|
|
588
605
|
|
589
606
|
/* Red */
|
590
607
|
.ui.red.table {
|
591
|
-
border-top: 0.2em solid #
|
608
|
+
border-top: 0.2em solid #DB2828;
|
592
609
|
}
|
593
610
|
.ui.inverted.red.table {
|
594
|
-
background-color: #
|
595
|
-
color: #
|
611
|
+
background-color: #DB2828 !important;
|
612
|
+
color: #FFFFFF !important;
|
596
613
|
}
|
597
614
|
|
598
615
|
/* Orange */
|
599
616
|
.ui.orange.table {
|
600
|
-
border-top: 0.2em solid #
|
617
|
+
border-top: 0.2em solid #F2711C;
|
601
618
|
}
|
602
619
|
.ui.inverted.orange.table {
|
603
|
-
background-color: #
|
604
|
-
color: #
|
620
|
+
background-color: #F2711C !important;
|
621
|
+
color: #FFFFFF !important;
|
605
622
|
}
|
606
623
|
|
607
624
|
/* Yellow */
|
608
625
|
.ui.yellow.table {
|
609
|
-
border-top: 0.2em solid #
|
626
|
+
border-top: 0.2em solid #FBBD08;
|
610
627
|
}
|
611
628
|
.ui.inverted.yellow.table {
|
612
|
-
background-color: #
|
613
|
-
color: #
|
629
|
+
background-color: #FBBD08 !important;
|
630
|
+
color: #FFFFFF !important;
|
614
631
|
}
|
615
632
|
|
616
633
|
/* Olive */
|
617
634
|
.ui.olive.table {
|
618
|
-
border-top: 0.2em solid #
|
635
|
+
border-top: 0.2em solid #B5CC18;
|
619
636
|
}
|
620
637
|
.ui.inverted.olive.table {
|
621
|
-
background-color: #
|
622
|
-
color: #
|
638
|
+
background-color: #B5CC18 !important;
|
639
|
+
color: #FFFFFF !important;
|
623
640
|
}
|
624
641
|
|
625
642
|
/* Green */
|
626
643
|
.ui.green.table {
|
627
|
-
border-top: 0.2em solid #
|
644
|
+
border-top: 0.2em solid #21BA45;
|
628
645
|
}
|
629
646
|
.ui.inverted.green.table {
|
630
|
-
background-color: #
|
631
|
-
color: #
|
647
|
+
background-color: #21BA45 !important;
|
648
|
+
color: #FFFFFF !important;
|
632
649
|
}
|
633
650
|
|
634
651
|
/* Teal */
|
635
652
|
.ui.teal.table {
|
636
|
-
border-top: 0.2em solid #
|
653
|
+
border-top: 0.2em solid #00B5AD;
|
637
654
|
}
|
638
655
|
.ui.inverted.teal.table {
|
639
|
-
background-color: #
|
640
|
-
color: #
|
656
|
+
background-color: #00B5AD !important;
|
657
|
+
color: #FFFFFF !important;
|
641
658
|
}
|
642
659
|
|
643
660
|
/* Blue */
|
644
661
|
.ui.blue.table {
|
645
|
-
border-top: 0.2em solid #
|
662
|
+
border-top: 0.2em solid #2185D0;
|
646
663
|
}
|
647
664
|
.ui.inverted.blue.table {
|
648
|
-
background-color: #
|
649
|
-
color: #
|
665
|
+
background-color: #2185D0 !important;
|
666
|
+
color: #FFFFFF !important;
|
650
667
|
}
|
651
668
|
|
652
669
|
/* Violet */
|
653
670
|
.ui.violet.table {
|
654
|
-
border-top: 0.2em solid #
|
671
|
+
border-top: 0.2em solid #6435C9;
|
655
672
|
}
|
656
673
|
.ui.inverted.violet.table {
|
657
|
-
background-color: #
|
658
|
-
color: #
|
674
|
+
background-color: #6435C9 !important;
|
675
|
+
color: #FFFFFF !important;
|
659
676
|
}
|
660
677
|
|
661
678
|
/* Purple */
|
662
679
|
.ui.purple.table {
|
663
|
-
border-top: 0.2em solid #
|
680
|
+
border-top: 0.2em solid #A333C8;
|
664
681
|
}
|
665
682
|
.ui.inverted.purple.table {
|
666
|
-
background-color: #
|
667
|
-
color: #
|
683
|
+
background-color: #A333C8 !important;
|
684
|
+
color: #FFFFFF !important;
|
668
685
|
}
|
669
686
|
|
670
687
|
/* Pink */
|
671
688
|
.ui.pink.table {
|
672
|
-
border-top: 0.2em solid #
|
689
|
+
border-top: 0.2em solid #E03997;
|
673
690
|
}
|
674
691
|
.ui.inverted.pink.table {
|
675
|
-
background-color: #
|
676
|
-
color: #
|
692
|
+
background-color: #E03997 !important;
|
693
|
+
color: #FFFFFF !important;
|
677
694
|
}
|
678
695
|
|
679
696
|
/* Brown */
|
680
697
|
.ui.brown.table {
|
681
|
-
border-top: 0.2em solid #
|
698
|
+
border-top: 0.2em solid #A5673F;
|
682
699
|
}
|
683
700
|
.ui.inverted.brown.table {
|
684
|
-
background-color: #
|
685
|
-
color: #
|
701
|
+
background-color: #A5673F !important;
|
702
|
+
color: #FFFFFF !important;
|
686
703
|
}
|
687
704
|
|
688
705
|
/* Grey */
|
@@ -691,16 +708,16 @@
|
|
691
708
|
}
|
692
709
|
.ui.inverted.grey.table {
|
693
710
|
background-color: #767676 !important;
|
694
|
-
color: #
|
711
|
+
color: #FFFFFF !important;
|
695
712
|
}
|
696
713
|
|
697
714
|
/* Black */
|
698
715
|
.ui.black.table {
|
699
|
-
border-top: 0.2em solid #
|
716
|
+
border-top: 0.2em solid #1B1C1D;
|
700
717
|
}
|
701
718
|
.ui.inverted.black.table {
|
702
|
-
background-color: #
|
703
|
-
color: #
|
719
|
+
background-color: #1B1C1D !important;
|
720
|
+
color: #FFFFFF !important;
|
704
721
|
}
|
705
722
|
|
706
723
|
/*--------------
|
@@ -934,7 +951,7 @@
|
|
934
951
|
/* Definition */
|
935
952
|
.ui.inverted.definition.table tfoot:not(.full-width) th:first-child,
|
936
953
|
.ui.inverted.definition.table thead:not(.full-width) th:first-child {
|
937
|
-
background: #
|
954
|
+
background: #FFFFFF;
|
938
955
|
}
|
939
956
|
.ui.inverted.definition.table tr td:first-child {
|
940
957
|
background: rgba(255, 255, 255, 0.02);
|