@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.
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @alifd/theme-panda@0.1.0 (https://fusion.design)
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)
@@ -567,13 +567,13 @@
567
567
 
568
568
  .next-pagination[dir="rtl"].next-small .next-pagination-item.next-prev:not([disabled]) i,
569
569
  .next-pagination[dir="rtl"].next-small .next-pagination-item.next-next:not([disabled]) i {
570
- color: rgba(0, 0, 0, 0.75);
571
- color: var(--pagination-arrow-color, rgba(0, 0, 0, 0.75)); }
570
+ color: #A0A2AD;
571
+ color: var(--pagination-arrow-color, #A0A2AD); }
572
572
 
573
573
  .next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
574
574
  .next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-next:not([disabled]) i {
575
- color: rgba(0, 0, 0, 0.85);
576
- color: var(--pagination-arrow-hover-color, rgba(0, 0, 0, 0.85)); }
575
+ color: #2e3038;
576
+ color: var(--pagination-arrow-hover-color, #2e3038); }
577
577
 
578
578
  .next-pagination[dir="rtl"].next-medium .next-pagination-list {
579
579
  margin: 0 4px;
@@ -641,13 +641,13 @@
641
641
 
642
642
  .next-pagination[dir="rtl"].next-medium .next-pagination-item.next-prev:not([disabled]) i,
643
643
  .next-pagination[dir="rtl"].next-medium .next-pagination-item.next-next:not([disabled]) i {
644
- color: rgba(0, 0, 0, 0.75);
645
- color: var(--pagination-arrow-color, rgba(0, 0, 0, 0.75)); }
644
+ color: #A0A2AD;
645
+ color: var(--pagination-arrow-color, #A0A2AD); }
646
646
 
647
647
  .next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
648
648
  .next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
649
- color: rgba(0, 0, 0, 0.85);
650
- color: var(--pagination-arrow-hover-color, rgba(0, 0, 0, 0.85)); }
649
+ color: #2e3038;
650
+ color: var(--pagination-arrow-hover-color, #2e3038); }
651
651
 
652
652
  .next-pagination[dir="rtl"].next-large .next-pagination-list {
653
653
  margin: 0 8px;
@@ -715,13 +715,13 @@
715
715
 
716
716
  .next-pagination[dir="rtl"].next-large .next-pagination-item.next-prev:not([disabled]) i,
717
717
  .next-pagination[dir="rtl"].next-large .next-pagination-item.next-next:not([disabled]) i {
718
- color: rgba(0, 0, 0, 0.75);
719
- color: var(--pagination-arrow-color, rgba(0, 0, 0, 0.75)); }
718
+ color: #A0A2AD;
719
+ color: var(--pagination-arrow-color, #A0A2AD); }
720
720
 
721
721
  .next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
722
722
  .next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-next:not([disabled]) i {
723
- color: rgba(0, 0, 0, 0.85);
724
- color: var(--pagination-arrow-hover-color, rgba(0, 0, 0, 0.85)); }
723
+ color: #2e3038;
724
+ color: var(--pagination-arrow-hover-color, #2e3038); }
725
725
 
726
726
  .next-pagination {
727
727
  -webkit-box-sizing: border-box;
@@ -753,12 +753,12 @@
753
753
  display: inline-block;
754
754
  border-style: solid;
755
755
  border-style: var(--pagination-item-border-style, solid);
756
- border-color: #f0f0f0;
757
- border-color: var(--pagination-item-border-color, #f0f0f0);
758
- background: #f8f9fb;
759
- background: var(--pagination-item-bg, #f8f9fb);
760
- color: rgba(0, 0, 0, 0.85);
761
- color: var(--pagination-item-color, rgba(0, 0, 0, 0.85));
756
+ border-color: gainsboro;
757
+ border-color: var(--pagination-item-border-color, gainsboro);
758
+ background: #FFFFFF;
759
+ background: var(--pagination-item-bg, #FFFFFF);
760
+ color: #2e3038;
761
+ color: var(--pagination-item-color, #2e3038);
762
762
  -webkit-box-shadow: none;
763
763
  -webkit-box-shadow: var(--pagination-item-shadow, none);
764
764
  box-shadow: none;
@@ -796,8 +796,8 @@
796
796
  .next-pagination-display {
797
797
  display: inline-block;
798
798
  margin: 0 16px;
799
- color: rgba(0, 0, 0, 0.85);
800
- color: var(--pagination-total-color, rgba(0, 0, 0, 0.85));
799
+ color: #2e3038;
800
+ color: var(--pagination-total-color, #2e3038);
801
801
  vertical-align: middle; }
802
802
  .next-pagination-display em {
803
803
  font-style: normal;
@@ -806,8 +806,8 @@
806
806
  .next-pagination-jump-text {
807
807
  display: inline-block;
808
808
  vertical-align: middle;
809
- color: #999999;
810
- color: var(--pagination-jump-color, #999999); }
809
+ color: #2e3038;
810
+ color: var(--pagination-jump-color, #2e3038); }
811
811
  .next-pagination-jump-input {
812
812
  margin: 0 4px;
813
813
  margin: 0 var(--pagination-input-margin, 4px);
@@ -916,12 +916,12 @@
916
916
  padding: 0 var(--pagination-small-size-selector-number-padding, 8px); }
917
917
  .next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i,
918
918
  .next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i {
919
- color: rgba(0, 0, 0, 0.75);
920
- color: var(--pagination-arrow-color, rgba(0, 0, 0, 0.75)); }
919
+ color: #A0A2AD;
920
+ color: var(--pagination-arrow-color, #A0A2AD); }
921
921
  .next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
922
922
  .next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i {
923
- color: rgba(0, 0, 0, 0.85);
924
- color: var(--pagination-arrow-hover-color, rgba(0, 0, 0, 0.85)); }
923
+ color: #2e3038;
924
+ color: var(--pagination-arrow-hover-color, #2e3038); }
925
925
  .next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next {
926
926
  width: 20px;
927
927
  padding: 0; }
@@ -1008,12 +1008,12 @@
1008
1008
  padding: 0 var(--pagination-size-selector-number-padding, 12px); }
1009
1009
  .next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i,
1010
1010
  .next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i {
1011
- color: rgba(0, 0, 0, 0.75);
1012
- color: var(--pagination-arrow-color, rgba(0, 0, 0, 0.75)); }
1011
+ color: #A0A2AD;
1012
+ color: var(--pagination-arrow-color, #A0A2AD); }
1013
1013
  .next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
1014
1014
  .next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
1015
- color: rgba(0, 0, 0, 0.85);
1016
- color: var(--pagination-arrow-hover-color, rgba(0, 0, 0, 0.85)); }
1015
+ color: #2e3038;
1016
+ color: var(--pagination-arrow-hover-color, #2e3038); }
1017
1017
  .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next {
1018
1018
  width: 28px;
1019
1019
  padding: 0; }
@@ -1100,12 +1100,12 @@
1100
1100
  padding: 0 var(--pagination-large-size-selector-number-padding, 16px); }
1101
1101
  .next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i,
1102
1102
  .next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i {
1103
- color: rgba(0, 0, 0, 0.75);
1104
- color: var(--pagination-arrow-color, rgba(0, 0, 0, 0.75)); }
1103
+ color: #A0A2AD;
1104
+ color: var(--pagination-arrow-color, #A0A2AD); }
1105
1105
  .next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
1106
1106
  .next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i {
1107
- color: rgba(0, 0, 0, 0.85);
1108
- color: var(--pagination-arrow-hover-color, rgba(0, 0, 0, 0.85)); }
1107
+ color: #2e3038;
1108
+ color: var(--pagination-arrow-hover-color, #2e3038); }
1109
1109
  .next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next {
1110
1110
  width: 40px;
1111
1111
  padding: 0; }
@@ -1145,8 +1145,8 @@
1145
1145
  content: var(--pagination-icon-ellipsis-content, "\E654"); }
1146
1146
 
1147
1147
  .next-paragraph {
1148
- color: rgba(0, 0, 0, 0.85);
1149
- color: var(--paragraph-text-color, rgba(0, 0, 0, 0.85)); }
1148
+ color: #2e3038;
1149
+ color: var(--paragraph-text-color, #2e3038); }
1150
1150
  .next-paragraph-short {
1151
1151
  line-height: 1.5;
1152
1152
  line-height: var(--paragraph-s-line-height, 1.5); }
@@ -1278,8 +1278,8 @@
1278
1278
  margin-left: 10px;
1279
1279
  vertical-align: middle;
1280
1280
  display: inline-block;
1281
- color: rgba(0, 0, 0, 0.85);
1282
- color: var(--progress-line-font-color, rgba(0, 0, 0, 0.85)); }
1281
+ color: #2e3038;
1282
+ color: var(--progress-line-font-color, #2e3038); }
1283
1283
  .next-progress-line-show-border .next-progress-line-underlay {
1284
1284
  border: 1px solid #f0f0f0;
1285
1285
  border: var(--progress-line-underlay-border-width, 1px) solid var(--progress-line-underlay-border-color, #f0f0f0); }
@@ -1415,8 +1415,8 @@
1415
1415
  transition: -webkit-transform 300ms ease;
1416
1416
  transition: transform 300ms ease;
1417
1417
  transition: transform 300ms ease, -webkit-transform 300ms ease;
1418
- color: rgba(0, 0, 0, 0.85);
1419
- color: var(--progress-circle-text-color, rgba(0, 0, 0, 0.85)); }
1418
+ color: #2e3038;
1419
+ color: var(--progress-circle-text-color, #2e3038); }
1420
1420
 
1421
1421
  .next-range {
1422
1422
  -webkit-box-sizing: border-box;
@@ -1582,11 +1582,11 @@
1582
1582
  color: #999999;
1583
1583
  color: var(--range-normal-mark-color-hover, #999999); }
1584
1584
  .next-range .next-range-mark .next-range-mark-text.activated {
1585
- color: rgba(0, 0, 0, 0.85);
1586
- color: var(--range-normal-mark-selected-color, rgba(0, 0, 0, 0.85)); }
1585
+ color: #2e3038;
1586
+ color: var(--range-normal-mark-selected-color, #2e3038); }
1587
1587
  .next-range .next-range-mark .next-range-mark-text.activated:hover {
1588
- color: rgba(0, 0, 0, 0.85);
1589
- color: var(--range-normal-mark-selected-color-hover, rgba(0, 0, 0, 0.85)); }
1588
+ color: #2e3038;
1589
+ color: var(--range-normal-mark-selected-color-hover, #2e3038); }
1590
1590
  .next-range.disabled .next-range-track {
1591
1591
  background: #cacaca;
1592
1592
  background: var(--range-normal-unselected-color-disabled, #cacaca); }
@@ -2252,14 +2252,14 @@
2252
2252
  background: var(--search-normal-normal-btn-hover-bg-color, #EBECF0);
2253
2253
  border-color: #A0A2AD;
2254
2254
  border-color: var(--search-normal-normal-hover-color, #A0A2AD);
2255
- color: rgba(0, 0, 0, 0.85);
2256
- color: var(--search-normal-normal-btn-hover-text-color, rgba(0, 0, 0, 0.85)); }
2255
+ color: #2e3038;
2256
+ color: var(--search-normal-normal-btn-hover-text-color, #2e3038); }
2257
2257
  .next-search-normal.next-normal .next-search-btn .next-icon {
2258
2258
  color: rgba(0, 0, 0, 0.75);
2259
2259
  color: var(--search-normal-normal-btn-text-color, rgba(0, 0, 0, 0.75)); }
2260
2260
  .next-search-normal.next-normal .next-search-btn .next-icon:hover {
2261
- color: rgba(0, 0, 0, 0.85);
2262
- color: var(--search-normal-normal-btn-hover-text-color, rgba(0, 0, 0, 0.85)); }
2261
+ color: #2e3038;
2262
+ color: var(--search-normal-normal-btn-hover-text-color, #2e3038); }
2263
2263
  .next-search-normal.next-normal.next-large {
2264
2264
  -webkit-box-shadow: none;
2265
2265
  -webkit-box-shadow: var(--search-normal-normal-shadow, none);
@@ -2631,8 +2631,8 @@
2631
2631
  border-radius: 0px;
2632
2632
  border-radius: var(--slick-arrow-corner-radius-outer, 0px); }
2633
2633
  .next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
2634
- color: rgba(0, 0, 0, 0.85);
2635
- color: var(--slick-arrow-icon-color-hover-outer, rgba(0, 0, 0, 0.85));
2634
+ color: #2e3038;
2635
+ color: var(--slick-arrow-icon-color-hover-outer, #2e3038);
2636
2636
  background: transparent;
2637
2637
  background: var(--slick-arrow-bg-color-hover-outer, transparent);
2638
2638
  opacity: 0.32;
@@ -3418,13 +3418,13 @@
3418
3418
  border-color: var(--step-circle-item-node-process-border-color, #257df9); }
3419
3419
 
3420
3420
  .next-step-circle > .next-step-item-process .next-step-item-title {
3421
- color: rgba(0, 0, 0, 0.85);
3422
- color: var(--step-circle-item-title-process-color, rgba(0, 0, 0, 0.85));
3421
+ color: #2e3038;
3422
+ color: var(--step-circle-item-title-process-color, #2e3038);
3423
3423
  word-break: break-word; }
3424
3424
 
3425
3425
  .next-step-circle > .next-step-item-process .next-step-item-content {
3426
- color: rgba(0, 0, 0, 0.85);
3427
- color: var(--step-circle-item-title-process-color, rgba(0, 0, 0, 0.85));
3426
+ color: #2e3038;
3427
+ color: var(--step-circle-item-title-process-color, #2e3038);
3428
3428
  font-size: 14px;
3429
3429
  font-size: var(--step-circle-item-content-font-size, 14px);
3430
3430
  line-height: 1.5;
@@ -4266,13 +4266,13 @@
4266
4266
  border-color: var(--step-dot-item-node-process-border-color, #257df9); }
4267
4267
 
4268
4268
  .next-step-dot > .next-step-item-process .next-step-item-title {
4269
- color: rgba(0, 0, 0, 0.85);
4270
- color: var(--step-dot-item-title-process-color, rgba(0, 0, 0, 0.85));
4269
+ color: #2e3038;
4270
+ color: var(--step-dot-item-title-process-color, #2e3038);
4271
4271
  word-break: break-word; }
4272
4272
 
4273
4273
  .next-step-dot > .next-step-item-process .next-step-item-content {
4274
- color: rgba(0, 0, 0, 0.85);
4275
- color: var(--step-dot-item-title-process-color, rgba(0, 0, 0, 0.85));
4274
+ color: #2e3038;
4275
+ color: var(--step-dot-item-title-process-color, #2e3038);
4276
4276
  font-size: 14px;
4277
4277
  font-size: var(--step-circle-item-content-font-size, 14px);
4278
4278
  line-height: 1.5;
@@ -5649,14 +5649,14 @@
5649
5649
  -webkit-transition: all 300ms ease;
5650
5650
  transition: all 300ms ease; }
5651
5651
  .next-tabs-tab.active {
5652
- font-weight: normal;
5653
- font-weight: var(--tab-item-font-weight-selected, normal); }
5652
+ font-weight: 500;
5653
+ font-weight: var(--tab-item-font-weight-selected, 500); }
5654
5654
  .next-tabs-tab .next-tabs-tab-close {
5655
5655
  color: rgba(0, 0, 0, 0.75);
5656
5656
  color: var(--tab-close-icon-color, rgba(0, 0, 0, 0.75)); }
5657
5657
  .next-tabs-tab .next-tabs-tab-close:hover {
5658
- color: rgba(0, 0, 0, 0.85);
5659
- color: var(--tab-close-icon-color-hover, rgba(0, 0, 0, 0.85)); }
5658
+ color: #2e3038;
5659
+ color: var(--tab-close-icon-color-hover, #2e3038); }
5660
5660
  .next-tabs-tab .next-tabs-tab-close:focus {
5661
5661
  outline: none; }
5662
5662
  .next-tabs-tab.active .next-tabs-tab-close {
@@ -5694,14 +5694,14 @@
5694
5694
  color: rgba(0, 0, 0, 0.75);
5695
5695
  color: var(--tab-nav-arrow-color-normal, rgba(0, 0, 0, 0.75)); }
5696
5696
  .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 {
5697
- color: rgba(0, 0, 0, 0.85);
5698
- color: var(--tab-nav-arrow-color-hover, rgba(0, 0, 0, 0.85));
5697
+ color: #2e3038;
5698
+ color: var(--tab-nav-arrow-color-hover, #2e3038);
5699
5699
  background: transparent;
5700
5700
  border-color: transparent;
5701
5701
  text-decoration: none; }
5702
5702
  .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 {
5703
- color: rgba(0, 0, 0, 0.85);
5704
- color: var(--tab-nav-arrow-color-hover, rgba(0, 0, 0, 0.85));
5703
+ color: #2e3038;
5704
+ color: var(--tab-nav-arrow-color-hover, #2e3038);
5705
5705
  background: transparent;
5706
5706
  border-color: transparent;
5707
5707
  text-decoration: none; }
@@ -5737,10 +5737,10 @@
5737
5737
  padding-right: 60px;
5738
5738
  padding-right: var(--tab-nav-scroll-padding-right-m, 60px); }
5739
5739
  .next-tabs.next-medium .next-tabs-tab-inner {
5740
- font-size: 16px;
5741
- font-size: var(--tab-item-text-size-m, 16px);
5742
- padding: 12px 16px;
5743
- padding: var(--tab-item-padding-tb-size-m, 12px) var(--tab-item-padding-lr-size-m, 16px); }
5740
+ font-size: 14px;
5741
+ font-size: var(--tab-item-text-size-m, 14px);
5742
+ padding: 20px 16px;
5743
+ padding: var(--tab-item-padding-tb-size-m, 20px) var(--tab-item-padding-lr-size-m, 16px); }
5744
5744
  .next-tabs.next-medium .next-tabs-tab-inner .next-icon {
5745
5745
  line-height: 1; }
5746
5746
  .next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
@@ -5825,13 +5825,13 @@
5825
5825
  background-color: transparent; }
5826
5826
  .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
5827
5827
  cursor: pointer;
5828
- color: #40a9ff;
5829
- color: var(--tab-pure-text-color-hover, #40a9ff);
5828
+ color: #000000;
5829
+ color: var(--tab-pure-text-color-hover, #000000);
5830
5830
  background-color: transparent; }
5831
5831
  .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
5832
5832
  z-index: 1;
5833
- color: #257df9;
5834
- color: var(--tab-pure-text-color-selected, #257df9);
5833
+ color: #000000;
5834
+ color: var(--tab-pure-text-color-selected, #000000);
5835
5835
  background-color: transparent; }
5836
5836
  .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
5837
5837
  pointer-events: none;
@@ -5847,10 +5847,10 @@
5847
5847
  left: 50%;
5848
5848
  bottom: 0%; }
5849
5849
  .next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
5850
- width: calc(100% - 36px*2);
5851
- width: calc(100% - var(--tab-pure-ink-bar-padding-l, 36px)*2);
5852
- left: calc(36px);
5853
- left: calc(var(--tab-pure-ink-bar-padding-l, 36px)); }
5850
+ width: calc(100% - 32px*2);
5851
+ width: calc(100% - var(--tab-pure-ink-bar-padding-l, 32px)*2);
5852
+ left: calc(32px);
5853
+ left: calc(var(--tab-pure-ink-bar-padding-l, 32px)); }
5854
5854
  .next-tabs-wrapped > .next-tabs-bar {
5855
5855
  background: transparent;
5856
5856
  background: var(--tab-wrapped-bar-bg-color, transparent); }
@@ -5882,8 +5882,8 @@
5882
5882
  color: rgba(0, 0, 0, 0.75);
5883
5883
  color: var(--tab-close-icon-color, rgba(0, 0, 0, 0.75)); }
5884
5884
  .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
5885
- color: rgba(0, 0, 0, 0.85);
5886
- color: var(--tab-close-icon-color-hover, rgba(0, 0, 0, 0.85)); }
5885
+ color: #2e3038;
5886
+ color: var(--tab-close-icon-color-hover, #2e3038); }
5887
5887
  .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
5888
5888
  outline: none; }
5889
5889
  .next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
@@ -6084,8 +6084,8 @@
6084
6084
  border-right-color: transparent;
6085
6085
  margin-right: calc(0px - 1px);
6086
6086
  margin-right: calc(0px - var(--tab-capsule-tab-border-line-width, 1px));
6087
- color: rgba(0, 0, 0, 0.85);
6088
- color: var(--tab-capsule-text-color, rgba(0, 0, 0, 0.85));
6087
+ color: #2e3038;
6088
+ color: var(--tab-capsule-text-color, #2e3038);
6089
6089
  background-color: #FFFFFF;
6090
6090
  background-color: var(--tab-capsule-bg-color, #FFFFFF); }
6091
6091
  .next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
@@ -6293,8 +6293,8 @@
6293
6293
  text-overflow: ellipsis; }
6294
6294
 
6295
6295
  .next-tag-checkable.next-tag-level-secondary {
6296
- color: rgba(0, 0, 0, 0.85);
6297
- color: var(--tag-normal-text-color, rgba(0, 0, 0, 0.85));
6296
+ color: #2e3038;
6297
+ color: var(--tag-normal-text-color, #2e3038);
6298
6298
  border-color: transparent;
6299
6299
  background-color: transparent; }
6300
6300
  .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover {
@@ -6316,8 +6316,8 @@
6316
6316
  background-color: #DEE8FF;
6317
6317
  background-color: var(--tag-fill-bg-color-hover, #DEE8FF); }
6318
6318
  .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 {
6319
- color: rgba(0, 0, 0, 0.85);
6320
- color: var(--tag-fill-tail-color-hover, rgba(0, 0, 0, 0.85)); }
6319
+ color: #2e3038;
6320
+ color: var(--tag-fill-tail-color-hover, #2e3038); }
6321
6321
  .next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
6322
6322
  color: rgba(0, 0, 0, 0.4);
6323
6323
  color: var(--tag-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
@@ -6340,15 +6340,15 @@
6340
6340
  background-color: #EBECF0;
6341
6341
  background-color: var(--tag-closable-primary-fill-bg-color, #EBECF0); }
6342
6342
  .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
6343
- color: rgba(0, 0, 0, 0.85);
6344
- color: var(--tag-closable-primary-fill-text-color-hover, rgba(0, 0, 0, 0.85));
6343
+ color: #2e3038;
6344
+ color: var(--tag-closable-primary-fill-text-color-hover, #2e3038);
6345
6345
  border-color: #E2E4E8;
6346
6346
  border-color: var(--tag-closable-primary-fill-border-color-hover, #E2E4E8);
6347
6347
  background-color: #E2E4E8;
6348
6348
  background-color: var(--tag-closable-primary-fill-bg-color-hover, #E2E4E8); }
6349
6349
  .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 {
6350
- color: rgba(0, 0, 0, 0.85);
6351
- color: var(--tag-fill-tail-color-hover, rgba(0, 0, 0, 0.85)); }
6350
+ color: #2e3038;
6351
+ color: var(--tag-fill-tail-color-hover, #2e3038); }
6352
6352
  .next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
6353
6353
  color: rgba(0, 0, 0, 0.4);
6354
6354
  color: var(--tag-closable-primary-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
@@ -6371,15 +6371,15 @@
6371
6371
  background-color: #EBECF0;
6372
6372
  background-color: var(--tag-checkable-fill-bg-color, #EBECF0); }
6373
6373
  .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
6374
- color: rgba(0, 0, 0, 0.85);
6375
- color: var(--tag-checkable-fill-text-color-hover, rgba(0, 0, 0, 0.85));
6374
+ color: #2e3038;
6375
+ color: var(--tag-checkable-fill-text-color-hover, #2e3038);
6376
6376
  border-color: #E2E4E8;
6377
6377
  border-color: var(--tag-checkable-fill-border-color-hover, #E2E4E8);
6378
6378
  background-color: #E2E4E8;
6379
6379
  background-color: var(--tag-checkable-fill-bg-color-hover, #E2E4E8); }
6380
6380
  .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 {
6381
- color: rgba(0, 0, 0, 0.85);
6382
- color: var(--tag-checkable-fill-tail-color-hover, rgba(0, 0, 0, 0.85)); }
6381
+ color: #2e3038;
6382
+ color: var(--tag-checkable-fill-tail-color-hover, #2e3038); }
6383
6383
  .next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
6384
6384
  color: rgba(0, 0, 0, 0.4);
6385
6385
  color: var(--tag-checkable-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
@@ -6426,22 +6426,22 @@
6426
6426
  color: var(--tag-checkable-primary-tail-color, #FFFFFF); }
6427
6427
 
6428
6428
  .next-tag-default.next-tag-level-normal {
6429
- color: rgba(0, 0, 0, 0.85);
6430
- color: var(--tag-bordered-text-color, rgba(0, 0, 0, 0.85));
6429
+ color: #2e3038;
6430
+ color: var(--tag-bordered-text-color, #2e3038);
6431
6431
  border-color: #d9d9d9;
6432
6432
  border-color: var(--tag-bordered-border-color, #d9d9d9);
6433
6433
  background-color: #f8f9fb;
6434
6434
  background-color: var(--tag-bordered-bg, #f8f9fb); }
6435
6435
  .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover {
6436
- color: rgba(0, 0, 0, 0.85);
6437
- color: var(--tag-bordered-text-color-hover, rgba(0, 0, 0, 0.85));
6436
+ color: #2e3038;
6437
+ color: var(--tag-bordered-text-color-hover, #2e3038);
6438
6438
  border-color: #d9d9d9;
6439
6439
  border-color: var(--tag-bordered-border-color-hover, #d9d9d9);
6440
6440
  background-color: #f8f9fb;
6441
6441
  background-color: var(--tag-bordered-bg-hover, #f8f9fb); }
6442
6442
  .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 {
6443
- color: rgba(0, 0, 0, 0.85);
6444
- color: var(--tag-bordered-tail-color-hover, rgba(0, 0, 0, 0.85)); }
6443
+ color: #2e3038;
6444
+ color: var(--tag-bordered-tail-color-hover, #2e3038); }
6445
6445
  .next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
6446
6446
  color: rgba(0, 0, 0, 0.4);
6447
6447
  color: var(--tag-bordered-text-color-disabled, rgba(0, 0, 0, 0.4));
@@ -6464,15 +6464,15 @@
6464
6464
  background-color: transparent;
6465
6465
  background-color: var(--tag-closable-bordered-bg, transparent); }
6466
6466
  .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
6467
- color: rgba(0, 0, 0, 0.85);
6468
- color: var(--tag-closable-bordered-text-color-hover, rgba(0, 0, 0, 0.85));
6467
+ color: #2e3038;
6468
+ color: var(--tag-closable-bordered-text-color-hover, #2e3038);
6469
6469
  border-color: #A0A2AD;
6470
6470
  border-color: var(--tag-closable-bordered-border-color-hover, #A0A2AD);
6471
6471
  background-color: transparent;
6472
6472
  background-color: var(--tag-closable-bordered-bg-hover, transparent); }
6473
6473
  .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 {
6474
- color: rgba(0, 0, 0, 0.85);
6475
- color: var(--tag-closable-bordered-tail-color-hover, rgba(0, 0, 0, 0.85)); }
6474
+ color: #2e3038;
6475
+ color: var(--tag-closable-bordered-tail-color-hover, #2e3038); }
6476
6476
  .next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
6477
6477
  color: rgba(0, 0, 0, 0.4);
6478
6478
  color: var(--tag-closable-bordered-text-color-disabled, rgba(0, 0, 0, 0.4));
@@ -6563,8 +6563,8 @@
6563
6563
  background-color: transparent;
6564
6564
  background-color: var(--tag-checkable-normal-bg, transparent); }
6565
6565
  .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
6566
- color: rgba(0, 0, 0, 0.85);
6567
- color: var(--tag-checkable-normal-text-color-hover, rgba(0, 0, 0, 0.85));
6566
+ color: #2e3038;
6567
+ color: var(--tag-checkable-normal-text-color-hover, #2e3038);
6568
6568
  border-color: #cacaca;
6569
6569
  border-color: var(--tag-checkable-normal-border-color-hover, #cacaca);
6570
6570
  background-color: transparent;
@@ -6770,11 +6770,11 @@
6770
6770
  border-color: #FCCC12;
6771
6771
  color: #FCCC12; }
6772
6772
  .next-tag-large {
6773
- height: 20px;
6774
- height: var(--tag-size-l-height, 20px);
6773
+ height: 28px;
6774
+ height: var(--tag-size-l-height, 28px);
6775
6775
  padding: 0;
6776
- line-height: calc(20px - 1px*2);
6777
- line-height: calc(var(--tag-size-l-height, 20px) - var(--tag-border-width, 1px)*2);
6776
+ line-height: calc(28px - 1px*2);
6777
+ line-height: calc(var(--tag-size-l-height, 28px) - var(--tag-border-width, 1px)*2);
6778
6778
  font-size: 0; }
6779
6779
  .next-tag-large > .next-tag-body {
6780
6780
  font-size: 14px;
@@ -6823,11 +6823,11 @@
6823
6823
  padding-left: 8px;
6824
6824
  padding-left: var(--tag-size-l-padding-lr, 8px); }
6825
6825
  .next-tag-medium {
6826
- height: 20px;
6827
- height: var(--tag-size-m-height, 20px);
6826
+ height: 28px;
6827
+ height: var(--tag-size-m-height, 28px);
6828
6828
  padding: 0;
6829
- line-height: calc(20px - 1px*2);
6830
- line-height: calc(var(--tag-size-m-height, 20px) - var(--tag-border-width, 1px)*2);
6829
+ line-height: calc(28px - 1px*2);
6830
+ line-height: calc(var(--tag-size-m-height, 28px) - var(--tag-border-width, 1px)*2);
6831
6831
  font-size: 0; }
6832
6832
  .next-tag-medium > .next-tag-body {
6833
6833
  font-size: 14px;
@@ -6876,11 +6876,11 @@
6876
6876
  padding-left: 8px;
6877
6877
  padding-left: var(--tag-size-m-padding-lr, 8px); }
6878
6878
  .next-tag-small {
6879
- height: 20px;
6880
- height: var(--tag-size-s-height, 20px);
6879
+ height: 28px;
6880
+ height: var(--tag-size-s-height, 28px);
6881
6881
  padding: 0;
6882
- line-height: calc(20px - 1px*2);
6883
- line-height: calc(var(--tag-size-s-height, 20px) - var(--tag-border-width, 1px)*2);
6882
+ line-height: calc(28px - 1px*2);
6883
+ line-height: calc(var(--tag-size-s-height, 28px) - var(--tag-border-width, 1px)*2);
6884
6884
  font-size: 0; }
6885
6885
  .next-tag-small > .next-tag-body {
6886
6886
  font-size: 14px;
@@ -7146,8 +7146,8 @@
7146
7146
  overflow: hidden;
7147
7147
  text-overflow: ellipsis;
7148
7148
  white-space: nowrap;
7149
- color: rgba(0, 0, 0, 0.85);
7150
- color: var(--timeline-item-title-color, rgba(0, 0, 0, 0.85));
7149
+ color: #2e3038;
7150
+ color: var(--timeline-item-title-color, #2e3038);
7151
7151
  text-align: right; }
7152
7152
  .next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
7153
7153
  margin: 0;
@@ -7305,8 +7305,8 @@
7305
7305
  overflow: hidden;
7306
7306
  text-overflow: ellipsis;
7307
7307
  white-space: nowrap;
7308
- color: rgba(0, 0, 0, 0.85);
7309
- color: var(--timeline-item-title-color, rgba(0, 0, 0, 0.85));
7308
+ color: #2e3038;
7309
+ color: var(--timeline-item-title-color, #2e3038);
7310
7310
  text-align: right; }
7311
7311
  .next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
7312
7312
  margin: 0;
@@ -7464,8 +7464,8 @@
7464
7464
  overflow: hidden;
7465
7465
  text-overflow: ellipsis;
7466
7466
  white-space: nowrap;
7467
- color: rgba(0, 0, 0, 0.85);
7468
- color: var(--timeline-item-title-color, rgba(0, 0, 0, 0.85));
7467
+ color: #2e3038;
7468
+ color: var(--timeline-item-title-color, #2e3038);
7469
7469
  text-align: right; }
7470
7470
  .next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
7471
7471
  margin: 0;
@@ -7623,8 +7623,8 @@
7623
7623
  overflow: hidden;
7624
7624
  text-overflow: ellipsis;
7625
7625
  white-space: nowrap;
7626
- color: rgba(0, 0, 0, 0.85);
7627
- color: var(--timeline-item-title-color, rgba(0, 0, 0, 0.85));
7626
+ color: #2e3038;
7627
+ color: var(--timeline-item-title-color, #2e3038);
7628
7628
  text-align: right; }
7629
7629
  .next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
7630
7630
  margin: 0;
@@ -7817,8 +7817,8 @@
7817
7817
  overflow: hidden;
7818
7818
  text-overflow: ellipsis;
7819
7819
  white-space: nowrap;
7820
- color: rgba(0, 0, 0, 0.85);
7821
- color: var(--timeline-item-title-color, rgba(0, 0, 0, 0.85));
7820
+ color: #2e3038;
7821
+ color: var(--timeline-item-title-color, #2e3038);
7822
7822
  text-align: left; }
7823
7823
  .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
7824
7824
  margin: 0;
@@ -7969,8 +7969,8 @@
7969
7969
  overflow: hidden;
7970
7970
  text-overflow: ellipsis;
7971
7971
  white-space: nowrap;
7972
- color: rgba(0, 0, 0, 0.85);
7973
- color: var(--timeline-item-title-color, rgba(0, 0, 0, 0.85));
7972
+ color: #2e3038;
7973
+ color: var(--timeline-item-title-color, #2e3038);
7974
7974
  text-align: left; }
7975
7975
  .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
7976
7976
  margin: 0;
@@ -8121,8 +8121,8 @@
8121
8121
  overflow: hidden;
8122
8122
  text-overflow: ellipsis;
8123
8123
  white-space: nowrap;
8124
- color: rgba(0, 0, 0, 0.85);
8125
- color: var(--timeline-item-title-color, rgba(0, 0, 0, 0.85));
8124
+ color: #2e3038;
8125
+ color: var(--timeline-item-title-color, #2e3038);
8126
8126
  text-align: left; }
8127
8127
  .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
8128
8128
  margin: 0;
@@ -8273,8 +8273,8 @@
8273
8273
  overflow: hidden;
8274
8274
  text-overflow: ellipsis;
8275
8275
  white-space: nowrap;
8276
- color: rgba(0, 0, 0, 0.85);
8277
- color: var(--timeline-item-title-color, rgba(0, 0, 0, 0.85));
8276
+ color: #2e3038;
8277
+ color: var(--timeline-item-title-color, #2e3038);
8278
8278
  text-align: left; }
8279
8279
  .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
8280
8280
  margin: 0;
@@ -8358,8 +8358,8 @@
8358
8358
  overflow: hidden;
8359
8359
  text-overflow: ellipsis;
8360
8360
  white-space: nowrap;
8361
- color: rgba(0, 0, 0, 0.85);
8362
- color: var(--timeline-item-title-color, rgba(0, 0, 0, 0.85));
8361
+ color: #2e3038;
8362
+ color: var(--timeline-item-title-color, #2e3038);
8363
8363
  text-align: right; }
8364
8364
 
8365
8365
  .next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
@@ -8427,8 +8427,8 @@
8427
8427
  overflow: hidden;
8428
8428
  text-overflow: ellipsis;
8429
8429
  white-space: nowrap;
8430
- color: rgba(0, 0, 0, 0.85);
8431
- color: var(--timeline-item-title-color, rgba(0, 0, 0, 0.85));
8430
+ color: #2e3038;
8431
+ color: var(--timeline-item-title-color, #2e3038);
8432
8432
  text-align: left; }
8433
8433
 
8434
8434
  .next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
@@ -8498,8 +8498,8 @@
8498
8498
  border-bottom: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #f0f0f0);
8499
8499
  background-color: whitesmoke;
8500
8500
  background-color: var(--transfer-panel-header-background-color, whitesmoke);
8501
- color: rgba(0, 0, 0, 0.85);
8502
- color: var(--transfer-panel-header-text-color, rgba(0, 0, 0, 0.85));
8501
+ color: #2e3038;
8502
+ color: var(--transfer-panel-header-text-color, #2e3038);
8503
8503
  font-size: 14px;
8504
8504
  font-size: var(--transfer-panel-header-text-size, 14px); }
8505
8505
  .next-transfer-panel-search {
@@ -8576,8 +8576,8 @@
8576
8576
  font-size: 14px;
8577
8577
  font-size: var(--font-size-body-1, 14px);
8578
8578
  vertical-align: middle;
8579
- color: rgba(0, 0, 0, 0.85);
8580
- color: var(--transfer-panel-footer-text-color, rgba(0, 0, 0, 0.85)); }
8579
+ color: #2e3038;
8580
+ color: var(--transfer-panel-footer-text-color, #2e3038); }
8581
8581
  .next-transfer-panel-move-all {
8582
8582
  font-size: 14px;
8583
8583
  font-size: var(--font-size-body-1, 14px);
@@ -8714,8 +8714,8 @@
8714
8714
  font-size: var(--tree-switch-arrow-size, 12px);
8715
8715
  line-height: inherit; }
8716
8716
  .next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
8717
- color: rgba(0, 0, 0, 0.85);
8718
- color: var(--tree-switch-hover-arrow-color, rgba(0, 0, 0, 0.85)); }
8717
+ color: #2e3038;
8718
+ color: var(--tree-switch-hover-arrow-color, #2e3038); }
8719
8719
  .next-tree-switcher.next-noline.next-disabled {
8720
8720
  cursor: not-allowed; }
8721
8721
  .next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
@@ -8773,8 +8773,8 @@
8773
8773
  background-color: #f8f9fb;
8774
8774
  background-color: var(--tree-switch-hover-bg-color, #f8f9fb); }
8775
8775
  .next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
8776
- color: rgba(0, 0, 0, 0.85);
8777
- color: var(--tree-switch-hover-icon-color, rgba(0, 0, 0, 0.85)); }
8776
+ color: #2e3038;
8777
+ color: var(--tree-switch-hover-icon-color, #2e3038); }
8778
8778
  .next-tree-switcher.next-line.next-disabled {
8779
8779
  border-color: #d9d9d9;
8780
8780
  border-color: var(--color-line1-1, #d9d9d9);
@@ -8858,8 +8858,8 @@
8858
8858
  padding-bottom: calc(4px/2);
8859
8859
  padding-bottom: calc(var(--tree-node-padding, 4px)/2); }
8860
8860
  .next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
8861
- color: rgba(0, 0, 0, 0.85);
8862
- color: var(--tree-node-hover-color, rgba(0, 0, 0, 0.85));
8861
+ color: #2e3038;
8862
+ color: var(--tree-node-hover-color, #2e3038);
8863
8863
  background-color: #f8f9fb;
8864
8864
  background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
8865
8865
  .next-tree.next-node-indent .next-tree-node-label-wrapper {
@@ -8871,20 +8871,20 @@
8871
8871
  -webkit-transition: color 100ms linear, background-color 100ms linear;
8872
8872
  transition: color 100ms linear, background-color 100ms linear;
8873
8873
  cursor: default;
8874
- color: rgba(0, 0, 0, 0.85);
8875
- color: var(--tree-node-normal-color, rgba(0, 0, 0, 0.85));
8874
+ color: #2e3038;
8875
+ color: var(--tree-node-normal-color, #2e3038);
8876
8876
  background-color: #FFFFFF;
8877
8877
  background-color: var(--tree-node-normal-background, #FFFFFF); }
8878
8878
  .next-tree.next-node-indent .next-tree-node-label-selectable {
8879
8879
  cursor: pointer; }
8880
8880
  .next-tree.next-node-indent .next-tree-node-label:hover {
8881
- color: rgba(0, 0, 0, 0.85);
8882
- color: var(--tree-node-hover-color, rgba(0, 0, 0, 0.85));
8881
+ color: #2e3038;
8882
+ color: var(--tree-node-hover-color, #2e3038);
8883
8883
  background-color: #f8f9fb;
8884
8884
  background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
8885
8885
  .next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
8886
- color: rgba(0, 0, 0, 0.85);
8887
- color: var(--tree-node-selected-color, rgba(0, 0, 0, 0.85));
8886
+ color: #2e3038;
8887
+ color: var(--tree-node-selected-color, #2e3038);
8888
8888
  background-color: #DEE8FF;
8889
8889
  background-color: var(--tree-node-selected-background, #DEE8FF); }
8890
8890
  .next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label,
@@ -8913,18 +8913,18 @@
8913
8913
  -webkit-transition: color 100ms linear, background-color 100ms linear;
8914
8914
  transition: color 100ms linear, background-color 100ms linear;
8915
8915
  cursor: pointer;
8916
- color: rgba(0, 0, 0, 0.85);
8917
- color: var(--tree-node-normal-color, rgba(0, 0, 0, 0.85));
8916
+ color: #2e3038;
8917
+ color: var(--tree-node-normal-color, #2e3038);
8918
8918
  background-color: #FFFFFF;
8919
8919
  background-color: var(--tree-node-normal-background, #FFFFFF); }
8920
8920
  .next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus {
8921
- color: rgba(0, 0, 0, 0.85);
8922
- color: var(--tree-node-hover-color, rgba(0, 0, 0, 0.85));
8921
+ color: #2e3038;
8922
+ color: var(--tree-node-hover-color, #2e3038);
8923
8923
  background-color: #f8f9fb;
8924
8924
  background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
8925
8925
  .next-tree.next-node-block .next-tree-node-inner.next-selected {
8926
- color: rgba(0, 0, 0, 0.85);
8927
- color: var(--tree-node-selected-color, rgba(0, 0, 0, 0.85));
8926
+ color: #2e3038;
8927
+ color: var(--tree-node-selected-color, #2e3038);
8928
8928
  background-color: #DEE8FF;
8929
8929
  background-color: var(--tree-node-selected-background, #DEE8FF); }
8930
8930
  .next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
@@ -9133,8 +9133,8 @@
9133
9133
  overflow: hidden;
9134
9134
  margin-right: 4px; }
9135
9135
  .next-upload-list-text .next-upload-list-item-name {
9136
- color: rgba(0, 0, 0, 0.85);
9137
- color: var(--upload-text-list-name-font-color, rgba(0, 0, 0, 0.85));
9136
+ color: #2e3038;
9137
+ color: var(--upload-text-list-name-font-color, #2e3038);
9138
9138
  -webkit-transition: all 100ms linear;
9139
9139
  transition: all 100ms linear; }
9140
9140
  .next-upload-list-text .next-upload-list-item-size {
@@ -9231,8 +9231,8 @@
9231
9231
  color: var(--upload-image-list-close-icon-color-hover, rgba(0, 0, 0, 0.75)); }
9232
9232
  .next-upload-list-image .next-upload-list-item-name {
9233
9233
  display: block;
9234
- color: rgba(0, 0, 0, 0.85);
9235
- color: var(--upload-text-list-name-font-color, rgba(0, 0, 0, 0.85));
9234
+ color: #2e3038;
9235
+ color: var(--upload-text-list-name-font-color, #2e3038);
9236
9236
  margin-left: calc(48px + 8px);
9237
9237
  margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--upload-image-list-item-padding, 8px));
9238
9238
  margin-right: calc(12px + 4px*2);
@@ -9919,8 +9919,8 @@
9919
9919
  background: transparent;
9920
9920
  background: var(--shell-light-tooldock-item-background, transparent); }
9921
9921
  .next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
9922
- color: rgba(0, 0, 0, 0.85);
9923
- color: var(--shell-light-tooldock-item-color-hover, rgba(0, 0, 0, 0.85));
9922
+ color: #2e3038;
9923
+ color: var(--shell-light-tooldock-item-color-hover, #2e3038);
9924
9924
  background: #EBECF0;
9925
9925
  background: var(--shell-light-tooldock-item-background-hover, #EBECF0); }
9926
9926
  .next-shell-light .next-shell-aside .next-shell-localnavigation {
@@ -10070,8 +10070,8 @@
10070
10070
  background: transparent;
10071
10071
  background: var(--shell-dark-tooldock-item-background, transparent); }
10072
10072
  .next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
10073
- color: rgba(0, 0, 0, 0.85);
10074
- color: var(--shell-dark-tooldock-item-color-hover, rgba(0, 0, 0, 0.85));
10073
+ color: #2e3038;
10074
+ color: var(--shell-dark-tooldock-item-color-hover, #2e3038);
10075
10075
  background: #EBECF0;
10076
10076
  background: var(--shell-dark-tooldock-item-background-hover, #EBECF0); }
10077
10077
  .next-shell-dark .next-shell-aside .next-shell-localnavigation {
@@ -10221,8 +10221,8 @@
10221
10221
  background: transparent;
10222
10222
  background: var(--shell-brand-tooldock-item-background, transparent); }
10223
10223
  .next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
10224
- color: rgba(0, 0, 0, 0.85);
10225
- color: var(--shell-brand-tooldock-item-color-hover, rgba(0, 0, 0, 0.85));
10224
+ color: #2e3038;
10225
+ color: var(--shell-brand-tooldock-item-color-hover, #2e3038);
10226
10226
  background: #EBECF0;
10227
10227
  background: var(--shell-brand-tooldock-item-background-hover, #EBECF0); }
10228
10228
  .next-shell-brand .next-shell-aside .next-shell-localnavigation {
@@ -10363,8 +10363,8 @@
10363
10363
  opacity: 0; } }
10364
10364
 
10365
10365
  .next-typography {
10366
- color: rgba(0, 0, 0, 0.85);
10367
- color: var(--typography-text-color, rgba(0, 0, 0, 0.85)); }
10366
+ color: #2e3038;
10367
+ color: var(--typography-text-color, #2e3038); }
10368
10368
  .next-typography-title {
10369
10369
  font-weight: 600;
10370
10370
  font-weight: var(--typography-title-font-weight, 600);
@@ -10372,8 +10372,8 @@
10372
10372
  .next-typography + .next-typography-title {
10373
10373
  margin-top: 1.2em; }
10374
10374
  .next-typography-paragraph {
10375
- color: rgba(0, 0, 0, 0.85);
10376
- color: var(--typography-text-color, rgba(0, 0, 0, 0.85));
10375
+ color: #2e3038;
10376
+ color: var(--typography-text-color, #2e3038);
10377
10377
  margin-bottom: 1em;
10378
10378
  font-size: 16px;
10379
10379
  font-size: var(--typography-paragraph-font-size, 16px);
@@ -10383,16 +10383,16 @@
10383
10383
  padding: 0;
10384
10384
  background: #FFE6BD;
10385
10385
  background: var(--typography-text-mark-background, #FFE6BD);
10386
- color: rgba(0, 0, 0, 0.85);
10387
- color: var(--typography-text-mark-color, rgba(0, 0, 0, 0.85)); }
10386
+ color: #2e3038;
10387
+ color: var(--typography-text-mark-color, #2e3038); }
10388
10388
  .next-typography strong {
10389
10389
  font-weight: 600;
10390
10390
  font-weight: var(--typography-text-strong-font-weight, 600); }
10391
10391
  .next-typography code {
10392
10392
  background-color: #f8f9fb;
10393
10393
  background-color: var(--typography-text-code-background, #f8f9fb);
10394
- color: rgba(0, 0, 0, 0.85);
10395
- color: var(--typography-text-code-color, rgba(0, 0, 0, 0.85));
10394
+ color: #2e3038;
10395
+ color: var(--typography-text-code-color, #2e3038);
10396
10396
  border: 1px solid #d9d9d9;
10397
10397
  border: 1px solid var(--typography-text-code-border-color, #d9d9d9);
10398
10398
  margin: 0 .2em;
@@ -10500,8 +10500,8 @@ h6.next-typography-title {
10500
10500
  display: table;
10501
10501
  margin: 16px 0;
10502
10502
  margin: var(--divider-hoz-text-marginTop, 16px) 0;
10503
- color: rgba(0, 0, 0, 0.85);
10504
- color: var(--divider-hoz-text-color, rgba(0, 0, 0, 0.85));
10503
+ color: #2e3038;
10504
+ color: var(--divider-hoz-text-color, #2e3038);
10505
10505
  font-weight: normal;
10506
10506
  font-weight: var(--divider-hoz-text-weight, normal);
10507
10507
  font-size: 18px;
@@ -10572,14 +10572,14 @@ h6.next-typography-title {
10572
10572
  -webkit-box-sizing: border-box;
10573
10573
  box-sizing: border-box;
10574
10574
  position: relative;
10575
- border-top-left-radius: 0px;
10576
- border-top-left-radius: var(--table-header-corner-top, 0px);
10577
- border-top-right-radius: 0px;
10578
- border-top-right-radius: var(--table-header-corner-top, 0px);
10579
- border-bottom-left-radius: 0px;
10580
- border-bottom-left-radius: var(--table-header-corner-bottom, 0px);
10581
- border-bottom-right-radius: 0px;
10582
- border-bottom-right-radius: var(--table-header-corner-bottom, 0px);
10575
+ border-top-left-radius: 6px;
10576
+ border-top-left-radius: var(--table-header-corner-top, 6px);
10577
+ border-top-right-radius: 6px;
10578
+ border-top-right-radius: var(--table-header-corner-top, 6px);
10579
+ border-bottom-left-radius: 6px;
10580
+ border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
10581
+ border-bottom-right-radius: 6px;
10582
+ border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
10583
10583
  border-top: 1px solid #f0f0f0;
10584
10584
  border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #f0f0f0);
10585
10585
  border-left: 1px solid #f0f0f0;
@@ -10590,17 +10590,17 @@ h6.next-typography-title {
10590
10590
  -webkit-box-sizing: border-box;
10591
10591
  box-sizing: border-box; }
10592
10592
  .next-table .next-table-header tr:first-child th:first-child {
10593
- border-top-left-radius: 0px;
10594
- border-top-left-radius: var(--table-header-corner-top, 0px); }
10593
+ border-top-left-radius: 6px;
10594
+ border-top-left-radius: var(--table-header-corner-top, 6px); }
10595
10595
  .next-table .next-table-header tr:first-child th:last-child {
10596
- border-top-right-radius: 0px;
10597
- border-top-right-radius: var(--table-header-corner-top, 0px); }
10596
+ border-top-right-radius: 6px;
10597
+ border-top-right-radius: var(--table-header-corner-top, 6px); }
10598
10598
  .next-table .next-table-header tr:last-child th:first-child {
10599
- border-bottom-left-radius: 0px;
10600
- border-bottom-left-radius: var(--table-header-corner-bottom, 0px); }
10599
+ border-bottom-left-radius: 6px;
10600
+ border-bottom-left-radius: var(--table-header-corner-bottom, 6px); }
10601
10601
  .next-table .next-table-header tr:last-child th:last-child {
10602
- border-bottom-right-radius: 0px;
10603
- border-bottom-right-radius: var(--table-header-corner-bottom, 0px); }
10602
+ border-bottom-right-radius: 6px;
10603
+ border-bottom-right-radius: var(--table-header-corner-bottom, 6px); }
10604
10604
  .next-table.next-table-layout-fixed {
10605
10605
  overflow: auto; }
10606
10606
  .next-table.next-table-layout-fixed table {
@@ -10621,22 +10621,22 @@ h6.next-typography-title {
10621
10621
  width: 100%;
10622
10622
  background: #FFFFFF;
10623
10623
  background: var(--table-row-bg, #FFFFFF);
10624
- border-top-left-radius: 0px;
10625
- border-top-left-radius: var(--table-header-corner-top, 0px);
10626
- border-top-right-radius: 0px;
10627
- border-top-right-radius: var(--table-header-corner-top, 0px);
10628
- border-bottom-left-radius: 0px;
10629
- border-bottom-left-radius: var(--table-header-corner-bottom, 0px);
10630
- border-bottom-right-radius: 0px;
10631
- border-bottom-right-radius: var(--table-header-corner-bottom, 0px); }
10624
+ border-top-left-radius: 6px;
10625
+ border-top-left-radius: var(--table-header-corner-top, 6px);
10626
+ border-top-right-radius: 6px;
10627
+ border-top-right-radius: var(--table-header-corner-top, 6px);
10628
+ border-bottom-left-radius: 6px;
10629
+ border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
10630
+ border-bottom-right-radius: 6px;
10631
+ border-bottom-right-radius: var(--table-header-corner-bottom, 6px); }
10632
10632
  .next-table table tr:first-child td {
10633
10633
  border-top-width: 0; }
10634
10634
  .next-table th {
10635
10635
  padding: 0;
10636
10636
  background: #fafafa;
10637
10637
  background: var(--table-th-bg, #fafafa);
10638
- color: rgba(0, 0, 0, 0.85);
10639
- color: var(--table-th-color, rgba(0, 0, 0, 0.85));
10638
+ color: #2e3038;
10639
+ color: var(--table-th-color, #2e3038);
10640
10640
  text-align: left;
10641
10641
  font-weight: 500;
10642
10642
  font-weight: var(--table-th-font-weight, 500);
@@ -10758,18 +10758,18 @@ h6.next-typography-title {
10758
10758
  .next-table.zebra .next-table-row.hovered td {
10759
10759
  background: #fafafa;
10760
10760
  background: var(--table-row-hover-bg, #fafafa);
10761
- color: rgba(0, 0, 0, 0.85);
10762
- color: var(--table-row-hover-color, rgba(0, 0, 0, 0.85)); }
10761
+ color: #2e3038;
10762
+ color: var(--table-row-hover-color, #2e3038); }
10763
10763
  .next-table.zebra .next-table-cell.hovered {
10764
10764
  background: #fafafa;
10765
10765
  background: var(--table-row-hover-bg, #fafafa);
10766
- color: rgba(0, 0, 0, 0.85);
10767
- color: var(--table-row-hover-color, rgba(0, 0, 0, 0.85)); }
10766
+ color: #2e3038;
10767
+ color: var(--table-row-hover-color, #2e3038); }
10768
10768
  .next-table.zebra .next-table-row.selected td {
10769
10769
  background: #e6f7ff;
10770
10770
  background: var(--table-row-selected-bg, #e6f7ff);
10771
- color: rgba(0, 0, 0, 0.85);
10772
- color: var(--table-row-selected-color, rgba(0, 0, 0, 0.85)); }
10771
+ color: #2e3038;
10772
+ color: var(--table-row-selected-color, #2e3038); }
10773
10773
  .next-table-empty {
10774
10774
  color: #A0A2AD;
10775
10775
  color: var(--table-empty-color, #A0A2AD);
@@ -10810,25 +10810,25 @@ h6.next-typography-title {
10810
10810
  transition: all 100ms linear;
10811
10811
  background: #FFFFFF;
10812
10812
  background: var(--table-row-bg, #FFFFFF);
10813
- color: rgba(0, 0, 0, 0.85);
10814
- color: var(--table-row-color, rgba(0, 0, 0, 0.85)); }
10813
+ color: #2e3038;
10814
+ color: var(--table-row-color, #2e3038); }
10815
10815
  .next-table-row.hidden {
10816
10816
  display: none; }
10817
10817
  .next-table-row.hovered {
10818
10818
  background: #fafafa;
10819
10819
  background: var(--table-row-hover-bg, #fafafa);
10820
- color: rgba(0, 0, 0, 0.85);
10821
- color: var(--table-row-hover-color, rgba(0, 0, 0, 0.85)); }
10820
+ color: #2e3038;
10821
+ color: var(--table-row-hover-color, #2e3038); }
10822
10822
  .next-table-row.selected {
10823
10823
  background: #e6f7ff;
10824
10824
  background: var(--table-row-selected-bg, #e6f7ff);
10825
- color: rgba(0, 0, 0, 0.85);
10826
- color: var(--table-row-selected-color, rgba(0, 0, 0, 0.85)); }
10825
+ color: #2e3038;
10826
+ color: var(--table-row-selected-color, #2e3038); }
10827
10827
  .next-table-cell.hovered {
10828
10828
  background: #fafafa;
10829
10829
  background: var(--table-row-hover-bg, #fafafa);
10830
- color: rgba(0, 0, 0, 0.85);
10831
- color: var(--table-row-hover-color, rgba(0, 0, 0, 0.85)); }
10830
+ color: #2e3038;
10831
+ color: var(--table-row-hover-color, #2e3038); }
10832
10832
  .next-table-tree-placeholder {
10833
10833
  visibility: hidden; }
10834
10834
  .next-table-tree-placeholder:before,
@@ -10859,14 +10859,14 @@ h6.next-typography-title {
10859
10859
  .next-table-header {
10860
10860
  margin-bottom: -20px;
10861
10861
  padding-bottom: 20px;
10862
- border-top-left-radius: 0px;
10863
- border-top-left-radius: var(--table-header-corner-top, 0px);
10864
- border-top-right-radius: 0px;
10865
- border-top-right-radius: var(--table-header-corner-top, 0px);
10866
- border-bottom-left-radius: 0px;
10867
- border-bottom-left-radius: var(--table-header-corner-bottom, 0px);
10868
- border-bottom-right-radius: 0px;
10869
- border-bottom-right-radius: var(--table-header-corner-bottom, 0px);
10862
+ border-top-left-radius: 6px;
10863
+ border-top-left-radius: var(--table-header-corner-top, 6px);
10864
+ border-top-right-radius: 6px;
10865
+ border-top-right-radius: var(--table-header-corner-top, 6px);
10866
+ border-bottom-left-radius: 6px;
10867
+ border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
10868
+ border-bottom-right-radius: 6px;
10869
+ border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
10870
10870
  overflow: -moz-scrollbars-none;
10871
10871
  -ms-overflow-style: none;
10872
10872
  scrollbar-width: none; }
@@ -10967,8 +10967,8 @@ h6.next-typography-title {
10967
10967
  .next-table-group .next-table-group-header td {
10968
10968
  background: #fafafa;
10969
10969
  background: var(--table-group-th-bg, #fafafa);
10970
- color: rgba(0, 0, 0, 0.85);
10971
- color: var(--table-group-th-color, rgba(0, 0, 0, 0.85)); }
10970
+ color: #2e3038;
10971
+ color: var(--table-group-th-color, #2e3038); }
10972
10972
  .next-table-group .next-table-group-header td:first-child {
10973
10973
  border-top-left-radius: 0px;
10974
10974
  border-top-left-radius: var(--table-group-header-corner-top, 0px);
@@ -10982,8 +10982,8 @@ h6.next-typography-title {
10982
10982
  .next-table-group .next-table-group-footer td {
10983
10983
  background: #fafafa;
10984
10984
  background: var(--table-group-footer-bg, #fafafa);
10985
- color: rgba(0, 0, 0, 0.85);
10986
- color: var(--table-group-footer-color, rgba(0, 0, 0, 0.85)); }
10985
+ color: #2e3038;
10986
+ color: var(--table-group-footer-color, #2e3038); }
10987
10987
  .next-table-group .next-table-group-footer td:first-child {
10988
10988
  border-top-left-radius: 0px;
10989
10989
  border-top-left-radius: var(--table-group-footer-corner-top, 0px);
@@ -10998,8 +10998,8 @@ h6.next-typography-title {
10998
10998
  .next-table-group .next-table-row.selected {
10999
10999
  background: #FFFFFF;
11000
11000
  background: var(--table-row-bg, #FFFFFF);
11001
- color: rgba(0, 0, 0, 0.85);
11002
- color: var(--table-row-color, rgba(0, 0, 0, 0.85)); }
11001
+ color: #2e3038;
11002
+ color: var(--table-row-color, #2e3038); }
11003
11003
 
11004
11004
  .next-table-lock {
11005
11005
  position: relative; }
@@ -11011,10 +11011,10 @@ h6.next-typography-title {
11011
11011
 
11012
11012
  .next-table-header-fixer {
11013
11013
  content: " ";
11014
- border-top-right-radius: 0px;
11015
- border-top-right-radius: var(--table-header-corner-top, 0px);
11016
- border-bottom-right-radius: 0px;
11017
- border-bottom-right-radius: var(--table-header-corner-bottom, 0px);
11014
+ border-top-right-radius: 6px;
11015
+ border-top-right-radius: var(--table-header-corner-top, 6px);
11016
+ border-bottom-right-radius: 6px;
11017
+ border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
11018
11018
  width: 15px;
11019
11019
  background: inherit;
11020
11020
  position: absolute;
@@ -11093,8 +11093,8 @@ h6.next-typography-title {
11093
11093
  .next-table-sort .next-icon {
11094
11094
  position: absolute;
11095
11095
  left: -2px;
11096
- color: rgba(0, 0, 0, 0.85);
11097
- color: var(--table-sort-color, rgba(0, 0, 0, 0.85)); }
11096
+ color: #2e3038;
11097
+ color: var(--table-sort-color, #2e3038); }
11098
11098
  .next-table-sort .next-icon:before,
11099
11099
  .next-table-sort .next-icon .next-icon-remote {
11100
11100
  width: 12px;
@@ -11113,8 +11113,8 @@ h6.next-typography-title {
11113
11113
  .next-table-filter:focus {
11114
11114
  outline: 0; }
11115
11115
  .next-table-filter .next-icon {
11116
- color: rgba(0, 0, 0, 0.85);
11117
- color: var(--table-sort-color, rgba(0, 0, 0, 0.85)); }
11116
+ color: #2e3038;
11117
+ color: var(--table-sort-color, #2e3038); }
11118
11118
  .next-table-filter .next-icon:before,
11119
11119
  .next-table-filter .next-icon .next-icon-remote {
11120
11120
  width: 12px;
@@ -11477,8 +11477,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
11477
11477
  .next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
11478
11478
  text-align: center;
11479
11479
  font-size: 14px;
11480
- color: rgba(0, 0, 0, 0.85);
11481
- color: var(--color-text1-4, rgba(0, 0, 0, 0.85));
11480
+ color: #2e3038;
11481
+ color: var(--color-text1-4, #2e3038);
11482
11482
  font-weight: bolder;
11483
11483
  vertical-align: initial; }
11484
11484
  .next-calendar2-panel .next-calendar2-header-btn:hover,
@@ -11584,8 +11584,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
11584
11584
  -ms-user-select: none;
11585
11585
  user-select: none; }
11586
11586
  .next-time-picker2-menu-item:hover {
11587
- color: rgba(0, 0, 0, 0.85);
11588
- color: var(--color-text1-4, rgba(0, 0, 0, 0.85));
11587
+ color: #2e3038;
11588
+ color: var(--color-text1-4, #2e3038);
11589
11589
  background: #f8f9fb;
11590
11590
  background: var(--color-fill1-2, #f8f9fb); }
11591
11591
  .next-time-picker2-menu-item.next-selected {