@alifd/theme-panda 0.1.0 → 0.1.2
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.
- package/design-token.js +1 -1
- package/dist/next-1.css +81 -81
- package/dist/next-2.css +130 -130
- package/dist/next-noreset-1.css +86 -86
- package/dist/next-noreset-2.css +124 -124
- package/dist/next-noreset.css +209 -209
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +171 -171
- package/dist/next-noreset.var-2.css +247 -247
- package/dist/next-noreset.var.css +417 -417
- package/dist/next-noreset.var.min-1.css +2 -2
- package/dist/next-noreset.var.min-2.css +2 -2
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +210 -210
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +161 -161
- package/dist/next.var-2.css +259 -259
- package/dist/next.var.css +419 -419
- package/dist/next.var.min-1.css +2 -2
- package/dist/next.var.min-2.css +2 -2
- package/dist/next.var.min.css +2 -2
- package/package.json +1 -1
- package/variables.css +917 -917
- package/variables.js +2 -2
- package/variables.less +206 -206
- package/variables.scss +206 -206
- package/variables.scss2css.scss +494 -494
package/dist/next-noreset-2.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.2 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.25.51 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -453,11 +453,11 @@
|
|
|
453
453
|
|
|
454
454
|
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-prev:not([disabled]) i,
|
|
455
455
|
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-next:not([disabled]) i {
|
|
456
|
-
color:
|
|
456
|
+
color: #A0A2AD; }
|
|
457
457
|
|
|
458
458
|
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
459
459
|
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
460
|
-
color:
|
|
460
|
+
color: #2e3038; }
|
|
461
461
|
|
|
462
462
|
.next-pagination[dir="rtl"].next-medium .next-pagination-list {
|
|
463
463
|
margin: 0 4px; }
|
|
@@ -506,11 +506,11 @@
|
|
|
506
506
|
|
|
507
507
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-prev:not([disabled]) i,
|
|
508
508
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-next:not([disabled]) i {
|
|
509
|
-
color:
|
|
509
|
+
color: #A0A2AD; }
|
|
510
510
|
|
|
511
511
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
512
512
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
513
|
-
color:
|
|
513
|
+
color: #2e3038; }
|
|
514
514
|
|
|
515
515
|
.next-pagination[dir="rtl"].next-large .next-pagination-list {
|
|
516
516
|
margin: 0 8px; }
|
|
@@ -559,11 +559,11 @@
|
|
|
559
559
|
|
|
560
560
|
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-prev:not([disabled]) i,
|
|
561
561
|
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-next:not([disabled]) i {
|
|
562
|
-
color:
|
|
562
|
+
color: #A0A2AD; }
|
|
563
563
|
|
|
564
564
|
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
565
565
|
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
566
|
-
color:
|
|
566
|
+
color: #2e3038; }
|
|
567
567
|
|
|
568
568
|
.next-pagination {
|
|
569
569
|
-webkit-box-sizing: border-box;
|
|
@@ -593,9 +593,9 @@
|
|
|
593
593
|
.next-pagination .next-pagination-item:not([disabled]) {
|
|
594
594
|
display: inline-block;
|
|
595
595
|
border-style: solid;
|
|
596
|
-
border-color:
|
|
597
|
-
background: #
|
|
598
|
-
color:
|
|
596
|
+
border-color: gainsboro;
|
|
597
|
+
background: #FFFFFF;
|
|
598
|
+
color: #2e3038;
|
|
599
599
|
-webkit-box-shadow: none;
|
|
600
600
|
box-shadow: none; }
|
|
601
601
|
.next-pagination .next-pagination-item {
|
|
@@ -620,7 +620,7 @@
|
|
|
620
620
|
.next-pagination-display {
|
|
621
621
|
display: inline-block;
|
|
622
622
|
margin: 0 16px;
|
|
623
|
-
color:
|
|
623
|
+
color: #2e3038;
|
|
624
624
|
vertical-align: middle; }
|
|
625
625
|
.next-pagination-display em {
|
|
626
626
|
font-style: normal;
|
|
@@ -628,7 +628,7 @@
|
|
|
628
628
|
.next-pagination-jump-text {
|
|
629
629
|
display: inline-block;
|
|
630
630
|
vertical-align: middle;
|
|
631
|
-
color: #
|
|
631
|
+
color: #2e3038; }
|
|
632
632
|
.next-pagination-jump-input {
|
|
633
633
|
margin: 0 4px;
|
|
634
634
|
vertical-align: top; }
|
|
@@ -711,10 +711,10 @@
|
|
|
711
711
|
padding: 0 8px; }
|
|
712
712
|
.next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i,
|
|
713
713
|
.next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i {
|
|
714
|
-
color:
|
|
714
|
+
color: #A0A2AD; }
|
|
715
715
|
.next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
716
716
|
.next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
717
|
-
color:
|
|
717
|
+
color: #2e3038; }
|
|
718
718
|
.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next {
|
|
719
719
|
width: 20px;
|
|
720
720
|
padding: 0; }
|
|
@@ -780,10 +780,10 @@
|
|
|
780
780
|
padding: 0 12px; }
|
|
781
781
|
.next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i,
|
|
782
782
|
.next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i {
|
|
783
|
-
color:
|
|
783
|
+
color: #A0A2AD; }
|
|
784
784
|
.next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
785
785
|
.next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
786
|
-
color:
|
|
786
|
+
color: #2e3038; }
|
|
787
787
|
.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next {
|
|
788
788
|
width: 28px;
|
|
789
789
|
padding: 0; }
|
|
@@ -849,10 +849,10 @@
|
|
|
849
849
|
padding: 0 16px; }
|
|
850
850
|
.next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i,
|
|
851
851
|
.next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i {
|
|
852
|
-
color:
|
|
852
|
+
color: #A0A2AD; }
|
|
853
853
|
.next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
854
854
|
.next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
855
|
-
color:
|
|
855
|
+
color: #2e3038; }
|
|
856
856
|
.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next {
|
|
857
857
|
width: 40px;
|
|
858
858
|
padding: 0; }
|
|
@@ -888,7 +888,7 @@
|
|
|
888
888
|
content: "\E654"; }
|
|
889
889
|
|
|
890
890
|
.next-paragraph {
|
|
891
|
-
color:
|
|
891
|
+
color: #2e3038; }
|
|
892
892
|
.next-paragraph-short {
|
|
893
893
|
line-height: 1.5; }
|
|
894
894
|
.next-paragraph-long {
|
|
@@ -988,7 +988,7 @@
|
|
|
988
988
|
margin-left: 10px;
|
|
989
989
|
vertical-align: middle;
|
|
990
990
|
display: inline-block;
|
|
991
|
-
color:
|
|
991
|
+
color: #2e3038; }
|
|
992
992
|
.next-progress-line-show-border .next-progress-line-underlay {
|
|
993
993
|
border: 1px solid #f0f0f0; }
|
|
994
994
|
.next-progress-line-show-border.next-small .next-progress-line-underlay {
|
|
@@ -1083,7 +1083,7 @@
|
|
|
1083
1083
|
transition: -webkit-transform 300ms ease;
|
|
1084
1084
|
transition: transform 300ms ease;
|
|
1085
1085
|
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
1086
|
-
color:
|
|
1086
|
+
color: #2e3038; }
|
|
1087
1087
|
|
|
1088
1088
|
.next-range {
|
|
1089
1089
|
-webkit-box-sizing: border-box;
|
|
@@ -1223,9 +1223,9 @@
|
|
|
1223
1223
|
.next-range .next-range-mark .next-range-mark-text:hover {
|
|
1224
1224
|
color: #999999; }
|
|
1225
1225
|
.next-range .next-range-mark .next-range-mark-text.activated {
|
|
1226
|
-
color:
|
|
1226
|
+
color: #2e3038; }
|
|
1227
1227
|
.next-range .next-range-mark .next-range-mark-text.activated:hover {
|
|
1228
|
-
color:
|
|
1228
|
+
color: #2e3038; }
|
|
1229
1229
|
.next-range.disabled .next-range-track {
|
|
1230
1230
|
background: #cacaca; }
|
|
1231
1231
|
.next-range.disabled .next-range-selected {
|
|
@@ -1738,11 +1738,11 @@
|
|
|
1738
1738
|
.next-search-normal.next-normal .next-search-btn:hover {
|
|
1739
1739
|
background: #EBECF0;
|
|
1740
1740
|
border-color: #A0A2AD;
|
|
1741
|
-
color:
|
|
1741
|
+
color: #2e3038; }
|
|
1742
1742
|
.next-search-normal.next-normal .next-search-btn .next-icon {
|
|
1743
1743
|
color: rgba(0, 0, 0, 0.75); }
|
|
1744
1744
|
.next-search-normal.next-normal .next-search-btn .next-icon:hover {
|
|
1745
|
-
color:
|
|
1745
|
+
color: #2e3038; }
|
|
1746
1746
|
.next-search-normal.next-normal.next-large {
|
|
1747
1747
|
-webkit-box-shadow: none;
|
|
1748
1748
|
box-shadow: none; }
|
|
@@ -2028,7 +2028,7 @@
|
|
|
2028
2028
|
border: none;
|
|
2029
2029
|
border-radius: 0px; }
|
|
2030
2030
|
.next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
|
|
2031
|
-
color:
|
|
2031
|
+
color: #2e3038;
|
|
2032
2032
|
background: transparent;
|
|
2033
2033
|
opacity: 0.32; }
|
|
2034
2034
|
.next-slick-arrow.outer.disabled {
|
|
@@ -2651,11 +2651,11 @@
|
|
|
2651
2651
|
border-color: #257df9; }
|
|
2652
2652
|
|
|
2653
2653
|
.next-step-circle > .next-step-item-process .next-step-item-title {
|
|
2654
|
-
color:
|
|
2654
|
+
color: #2e3038;
|
|
2655
2655
|
word-break: break-word; }
|
|
2656
2656
|
|
|
2657
2657
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
2658
|
-
color:
|
|
2658
|
+
color: #2e3038;
|
|
2659
2659
|
font-size: 14px;
|
|
2660
2660
|
line-height: 1.5;
|
|
2661
2661
|
word-break: break-word; }
|
|
@@ -3295,11 +3295,11 @@
|
|
|
3295
3295
|
border-color: #257df9; }
|
|
3296
3296
|
|
|
3297
3297
|
.next-step-dot > .next-step-item-process .next-step-item-title {
|
|
3298
|
-
color:
|
|
3298
|
+
color: #2e3038;
|
|
3299
3299
|
word-break: break-word; }
|
|
3300
3300
|
|
|
3301
3301
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
3302
|
-
color:
|
|
3302
|
+
color: #2e3038;
|
|
3303
3303
|
font-size: 14px;
|
|
3304
3304
|
line-height: 1.5;
|
|
3305
3305
|
word-break: break-word; }
|
|
@@ -4371,11 +4371,11 @@
|
|
|
4371
4371
|
-webkit-transition: all 300ms ease;
|
|
4372
4372
|
transition: all 300ms ease; }
|
|
4373
4373
|
.next-tabs-tab.active {
|
|
4374
|
-
font-weight:
|
|
4374
|
+
font-weight: 500; }
|
|
4375
4375
|
.next-tabs-tab .next-tabs-tab-close {
|
|
4376
4376
|
color: rgba(0, 0, 0, 0.75); }
|
|
4377
4377
|
.next-tabs-tab .next-tabs-tab-close:hover {
|
|
4378
|
-
color:
|
|
4378
|
+
color: #2e3038; }
|
|
4379
4379
|
.next-tabs-tab .next-tabs-tab-close:focus {
|
|
4380
4380
|
outline: none; }
|
|
4381
4381
|
.next-tabs-tab.active .next-tabs-tab-close {
|
|
@@ -4410,12 +4410,12 @@
|
|
|
4410
4410
|
.next-tabs-btn-down, .next-tabs-btn-down:link, .next-tabs-btn-down:visited, .next-tabs-btn-down.visited, .next-tabs-btn-prev, .next-tabs-btn-prev:link, .next-tabs-btn-prev:visited, .next-tabs-btn-prev.visited, .next-tabs-btn-next, .next-tabs-btn-next:link, .next-tabs-btn-next:visited, .next-tabs-btn-next.visited {
|
|
4411
4411
|
color: rgba(0, 0, 0, 0.75); }
|
|
4412
4412
|
.next-tabs-btn-down:focus, .next-tabs-btn-down:hover, .next-tabs-btn-down.hover, .next-tabs-btn-prev:focus, .next-tabs-btn-prev:hover, .next-tabs-btn-prev.hover, .next-tabs-btn-next:focus, .next-tabs-btn-next:hover, .next-tabs-btn-next.hover {
|
|
4413
|
-
color:
|
|
4413
|
+
color: #2e3038;
|
|
4414
4414
|
background: transparent;
|
|
4415
4415
|
border-color: transparent;
|
|
4416
4416
|
text-decoration: none; }
|
|
4417
4417
|
.next-tabs-btn-down:active, .next-tabs-btn-down.active, .next-tabs-btn-prev:active, .next-tabs-btn-prev.active, .next-tabs-btn-next:active, .next-tabs-btn-next.active {
|
|
4418
|
-
color:
|
|
4418
|
+
color: #2e3038;
|
|
4419
4419
|
background: transparent;
|
|
4420
4420
|
border-color: transparent;
|
|
4421
4421
|
text-decoration: none; }
|
|
@@ -4443,8 +4443,8 @@
|
|
|
4443
4443
|
.next-tabs.next-medium .next-tabs-nav-container-scrolling {
|
|
4444
4444
|
padding-right: 60px; }
|
|
4445
4445
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
4446
|
-
font-size:
|
|
4447
|
-
padding:
|
|
4446
|
+
font-size: 14px;
|
|
4447
|
+
padding: 20px 16px; }
|
|
4448
4448
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
4449
4449
|
line-height: 1; }
|
|
4450
4450
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
|
|
@@ -4518,11 +4518,11 @@
|
|
|
4518
4518
|
background-color: transparent; }
|
|
4519
4519
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
|
|
4520
4520
|
cursor: pointer;
|
|
4521
|
-
color: #
|
|
4521
|
+
color: #000000;
|
|
4522
4522
|
background-color: transparent; }
|
|
4523
4523
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
|
|
4524
4524
|
z-index: 1;
|
|
4525
|
-
color: #
|
|
4525
|
+
color: #000000;
|
|
4526
4526
|
background-color: transparent; }
|
|
4527
4527
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
|
|
4528
4528
|
pointer-events: none;
|
|
@@ -4536,8 +4536,8 @@
|
|
|
4536
4536
|
left: 50%;
|
|
4537
4537
|
bottom: 0%; }
|
|
4538
4538
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
|
|
4539
|
-
width: calc(100% -
|
|
4540
|
-
left:
|
|
4539
|
+
width: calc(100% - 64px);
|
|
4540
|
+
left: 32px; }
|
|
4541
4541
|
.next-tabs-wrapped > .next-tabs-bar {
|
|
4542
4542
|
background: transparent; }
|
|
4543
4543
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab {
|
|
@@ -4559,7 +4559,7 @@
|
|
|
4559
4559
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
|
|
4560
4560
|
color: rgba(0, 0, 0, 0.75); }
|
|
4561
4561
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
|
|
4562
|
-
color:
|
|
4562
|
+
color: #2e3038; }
|
|
4563
4563
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
|
|
4564
4564
|
outline: none; }
|
|
4565
4565
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
|
|
@@ -4700,7 +4700,7 @@
|
|
|
4700
4700
|
border: 1px solid #cacaca;
|
|
4701
4701
|
border-right-color: transparent;
|
|
4702
4702
|
margin-right: -1px;
|
|
4703
|
-
color:
|
|
4703
|
+
color: #2e3038;
|
|
4704
4704
|
background-color: #FFFFFF; }
|
|
4705
4705
|
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
|
|
4706
4706
|
border-radius: 6px 0 0 6px; }
|
|
@@ -4869,7 +4869,7 @@
|
|
|
4869
4869
|
text-overflow: ellipsis; }
|
|
4870
4870
|
|
|
4871
4871
|
.next-tag-checkable.next-tag-level-secondary {
|
|
4872
|
-
color:
|
|
4872
|
+
color: #2e3038;
|
|
4873
4873
|
border-color: transparent;
|
|
4874
4874
|
background-color: transparent; }
|
|
4875
4875
|
.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover {
|
|
@@ -4884,7 +4884,7 @@
|
|
|
4884
4884
|
border-color: #40a9ff;
|
|
4885
4885
|
background-color: #DEE8FF; }
|
|
4886
4886
|
.next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
|
|
4887
|
-
color:
|
|
4887
|
+
color: #2e3038; }
|
|
4888
4888
|
.next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
|
|
4889
4889
|
color: rgba(0, 0, 0, 0.4);
|
|
4890
4890
|
border-color: whitesmoke;
|
|
@@ -4899,11 +4899,11 @@
|
|
|
4899
4899
|
border-color: #EBECF0;
|
|
4900
4900
|
background-color: #EBECF0; }
|
|
4901
4901
|
.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
|
|
4902
|
-
color:
|
|
4902
|
+
color: #2e3038;
|
|
4903
4903
|
border-color: #E2E4E8;
|
|
4904
4904
|
background-color: #E2E4E8; }
|
|
4905
4905
|
.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
|
|
4906
|
-
color:
|
|
4906
|
+
color: #2e3038; }
|
|
4907
4907
|
.next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
|
|
4908
4908
|
color: rgba(0, 0, 0, 0.4);
|
|
4909
4909
|
border-color: whitesmoke;
|
|
@@ -4918,11 +4918,11 @@
|
|
|
4918
4918
|
border-color: #EBECF0;
|
|
4919
4919
|
background-color: #EBECF0; }
|
|
4920
4920
|
.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
|
|
4921
|
-
color:
|
|
4921
|
+
color: #2e3038;
|
|
4922
4922
|
border-color: #E2E4E8;
|
|
4923
4923
|
background-color: #E2E4E8; }
|
|
4924
4924
|
.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
|
|
4925
|
-
color:
|
|
4925
|
+
color: #2e3038; }
|
|
4926
4926
|
.next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
|
|
4927
4927
|
color: rgba(0, 0, 0, 0.4);
|
|
4928
4928
|
border-color: whitesmoke;
|
|
@@ -4952,15 +4952,15 @@
|
|
|
4952
4952
|
color: #FFFFFF; }
|
|
4953
4953
|
|
|
4954
4954
|
.next-tag-default.next-tag-level-normal {
|
|
4955
|
-
color:
|
|
4955
|
+
color: #2e3038;
|
|
4956
4956
|
border-color: #d9d9d9;
|
|
4957
4957
|
background-color: #f8f9fb; }
|
|
4958
4958
|
.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
4959
|
-
color:
|
|
4959
|
+
color: #2e3038;
|
|
4960
4960
|
border-color: #d9d9d9;
|
|
4961
4961
|
background-color: #f8f9fb; }
|
|
4962
4962
|
.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
|
|
4963
|
-
color:
|
|
4963
|
+
color: #2e3038; }
|
|
4964
4964
|
.next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
|
|
4965
4965
|
color: rgba(0, 0, 0, 0.4);
|
|
4966
4966
|
border-color: #d9d9d9;
|
|
@@ -4975,11 +4975,11 @@
|
|
|
4975
4975
|
border-color: #cacaca;
|
|
4976
4976
|
background-color: transparent; }
|
|
4977
4977
|
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
4978
|
-
color:
|
|
4978
|
+
color: #2e3038;
|
|
4979
4979
|
border-color: #A0A2AD;
|
|
4980
4980
|
background-color: transparent; }
|
|
4981
4981
|
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover > .next-tag-close-btn, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover > .next-tag-close-btn {
|
|
4982
|
-
color:
|
|
4982
|
+
color: #2e3038; }
|
|
4983
4983
|
.next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
|
|
4984
4984
|
color: rgba(0, 0, 0, 0.4);
|
|
4985
4985
|
border-color: #d9d9d9;
|
|
@@ -5043,7 +5043,7 @@
|
|
|
5043
5043
|
border-color: #cacaca;
|
|
5044
5044
|
background-color: transparent; }
|
|
5045
5045
|
.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
5046
|
-
color:
|
|
5046
|
+
color: #2e3038;
|
|
5047
5047
|
border-color: #cacaca;
|
|
5048
5048
|
background-color: transparent; }
|
|
5049
5049
|
.next-tag-checkable.next-tag-level-normal[disabled], .disabled.next-tag-checkable.next-tag-level-normal {
|
|
@@ -5226,9 +5226,9 @@
|
|
|
5226
5226
|
border-color: #FCCC12;
|
|
5227
5227
|
color: #FCCC12; }
|
|
5228
5228
|
.next-tag-large {
|
|
5229
|
-
height:
|
|
5229
|
+
height: 28px;
|
|
5230
5230
|
padding: 0;
|
|
5231
|
-
line-height:
|
|
5231
|
+
line-height: 26px;
|
|
5232
5232
|
font-size: 0; }
|
|
5233
5233
|
.next-tag-large > .next-tag-body {
|
|
5234
5234
|
font-size: 14px;
|
|
@@ -5263,9 +5263,9 @@
|
|
|
5263
5263
|
padding-right: 0;
|
|
5264
5264
|
padding-left: 8px; }
|
|
5265
5265
|
.next-tag-medium {
|
|
5266
|
-
height:
|
|
5266
|
+
height: 28px;
|
|
5267
5267
|
padding: 0;
|
|
5268
|
-
line-height:
|
|
5268
|
+
line-height: 26px;
|
|
5269
5269
|
font-size: 0; }
|
|
5270
5270
|
.next-tag-medium > .next-tag-body {
|
|
5271
5271
|
font-size: 14px;
|
|
@@ -5300,9 +5300,9 @@
|
|
|
5300
5300
|
padding-right: 0;
|
|
5301
5301
|
padding-left: 8px; }
|
|
5302
5302
|
.next-tag-small {
|
|
5303
|
-
height:
|
|
5303
|
+
height: 28px;
|
|
5304
5304
|
padding: 0;
|
|
5305
|
-
line-height:
|
|
5305
|
+
line-height: 26px;
|
|
5306
5306
|
font-size: 0; }
|
|
5307
5307
|
.next-tag-small > .next-tag-body {
|
|
5308
5308
|
font-size: 14px;
|
|
@@ -5514,7 +5514,7 @@
|
|
|
5514
5514
|
overflow: hidden;
|
|
5515
5515
|
text-overflow: ellipsis;
|
|
5516
5516
|
white-space: nowrap;
|
|
5517
|
-
color:
|
|
5517
|
+
color: #2e3038;
|
|
5518
5518
|
text-align: right; }
|
|
5519
5519
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
5520
5520
|
margin: 0;
|
|
@@ -5633,7 +5633,7 @@
|
|
|
5633
5633
|
overflow: hidden;
|
|
5634
5634
|
text-overflow: ellipsis;
|
|
5635
5635
|
white-space: nowrap;
|
|
5636
|
-
color:
|
|
5636
|
+
color: #2e3038;
|
|
5637
5637
|
text-align: right; }
|
|
5638
5638
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
5639
5639
|
margin: 0;
|
|
@@ -5752,7 +5752,7 @@
|
|
|
5752
5752
|
overflow: hidden;
|
|
5753
5753
|
text-overflow: ellipsis;
|
|
5754
5754
|
white-space: nowrap;
|
|
5755
|
-
color:
|
|
5755
|
+
color: #2e3038;
|
|
5756
5756
|
text-align: right; }
|
|
5757
5757
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
5758
5758
|
margin: 0;
|
|
@@ -5871,7 +5871,7 @@
|
|
|
5871
5871
|
overflow: hidden;
|
|
5872
5872
|
text-overflow: ellipsis;
|
|
5873
5873
|
white-space: nowrap;
|
|
5874
|
-
color:
|
|
5874
|
+
color: #2e3038;
|
|
5875
5875
|
text-align: right; }
|
|
5876
5876
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
5877
5877
|
margin: 0;
|
|
@@ -6017,7 +6017,7 @@
|
|
|
6017
6017
|
overflow: hidden;
|
|
6018
6018
|
text-overflow: ellipsis;
|
|
6019
6019
|
white-space: nowrap;
|
|
6020
|
-
color:
|
|
6020
|
+
color: #2e3038;
|
|
6021
6021
|
text-align: left; }
|
|
6022
6022
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
6023
6023
|
margin: 0;
|
|
@@ -6129,7 +6129,7 @@
|
|
|
6129
6129
|
overflow: hidden;
|
|
6130
6130
|
text-overflow: ellipsis;
|
|
6131
6131
|
white-space: nowrap;
|
|
6132
|
-
color:
|
|
6132
|
+
color: #2e3038;
|
|
6133
6133
|
text-align: left; }
|
|
6134
6134
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
6135
6135
|
margin: 0;
|
|
@@ -6241,7 +6241,7 @@
|
|
|
6241
6241
|
overflow: hidden;
|
|
6242
6242
|
text-overflow: ellipsis;
|
|
6243
6243
|
white-space: nowrap;
|
|
6244
|
-
color:
|
|
6244
|
+
color: #2e3038;
|
|
6245
6245
|
text-align: left; }
|
|
6246
6246
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
6247
6247
|
margin: 0;
|
|
@@ -6353,7 +6353,7 @@
|
|
|
6353
6353
|
overflow: hidden;
|
|
6354
6354
|
text-overflow: ellipsis;
|
|
6355
6355
|
white-space: nowrap;
|
|
6356
|
-
color:
|
|
6356
|
+
color: #2e3038;
|
|
6357
6357
|
text-align: left; }
|
|
6358
6358
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
6359
6359
|
margin: 0;
|
|
@@ -6413,7 +6413,7 @@
|
|
|
6413
6413
|
overflow: hidden;
|
|
6414
6414
|
text-overflow: ellipsis;
|
|
6415
6415
|
white-space: nowrap;
|
|
6416
|
-
color:
|
|
6416
|
+
color: #2e3038;
|
|
6417
6417
|
text-align: right; }
|
|
6418
6418
|
|
|
6419
6419
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
@@ -6467,7 +6467,7 @@
|
|
|
6467
6467
|
overflow: hidden;
|
|
6468
6468
|
text-overflow: ellipsis;
|
|
6469
6469
|
white-space: nowrap;
|
|
6470
|
-
color:
|
|
6470
|
+
color: #2e3038;
|
|
6471
6471
|
text-align: left; }
|
|
6472
6472
|
|
|
6473
6473
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
@@ -6523,7 +6523,7 @@
|
|
|
6523
6523
|
padding: 8px 20px;
|
|
6524
6524
|
border-bottom: 1px solid #f0f0f0;
|
|
6525
6525
|
background-color: whitesmoke;
|
|
6526
|
-
color:
|
|
6526
|
+
color: #2e3038;
|
|
6527
6527
|
font-size: 14px; }
|
|
6528
6528
|
.next-transfer-panel-search {
|
|
6529
6529
|
padding: 0 4px;
|
|
@@ -6582,7 +6582,7 @@
|
|
|
6582
6582
|
margin-left: 4px;
|
|
6583
6583
|
font-size: 14px;
|
|
6584
6584
|
vertical-align: middle;
|
|
6585
|
-
color:
|
|
6585
|
+
color: #2e3038; }
|
|
6586
6586
|
.next-transfer-panel-move-all {
|
|
6587
6587
|
font-size: 14px;
|
|
6588
6588
|
color: #257df9;
|
|
@@ -6690,7 +6690,7 @@
|
|
|
6690
6690
|
font-size: 12px;
|
|
6691
6691
|
line-height: inherit; }
|
|
6692
6692
|
.next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
|
|
6693
|
-
color:
|
|
6693
|
+
color: #2e3038; }
|
|
6694
6694
|
.next-tree-switcher.next-noline.next-disabled {
|
|
6695
6695
|
cursor: not-allowed; }
|
|
6696
6696
|
.next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
|
|
@@ -6732,7 +6732,7 @@
|
|
|
6732
6732
|
border-color: #A0A2AD;
|
|
6733
6733
|
background-color: #f8f9fb; }
|
|
6734
6734
|
.next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
|
|
6735
|
-
color:
|
|
6735
|
+
color: #2e3038; }
|
|
6736
6736
|
.next-tree-switcher.next-line.next-disabled {
|
|
6737
6737
|
border-color: #d9d9d9;
|
|
6738
6738
|
background-color: #FFFFFF;
|
|
@@ -6791,7 +6791,7 @@
|
|
|
6791
6791
|
padding-top: 2px;
|
|
6792
6792
|
padding-bottom: 2px; }
|
|
6793
6793
|
.next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
|
|
6794
|
-
color:
|
|
6794
|
+
color: #2e3038;
|
|
6795
6795
|
background-color: #f8f9fb; }
|
|
6796
6796
|
.next-tree.next-node-indent .next-tree-node-label-wrapper {
|
|
6797
6797
|
border-top: 2px solid transparent;
|
|
@@ -6800,15 +6800,15 @@
|
|
|
6800
6800
|
-webkit-transition: color 100ms linear, background-color 100ms linear;
|
|
6801
6801
|
transition: color 100ms linear, background-color 100ms linear;
|
|
6802
6802
|
cursor: default;
|
|
6803
|
-
color:
|
|
6803
|
+
color: #2e3038;
|
|
6804
6804
|
background-color: #FFFFFF; }
|
|
6805
6805
|
.next-tree.next-node-indent .next-tree-node-label-selectable {
|
|
6806
6806
|
cursor: pointer; }
|
|
6807
6807
|
.next-tree.next-node-indent .next-tree-node-label:hover {
|
|
6808
|
-
color:
|
|
6808
|
+
color: #2e3038;
|
|
6809
6809
|
background-color: #f8f9fb; }
|
|
6810
6810
|
.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
|
|
6811
|
-
color:
|
|
6811
|
+
color: #2e3038;
|
|
6812
6812
|
background-color: #DEE8FF; }
|
|
6813
6813
|
.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label,
|
|
6814
6814
|
.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label:hover {
|
|
@@ -6829,13 +6829,13 @@
|
|
|
6829
6829
|
-webkit-transition: color 100ms linear, background-color 100ms linear;
|
|
6830
6830
|
transition: color 100ms linear, background-color 100ms linear;
|
|
6831
6831
|
cursor: pointer;
|
|
6832
|
-
color:
|
|
6832
|
+
color: #2e3038;
|
|
6833
6833
|
background-color: #FFFFFF; }
|
|
6834
6834
|
.next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus {
|
|
6835
|
-
color:
|
|
6835
|
+
color: #2e3038;
|
|
6836
6836
|
background-color: #f8f9fb; }
|
|
6837
6837
|
.next-tree.next-node-block .next-tree-node-inner.next-selected {
|
|
6838
|
-
color:
|
|
6838
|
+
color: #2e3038;
|
|
6839
6839
|
background-color: #DEE8FF; }
|
|
6840
6840
|
.next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
|
|
6841
6841
|
color: rgba(0, 0, 0, 0.4);
|
|
@@ -6999,7 +6999,7 @@
|
|
|
6999
6999
|
overflow: hidden;
|
|
7000
7000
|
margin-right: 4px; }
|
|
7001
7001
|
.next-upload-list-text .next-upload-list-item-name {
|
|
7002
|
-
color:
|
|
7002
|
+
color: #2e3038;
|
|
7003
7003
|
-webkit-transition: all 100ms linear;
|
|
7004
7004
|
transition: all 100ms linear; }
|
|
7005
7005
|
.next-upload-list-text .next-upload-list-item-size {
|
|
@@ -7073,7 +7073,7 @@
|
|
|
7073
7073
|
color: rgba(0, 0, 0, 0.75); }
|
|
7074
7074
|
.next-upload-list-image .next-upload-list-item-name {
|
|
7075
7075
|
display: block;
|
|
7076
|
-
color:
|
|
7076
|
+
color: #2e3038;
|
|
7077
7077
|
margin-left: 56px;
|
|
7078
7078
|
margin-right: 20px;
|
|
7079
7079
|
text-overflow: ellipsis;
|
|
@@ -7641,7 +7641,7 @@
|
|
|
7641
7641
|
color: rgba(0, 0, 0, 0.75);
|
|
7642
7642
|
background: transparent; }
|
|
7643
7643
|
.next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
|
|
7644
|
-
color:
|
|
7644
|
+
color: #2e3038;
|
|
7645
7645
|
background: #EBECF0; }
|
|
7646
7646
|
.next-shell-light .next-shell-aside .next-shell-localnavigation {
|
|
7647
7647
|
width: 168px;
|
|
@@ -7731,7 +7731,7 @@
|
|
|
7731
7731
|
color: rgba(0, 0, 0, 0.75);
|
|
7732
7732
|
background: transparent; }
|
|
7733
7733
|
.next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
|
|
7734
|
-
color:
|
|
7734
|
+
color: #2e3038;
|
|
7735
7735
|
background: #EBECF0; }
|
|
7736
7736
|
.next-shell-dark .next-shell-aside .next-shell-localnavigation {
|
|
7737
7737
|
width: 168px;
|
|
@@ -7821,7 +7821,7 @@
|
|
|
7821
7821
|
color: rgba(0, 0, 0, 0.75);
|
|
7822
7822
|
background: transparent; }
|
|
7823
7823
|
.next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
|
|
7824
|
-
color:
|
|
7824
|
+
color: #2e3038;
|
|
7825
7825
|
background: #EBECF0; }
|
|
7826
7826
|
.next-shell-brand .next-shell-aside .next-shell-localnavigation {
|
|
7827
7827
|
width: 168px;
|
|
@@ -7948,26 +7948,26 @@
|
|
|
7948
7948
|
opacity: 0; } }
|
|
7949
7949
|
|
|
7950
7950
|
.next-typography {
|
|
7951
|
-
color:
|
|
7951
|
+
color: #2e3038; }
|
|
7952
7952
|
.next-typography-title {
|
|
7953
7953
|
font-weight: 600;
|
|
7954
7954
|
margin-bottom: .5em; }
|
|
7955
7955
|
.next-typography + .next-typography-title {
|
|
7956
7956
|
margin-top: 1.2em; }
|
|
7957
7957
|
.next-typography-paragraph {
|
|
7958
|
-
color:
|
|
7958
|
+
color: #2e3038;
|
|
7959
7959
|
margin-bottom: 1em;
|
|
7960
7960
|
font-size: 16px;
|
|
7961
7961
|
line-height: 1.5; }
|
|
7962
7962
|
.next-typography mark {
|
|
7963
7963
|
padding: 0;
|
|
7964
7964
|
background: #FFE6BD;
|
|
7965
|
-
color:
|
|
7965
|
+
color: #2e3038; }
|
|
7966
7966
|
.next-typography strong {
|
|
7967
7967
|
font-weight: 600; }
|
|
7968
7968
|
.next-typography code {
|
|
7969
7969
|
background-color: #f8f9fb;
|
|
7970
|
-
color:
|
|
7970
|
+
color: #2e3038;
|
|
7971
7971
|
border: 1px solid #d9d9d9;
|
|
7972
7972
|
margin: 0 .2em;
|
|
7973
7973
|
padding: .2em .4em .1em;
|
|
@@ -8054,7 +8054,7 @@ h6.next-typography-title {
|
|
|
8054
8054
|
.next-divider-hoz.next-divider-with-text-center, .next-divider-hoz.next-divider-with-text-left, .next-divider-hoz.next-divider-with-text-right {
|
|
8055
8055
|
display: table;
|
|
8056
8056
|
margin: 16px 0;
|
|
8057
|
-
color:
|
|
8057
|
+
color: #2e3038;
|
|
8058
8058
|
font-weight: normal;
|
|
8059
8059
|
font-size: 18px;
|
|
8060
8060
|
white-space: nowrap;
|
|
@@ -8117,10 +8117,10 @@ h6.next-typography-title {
|
|
|
8117
8117
|
-webkit-box-sizing: border-box;
|
|
8118
8118
|
box-sizing: border-box;
|
|
8119
8119
|
position: relative;
|
|
8120
|
-
border-top-left-radius:
|
|
8121
|
-
border-top-right-radius:
|
|
8122
|
-
border-bottom-left-radius:
|
|
8123
|
-
border-bottom-right-radius:
|
|
8120
|
+
border-top-left-radius: 6px;
|
|
8121
|
+
border-top-right-radius: 6px;
|
|
8122
|
+
border-bottom-left-radius: 6px;
|
|
8123
|
+
border-bottom-right-radius: 6px;
|
|
8124
8124
|
border-top: 1px solid #f0f0f0;
|
|
8125
8125
|
border-left: 1px solid #f0f0f0; }
|
|
8126
8126
|
.next-table *,
|
|
@@ -8129,13 +8129,13 @@ h6.next-typography-title {
|
|
|
8129
8129
|
-webkit-box-sizing: border-box;
|
|
8130
8130
|
box-sizing: border-box; }
|
|
8131
8131
|
.next-table .next-table-header tr:first-child th:first-child {
|
|
8132
|
-
border-top-left-radius:
|
|
8132
|
+
border-top-left-radius: 6px; }
|
|
8133
8133
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
8134
|
-
border-top-right-radius:
|
|
8134
|
+
border-top-right-radius: 6px; }
|
|
8135
8135
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
8136
|
-
border-bottom-left-radius:
|
|
8136
|
+
border-bottom-left-radius: 6px; }
|
|
8137
8137
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
8138
|
-
border-bottom-right-radius:
|
|
8138
|
+
border-bottom-right-radius: 6px; }
|
|
8139
8139
|
.next-table.next-table-layout-fixed {
|
|
8140
8140
|
overflow: auto; }
|
|
8141
8141
|
.next-table.next-table-layout-fixed table {
|
|
@@ -8153,16 +8153,16 @@ h6.next-typography-title {
|
|
|
8153
8153
|
border-spacing: 0;
|
|
8154
8154
|
width: 100%;
|
|
8155
8155
|
background: #FFFFFF;
|
|
8156
|
-
border-top-left-radius:
|
|
8157
|
-
border-top-right-radius:
|
|
8158
|
-
border-bottom-left-radius:
|
|
8159
|
-
border-bottom-right-radius:
|
|
8156
|
+
border-top-left-radius: 6px;
|
|
8157
|
+
border-top-right-radius: 6px;
|
|
8158
|
+
border-bottom-left-radius: 6px;
|
|
8159
|
+
border-bottom-right-radius: 6px; }
|
|
8160
8160
|
.next-table table tr:first-child td {
|
|
8161
8161
|
border-top-width: 0; }
|
|
8162
8162
|
.next-table th {
|
|
8163
8163
|
padding: 0;
|
|
8164
8164
|
background: #fafafa;
|
|
8165
|
-
color:
|
|
8165
|
+
color: #2e3038;
|
|
8166
8166
|
text-align: left;
|
|
8167
8167
|
font-weight: 500;
|
|
8168
8168
|
border-right: 1px solid #f0f0f0;
|
|
@@ -8268,13 +8268,13 @@ h6.next-typography-title {
|
|
|
8268
8268
|
background: whitesmoke; }
|
|
8269
8269
|
.next-table.zebra .next-table-row.hovered td {
|
|
8270
8270
|
background: #fafafa;
|
|
8271
|
-
color:
|
|
8271
|
+
color: #2e3038; }
|
|
8272
8272
|
.next-table.zebra .next-table-cell.hovered {
|
|
8273
8273
|
background: #fafafa;
|
|
8274
|
-
color:
|
|
8274
|
+
color: #2e3038; }
|
|
8275
8275
|
.next-table.zebra .next-table-row.selected td {
|
|
8276
8276
|
background: #e6f7ff;
|
|
8277
|
-
color:
|
|
8277
|
+
color: #2e3038; }
|
|
8278
8278
|
.next-table-empty {
|
|
8279
8279
|
color: #A0A2AD;
|
|
8280
8280
|
padding: 32px 0;
|
|
@@ -8307,18 +8307,18 @@ h6.next-typography-title {
|
|
|
8307
8307
|
-webkit-transition: all 100ms linear;
|
|
8308
8308
|
transition: all 100ms linear;
|
|
8309
8309
|
background: #FFFFFF;
|
|
8310
|
-
color:
|
|
8310
|
+
color: #2e3038; }
|
|
8311
8311
|
.next-table-row.hidden {
|
|
8312
8312
|
display: none; }
|
|
8313
8313
|
.next-table-row.hovered {
|
|
8314
8314
|
background: #fafafa;
|
|
8315
|
-
color:
|
|
8315
|
+
color: #2e3038; }
|
|
8316
8316
|
.next-table-row.selected {
|
|
8317
8317
|
background: #e6f7ff;
|
|
8318
|
-
color:
|
|
8318
|
+
color: #2e3038; }
|
|
8319
8319
|
.next-table-cell.hovered {
|
|
8320
8320
|
background: #fafafa;
|
|
8321
|
-
color:
|
|
8321
|
+
color: #2e3038; }
|
|
8322
8322
|
.next-table-tree-placeholder {
|
|
8323
8323
|
visibility: hidden; }
|
|
8324
8324
|
.next-table-tree-placeholder:before,
|
|
@@ -8347,10 +8347,10 @@ h6.next-typography-title {
|
|
|
8347
8347
|
.next-table-header {
|
|
8348
8348
|
margin-bottom: -20px;
|
|
8349
8349
|
padding-bottom: 20px;
|
|
8350
|
-
border-top-left-radius:
|
|
8351
|
-
border-top-right-radius:
|
|
8352
|
-
border-bottom-left-radius:
|
|
8353
|
-
border-bottom-right-radius:
|
|
8350
|
+
border-top-left-radius: 6px;
|
|
8351
|
+
border-top-right-radius: 6px;
|
|
8352
|
+
border-bottom-left-radius: 6px;
|
|
8353
|
+
border-bottom-right-radius: 6px;
|
|
8354
8354
|
overflow: -moz-scrollbars-none;
|
|
8355
8355
|
-ms-overflow-style: none;
|
|
8356
8356
|
scrollbar-width: none; }
|
|
@@ -8431,7 +8431,7 @@ h6.next-typography-title {
|
|
|
8431
8431
|
border-left: 1px solid #f0f0f0; }
|
|
8432
8432
|
.next-table-group .next-table-group-header td {
|
|
8433
8433
|
background: #fafafa;
|
|
8434
|
-
color:
|
|
8434
|
+
color: #2e3038; }
|
|
8435
8435
|
.next-table-group .next-table-group-header td:first-child {
|
|
8436
8436
|
border-top-left-radius: 0px;
|
|
8437
8437
|
border-bottom-left-radius: 0px; }
|
|
@@ -8440,7 +8440,7 @@ h6.next-typography-title {
|
|
|
8440
8440
|
border-bottom-right-radius: 0px; }
|
|
8441
8441
|
.next-table-group .next-table-group-footer td {
|
|
8442
8442
|
background: #fafafa;
|
|
8443
|
-
color:
|
|
8443
|
+
color: #2e3038; }
|
|
8444
8444
|
.next-table-group .next-table-group-footer td:first-child {
|
|
8445
8445
|
border-top-left-radius: 0px;
|
|
8446
8446
|
border-bottom-left-radius: 0px; }
|
|
@@ -8450,7 +8450,7 @@ h6.next-typography-title {
|
|
|
8450
8450
|
.next-table-group .next-table-row.hovered,
|
|
8451
8451
|
.next-table-group .next-table-row.selected {
|
|
8452
8452
|
background: #FFFFFF;
|
|
8453
|
-
color:
|
|
8453
|
+
color: #2e3038; }
|
|
8454
8454
|
|
|
8455
8455
|
.next-table-lock {
|
|
8456
8456
|
position: relative; }
|
|
@@ -8462,8 +8462,8 @@ h6.next-typography-title {
|
|
|
8462
8462
|
|
|
8463
8463
|
.next-table-header-fixer {
|
|
8464
8464
|
content: " ";
|
|
8465
|
-
border-top-right-radius:
|
|
8466
|
-
border-bottom-right-radius:
|
|
8465
|
+
border-top-right-radius: 6px;
|
|
8466
|
+
border-bottom-right-radius: 6px;
|
|
8467
8467
|
width: 15px;
|
|
8468
8468
|
background: inherit;
|
|
8469
8469
|
position: absolute;
|
|
@@ -8542,7 +8542,7 @@ h6.next-typography-title {
|
|
|
8542
8542
|
.next-table-sort .next-icon {
|
|
8543
8543
|
position: absolute;
|
|
8544
8544
|
left: -2px;
|
|
8545
|
-
color:
|
|
8545
|
+
color: #2e3038; }
|
|
8546
8546
|
.next-table-sort .next-icon:before,
|
|
8547
8547
|
.next-table-sort .next-icon .next-icon-remote {
|
|
8548
8548
|
width: 12px;
|
|
@@ -8560,7 +8560,7 @@ h6.next-typography-title {
|
|
|
8560
8560
|
.next-table-filter:focus {
|
|
8561
8561
|
outline: 0; }
|
|
8562
8562
|
.next-table-filter .next-icon {
|
|
8563
|
-
color:
|
|
8563
|
+
color: #2e3038; }
|
|
8564
8564
|
.next-table-filter .next-icon:before,
|
|
8565
8565
|
.next-table-filter .next-icon .next-icon-remote {
|
|
8566
8566
|
width: 12px;
|
|
@@ -8893,7 +8893,7 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
8893
8893
|
.next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
|
|
8894
8894
|
text-align: center;
|
|
8895
8895
|
font-size: 14px;
|
|
8896
|
-
color:
|
|
8896
|
+
color: #2e3038;
|
|
8897
8897
|
font-weight: bolder;
|
|
8898
8898
|
vertical-align: initial; }
|
|
8899
8899
|
.next-calendar2-panel .next-calendar2-header-btn:hover,
|
|
@@ -8990,7 +8990,7 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
8990
8990
|
-ms-user-select: none;
|
|
8991
8991
|
user-select: none; }
|
|
8992
8992
|
.next-time-picker2-menu-item:hover {
|
|
8993
|
-
color:
|
|
8993
|
+
color: #2e3038;
|
|
8994
8994
|
background: #f8f9fb; }
|
|
8995
8995
|
.next-time-picker2-menu-item.next-selected {
|
|
8996
8996
|
color: rgba(0, 0, 0, 0.75);
|