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 - Grid
|
3
3
|
* http://github.com/semantic-org/semantic-ui/
|
4
4
|
*
|
5
5
|
*
|
@@ -148,8 +148,8 @@
|
|
148
148
|
}
|
149
149
|
|
150
150
|
/* Segment inside Aligned Grid */
|
151
|
-
.ui.grid .aligned.row > .column > .segment:not(.compact),
|
152
|
-
.ui.aligned.grid .column > .segment:not(.compact) {
|
151
|
+
.ui.grid .aligned.row > .column > .segment:not(.compact):not(.attached),
|
152
|
+
.ui.aligned.grid .column > .segment:not(.compact):not(.attached) {
|
153
153
|
width: 100%;
|
154
154
|
}
|
155
155
|
|
@@ -1142,17 +1142,17 @@
|
|
1142
1142
|
.ui.celled.grid {
|
1143
1143
|
width: 100%;
|
1144
1144
|
margin: 1em 0em;
|
1145
|
-
box-shadow: 0px 0px 0px 1px #
|
1145
|
+
box-shadow: 0px 0px 0px 1px #D4D4D5;
|
1146
1146
|
}
|
1147
1147
|
.ui.celled.grid > .row {
|
1148
1148
|
width: 100% !important;
|
1149
1149
|
margin: 0em;
|
1150
1150
|
padding: 0em;
|
1151
|
-
box-shadow: 0px -1px 0px 0px #
|
1151
|
+
box-shadow: 0px -1px 0px 0px #D4D4D5;
|
1152
1152
|
}
|
1153
1153
|
.ui.celled.grid > .column:not(.row),
|
1154
1154
|
.ui.celled.grid > .row > .column {
|
1155
|
-
box-shadow: -1px 0px 0px 0px #
|
1155
|
+
box-shadow: -1px 0px 0px 0px #D4D4D5;
|
1156
1156
|
}
|
1157
1157
|
.ui.celled.grid > .column:first-child,
|
1158
1158
|
.ui.celled.grid > .row > .column:first-child {
|
@@ -1356,88 +1356,88 @@
|
|
1356
1356
|
.ui.grid > .red.row,
|
1357
1357
|
.ui.grid > .red.column,
|
1358
1358
|
.ui.grid > .row > .red.column {
|
1359
|
-
background-color: #
|
1360
|
-
color: #
|
1359
|
+
background-color: #DB2828 !important;
|
1360
|
+
color: #FFFFFF;
|
1361
1361
|
}
|
1362
1362
|
|
1363
1363
|
/* Orange */
|
1364
1364
|
.ui.grid > .orange.row,
|
1365
1365
|
.ui.grid > .orange.column,
|
1366
1366
|
.ui.grid > .row > .orange.column {
|
1367
|
-
background-color: #
|
1368
|
-
color: #
|
1367
|
+
background-color: #F2711C !important;
|
1368
|
+
color: #FFFFFF;
|
1369
1369
|
}
|
1370
1370
|
|
1371
1371
|
/* Yellow */
|
1372
1372
|
.ui.grid > .yellow.row,
|
1373
1373
|
.ui.grid > .yellow.column,
|
1374
1374
|
.ui.grid > .row > .yellow.column {
|
1375
|
-
background-color: #
|
1376
|
-
color: #
|
1375
|
+
background-color: #FBBD08 !important;
|
1376
|
+
color: #FFFFFF;
|
1377
1377
|
}
|
1378
1378
|
|
1379
1379
|
/* Olive */
|
1380
1380
|
.ui.grid > .olive.row,
|
1381
1381
|
.ui.grid > .olive.column,
|
1382
1382
|
.ui.grid > .row > .olive.column {
|
1383
|
-
background-color: #
|
1384
|
-
color: #
|
1383
|
+
background-color: #B5CC18 !important;
|
1384
|
+
color: #FFFFFF;
|
1385
1385
|
}
|
1386
1386
|
|
1387
1387
|
/* Green */
|
1388
1388
|
.ui.grid > .green.row,
|
1389
1389
|
.ui.grid > .green.column,
|
1390
1390
|
.ui.grid > .row > .green.column {
|
1391
|
-
background-color: #
|
1392
|
-
color: #
|
1391
|
+
background-color: #21BA45 !important;
|
1392
|
+
color: #FFFFFF;
|
1393
1393
|
}
|
1394
1394
|
|
1395
1395
|
/* Teal */
|
1396
1396
|
.ui.grid > .teal.row,
|
1397
1397
|
.ui.grid > .teal.column,
|
1398
1398
|
.ui.grid > .row > .teal.column {
|
1399
|
-
background-color: #
|
1400
|
-
color: #
|
1399
|
+
background-color: #00B5AD !important;
|
1400
|
+
color: #FFFFFF;
|
1401
1401
|
}
|
1402
1402
|
|
1403
1403
|
/* Blue */
|
1404
1404
|
.ui.grid > .blue.row,
|
1405
1405
|
.ui.grid > .blue.column,
|
1406
1406
|
.ui.grid > .row > .blue.column {
|
1407
|
-
background-color: #
|
1408
|
-
color: #
|
1407
|
+
background-color: #2185D0 !important;
|
1408
|
+
color: #FFFFFF;
|
1409
1409
|
}
|
1410
1410
|
|
1411
1411
|
/* Violet */
|
1412
1412
|
.ui.grid > .violet.row,
|
1413
1413
|
.ui.grid > .violet.column,
|
1414
1414
|
.ui.grid > .row > .violet.column {
|
1415
|
-
background-color: #
|
1416
|
-
color: #
|
1415
|
+
background-color: #6435C9 !important;
|
1416
|
+
color: #FFFFFF;
|
1417
1417
|
}
|
1418
1418
|
|
1419
1419
|
/* Purple */
|
1420
1420
|
.ui.grid > .purple.row,
|
1421
1421
|
.ui.grid > .purple.column,
|
1422
1422
|
.ui.grid > .row > .purple.column {
|
1423
|
-
background-color: #
|
1424
|
-
color: #
|
1423
|
+
background-color: #A333C8 !important;
|
1424
|
+
color: #FFFFFF;
|
1425
1425
|
}
|
1426
1426
|
|
1427
1427
|
/* Pink */
|
1428
1428
|
.ui.grid > .pink.row,
|
1429
1429
|
.ui.grid > .pink.column,
|
1430
1430
|
.ui.grid > .row > .pink.column {
|
1431
|
-
background-color: #
|
1432
|
-
color: #
|
1431
|
+
background-color: #E03997 !important;
|
1432
|
+
color: #FFFFFF;
|
1433
1433
|
}
|
1434
1434
|
|
1435
1435
|
/* Brown */
|
1436
1436
|
.ui.grid > .brown.row,
|
1437
1437
|
.ui.grid > .brown.column,
|
1438
1438
|
.ui.grid > .row > .brown.column {
|
1439
|
-
background-color: #
|
1440
|
-
color: #
|
1439
|
+
background-color: #A5673F !important;
|
1440
|
+
color: #FFFFFF;
|
1441
1441
|
}
|
1442
1442
|
|
1443
1443
|
/* Grey */
|
@@ -1445,15 +1445,15 @@
|
|
1445
1445
|
.ui.grid > .grey.column,
|
1446
1446
|
.ui.grid > .row > .grey.column {
|
1447
1447
|
background-color: #767676 !important;
|
1448
|
-
color: #
|
1448
|
+
color: #FFFFFF;
|
1449
1449
|
}
|
1450
1450
|
|
1451
1451
|
/* Black */
|
1452
1452
|
.ui.grid > .black.row,
|
1453
1453
|
.ui.grid > .black.column,
|
1454
1454
|
.ui.grid > .row > .black.column {
|
1455
|
-
background-color: #
|
1456
|
-
color: #
|
1455
|
+
background-color: #1B1C1D !important;
|
1456
|
+
color: #FFFFFF;
|
1457
1457
|
}
|
1458
1458
|
|
1459
1459
|
/*----------------------
|
@@ -1523,7 +1523,7 @@
|
|
1523
1523
|
|
1524
1524
|
/* Celled Reversed */
|
1525
1525
|
.ui[class*="mobile reversed"].celled.grid > .row > .column:first-child {
|
1526
|
-
box-shadow: -1px 0px 0px 0px #
|
1526
|
+
box-shadow: -1px 0px 0px 0px #D4D4D5;
|
1527
1527
|
}
|
1528
1528
|
.ui[class*="mobile reversed"].celled.grid > .row > .column:last-child {
|
1529
1529
|
box-shadow: none;
|
@@ -1569,7 +1569,7 @@
|
|
1569
1569
|
|
1570
1570
|
/* Celled Reversed */
|
1571
1571
|
.ui[class*="tablet reversed"].celled.grid > .row > .column:first-child {
|
1572
|
-
box-shadow: -1px 0px 0px 0px #
|
1572
|
+
box-shadow: -1px 0px 0px 0px #D4D4D5;
|
1573
1573
|
}
|
1574
1574
|
.ui[class*="tablet reversed"].celled.grid > .row > .column:last-child {
|
1575
1575
|
box-shadow: none;
|
@@ -1615,7 +1615,7 @@
|
|
1615
1615
|
|
1616
1616
|
/* Celled Reversed */
|
1617
1617
|
.ui[class*="computer reversed"].celled.grid > .row > .column:first-child {
|
1618
|
-
box-shadow: -1px 0px 0px 0px #
|
1618
|
+
box-shadow: -1px 0px 0px 0px #D4D4D5;
|
1619
1619
|
}
|
1620
1620
|
.ui[class*="computer reversed"].celled.grid > .row > .column:last-child {
|
1621
1621
|
box-shadow: none;
|
@@ -1895,7 +1895,7 @@
|
|
1895
1895
|
|
1896
1896
|
/* Mobile Only Hide */
|
1897
1897
|
@media only screen and (max-width: 767px) {
|
1898
|
-
.ui
|
1898
|
+
.ui[class*="tablet only"].grid.grid.grid:not(.mobile),
|
1899
1899
|
.ui.grid.grid.grid > [class*="tablet only"].row:not(.mobile),
|
1900
1900
|
.ui.grid.grid.grid > [class*="tablet only"].column:not(.mobile),
|
1901
1901
|
.ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.mobile) {
|
@@ -1913,10 +1913,10 @@
|
|
1913
1913
|
.ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1914
1914
|
display: none !important;
|
1915
1915
|
}
|
1916
|
-
.ui[class*="widescreen"].grid.grid.grid:not(.mobile),
|
1917
|
-
.ui.grid.grid.grid > [class*="
|
1918
|
-
.ui.grid.grid.grid > [class*="
|
1919
|
-
.ui.grid.grid.grid > .row > [class*="
|
1916
|
+
.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
|
1917
|
+
.ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
|
1918
|
+
.ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
|
1919
|
+
.ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
1920
1920
|
display: none !important;
|
1921
1921
|
}
|
1922
1922
|
}
|
@@ -1941,7 +1941,7 @@
|
|
1941
1941
|
.ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1942
1942
|
display: none !important;
|
1943
1943
|
}
|
1944
|
-
.ui[class*="widescreen"].grid.grid.grid:not(.mobile),
|
1944
|
+
.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
|
1945
1945
|
.ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
|
1946
1946
|
.ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
|
1947
1947
|
.ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
@@ -1969,7 +1969,7 @@
|
|
1969
1969
|
.ui.grid.grid.grid > .row > [class*="large screen only"].column:not(.mobile) {
|
1970
1970
|
display: none !important;
|
1971
1971
|
}
|
1972
|
-
.ui[class*="widescreen"].grid.grid.grid:not(.mobile),
|
1972
|
+
.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
|
1973
1973
|
.ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
|
1974
1974
|
.ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
|
1975
1975
|
.ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
@@ -1991,7 +1991,7 @@
|
|
1991
1991
|
.ui.grid.grid.grid > .row > [class*="tablet only"].column:not(.computer) {
|
1992
1992
|
display: none !important;
|
1993
1993
|
}
|
1994
|
-
.ui[class*="widescreen"].grid.grid.grid:not(.mobile),
|
1994
|
+
.ui[class*="widescreen only"].grid.grid.grid:not(.mobile),
|
1995
1995
|
.ui.grid.grid.grid > [class*="widescreen only"].row:not(.mobile),
|
1996
1996
|
.ui.grid.grid.grid > [class*="widescreen only"].column:not(.mobile),
|
1997
1997
|
.ui.grid.grid.grid > .row > [class*="widescreen only"].column:not(.mobile) {
|
@@ -26,7 +26,7 @@
|
|
26
26
|
display: flex;
|
27
27
|
margin: 1rem 0em;
|
28
28
|
font-family: 'Lato', 'Helvetica Neue', Arial, Helvetica, sans-serif;
|
29
|
-
background: #
|
29
|
+
background: #FFFFFF;
|
30
30
|
font-weight: normal;
|
31
31
|
border: 1px solid rgba(34, 36, 38, 0.15);
|
32
32
|
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
|
@@ -239,7 +239,7 @@
|
|
239
239
|
left: 0px;
|
240
240
|
min-width: calc(100% - 1px);
|
241
241
|
border-radius: 0em 0em 0.28571429rem 0.28571429rem;
|
242
|
-
background: #
|
242
|
+
background: #FFFFFF;
|
243
243
|
margin: 0em 0px 0px;
|
244
244
|
box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
|
245
245
|
-webkit-box-orient: vertical !important;
|
@@ -337,13 +337,13 @@
|
|
337
337
|
|
338
338
|
.ui.menu .item > .label {
|
339
339
|
background: #999999;
|
340
|
-
color: #
|
340
|
+
color: #FFFFFF;
|
341
341
|
margin-left: 1em;
|
342
342
|
padding: 0.3em 0.71428571em;
|
343
343
|
}
|
344
344
|
.ui.vertical.menu .item > .label {
|
345
345
|
background: #999999;
|
346
|
-
color: #
|
346
|
+
color: #FFFFFF;
|
347
347
|
margin-top: -0.15em;
|
348
348
|
margin-bottom: -0.15em;
|
349
349
|
padding: 0.3em 0.71428571em;
|
@@ -519,7 +519,7 @@ Floated Menu / Item
|
|
519
519
|
-webkit-flex-direction: column;
|
520
520
|
-ms-flex-direction: column;
|
521
521
|
flex-direction: column;
|
522
|
-
background: #
|
522
|
+
background: #FFFFFF;
|
523
523
|
box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
|
524
524
|
}
|
525
525
|
|
@@ -624,7 +624,7 @@ Floated Menu / Item
|
|
624
624
|
box-shadow: none !important;
|
625
625
|
border: none;
|
626
626
|
background: none transparent;
|
627
|
-
border-bottom: 1px solid #
|
627
|
+
border-bottom: 1px solid #D4D4D5;
|
628
628
|
}
|
629
629
|
.ui.tabular.fluid.menu {
|
630
630
|
width: calc(100% + 2px ) !important;
|
@@ -650,10 +650,10 @@ Floated Menu / Item
|
|
650
650
|
|
651
651
|
/* Active */
|
652
652
|
.ui.tabular.menu .active.item {
|
653
|
-
background: none #
|
653
|
+
background: none #FFFFFF;
|
654
654
|
color: rgba(0, 0, 0, 0.95);
|
655
655
|
border-top-width: 1px;
|
656
|
-
border-color: #
|
656
|
+
border-color: #D4D4D5;
|
657
657
|
font-weight: bold;
|
658
658
|
margin-bottom: -1px;
|
659
659
|
box-shadow: none;
|
@@ -678,7 +678,7 @@ Floated Menu / Item
|
|
678
678
|
border-radius: 0em;
|
679
679
|
box-shadow: none !important;
|
680
680
|
border-bottom: none;
|
681
|
-
border-top: 1px solid #
|
681
|
+
border-top: 1px solid #D4D4D5;
|
682
682
|
}
|
683
683
|
.ui.bottom.tabular.menu .item {
|
684
684
|
background: none;
|
@@ -688,9 +688,9 @@ Floated Menu / Item
|
|
688
688
|
border-top: none;
|
689
689
|
}
|
690
690
|
.ui.bottom.tabular.menu .active.item {
|
691
|
-
background: none #
|
691
|
+
background: none #FFFFFF;
|
692
692
|
color: rgba(0, 0, 0, 0.95);
|
693
|
-
border-color: #
|
693
|
+
border-color: #D4D4D5;
|
694
694
|
margin: -1px 0px 0px 0px;
|
695
695
|
border-radius: 0px 0px 0.28571429rem 0.28571429rem !important;
|
696
696
|
}
|
@@ -701,7 +701,7 @@ Floated Menu / Item
|
|
701
701
|
border-radius: 0em;
|
702
702
|
box-shadow: none !important;
|
703
703
|
border-bottom: none;
|
704
|
-
border-right: 1px solid #
|
704
|
+
border-right: 1px solid #D4D4D5;
|
705
705
|
}
|
706
706
|
.ui.vertical.tabular.menu .item {
|
707
707
|
background: none;
|
@@ -711,9 +711,9 @@ Floated Menu / Item
|
|
711
711
|
border-right: none;
|
712
712
|
}
|
713
713
|
.ui.vertical.tabular.menu .active.item {
|
714
|
-
background: none #
|
714
|
+
background: none #FFFFFF;
|
715
715
|
color: rgba(0, 0, 0, 0.95);
|
716
|
-
border-color: #
|
716
|
+
border-color: #D4D4D5;
|
717
717
|
margin: 0px -1px 0px 0px;
|
718
718
|
border-radius: 0.28571429rem 0px 0px 0.28571429rem !important;
|
719
719
|
}
|
@@ -725,7 +725,7 @@ Floated Menu / Item
|
|
725
725
|
box-shadow: none !important;
|
726
726
|
border-bottom: none;
|
727
727
|
border-right: none;
|
728
|
-
border-left: 1px solid #
|
728
|
+
border-left: 1px solid #D4D4D5;
|
729
729
|
}
|
730
730
|
.ui.vertical.right.tabular.menu .item {
|
731
731
|
background: none;
|
@@ -735,9 +735,9 @@ Floated Menu / Item
|
|
735
735
|
border-left: none;
|
736
736
|
}
|
737
737
|
.ui.vertical.right.tabular.menu .active.item {
|
738
|
-
background: none #
|
738
|
+
background: none #FFFFFF;
|
739
739
|
color: rgba(0, 0, 0, 0.95);
|
740
|
-
border-color: #
|
740
|
+
border-color: #D4D4D5;
|
741
741
|
margin: 0px 0px 0px -1px;
|
742
742
|
border-radius: 0px 0.28571429rem 0.28571429rem 0px !important;
|
743
743
|
}
|
@@ -971,14 +971,14 @@ Floated Menu / Item
|
|
971
971
|
.ui.secondary.pointing.menu .active.item {
|
972
972
|
background-color: transparent;
|
973
973
|
box-shadow: none;
|
974
|
-
border-color: #
|
974
|
+
border-color: #1B1C1D;
|
975
975
|
font-weight: bold;
|
976
976
|
color: rgba(0, 0, 0, 0.95);
|
977
977
|
}
|
978
978
|
|
979
979
|
/* Active Hover */
|
980
980
|
.ui.secondary.pointing.menu .active.item:hover {
|
981
|
-
border-color: #
|
981
|
+
border-color: #1B1C1D;
|
982
982
|
color: rgba(0, 0, 0, 0.95);
|
983
983
|
}
|
984
984
|
|
@@ -1005,7 +1005,7 @@ Floated Menu / Item
|
|
1005
1005
|
|
1006
1006
|
/* Vertical Active */
|
1007
1007
|
.ui.secondary.vertical.pointing.menu .active.item {
|
1008
|
-
border-color: #
|
1008
|
+
border-color: #1B1C1D;
|
1009
1009
|
}
|
1010
1010
|
|
1011
1011
|
/* Inverted */
|
@@ -1020,7 +1020,7 @@ Floated Menu / Item
|
|
1020
1020
|
color: rgba(255, 255, 255, 0.9);
|
1021
1021
|
}
|
1022
1022
|
.ui.secondary.inverted.pointing.menu .header.item {
|
1023
|
-
color: #
|
1023
|
+
color: #FFFFFF !important;
|
1024
1024
|
}
|
1025
1025
|
|
1026
1026
|
/* Hover */
|
@@ -1030,7 +1030,7 @@ Floated Menu / Item
|
|
1030
1030
|
|
1031
1031
|
/* Active */
|
1032
1032
|
.ui.secondary.inverted.pointing.menu .active.item {
|
1033
|
-
border-color: #
|
1033
|
+
border-color: #FFFFFF;
|
1034
1034
|
color: #ffffff;
|
1035
1035
|
}
|
1036
1036
|
|
@@ -1177,7 +1177,7 @@ Floated Menu / Item
|
|
1177
1177
|
.ui.icon.menu .item {
|
1178
1178
|
height: auto;
|
1179
1179
|
text-align: center;
|
1180
|
-
color: #
|
1180
|
+
color: #1B1C1D;
|
1181
1181
|
}
|
1182
1182
|
|
1183
1183
|
/* Icon */
|
@@ -1207,7 +1207,7 @@ Floated Menu / Item
|
|
1207
1207
|
|
1208
1208
|
/* Inverted */
|
1209
1209
|
.ui.inverted.icon.menu .item {
|
1210
|
-
color: #
|
1210
|
+
color: #FFFFFF;
|
1211
1211
|
}
|
1212
1212
|
|
1213
1213
|
/*--------------
|
@@ -1285,58 +1285,58 @@ Floated Menu / Item
|
|
1285
1285
|
|
1286
1286
|
.ui.menu .red.active.item,
|
1287
1287
|
.ui.red.menu .active.item {
|
1288
|
-
border-color: #
|
1289
|
-
color: #
|
1288
|
+
border-color: #DB2828 !important;
|
1289
|
+
color: #DB2828 !important;
|
1290
1290
|
}
|
1291
1291
|
.ui.menu .orange.active.item,
|
1292
1292
|
.ui.orange.menu .active.item {
|
1293
|
-
border-color: #
|
1294
|
-
color: #
|
1293
|
+
border-color: #F2711C !important;
|
1294
|
+
color: #F2711C !important;
|
1295
1295
|
}
|
1296
1296
|
.ui.menu .yellow.active.item,
|
1297
1297
|
.ui.yellow.menu .active.item {
|
1298
|
-
border-color: #
|
1299
|
-
color: #
|
1298
|
+
border-color: #FBBD08 !important;
|
1299
|
+
color: #FBBD08 !important;
|
1300
1300
|
}
|
1301
1301
|
.ui.menu .olive.active.item,
|
1302
1302
|
.ui.olive.menu .active.item {
|
1303
|
-
border-color: #
|
1304
|
-
color: #
|
1303
|
+
border-color: #B5CC18 !important;
|
1304
|
+
color: #B5CC18 !important;
|
1305
1305
|
}
|
1306
1306
|
.ui.menu .green.active.item,
|
1307
1307
|
.ui.green.menu .active.item {
|
1308
|
-
border-color: #
|
1309
|
-
color: #
|
1308
|
+
border-color: #21BA45 !important;
|
1309
|
+
color: #21BA45 !important;
|
1310
1310
|
}
|
1311
1311
|
.ui.menu .teal.active.item,
|
1312
1312
|
.ui.teal.menu .active.item {
|
1313
|
-
border-color: #
|
1314
|
-
color: #
|
1313
|
+
border-color: #00B5AD !important;
|
1314
|
+
color: #00B5AD !important;
|
1315
1315
|
}
|
1316
1316
|
.ui.menu .blue.active.item,
|
1317
1317
|
.ui.blue.menu .active.item {
|
1318
|
-
border-color: #
|
1319
|
-
color: #
|
1318
|
+
border-color: #2185D0 !important;
|
1319
|
+
color: #2185D0 !important;
|
1320
1320
|
}
|
1321
1321
|
.ui.menu .violet.active.item,
|
1322
1322
|
.ui.violet.menu .active.item {
|
1323
|
-
border-color: #
|
1324
|
-
color: #
|
1323
|
+
border-color: #6435C9 !important;
|
1324
|
+
color: #6435C9 !important;
|
1325
1325
|
}
|
1326
1326
|
.ui.menu .purple.active.item,
|
1327
1327
|
.ui.purple.menu .active.item {
|
1328
|
-
border-color: #
|
1329
|
-
color: #
|
1328
|
+
border-color: #A333C8 !important;
|
1329
|
+
color: #A333C8 !important;
|
1330
1330
|
}
|
1331
1331
|
.ui.menu .pink.active.item,
|
1332
1332
|
.ui.pink.menu .active.item {
|
1333
|
-
border-color: #
|
1334
|
-
color: #
|
1333
|
+
border-color: #E03997 !important;
|
1334
|
+
color: #E03997 !important;
|
1335
1335
|
}
|
1336
1336
|
.ui.menu .brown.active.item,
|
1337
1337
|
.ui.brown.menu .active.item {
|
1338
|
-
border-color: #
|
1339
|
-
color: #
|
1338
|
+
border-color: #A5673F !important;
|
1339
|
+
color: #A5673F !important;
|
1340
1340
|
}
|
1341
1341
|
.ui.menu .grey.active.item,
|
1342
1342
|
.ui.grey.menu .active.item {
|
@@ -1350,7 +1350,7 @@ Floated Menu / Item
|
|
1350
1350
|
|
1351
1351
|
.ui.inverted.menu {
|
1352
1352
|
border: 0px solid transparent;
|
1353
|
-
background: #
|
1353
|
+
background: #1B1C1D;
|
1354
1354
|
box-shadow: none;
|
1355
1355
|
}
|
1356
1356
|
|
@@ -1424,10 +1424,10 @@ Floated Menu / Item
|
|
1424
1424
|
}
|
1425
1425
|
.ui.inverted.vertical.menu .item .menu .active.item {
|
1426
1426
|
background: transparent;
|
1427
|
-
color: #
|
1427
|
+
color: #FFFFFF;
|
1428
1428
|
}
|
1429
1429
|
.ui.inverted.pointing.menu .active.item:after {
|
1430
|
-
background: #
|
1430
|
+
background: #3D3E3F !important;
|
1431
1431
|
margin: 0em !important;
|
1432
1432
|
box-shadow: none !important;
|
1433
1433
|
border: none !important;
|
@@ -1437,10 +1437,10 @@ Floated Menu / Item
|
|
1437
1437
|
|
1438
1438
|
.ui.inverted.menu .active.item:hover {
|
1439
1439
|
background: rgba(255, 255, 255, 0.15);
|
1440
|
-
color: #
|
1440
|
+
color: #FFFFFF !important;
|
1441
1441
|
}
|
1442
1442
|
.ui.inverted.pointing.menu .active.item:hover:after {
|
1443
|
-
background: #
|
1443
|
+
background: #3D3E3F !important;
|
1444
1444
|
}
|
1445
1445
|
|
1446
1446
|
/*--------------
|
@@ -1467,7 +1467,7 @@ Floated Menu / Item
|
|
1467
1467
|
/* Red */
|
1468
1468
|
.ui.inverted.menu .red.active.item,
|
1469
1469
|
.ui.inverted.red.menu {
|
1470
|
-
background-color: #
|
1470
|
+
background-color: #DB2828;
|
1471
1471
|
}
|
1472
1472
|
.ui.inverted.red.menu .item:before {
|
1473
1473
|
background-color: rgba(34, 36, 38, 0.1);
|
@@ -1479,7 +1479,7 @@ Floated Menu / Item
|
|
1479
1479
|
/* Orange */
|
1480
1480
|
.ui.inverted.menu .orange.active.item,
|
1481
1481
|
.ui.inverted.orange.menu {
|
1482
|
-
background-color: #
|
1482
|
+
background-color: #F2711C;
|
1483
1483
|
}
|
1484
1484
|
.ui.inverted.orange.menu .item:before {
|
1485
1485
|
background-color: rgba(34, 36, 38, 0.1);
|
@@ -1491,7 +1491,7 @@ Floated Menu / Item
|
|
1491
1491
|
/* Yellow */
|
1492
1492
|
.ui.inverted.menu .yellow.active.item,
|
1493
1493
|
.ui.inverted.yellow.menu {
|
1494
|
-
background-color: #
|
1494
|
+
background-color: #FBBD08;
|
1495
1495
|
}
|
1496
1496
|
.ui.inverted.yellow.menu .item:before {
|
1497
1497
|
background-color: rgba(34, 36, 38, 0.1);
|
@@ -1503,7 +1503,7 @@ Floated Menu / Item
|
|
1503
1503
|
/* Olive */
|
1504
1504
|
.ui.inverted.menu .olive.active.item,
|
1505
1505
|
.ui.inverted.olive.menu {
|
1506
|
-
background-color: #
|
1506
|
+
background-color: #B5CC18;
|
1507
1507
|
}
|
1508
1508
|
.ui.inverted.olive.menu .item:before {
|
1509
1509
|
background-color: rgba(34, 36, 38, 0.1);
|
@@ -1515,7 +1515,7 @@ Floated Menu / Item
|
|
1515
1515
|
/* Green */
|
1516
1516
|
.ui.inverted.menu .green.active.item,
|
1517
1517
|
.ui.inverted.green.menu {
|
1518
|
-
background-color: #
|
1518
|
+
background-color: #21BA45;
|
1519
1519
|
}
|
1520
1520
|
.ui.inverted.green.menu .item:before {
|
1521
1521
|
background-color: rgba(34, 36, 38, 0.1);
|
@@ -1527,7 +1527,7 @@ Floated Menu / Item
|
|
1527
1527
|
/* Teal */
|
1528
1528
|
.ui.inverted.menu .teal.active.item,
|
1529
1529
|
.ui.inverted.teal.menu {
|
1530
|
-
background-color: #
|
1530
|
+
background-color: #00B5AD;
|
1531
1531
|
}
|
1532
1532
|
.ui.inverted.teal.menu .item:before {
|
1533
1533
|
background-color: rgba(34, 36, 38, 0.1);
|
@@ -1539,7 +1539,7 @@ Floated Menu / Item
|
|
1539
1539
|
/* Blue */
|
1540
1540
|
.ui.inverted.menu .blue.active.item,
|
1541
1541
|
.ui.inverted.blue.menu {
|
1542
|
-
background-color: #
|
1542
|
+
background-color: #2185D0;
|
1543
1543
|
}
|
1544
1544
|
.ui.inverted.blue.menu .item:before {
|
1545
1545
|
background-color: rgba(34, 36, 38, 0.1);
|
@@ -1551,7 +1551,7 @@ Floated Menu / Item
|
|
1551
1551
|
/* Violet */
|
1552
1552
|
.ui.inverted.menu .violet.active.item,
|
1553
1553
|
.ui.inverted.violet.menu {
|
1554
|
-
background-color: #
|
1554
|
+
background-color: #6435C9;
|
1555
1555
|
}
|
1556
1556
|
.ui.inverted.violet.menu .item:before {
|
1557
1557
|
background-color: rgba(34, 36, 38, 0.1);
|
@@ -1563,7 +1563,7 @@ Floated Menu / Item
|
|
1563
1563
|
/* Purple */
|
1564
1564
|
.ui.inverted.menu .purple.active.item,
|
1565
1565
|
.ui.inverted.purple.menu {
|
1566
|
-
background-color: #
|
1566
|
+
background-color: #A333C8;
|
1567
1567
|
}
|
1568
1568
|
.ui.inverted.purple.menu .item:before {
|
1569
1569
|
background-color: rgba(34, 36, 38, 0.1);
|
@@ -1575,7 +1575,7 @@ Floated Menu / Item
|
|
1575
1575
|
/* Pink */
|
1576
1576
|
.ui.inverted.menu .pink.active.item,
|
1577
1577
|
.ui.inverted.pink.menu {
|
1578
|
-
background-color: #
|
1578
|
+
background-color: #E03997;
|
1579
1579
|
}
|
1580
1580
|
.ui.inverted.pink.menu .item:before {
|
1581
1581
|
background-color: rgba(34, 36, 38, 0.1);
|
@@ -1587,7 +1587,7 @@ Floated Menu / Item
|
|
1587
1587
|
/* Brown */
|
1588
1588
|
.ui.inverted.menu .brown.active.item,
|
1589
1589
|
.ui.inverted.brown.menu {
|
1590
|
-
background-color: #
|
1590
|
+
background-color: #A5673F;
|
1591
1591
|
}
|
1592
1592
|
.ui.inverted.brown.menu .item:before {
|
1593
1593
|
background-color: rgba(34, 36, 38, 0.1);
|
@@ -1813,8 +1813,8 @@ Floated Menu / Item
|
|
1813
1813
|
width: 0.57142857em;
|
1814
1814
|
height: 0.57142857em;
|
1815
1815
|
border: none;
|
1816
|
-
border-bottom: 1px solid #
|
1817
|
-
border-right: 1px solid #
|
1816
|
+
border-bottom: 1px solid #D4D4D5;
|
1817
|
+
border-right: 1px solid #D4D4D5;
|
1818
1818
|
z-index: 2;
|
1819
1819
|
-webkit-transition: background 0.1s ease;
|
1820
1820
|
transition: background 0.1s ease;
|
@@ -1830,8 +1830,8 @@ Floated Menu / Item
|
|
1830
1830
|
transform: translateX(50%) translateY(-50%) rotate(45deg);
|
1831
1831
|
margin: 0em -0.5px 0em 0em;
|
1832
1832
|
border: none;
|
1833
|
-
border-top: 1px solid #
|
1834
|
-
border-right: 1px solid #
|
1833
|
+
border-top: 1px solid #D4D4D5;
|
1834
|
+
border-right: 1px solid #D4D4D5;
|
1835
1835
|
}
|
1836
1836
|
|
1837
1837
|
/* Active */
|
@@ -1850,22 +1850,22 @@ Floated Menu / Item
|
|
1850
1850
|
|
1851
1851
|
/* Colors */
|
1852
1852
|
.ui.pointing.menu .active.item:hover:after {
|
1853
|
-
background-color: #
|
1853
|
+
background-color: #F2F2F2;
|
1854
1854
|
}
|
1855
1855
|
.ui.pointing.menu .active.item:after {
|
1856
|
-
background-color: #
|
1856
|
+
background-color: #F2F2F2;
|
1857
1857
|
}
|
1858
1858
|
.ui.pointing.menu .active.item:hover:after {
|
1859
|
-
background-color: #
|
1859
|
+
background-color: #F2F2F2;
|
1860
1860
|
}
|
1861
1861
|
.ui.vertical.pointing.menu .active.item:hover:after {
|
1862
|
-
background-color: #
|
1862
|
+
background-color: #F2F2F2;
|
1863
1863
|
}
|
1864
1864
|
.ui.vertical.pointing.menu .active.item:after {
|
1865
|
-
background-color: #
|
1865
|
+
background-color: #F2F2F2;
|
1866
1866
|
}
|
1867
1867
|
.ui.vertical.pointing.menu .menu .active.item:after {
|
1868
|
-
background-color: #
|
1868
|
+
background-color: #FFFFFF;
|
1869
1869
|
}
|
1870
1870
|
|
1871
1871
|
/*--------------
|
@@ -1922,7 +1922,7 @@ Floated Menu / Item
|
|
1922
1922
|
|
1923
1923
|
/* Tabular Attached */
|
1924
1924
|
.ui.attached.menu:not(.tabular) {
|
1925
|
-
border: 1px solid #
|
1925
|
+
border: 1px solid #D4D4D5;
|
1926
1926
|
}
|
1927
1927
|
.ui.attached.inverted.menu {
|
1928
1928
|
border: none;
|