semantic-ui-sass 1.7.0.0 → 1.7.3.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 +100 -47
- data/app/assets/javascripts/semantic-ui/api.js +9 -9
- data/app/assets/javascripts/semantic-ui/checkbox.js +14 -13
- data/app/assets/javascripts/semantic-ui/dimmer.js +9 -9
- data/app/assets/javascripts/semantic-ui/dropdown.js +98 -58
- data/app/assets/javascripts/semantic-ui/form.js +23 -23
- data/app/assets/javascripts/semantic-ui/modal.js +14 -14
- data/app/assets/javascripts/semantic-ui/popup.js +91 -40
- data/app/assets/javascripts/semantic-ui/progress.js +12 -6
- data/app/assets/javascripts/semantic-ui/rating.js +6 -6
- data/app/assets/javascripts/semantic-ui/search.js +217 -206
- data/app/assets/javascripts/semantic-ui/shape.js +8 -8
- data/app/assets/javascripts/semantic-ui/sidebar.js +116 -93
- data/app/assets/javascripts/semantic-ui/site.js +2 -2
- data/app/assets/javascripts/semantic-ui/state.js +6 -6
- data/app/assets/javascripts/semantic-ui/sticky.js +11 -11
- data/app/assets/javascripts/semantic-ui/tab.js +12 -12
- data/app/assets/javascripts/semantic-ui/transition.js +9 -9
- data/app/assets/javascripts/semantic-ui/video.js +4 -4
- data/app/assets/javascripts/semantic-ui/visibility.js +3 -3
- data/app/assets/javascripts/semantic-ui/visit.js +7 -7
- data/app/assets/stylesheets/semantic-ui/collections/_breadcrumb.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_form.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/collections/_grid.scss +118 -14
- data/app/assets/stylesheets/semantic-ui/collections/_menu.scss +23 -9
- data/app/assets/stylesheets/semantic-ui/collections/_message.scss +4 -4
- data/app/assets/stylesheets/semantic-ui/collections/_table.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_button.scss +127 -126
- data/app/assets/stylesheets/semantic-ui/elements/_divider.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_flag.scss +1 -2
- data/app/assets/stylesheets/semantic-ui/elements/_header.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_icon.scss +2 -2
- data/app/assets/stylesheets/semantic-ui/elements/_image.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_input.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_label.scss +5 -5
- data/app/assets/stylesheets/semantic-ui/elements/_list.scss +4 -3
- data/app/assets/stylesheets/semantic-ui/elements/_loader.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_rail.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/elements/_reveal.scss +13 -1
- data/app/assets/stylesheets/semantic-ui/elements/_segment.scss +1 -7
- data/app/assets/stylesheets/semantic-ui/elements/_step.scss +36 -35
- data/app/assets/stylesheets/semantic-ui/globals/_reset.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/globals/_site.scss +23 -4
- data/app/assets/stylesheets/semantic-ui/modules/_accordion.scss +3 -3
- data/app/assets/stylesheets/semantic-ui/modules/_checkbox.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dimmer.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_dropdown.scss +115 -29
- data/app/assets/stylesheets/semantic-ui/modules/_modal.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_nag.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_popup.scss +1 -6
- data/app/assets/stylesheets/semantic-ui/modules/_progress.scss +13 -1
- data/app/assets/stylesheets/semantic-ui/modules/_rating.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_search.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_shape.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/modules/_sidebar.scss +134 -16
- 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/modules/_video.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_ad.scss +13 -1
- data/app/assets/stylesheets/semantic-ui/views/_card.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_comment.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_feed.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_item.scss +1 -1
- data/app/assets/stylesheets/semantic-ui/views/_statistic.scss +1 -1
- data/lib/semantic/ui/sass/version.rb +2 -2
- metadata +2 -2
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Semantic UI
|
2
|
+
* # Semantic UI - 1.7.3
|
3
3
|
* https://github.com/Semantic-Org/Semantic-UI
|
4
4
|
* http://www.semantic-ui.com/
|
5
5
|
*
|
@@ -592,9 +592,13 @@
|
|
592
592
|
|
593
593
|
.ui.tabular.menu {
|
594
594
|
background-color: transparent;
|
595
|
-
border-bottom: 1px solid #d4d4d5;
|
596
595
|
border-radius: 0em;
|
597
596
|
box-shadow: none !important;
|
597
|
+
border-bottom: 1px solid #d4d4d5;
|
598
|
+
}
|
599
|
+
.ui.tabular.fluid.menu {
|
600
|
+
width: -webkit-calc(100% + 2px ) !important;
|
601
|
+
width: calc(100% + 2px ) !important;
|
598
602
|
}
|
599
603
|
.ui.tabular.menu .item {
|
600
604
|
background-color: transparent;
|
@@ -623,8 +627,8 @@
|
|
623
627
|
border-color: #d4d4d5;
|
624
628
|
font-weight: bold;
|
625
629
|
margin-bottom: -1px;
|
626
|
-
border-bottom:
|
627
|
-
box-shadow:
|
630
|
+
border-bottom: none;
|
631
|
+
box-shadow: 0px 2px 0px -1px #ffffff;
|
628
632
|
border-radius: 5px 5px 0px 0px;
|
629
633
|
}
|
630
634
|
|
@@ -633,8 +637,10 @@
|
|
633
637
|
position: relative;
|
634
638
|
z-index: 2;
|
635
639
|
}
|
636
|
-
.ui.tabular.menu
|
637
|
-
|
640
|
+
.ui.tabular.menu + .bottom.attached.segment,
|
641
|
+
.ui.tabular.menu ~ .bottom.attached.segment + .bottom.attached.segment {
|
642
|
+
border-top: none;
|
643
|
+
margin: 0px;
|
638
644
|
}
|
639
645
|
|
640
646
|
/*--------------
|
@@ -979,6 +985,8 @@
|
|
979
985
|
.ui.text.attached.menu {
|
980
986
|
box-shadow: none;
|
981
987
|
}
|
988
|
+
|
989
|
+
/* Inverted */
|
982
990
|
.ui.inverted.text.menu,
|
983
991
|
.ui.inverted.text.menu .item,
|
984
992
|
.ui.inverted.text.menu .item:hover,
|
@@ -986,6 +994,12 @@
|
|
986
994
|
background-color: transparent;
|
987
995
|
}
|
988
996
|
|
997
|
+
/* Fluid */
|
998
|
+
.ui.fluid.text.menu {
|
999
|
+
margin-left: 0em;
|
1000
|
+
margin-right: 0em;
|
1001
|
+
}
|
1002
|
+
|
989
1003
|
/*--------------
|
990
1004
|
Icon Only
|
991
1005
|
---------------*/
|
@@ -1035,6 +1049,9 @@
|
|
1035
1049
|
.ui.labeled.icon.menu {
|
1036
1050
|
text-align: center;
|
1037
1051
|
}
|
1052
|
+
.ui.fluid.labeled.icon.menu > .item {
|
1053
|
+
min-width: 0em;
|
1054
|
+
}
|
1038
1055
|
.ui.labeled.icon.menu > .item {
|
1039
1056
|
min-width: 6em;
|
1040
1057
|
}
|
@@ -1371,9 +1388,6 @@
|
|
1371
1388
|
padding-right: 0px !important;
|
1372
1389
|
text-align: center;
|
1373
1390
|
}
|
1374
|
-
.ui.item.menu > .item:last-child {
|
1375
|
-
border-radius: 0px 0.2857rem 0.2857rem 0px;
|
1376
|
-
}
|
1377
1391
|
.ui.menu.two.item .item {
|
1378
1392
|
width: 50%;
|
1379
1393
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Semantic UI
|
2
|
+
* # Semantic UI - 1.7.3
|
3
3
|
* https://github.com/Semantic-Org/Semantic-UI
|
4
4
|
* http://www.semantic-ui.com/
|
5
5
|
*
|
@@ -138,10 +138,10 @@
|
|
138
138
|
Visible
|
139
139
|
---------------*/
|
140
140
|
|
141
|
-
.ui.
|
141
|
+
.ui.visible.visible.visible.visible.message {
|
142
142
|
display: block;
|
143
143
|
}
|
144
|
-
.ui.icon.
|
144
|
+
.ui.icon.visible.visible.visible.visible.message {
|
145
145
|
display: table;
|
146
146
|
}
|
147
147
|
|
@@ -149,7 +149,7 @@
|
|
149
149
|
Hidden
|
150
150
|
---------------*/
|
151
151
|
|
152
|
-
.ui.
|
152
|
+
.ui.hidden.hidden.hidden.hidden.message {
|
153
153
|
display: none;
|
154
154
|
}
|
155
155
|
|
@@ -1,5 +1,5 @@
|
|
1
1
|
/*
|
2
|
-
* # Semantic UI
|
2
|
+
* # Semantic UI - 1.7.3
|
3
3
|
* https://github.com/Semantic-Org/Semantic-UI
|
4
4
|
* http://www.semantic-ui.com/
|
5
5
|
*
|
@@ -103,12 +103,12 @@
|
|
103
103
|
box-shadow: 0px 0px 0px 1px transparent inset;
|
104
104
|
color: rgba(0, 0, 0, 0.8);
|
105
105
|
}
|
106
|
-
.ui.button
|
106
|
+
.ui.active.button:hover {
|
107
107
|
background-color: #d0d0d0;
|
108
108
|
background-image: none;
|
109
109
|
color: rgba(0, 0, 0, 0.8);
|
110
110
|
}
|
111
|
-
.ui.button
|
111
|
+
.ui.active.button:active {
|
112
112
|
background-color: #d0d0d0;
|
113
113
|
background-image: none;
|
114
114
|
}
|
@@ -195,7 +195,7 @@
|
|
195
195
|
.ui.buttons .disabled.button,
|
196
196
|
.ui.disabled.button,
|
197
197
|
.ui.disabled.button:hover,
|
198
|
-
.ui.disabled.button
|
198
|
+
.ui.disabled.active.button {
|
199
199
|
cursor: default;
|
200
200
|
background-color: #dcddde !important;
|
201
201
|
color: rgba(0, 0, 0, 0.4) !important;
|
@@ -218,6 +218,7 @@
|
|
218
218
|
.ui.animated.button {
|
219
219
|
position: relative;
|
220
220
|
overflow: hidden;
|
221
|
+
vertical-align: middle;
|
221
222
|
padding-right: 0em !important;
|
222
223
|
}
|
223
224
|
.ui.animated.button .content {
|
@@ -657,15 +658,15 @@
|
|
657
658
|
color: rgba(0, 0, 0, 0.8) !important;
|
658
659
|
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset;
|
659
660
|
}
|
660
|
-
.ui.basic.buttons .button
|
661
|
-
.ui.basic.button
|
661
|
+
.ui.basic.buttons .active.button,
|
662
|
+
.ui.basic.active.button {
|
662
663
|
background: rgba(0, 0, 0, 0.05) !important;
|
663
664
|
box-shadow: '' !important;
|
664
665
|
color: rgba(0, 0, 0, 0.8);
|
665
666
|
box-shadow: rgba(39, 41, 43, 0.3);
|
666
667
|
}
|
667
|
-
.ui.basic.buttons .button
|
668
|
-
.ui.basic.button
|
668
|
+
.ui.basic.buttons .active.button:hover,
|
669
|
+
.ui.basic.active.button:hover {
|
669
670
|
background-color: rgba(0, 0, 0, 0.05);
|
670
671
|
}
|
671
672
|
|
@@ -676,7 +677,7 @@
|
|
676
677
|
.ui.basic.buttons .button:active {
|
677
678
|
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.15) inset, 0px 1px 4px 0px rgba(39, 41, 43, 0.15) inset inset;
|
678
679
|
}
|
679
|
-
.ui.basic.buttons .button
|
680
|
+
.ui.basic.buttons .active.button {
|
680
681
|
box-shadow: rgba(39, 41, 43, 0.3) inset;
|
681
682
|
}
|
682
683
|
|
@@ -698,15 +699,15 @@
|
|
698
699
|
color: #ffffff !important;
|
699
700
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.9) inset !important;
|
700
701
|
}
|
701
|
-
.ui.basic.inverted.buttons .button
|
702
|
-
.ui.basic.inverted.button
|
702
|
+
.ui.basic.inverted.buttons .active.button,
|
703
|
+
.ui.basic.inverted.active.button {
|
703
704
|
background-color: rgba(255, 255, 255, 0.05);
|
704
705
|
color: #ffffff;
|
705
706
|
text-shadow: none;
|
706
707
|
box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 0.7) inset;
|
707
708
|
}
|
708
|
-
.ui.basic.inverted.buttons .button
|
709
|
-
.ui.basic.inverted.button
|
709
|
+
.ui.basic.inverted.buttons .active.button:hover,
|
710
|
+
.ui.basic.inverted.active.button:hover {
|
710
711
|
background-color: rgba(255, 255, 255, 0.07);
|
711
712
|
box-shadow: 0px 0px 0px 2px #ffffff inset !important;
|
712
713
|
}
|
@@ -1154,10 +1155,10 @@
|
|
1154
1155
|
color: #ffffff;
|
1155
1156
|
text-shadow: none;
|
1156
1157
|
}
|
1157
|
-
.ui.black.buttons .button
|
1158
|
-
.ui.black.buttons .button
|
1159
|
-
.ui.black.button
|
1160
|
-
.ui.black.button .button
|
1158
|
+
.ui.black.buttons .active.button,
|
1159
|
+
.ui.black.buttons .active.button:active,
|
1160
|
+
.ui.black.active.button,
|
1161
|
+
.ui.black.button .active.button:active {
|
1161
1162
|
background-color: #0f0f10;
|
1162
1163
|
color: #ffffff;
|
1163
1164
|
text-shadow: none;
|
@@ -1180,8 +1181,8 @@
|
|
1180
1181
|
box-shadow: 0px 0px 0px 2px #0a0a0b inset !important;
|
1181
1182
|
color: #0a0a0b !important;
|
1182
1183
|
}
|
1183
|
-
.ui.basic.black.buttons .button
|
1184
|
-
.ui.basic.black.button
|
1184
|
+
.ui.basic.black.buttons .active.button,
|
1185
|
+
.ui.basic.black.active.button {
|
1185
1186
|
background: transparent !important;
|
1186
1187
|
box-shadow: 0px 0px 0px 2px #0a0a0b inset !important;
|
1187
1188
|
color: #0a0a0b !important;
|
@@ -1203,8 +1204,8 @@
|
|
1203
1204
|
background-color: #333333;
|
1204
1205
|
color: #ffffff;
|
1205
1206
|
}
|
1206
|
-
.ui.inverted.black.buttons .button
|
1207
|
-
.ui.inverted.black.button
|
1207
|
+
.ui.inverted.black.buttons .active.button,
|
1208
|
+
.ui.inverted.black.active.button {
|
1208
1209
|
box-shadow: 0px 0px 0px 2px #333333 inset !important;
|
1209
1210
|
background-color: #333333;
|
1210
1211
|
color: #ffffff;
|
@@ -1230,9 +1231,9 @@
|
|
1230
1231
|
box-shadow: 0px 0px 0px 2px #333333 inset !important;
|
1231
1232
|
color: #ffffff !important;
|
1232
1233
|
}
|
1233
|
-
.ui.inverted.black.basic.buttons .button
|
1234
|
-
.ui.inverted.black.buttons .basic.button
|
1235
|
-
.ui.inverted.black.basic.button
|
1234
|
+
.ui.inverted.black.basic.buttons .active.button,
|
1235
|
+
.ui.inverted.black.buttons .basic.active.button,
|
1236
|
+
.ui.inverted.black.basic.active.button {
|
1236
1237
|
box-shadow: 0px 0px 0px 2px #333333 inset !important;
|
1237
1238
|
color: #ffffff !important;
|
1238
1239
|
}
|
@@ -1267,10 +1268,10 @@
|
|
1267
1268
|
color: #ffffff;
|
1268
1269
|
text-shadow: none;
|
1269
1270
|
}
|
1270
|
-
.ui.blue.buttons .button
|
1271
|
-
.ui.blue.buttons .button
|
1272
|
-
.ui.blue.button
|
1273
|
-
.ui.blue.button .button
|
1271
|
+
.ui.blue.buttons .active.button,
|
1272
|
+
.ui.blue.buttons .active.button:active,
|
1273
|
+
.ui.blue.active.button,
|
1274
|
+
.ui.blue.button .active.button:active {
|
1274
1275
|
background-color: #3576ac;
|
1275
1276
|
color: #ffffff;
|
1276
1277
|
text-shadow: none;
|
@@ -1293,8 +1294,8 @@
|
|
1293
1294
|
box-shadow: 0px 0px 0px 2px #3370a5 inset !important;
|
1294
1295
|
color: #3370a5 !important;
|
1295
1296
|
}
|
1296
|
-
.ui.basic.blue.buttons .button
|
1297
|
-
.ui.basic.blue.button
|
1297
|
+
.ui.basic.blue.buttons .active.button,
|
1298
|
+
.ui.basic.blue.active.button {
|
1298
1299
|
background: transparent !important;
|
1299
1300
|
box-shadow: 0px 0px 0px 2px #3370a5 inset !important;
|
1300
1301
|
color: #3370a5 !important;
|
@@ -1316,8 +1317,8 @@
|
|
1316
1317
|
background-color: #54c8ff;
|
1317
1318
|
color: #ffffff;
|
1318
1319
|
}
|
1319
|
-
.ui.inverted.blue.buttons .button
|
1320
|
-
.ui.inverted.blue.button
|
1320
|
+
.ui.inverted.blue.buttons .active.button,
|
1321
|
+
.ui.inverted.blue.active.button {
|
1321
1322
|
box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
|
1322
1323
|
background-color: #54c8ff;
|
1323
1324
|
color: #ffffff;
|
@@ -1343,9 +1344,9 @@
|
|
1343
1344
|
box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
|
1344
1345
|
color: #54c8ff !important;
|
1345
1346
|
}
|
1346
|
-
.ui.inverted.blue.basic.buttons .button
|
1347
|
-
.ui.inverted.blue.buttons .basic.button
|
1348
|
-
.ui.inverted.blue.basic.button
|
1347
|
+
.ui.inverted.blue.basic.buttons .active.button,
|
1348
|
+
.ui.inverted.blue.buttons .basic.active.button,
|
1349
|
+
.ui.inverted.blue.basic.active.button {
|
1349
1350
|
box-shadow: 0px 0px 0px 2px #54c8ff inset !important;
|
1350
1351
|
color: #54c8ff !important;
|
1351
1352
|
}
|
@@ -1380,10 +1381,10 @@
|
|
1380
1381
|
color: #ffffff;
|
1381
1382
|
text-shadow: none;
|
1382
1383
|
}
|
1383
|
-
.ui.green.buttons .button
|
1384
|
-
.ui.green.buttons .button
|
1385
|
-
.ui.green.button
|
1386
|
-
.ui.green.button .button
|
1384
|
+
.ui.green.buttons .active.button,
|
1385
|
+
.ui.green.buttons .active.button:active,
|
1386
|
+
.ui.green.active.button,
|
1387
|
+
.ui.green.button .active.button:active {
|
1387
1388
|
background-color: #49b562;
|
1388
1389
|
color: #ffffff;
|
1389
1390
|
text-shadow: none;
|
@@ -1406,8 +1407,8 @@
|
|
1406
1407
|
box-shadow: 0px 0px 0px 2px #46ae5f inset !important;
|
1407
1408
|
color: #46ae5f !important;
|
1408
1409
|
}
|
1409
|
-
.ui.basic.green.buttons .button
|
1410
|
-
.ui.basic.green.button
|
1410
|
+
.ui.basic.green.buttons .active.button,
|
1411
|
+
.ui.basic.green.active.button {
|
1411
1412
|
background: transparent !important;
|
1412
1413
|
box-shadow: 0px 0px 0px 2px #46ae5f inset !important;
|
1413
1414
|
color: #46ae5f !important;
|
@@ -1429,8 +1430,8 @@
|
|
1429
1430
|
background-color: #2ecc40;
|
1430
1431
|
color: #ffffff;
|
1431
1432
|
}
|
1432
|
-
.ui.inverted.green.buttons .button
|
1433
|
-
.ui.inverted.green.button
|
1433
|
+
.ui.inverted.green.buttons .active.button,
|
1434
|
+
.ui.inverted.green.active.button {
|
1434
1435
|
box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
|
1435
1436
|
background-color: #2ecc40;
|
1436
1437
|
color: #ffffff;
|
@@ -1456,9 +1457,9 @@
|
|
1456
1457
|
box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
|
1457
1458
|
color: #2ecc40 !important;
|
1458
1459
|
}
|
1459
|
-
.ui.inverted.green.basic.buttons .button
|
1460
|
-
.ui.inverted.green.buttons .basic.button
|
1461
|
-
.ui.inverted.green.basic.button
|
1460
|
+
.ui.inverted.green.basic.buttons .active.button,
|
1461
|
+
.ui.inverted.green.buttons .basic.active.button,
|
1462
|
+
.ui.inverted.green.basic.active.button {
|
1462
1463
|
box-shadow: 0px 0px 0px 2px #2ecc40 inset !important;
|
1463
1464
|
color: #2ecc40 !important;
|
1464
1465
|
}
|
@@ -1493,11 +1494,11 @@
|
|
1493
1494
|
color: #ffffff;
|
1494
1495
|
text-shadow: none;
|
1495
1496
|
}
|
1496
|
-
.ui.orange.buttons .button
|
1497
|
-
.ui.orange.buttons .button
|
1498
|
-
.ui.orange.button
|
1499
|
-
.ui.orange.button .button
|
1500
|
-
background-color: #
|
1497
|
+
.ui.orange.buttons .active.button,
|
1498
|
+
.ui.orange.buttons .active.button:active,
|
1499
|
+
.ui.orange.active.button,
|
1500
|
+
.ui.orange.button .active.button:active {
|
1501
|
+
background-color: #dc6a3d;
|
1501
1502
|
color: #ffffff;
|
1502
1503
|
text-shadow: none;
|
1503
1504
|
}
|
@@ -1519,8 +1520,8 @@
|
|
1519
1520
|
box-shadow: 0px 0px 0px 2px #db6435 inset !important;
|
1520
1521
|
color: #db6435 !important;
|
1521
1522
|
}
|
1522
|
-
.ui.basic.orange.buttons .button
|
1523
|
-
.ui.basic.orange.button
|
1523
|
+
.ui.basic.orange.buttons .active.button,
|
1524
|
+
.ui.basic.orange.active.button {
|
1524
1525
|
background: transparent !important;
|
1525
1526
|
box-shadow: 0px 0px 0px 2px #db6435 inset !important;
|
1526
1527
|
color: #db6435 !important;
|
@@ -1542,8 +1543,8 @@
|
|
1542
1543
|
background-color: #ff851b;
|
1543
1544
|
color: #ffffff;
|
1544
1545
|
}
|
1545
|
-
.ui.inverted.orange.buttons .button
|
1546
|
-
.ui.inverted.orange.button
|
1546
|
+
.ui.inverted.orange.buttons .active.button,
|
1547
|
+
.ui.inverted.orange.active.button {
|
1547
1548
|
box-shadow: 0px 0px 0px 2px #ff851b inset !important;
|
1548
1549
|
background-color: #ff851b;
|
1549
1550
|
color: #ffffff;
|
@@ -1569,9 +1570,9 @@
|
|
1569
1570
|
box-shadow: 0px 0px 0px 2px #ff851b inset !important;
|
1570
1571
|
color: #ff851b !important;
|
1571
1572
|
}
|
1572
|
-
.ui.inverted.orange.basic.buttons .button
|
1573
|
-
.ui.inverted.orange.buttons .basic.button
|
1574
|
-
.ui.inverted.orange.basic.button
|
1573
|
+
.ui.inverted.orange.basic.buttons .active.button,
|
1574
|
+
.ui.inverted.orange.buttons .basic.active.button,
|
1575
|
+
.ui.inverted.orange.basic.active.button {
|
1575
1576
|
box-shadow: 0px 0px 0px 2px #ff851b inset !important;
|
1576
1577
|
color: #ff851b !important;
|
1577
1578
|
}
|
@@ -1606,10 +1607,10 @@
|
|
1606
1607
|
color: #ffffff;
|
1607
1608
|
text-shadow: none;
|
1608
1609
|
}
|
1609
|
-
.ui.pink.buttons .button
|
1610
|
-
.ui.pink.buttons .button
|
1611
|
-
.ui.pink.button
|
1612
|
-
.ui.pink.button .button
|
1610
|
+
.ui.pink.buttons .active.button,
|
1611
|
+
.ui.pink.buttons .active.button:active,
|
1612
|
+
.ui.pink.active.button,
|
1613
|
+
.ui.pink.button .active.button:active {
|
1613
1614
|
background-color: #d5348e;
|
1614
1615
|
color: #ffffff;
|
1615
1616
|
text-shadow: none;
|
@@ -1632,8 +1633,8 @@
|
|
1632
1633
|
box-shadow: 0px 0px 0px 2px #d22c8a inset !important;
|
1633
1634
|
color: #d22c8a !important;
|
1634
1635
|
}
|
1635
|
-
.ui.basic.pink.buttons .button
|
1636
|
-
.ui.basic.pink.button
|
1636
|
+
.ui.basic.pink.buttons .active.button,
|
1637
|
+
.ui.basic.pink.active.button {
|
1637
1638
|
background: transparent !important;
|
1638
1639
|
box-shadow: 0px 0px 0px 2px #d22c8a inset !important;
|
1639
1640
|
color: #d22c8a !important;
|
@@ -1655,8 +1656,8 @@
|
|
1655
1656
|
background-color: #ff8edf;
|
1656
1657
|
color: #ffffff;
|
1657
1658
|
}
|
1658
|
-
.ui.inverted.pink.buttons .button
|
1659
|
-
.ui.inverted.pink.button
|
1659
|
+
.ui.inverted.pink.buttons .active.button,
|
1660
|
+
.ui.inverted.pink.active.button {
|
1660
1661
|
box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
|
1661
1662
|
background-color: #ff8edf;
|
1662
1663
|
color: #ffffff;
|
@@ -1682,9 +1683,9 @@
|
|
1682
1683
|
box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
|
1683
1684
|
color: #ff8edf !important;
|
1684
1685
|
}
|
1685
|
-
.ui.inverted.pink.basic.buttons .button
|
1686
|
-
.ui.inverted.pink.buttons .basic.button
|
1687
|
-
.ui.inverted.pink.basic.button
|
1686
|
+
.ui.inverted.pink.basic.buttons .active.button,
|
1687
|
+
.ui.inverted.pink.buttons .basic.active.button,
|
1688
|
+
.ui.inverted.pink.basic.active.button {
|
1688
1689
|
box-shadow: 0px 0px 0px 2px #ff8edf inset !important;
|
1689
1690
|
color: #ff8edf !important;
|
1690
1691
|
}
|
@@ -1719,10 +1720,10 @@
|
|
1719
1720
|
color: #ffffff;
|
1720
1721
|
text-shadow: none;
|
1721
1722
|
}
|
1722
|
-
.ui.purple.buttons .button
|
1723
|
-
.ui.purple.buttons .button
|
1724
|
-
.ui.purple.button
|
1725
|
-
.ui.purple.button .button
|
1723
|
+
.ui.purple.buttons .active.button,
|
1724
|
+
.ui.purple.buttons .active.button:active,
|
1725
|
+
.ui.purple.active.button,
|
1726
|
+
.ui.purple.button .active.button:active {
|
1726
1727
|
background-color: #4c467a;
|
1727
1728
|
color: #ffffff;
|
1728
1729
|
text-shadow: none;
|
@@ -1745,8 +1746,8 @@
|
|
1745
1746
|
box-shadow: 0px 0px 0px 2px #484273 inset !important;
|
1746
1747
|
color: #484273 !important;
|
1747
1748
|
}
|
1748
|
-
.ui.basic.purple.buttons .button
|
1749
|
-
.ui.basic.purple.button
|
1749
|
+
.ui.basic.purple.buttons .active.button,
|
1750
|
+
.ui.basic.purple.active.button {
|
1750
1751
|
background: transparent !important;
|
1751
1752
|
box-shadow: 0px 0px 0px 2px #484273 inset !important;
|
1752
1753
|
color: #484273 !important;
|
@@ -1768,8 +1769,8 @@
|
|
1768
1769
|
background-color: #cdc6ff;
|
1769
1770
|
color: #1b1c1d;
|
1770
1771
|
}
|
1771
|
-
.ui.inverted.purple.buttons .button
|
1772
|
-
.ui.inverted.purple.button
|
1772
|
+
.ui.inverted.purple.buttons .active.button,
|
1773
|
+
.ui.inverted.purple.active.button {
|
1773
1774
|
box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
|
1774
1775
|
background-color: #cdc6ff;
|
1775
1776
|
color: #1b1c1d;
|
@@ -1795,9 +1796,9 @@
|
|
1795
1796
|
box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
|
1796
1797
|
color: #cdc6ff !important;
|
1797
1798
|
}
|
1798
|
-
.ui.inverted.purple.basic.buttons .button
|
1799
|
-
.ui.inverted.purple.buttons .basic.button
|
1800
|
-
.ui.inverted.purple.basic.button
|
1799
|
+
.ui.inverted.purple.basic.buttons .active.button,
|
1800
|
+
.ui.inverted.purple.buttons .basic.active.button,
|
1801
|
+
.ui.inverted.purple.basic.active.button {
|
1801
1802
|
box-shadow: 0px 0px 0px 2px #cdc6ff inset !important;
|
1802
1803
|
color: #cdc6ff !important;
|
1803
1804
|
}
|
@@ -1832,10 +1833,10 @@
|
|
1832
1833
|
color: #ffffff;
|
1833
1834
|
text-shadow: none;
|
1834
1835
|
}
|
1835
|
-
.ui.red.buttons .button
|
1836
|
-
.ui.red.buttons .button
|
1837
|
-
.ui.red.button
|
1838
|
-
.ui.red.button .button
|
1836
|
+
.ui.red.buttons .active.button,
|
1837
|
+
.ui.red.buttons .active.button:active,
|
1838
|
+
.ui.red.active.button,
|
1839
|
+
.ui.red.button .active.button:active {
|
1839
1840
|
background-color: #d44747;
|
1840
1841
|
color: #ffffff;
|
1841
1842
|
text-shadow: none;
|
@@ -1858,8 +1859,8 @@
|
|
1858
1859
|
box-shadow: 0px 0px 0px 2px #d23f3f inset !important;
|
1859
1860
|
color: #d23f3f !important;
|
1860
1861
|
}
|
1861
|
-
.ui.basic.red.buttons .button
|
1862
|
-
.ui.basic.red.button
|
1862
|
+
.ui.basic.red.buttons .active.button,
|
1863
|
+
.ui.basic.red.active.button {
|
1863
1864
|
background: transparent !important;
|
1864
1865
|
box-shadow: 0px 0px 0px 2px #d23f3f inset !important;
|
1865
1866
|
color: #d23f3f !important;
|
@@ -1881,8 +1882,8 @@
|
|
1881
1882
|
background-color: #ff695e;
|
1882
1883
|
color: #ffffff;
|
1883
1884
|
}
|
1884
|
-
.ui.inverted.red.buttons .button
|
1885
|
-
.ui.inverted.red.button
|
1885
|
+
.ui.inverted.red.buttons .active.button,
|
1886
|
+
.ui.inverted.red.active.button {
|
1886
1887
|
box-shadow: 0px 0px 0px 2px #ff695e inset !important;
|
1887
1888
|
background-color: #ff695e;
|
1888
1889
|
color: #ffffff;
|
@@ -1908,9 +1909,9 @@
|
|
1908
1909
|
box-shadow: 0px 0px 0px 2px #ff695e inset !important;
|
1909
1910
|
color: #ff695e !important;
|
1910
1911
|
}
|
1911
|
-
.ui.inverted.red.basic.buttons .button
|
1912
|
-
.ui.inverted.red.buttons .basic.button
|
1913
|
-
.ui.inverted.red.basic.button
|
1912
|
+
.ui.inverted.red.basic.buttons .active.button,
|
1913
|
+
.ui.inverted.red.buttons .basic.active.button,
|
1914
|
+
.ui.inverted.red.basic.active.button {
|
1914
1915
|
box-shadow: 0px 0px 0px 2px #ff695e inset !important;
|
1915
1916
|
color: #ff695e !important;
|
1916
1917
|
}
|
@@ -1945,10 +1946,10 @@
|
|
1945
1946
|
color: #ffffff;
|
1946
1947
|
text-shadow: none;
|
1947
1948
|
}
|
1948
|
-
.ui.teal.buttons .button
|
1949
|
-
.ui.teal.buttons .button
|
1950
|
-
.ui.teal.button
|
1951
|
-
.ui.teal.button .button
|
1949
|
+
.ui.teal.buttons .active.button,
|
1950
|
+
.ui.teal.buttons .active.button:active,
|
1951
|
+
.ui.teal.active.button,
|
1952
|
+
.ui.teal.button .active.button:active {
|
1952
1953
|
background-color: #009c95;
|
1953
1954
|
color: #ffffff;
|
1954
1955
|
text-shadow: none;
|
@@ -1971,8 +1972,8 @@
|
|
1971
1972
|
box-shadow: 0px 0px 0px 2px #00918b inset !important;
|
1972
1973
|
color: #00918b !important;
|
1973
1974
|
}
|
1974
|
-
.ui.basic.teal.buttons .button
|
1975
|
-
.ui.basic.teal.button
|
1975
|
+
.ui.basic.teal.buttons .active.button,
|
1976
|
+
.ui.basic.teal.active.button {
|
1976
1977
|
background: transparent !important;
|
1977
1978
|
box-shadow: 0px 0px 0px 2px #00918b inset !important;
|
1978
1979
|
color: #00918b !important;
|
@@ -1994,8 +1995,8 @@
|
|
1994
1995
|
background-color: #6dffff;
|
1995
1996
|
color: #1b1c1d;
|
1996
1997
|
}
|
1997
|
-
.ui.inverted.teal.buttons .button
|
1998
|
-
.ui.inverted.teal.button
|
1998
|
+
.ui.inverted.teal.buttons .active.button,
|
1999
|
+
.ui.inverted.teal.active.button {
|
1999
2000
|
box-shadow: 0px 0px 0px 2px #6dffff inset !important;
|
2000
2001
|
background-color: #6dffff;
|
2001
2002
|
color: #1b1c1d;
|
@@ -2021,9 +2022,9 @@
|
|
2021
2022
|
box-shadow: 0px 0px 0px 2px #6dffff inset !important;
|
2022
2023
|
color: #6dffff !important;
|
2023
2024
|
}
|
2024
|
-
.ui.inverted.teal.basic.buttons .button
|
2025
|
-
.ui.inverted.teal.buttons .basic.button
|
2026
|
-
.ui.inverted.teal.basic.button
|
2025
|
+
.ui.inverted.teal.basic.buttons .active.button,
|
2026
|
+
.ui.inverted.teal.buttons .basic.active.button,
|
2027
|
+
.ui.inverted.teal.basic.active.button {
|
2027
2028
|
box-shadow: 0px 0px 0px 2px #6dffff inset !important;
|
2028
2029
|
color: #6dffff !important;
|
2029
2030
|
}
|
@@ -2058,10 +2059,10 @@
|
|
2058
2059
|
color: #ffffff;
|
2059
2060
|
text-shadow: none;
|
2060
2061
|
}
|
2061
|
-
.ui.yellow.buttons .button
|
2062
|
-
.ui.yellow.buttons .button
|
2063
|
-
.ui.yellow.button
|
2064
|
-
.ui.yellow.button .button
|
2062
|
+
.ui.yellow.buttons .active.button,
|
2063
|
+
.ui.yellow.buttons .active.button:active,
|
2064
|
+
.ui.yellow.active.button,
|
2065
|
+
.ui.yellow.button .active.button:active {
|
2065
2066
|
background-color: #eabc0e;
|
2066
2067
|
color: #ffffff;
|
2067
2068
|
text-shadow: none;
|
@@ -2084,8 +2085,8 @@
|
|
2084
2085
|
box-shadow: 0px 0px 0px 2px #e0b40d inset !important;
|
2085
2086
|
color: #e0b40d !important;
|
2086
2087
|
}
|
2087
|
-
.ui.basic.yellow.buttons .button
|
2088
|
-
.ui.basic.yellow.button
|
2088
|
+
.ui.basic.yellow.buttons .active.button,
|
2089
|
+
.ui.basic.yellow.active.button {
|
2089
2090
|
background: transparent !important;
|
2090
2091
|
box-shadow: 0px 0px 0px 2px #e0b40d inset !important;
|
2091
2092
|
color: #e0b40d !important;
|
@@ -2107,8 +2108,8 @@
|
|
2107
2108
|
background-color: #ffe21f;
|
2108
2109
|
color: #1b1c1d;
|
2109
2110
|
}
|
2110
|
-
.ui.inverted.yellow.buttons .button
|
2111
|
-
.ui.inverted.yellow.button
|
2111
|
+
.ui.inverted.yellow.buttons .active.button,
|
2112
|
+
.ui.inverted.yellow.active.button {
|
2112
2113
|
box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
|
2113
2114
|
background-color: #ffe21f;
|
2114
2115
|
color: #1b1c1d;
|
@@ -2134,9 +2135,9 @@
|
|
2134
2135
|
box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
|
2135
2136
|
color: #ffe21f !important;
|
2136
2137
|
}
|
2137
|
-
.ui.inverted.yellow.basic.buttons .button
|
2138
|
-
.ui.inverted.yellow.buttons .basic.button
|
2139
|
-
.ui.inverted.yellow.basic.button
|
2138
|
+
.ui.inverted.yellow.basic.buttons .active.button,
|
2139
|
+
.ui.inverted.yellow.buttons .basic.active.button,
|
2140
|
+
.ui.inverted.yellow.basic.active.button {
|
2140
2141
|
box-shadow: 0px 0px 0px 2px #ffe21f inset !important;
|
2141
2142
|
color: #ffe21f !important;
|
2142
2143
|
}
|
@@ -2174,7 +2175,7 @@
|
|
2174
2175
|
text-shadow: none;
|
2175
2176
|
}
|
2176
2177
|
.ui.primary.buttons .active.button,
|
2177
|
-
.ui.primary.button
|
2178
|
+
.ui.primary.active.button {
|
2178
2179
|
background-color: #3576ac;
|
2179
2180
|
color: #ffffff;
|
2180
2181
|
text-shadow: none;
|
@@ -2207,7 +2208,7 @@
|
|
2207
2208
|
text-shadow: none;
|
2208
2209
|
}
|
2209
2210
|
.ui.secondary.buttons .active.button,
|
2210
|
-
.ui.secondary.button
|
2211
|
+
.ui.secondary.active.button {
|
2211
2212
|
background-color: #0f0f10;
|
2212
2213
|
color: #ffffff;
|
2213
2214
|
text-shadow: none;
|
@@ -2230,7 +2231,7 @@
|
|
2230
2231
|
.ui.positive.buttons .button:hover,
|
2231
2232
|
.ui.positive.button:hover,
|
2232
2233
|
.ui.positive.buttons .active.button,
|
2233
|
-
.ui.positive.button
|
2234
|
+
.ui.positive.active.button {
|
2234
2235
|
background-color: #66c17b !important;
|
2235
2236
|
color: #ffffff;
|
2236
2237
|
text-shadow: none;
|
@@ -2241,10 +2242,10 @@
|
|
2241
2242
|
color: #ffffff;
|
2242
2243
|
text-shadow: none;
|
2243
2244
|
}
|
2244
|
-
.ui.positive.buttons .button
|
2245
|
-
.ui.positive.buttons .button
|
2246
|
-
.ui.positive.button
|
2247
|
-
.ui.positive.button .button
|
2245
|
+
.ui.positive.buttons .active.button,
|
2246
|
+
.ui.positive.buttons .active.button:active,
|
2247
|
+
.ui.positive.active.button,
|
2248
|
+
.ui.positive.button .active.button:active {
|
2248
2249
|
background-color: #49b562;
|
2249
2250
|
color: #ffffff;
|
2250
2251
|
text-shadow: none;
|
@@ -2267,7 +2268,7 @@
|
|
2267
2268
|
.ui.negative.buttons .button:hover,
|
2268
2269
|
.ui.negative.button:hover,
|
2269
2270
|
.ui.negative.buttons .active.button,
|
2270
|
-
.ui.negative.button
|
2271
|
+
.ui.negative.active.button {
|
2271
2272
|
background-color: #dc6868 !important;
|
2272
2273
|
color: #ffffff;
|
2273
2274
|
text-shadow: none;
|
@@ -2278,10 +2279,10 @@
|
|
2278
2279
|
color: #ffffff;
|
2279
2280
|
text-shadow: none;
|
2280
2281
|
}
|
2281
|
-
.ui.negative.buttons .button
|
2282
|
-
.ui.negative.buttons .button
|
2283
|
-
.ui.negative.button
|
2284
|
-
.ui.negative.button .button
|
2282
|
+
.ui.negative.buttons .active.button,
|
2283
|
+
.ui.negative.buttons .active.button:active,
|
2284
|
+
.ui.negative.active.button,
|
2285
|
+
.ui.negative.button .active.button:active {
|
2285
2286
|
background-color: #d44747;
|
2286
2287
|
color: #ffffff;
|
2287
2288
|
text-shadow: none;
|
@@ -2298,7 +2299,7 @@
|
|
2298
2299
|
margin: 0em 0.25em 0em 0em;
|
2299
2300
|
}
|
2300
2301
|
.ui.buttons > .button:hover,
|
2301
|
-
.ui.buttons > .button
|
2302
|
+
.ui.buttons > .active.button {
|
2302
2303
|
position: relative;
|
2303
2304
|
}
|
2304
2305
|
.ui.buttons:after {
|