@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
|
@@ -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)
|
|
@@ -2388,8 +2388,8 @@
|
|
|
2388
2388
|
vertical-align: middle; }
|
|
2389
2389
|
.next-radio-button > label .next-radio-label {
|
|
2390
2390
|
display: block;
|
|
2391
|
-
color:
|
|
2392
|
-
color: var(--radio-button-font-color,
|
|
2391
|
+
color: #2e3038;
|
|
2392
|
+
color: var(--radio-button-font-color, #2e3038);
|
|
2393
2393
|
margin: 0;
|
|
2394
2394
|
-webkit-transition: all 100ms linear;
|
|
2395
2395
|
transition: all 100ms linear; }
|
|
@@ -2400,8 +2400,8 @@
|
|
|
2400
2400
|
background-color: #f8f9fb;
|
|
2401
2401
|
background-color: var(--radio-button-bg-color-hovered, #f8f9fb); }
|
|
2402
2402
|
.next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label {
|
|
2403
|
-
color:
|
|
2404
|
-
color: var(--radio-button-font-color-hovered,
|
|
2403
|
+
color: #2e3038;
|
|
2404
|
+
color: var(--radio-button-font-color-hovered, #2e3038); }
|
|
2405
2405
|
.next-radio-button > label.checked {
|
|
2406
2406
|
z-index: 11;
|
|
2407
2407
|
border-color: #257df9;
|
|
@@ -2527,8 +2527,8 @@
|
|
|
2527
2527
|
.next-radio-group .next-radio-wrapper:last-child {
|
|
2528
2528
|
margin-right: 0; }
|
|
2529
2529
|
.next-radio-group .next-radio-label {
|
|
2530
|
-
color:
|
|
2531
|
-
color: var(--radio-normal-font-color,
|
|
2530
|
+
color: #2e3038;
|
|
2531
|
+
color: var(--radio-normal-font-color, #2e3038); }
|
|
2532
2532
|
.next-radio-group.disabled .next-radio-label {
|
|
2533
2533
|
color: rgba(0, 0, 0, 0.4);
|
|
2534
2534
|
color: var(--radio-normal-font-color-disabled, rgba(0, 0, 0, 0.4)); }
|
|
@@ -2551,8 +2551,8 @@
|
|
|
2551
2551
|
font-size: var(--radio-font-size, 14px);
|
|
2552
2552
|
vertical-align: middle;
|
|
2553
2553
|
line-height: 1;
|
|
2554
|
-
color:
|
|
2555
|
-
color: var(--radio-normal-font-color,
|
|
2554
|
+
color: #2e3038;
|
|
2555
|
+
color: var(--radio-normal-font-color, #2e3038); }
|
|
2556
2556
|
|
|
2557
2557
|
@-moz-document url-prefix() {
|
|
2558
2558
|
.next-radio {
|
|
@@ -2755,8 +2755,8 @@
|
|
|
2755
2755
|
right: 16px;
|
|
2756
2756
|
right: var(--balloon-size-padding-right, 16px); }
|
|
2757
2757
|
.next-balloon-primary {
|
|
2758
|
-
color:
|
|
2759
|
-
color: var(--balloon-primary-color,
|
|
2758
|
+
color: #2e3038;
|
|
2759
|
+
color: var(--balloon-primary-color, #2e3038);
|
|
2760
2760
|
border-color: #257df9;
|
|
2761
2761
|
border-color: var(--balloon-primary-color-border, #257df9);
|
|
2762
2762
|
background-color: #E3F2FD;
|
|
@@ -2798,8 +2798,8 @@
|
|
|
2798
2798
|
font-size: var(--balloon-size-close, 12px);
|
|
2799
2799
|
line-height: 1em; }
|
|
2800
2800
|
.next-balloon-primary .next-balloon-close :hover {
|
|
2801
|
-
color:
|
|
2802
|
-
color: var(--balloon-primary-color-close-hover,
|
|
2801
|
+
color: #2e3038;
|
|
2802
|
+
color: var(--balloon-primary-color-close-hover, #2e3038); }
|
|
2803
2803
|
.next-balloon-primary:after {
|
|
2804
2804
|
position: absolute;
|
|
2805
2805
|
width: 12px;
|
|
@@ -2902,8 +2902,8 @@
|
|
|
2902
2902
|
border-top: none;
|
|
2903
2903
|
border-left: none; }
|
|
2904
2904
|
.next-balloon-normal {
|
|
2905
|
-
color:
|
|
2906
|
-
color: var(--balloon-normal-color,
|
|
2905
|
+
color: #2e3038;
|
|
2906
|
+
color: var(--balloon-normal-color, #2e3038);
|
|
2907
2907
|
border-color: #f1f1f1;
|
|
2908
2908
|
border-color: var(--balloon-normal-color-border, #f1f1f1);
|
|
2909
2909
|
background-color: #FFFFFF;
|
|
@@ -3623,8 +3623,8 @@
|
|
|
3623
3623
|
position: relative;
|
|
3624
3624
|
-webkit-transition: background 100ms linear;
|
|
3625
3625
|
transition: background 100ms linear;
|
|
3626
|
-
color:
|
|
3627
|
-
color: var(--menu-color,
|
|
3626
|
+
color: #2e3038;
|
|
3627
|
+
color: var(--menu-color, #2e3038);
|
|
3628
3628
|
cursor: pointer; }
|
|
3629
3629
|
.next-menu-item-helper {
|
|
3630
3630
|
float: right;
|
|
@@ -3637,8 +3637,8 @@
|
|
|
3637
3637
|
.next-menu-item .next-radio {
|
|
3638
3638
|
margin-right: 4px; }
|
|
3639
3639
|
.next-menu-item.next-selected {
|
|
3640
|
-
color:
|
|
3641
|
-
color: var(--menu-color-selected,
|
|
3640
|
+
color: #2e3038;
|
|
3641
|
+
color: var(--menu-color-selected, #2e3038);
|
|
3642
3642
|
background-color: #e6f7ff;
|
|
3643
3643
|
background-color: var(--menu-background-selected, #e6f7ff); }
|
|
3644
3644
|
.next-menu-item.next-selected .next-menu-icon-arrow {
|
|
@@ -3662,13 +3662,13 @@
|
|
|
3662
3662
|
color: rgba(0, 0, 0, 0.4);
|
|
3663
3663
|
color: var(--menu-color-disabled, rgba(0, 0, 0, 0.4)); }
|
|
3664
3664
|
.next-menu-item:not(.next-disabled):hover, .next-menu-item:not(.next-disabled).next-selected:hover, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover, .next-menu-item:not(.next-disabled).next-selected:focus:hover, .next-menu-item:not(.next-disabled).next-focused, .next-menu-item:not(.next-disabled).next-selected.next-focused, .next-menu-item:not(.next-disabled).next-selected:focus {
|
|
3665
|
-
color:
|
|
3666
|
-
color: var(--menu-color-hover,
|
|
3665
|
+
color: #2e3038;
|
|
3666
|
+
color: var(--menu-color-hover, #2e3038);
|
|
3667
3667
|
background-color: whitesmoke;
|
|
3668
3668
|
background-color: var(--menu-background-hover, whitesmoke); }
|
|
3669
3669
|
.next-menu-item:not(.next-disabled):hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-arrow, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-arrow {
|
|
3670
|
-
color:
|
|
3671
|
-
color: var(--menu-arrow-color-hover,
|
|
3670
|
+
color: #2e3038;
|
|
3671
|
+
color: var(--menu-arrow-color-hover, #2e3038); }
|
|
3672
3672
|
.next-menu-item:not(.next-disabled):hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus:hover .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected.next-focused .next-menu-icon-selected, .next-menu-item:not(.next-disabled).next-selected:focus .next-menu-icon-selected {
|
|
3673
3673
|
color: transparent; }
|
|
3674
3674
|
.next-menu-item-inner {
|
|
@@ -3685,8 +3685,8 @@
|
|
|
3685
3685
|
.next-menu-item .next-menu-item-text > a {
|
|
3686
3686
|
display: inline-block;
|
|
3687
3687
|
text-decoration: none;
|
|
3688
|
-
color:
|
|
3689
|
-
color: var(--menu-color,
|
|
3688
|
+
color: #2e3038;
|
|
3689
|
+
color: var(--menu-color, #2e3038); }
|
|
3690
3690
|
.next-menu-item .next-menu-item-text > a::before {
|
|
3691
3691
|
position: absolute;
|
|
3692
3692
|
background-color: transparent;
|
|
@@ -3906,13 +3906,13 @@
|
|
|
3906
3906
|
text-decoration: none;
|
|
3907
3907
|
text-align: center; }
|
|
3908
3908
|
.next-breadcrumb .next-breadcrumb-text.activated {
|
|
3909
|
-
color:
|
|
3910
|
-
color: var(--breadcrumb-text-current-color,
|
|
3909
|
+
color: #2e3038;
|
|
3910
|
+
color: var(--breadcrumb-text-current-color, #2e3038);
|
|
3911
3911
|
font-weight: normal;
|
|
3912
3912
|
font-weight: var(--breadcrumb-text-current-weight, normal); }
|
|
3913
3913
|
.next-breadcrumb .next-breadcrumb-text.activated > a {
|
|
3914
|
-
color:
|
|
3915
|
-
color: var(--breadcrumb-text-current-color,
|
|
3914
|
+
color: #2e3038;
|
|
3915
|
+
color: var(--breadcrumb-text-current-color, #2e3038);
|
|
3916
3916
|
font-weight: normal;
|
|
3917
3917
|
font-weight: var(--breadcrumb-text-current-weight, normal); }
|
|
3918
3918
|
.next-breadcrumb .next-breadcrumb-text-ellipsis {
|
|
@@ -4036,8 +4036,8 @@
|
|
|
4036
4036
|
-webkit-box-shadow: none;
|
|
4037
4037
|
box-shadow: none; }
|
|
4038
4038
|
.next-btn.next-small {
|
|
4039
|
-
border-radius:
|
|
4040
|
-
border-radius: var(--btn-size-s-corner,
|
|
4039
|
+
border-radius: 6px;
|
|
4040
|
+
border-radius: var(--btn-size-s-corner, 6px);
|
|
4041
4041
|
padding: 0 8px;
|
|
4042
4042
|
padding: 0 var(--btn-size-s-padding, 8px);
|
|
4043
4043
|
height: 28px;
|
|
@@ -4099,10 +4099,10 @@
|
|
|
4099
4099
|
-webkit-transition: all 100ms linear;
|
|
4100
4100
|
transition: all 100ms linear; }
|
|
4101
4101
|
.next-btn.next-medium {
|
|
4102
|
-
border-radius:
|
|
4103
|
-
border-radius: var(--btn-size-m-corner,
|
|
4104
|
-
padding: 0
|
|
4105
|
-
padding: 0 var(--btn-size-m-padding,
|
|
4102
|
+
border-radius: 6px;
|
|
4103
|
+
border-radius: var(--btn-size-m-corner, 6px);
|
|
4104
|
+
padding: 0 12px;
|
|
4105
|
+
padding: 0 var(--btn-size-m-padding, 12px);
|
|
4106
4106
|
height: 32px;
|
|
4107
4107
|
height: var(--btn-size-m-height, 32px);
|
|
4108
4108
|
font-size: 14px;
|
|
@@ -4145,8 +4145,8 @@
|
|
|
4145
4145
|
height: 12px;
|
|
4146
4146
|
font-size: 12px;
|
|
4147
4147
|
line-height: 12px;
|
|
4148
|
-
left:
|
|
4149
|
-
left: var(--btn-size-m-padding,
|
|
4148
|
+
left: 12px;
|
|
4149
|
+
left: var(--btn-size-m-padding, 12px);
|
|
4150
4150
|
top: 50%;
|
|
4151
4151
|
text-align: center;
|
|
4152
4152
|
margin-right: 4px; }
|
|
@@ -4162,8 +4162,8 @@
|
|
|
4162
4162
|
-webkit-transition: all 100ms linear;
|
|
4163
4163
|
transition: all 100ms linear; }
|
|
4164
4164
|
.next-btn.next-large {
|
|
4165
|
-
border-radius:
|
|
4166
|
-
border-radius: var(--btn-size-l-corner,
|
|
4165
|
+
border-radius: 6px;
|
|
4166
|
+
border-radius: var(--btn-size-l-corner, 6px);
|
|
4167
4167
|
padding: 0 16px;
|
|
4168
4168
|
padding: 0 var(--btn-size-l-padding, 16px);
|
|
4169
4169
|
height: 40px;
|
|
@@ -4229,11 +4229,11 @@
|
|
|
4229
4229
|
border-style: var(--btn-pure-normal-border-style, solid);
|
|
4230
4230
|
background: #FFFFFF;
|
|
4231
4231
|
background: var(--btn-pure-normal-bg, #FFFFFF);
|
|
4232
|
-
border-color: #
|
|
4233
|
-
border-color: var(--btn-pure-normal-border-color, #
|
|
4232
|
+
border-color: #f0f0f0;
|
|
4233
|
+
border-color: var(--btn-pure-normal-border-color, #f0f0f0); }
|
|
4234
4234
|
.next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
|
|
4235
|
-
color:
|
|
4236
|
-
color: var(--btn-pure-normal-color,
|
|
4235
|
+
color: #2e3038;
|
|
4236
|
+
color: var(--btn-pure-normal-color, #2e3038); }
|
|
4237
4237
|
.next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
|
|
4238
4238
|
color: #257df9;
|
|
4239
4239
|
color: var(--btn-pure-normal-color-hover, #257df9);
|
|
@@ -4562,8 +4562,8 @@
|
|
|
4562
4562
|
background: transparent;
|
|
4563
4563
|
border-color: transparent; }
|
|
4564
4564
|
.next-btn-text.next-btn-normal, .next-btn-text.next-btn-normal:link, .next-btn-text.next-btn-normal:visited, .next-btn-text.next-btn-normal.visited {
|
|
4565
|
-
color:
|
|
4566
|
-
color: var(--btn-text-normal-color,
|
|
4565
|
+
color: #2e3038;
|
|
4566
|
+
color: var(--btn-text-normal-color, #2e3038); }
|
|
4567
4567
|
.next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover {
|
|
4568
4568
|
color: #257df9;
|
|
4569
4569
|
color: var(--btn-text-normal-color-hover, #257df9);
|
|
@@ -4775,17 +4775,17 @@
|
|
|
4775
4775
|
background: transparent;
|
|
4776
4776
|
border-color: transparent; }
|
|
4777
4777
|
.next-btn-text.next-btn-loading, .next-btn-text.next-btn-loading:link, .next-btn-text.next-btn-loading:visited, .next-btn-text.next-btn-loading.visited {
|
|
4778
|
-
color:
|
|
4779
|
-
color: var(--btn-text-loading-color,
|
|
4778
|
+
color: #2e3038;
|
|
4779
|
+
color: var(--btn-text-loading-color, #2e3038); }
|
|
4780
4780
|
.next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
|
|
4781
|
-
color:
|
|
4782
|
-
color: var(--btn-text-loading-color,
|
|
4781
|
+
color: #2e3038;
|
|
4782
|
+
color: var(--btn-text-loading-color, #2e3038);
|
|
4783
4783
|
background: transparent;
|
|
4784
4784
|
border-color: transparent;
|
|
4785
4785
|
text-decoration: none; }
|
|
4786
4786
|
.next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active {
|
|
4787
|
-
color:
|
|
4788
|
-
color: var(--btn-text-loading-color,
|
|
4787
|
+
color: #2e3038;
|
|
4788
|
+
color: var(--btn-text-loading-color, #2e3038);
|
|
4789
4789
|
background: transparent;
|
|
4790
4790
|
border-color: transparent;
|
|
4791
4791
|
text-decoration: none; }
|
|
@@ -4854,24 +4854,24 @@
|
|
|
4854
4854
|
text-decoration: none; }
|
|
4855
4855
|
.next-btn-ghost.next-btn-light {
|
|
4856
4856
|
background: rgba(0, 0, 0, 0);
|
|
4857
|
-
border-color:
|
|
4858
|
-
border-color: var(--btn-ghost-light-border-color,
|
|
4857
|
+
border-color: #2e3038;
|
|
4858
|
+
border-color: var(--btn-ghost-light-border-color, #2e3038); }
|
|
4859
4859
|
.next-btn-ghost.next-btn-light, .next-btn-ghost.next-btn-light:link, .next-btn-ghost.next-btn-light:visited, .next-btn-ghost.next-btn-light.visited {
|
|
4860
|
-
color:
|
|
4861
|
-
color: var(--btn-ghost-light-color,
|
|
4860
|
+
color: #2e3038;
|
|
4861
|
+
color: var(--btn-ghost-light-color, #2e3038); }
|
|
4862
4862
|
.next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover {
|
|
4863
4863
|
color: #999999;
|
|
4864
4864
|
color: var(--btn-ghost-light-color-hover, #999999);
|
|
4865
4865
|
background: rgba(0, 0, 0, 0.92);
|
|
4866
|
-
border-color:
|
|
4867
|
-
border-color: var(--btn-ghost-light-border-color-hover,
|
|
4866
|
+
border-color: #2e3038;
|
|
4867
|
+
border-color: var(--btn-ghost-light-border-color-hover, #2e3038);
|
|
4868
4868
|
text-decoration: none; }
|
|
4869
4869
|
.next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active {
|
|
4870
4870
|
color: #999999;
|
|
4871
4871
|
color: var(--btn-ghost-light-color-hover, #999999);
|
|
4872
4872
|
background: rgba(0, 0, 0, 0.92);
|
|
4873
|
-
border-color:
|
|
4874
|
-
border-color: var(--btn-ghost-light-border-color-hover,
|
|
4873
|
+
border-color: #2e3038;
|
|
4874
|
+
border-color: var(--btn-ghost-light-border-color-hover, #2e3038);
|
|
4875
4875
|
text-decoration: none; }
|
|
4876
4876
|
.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
|
|
4877
4877
|
background: transparent;
|
|
@@ -4951,8 +4951,8 @@
|
|
|
4951
4951
|
/* 尺寸维度 */
|
|
4952
4952
|
/* ---------------------------------------- */
|
|
4953
4953
|
.next-btn.next-small[dir="rtl"] {
|
|
4954
|
-
border-radius:
|
|
4955
|
-
border-radius: var(--btn-size-s-corner,
|
|
4954
|
+
border-radius: 6px;
|
|
4955
|
+
border-radius: var(--btn-size-s-corner, 6px); }
|
|
4956
4956
|
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
4957
4957
|
margin-left: 4px;
|
|
4958
4958
|
margin-right: 0; }
|
|
@@ -4982,8 +4982,8 @@
|
|
|
4982
4982
|
margin-left: 4px; }
|
|
4983
4983
|
|
|
4984
4984
|
.next-btn.next-medium[dir="rtl"] {
|
|
4985
|
-
border-radius:
|
|
4986
|
-
border-radius: var(--btn-size-m-corner,
|
|
4985
|
+
border-radius: 6px;
|
|
4986
|
+
border-radius: var(--btn-size-m-corner, 6px); }
|
|
4987
4987
|
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
4988
4988
|
margin-left: 4px;
|
|
4989
4989
|
margin-right: 0; }
|
|
@@ -5001,20 +5001,20 @@
|
|
|
5001
5001
|
font-size: 12px;
|
|
5002
5002
|
line-height: inherit; }
|
|
5003
5003
|
.next-btn.next-medium[dir="rtl"].next-btn-loading {
|
|
5004
|
-
padding-left:
|
|
5005
|
-
padding-left: var(--btn-size-m-padding,
|
|
5006
|
-
padding-right: calc(
|
|
5007
|
-
padding-right: calc(var(--btn-size-m-padding,
|
|
5004
|
+
padding-left: 12px;
|
|
5005
|
+
padding-left: var(--btn-size-m-padding, 12px);
|
|
5006
|
+
padding-right: calc(12px + 16px);
|
|
5007
|
+
padding-right: calc(var(--btn-size-m-padding, 12px) + 16px); }
|
|
5008
5008
|
.next-btn.next-medium[dir="rtl"].next-btn-loading:after {
|
|
5009
|
-
right:
|
|
5010
|
-
right: var(--btn-size-m-padding,
|
|
5009
|
+
right: 12px;
|
|
5010
|
+
right: var(--btn-size-m-padding, 12px);
|
|
5011
5011
|
top: 50%;
|
|
5012
5012
|
margin-right: 0;
|
|
5013
5013
|
margin-left: 4px; }
|
|
5014
5014
|
|
|
5015
5015
|
.next-btn.next-large[dir="rtl"] {
|
|
5016
|
-
border-radius:
|
|
5017
|
-
border-radius: var(--btn-size-l-corner,
|
|
5016
|
+
border-radius: 6px;
|
|
5017
|
+
border-radius: var(--btn-size-l-corner, 6px); }
|
|
5018
5018
|
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
5019
5019
|
margin-left: 4px;
|
|
5020
5020
|
margin-right: 0; }
|
|
@@ -5174,8 +5174,8 @@
|
|
|
5174
5174
|
font-weight: normal;
|
|
5175
5175
|
vertical-align: middle;
|
|
5176
5176
|
background-color: transparent;
|
|
5177
|
-
color:
|
|
5178
|
-
color: var(--input-text-color,
|
|
5177
|
+
color: #2e3038;
|
|
5178
|
+
color: var(--input-text-color, #2e3038); }
|
|
5179
5179
|
.next-input input::-ms-clear,
|
|
5180
5180
|
.next-input textarea::-ms-clear {
|
|
5181
5181
|
display: none; }
|
|
@@ -5356,8 +5356,8 @@
|
|
|
5356
5356
|
border-radius: var(--input-multiple-corner, 6px);
|
|
5357
5357
|
font-size: 0; }
|
|
5358
5358
|
.next-input.next-input-textarea textarea {
|
|
5359
|
-
color:
|
|
5360
|
-
color: var(--input-text-color,
|
|
5359
|
+
color: #2e3038;
|
|
5360
|
+
color: var(--input-text-color, #2e3038);
|
|
5361
5361
|
padding: 4px 8px;
|
|
5362
5362
|
padding: var(--input-multiple-padding-tb, 4px) var(--input-multiple-padding-lr, 8px);
|
|
5363
5363
|
font-size: 14px;
|
|
@@ -5436,8 +5436,8 @@
|
|
|
5436
5436
|
background-color: #FFFFFF;
|
|
5437
5437
|
background-color: var(--input-feedback-error-bg-color, #FFFFFF); }
|
|
5438
5438
|
.next-input.next-error input, .next-input.next-error textarea {
|
|
5439
|
-
color:
|
|
5440
|
-
color: var(--input-feedback-error-color,
|
|
5439
|
+
color: #2e3038;
|
|
5440
|
+
color: var(--input-feedback-error-color, #2e3038); }
|
|
5441
5441
|
.next-input.next-error.next-focus, .next-input.next-error:hover {
|
|
5442
5442
|
border-color: #ff4d4f;
|
|
5443
5443
|
border-color: var(--input-feedback-error-border-color, #ff4d4f); }
|
|
@@ -6072,8 +6072,8 @@
|
|
|
6072
6072
|
|
|
6073
6073
|
.next-calendar-fullscreen .next-calendar-th {
|
|
6074
6074
|
text-align: right;
|
|
6075
|
-
color:
|
|
6076
|
-
color: var(--calendar-fullscreen-table-head-color,
|
|
6075
|
+
color: #2e3038;
|
|
6076
|
+
color: var(--calendar-fullscreen-table-head-color, #2e3038);
|
|
6077
6077
|
font-size: 18px;
|
|
6078
6078
|
font-size: var(--calendar-fullscreen-table-head-font-size, 18px);
|
|
6079
6079
|
font-weight: bold;
|
|
@@ -6123,8 +6123,8 @@
|
|
|
6123
6123
|
transition: background 100ms linear;
|
|
6124
6124
|
background: #FFFFFF;
|
|
6125
6125
|
background: var(--calendar-fullscreen-table-cell-normal-background, #FFFFFF);
|
|
6126
|
-
color:
|
|
6127
|
-
color: var(--calendar-fullscreen-table-cell-normal-color,
|
|
6126
|
+
color: #2e3038;
|
|
6127
|
+
color: var(--calendar-fullscreen-table-cell-normal-color, #2e3038);
|
|
6128
6128
|
border-color: #f0f0f0;
|
|
6129
6129
|
border-color: var(--calendar-fullscreen-table-cell-normal-border-color, #f0f0f0); }
|
|
6130
6130
|
.next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
|
|
@@ -6557,8 +6557,8 @@
|
|
|
6557
6557
|
white-space: nowrap;
|
|
6558
6558
|
max-width: 80%;
|
|
6559
6559
|
height: 100%;
|
|
6560
|
-
color:
|
|
6561
|
-
color: var(--card-title-color,
|
|
6560
|
+
color: #2e3038;
|
|
6561
|
+
color: var(--card-title-color, #2e3038);
|
|
6562
6562
|
font-size: 18px;
|
|
6563
6563
|
font-size: var(--card-title-font-size, 18px);
|
|
6564
6564
|
font-weight: normal;
|
|
@@ -6639,8 +6639,8 @@
|
|
|
6639
6639
|
margin-left: 12px;
|
|
6640
6640
|
vertical-align: middle; }
|
|
6641
6641
|
.next-card-header-title {
|
|
6642
|
-
color:
|
|
6643
|
-
color: var(--card-title-color,
|
|
6642
|
+
color: #2e3038;
|
|
6643
|
+
color: var(--card-title-color, #2e3038);
|
|
6644
6644
|
font-size: 18px;
|
|
6645
6645
|
font-size: var(--card-title-font-size, 18px);
|
|
6646
6646
|
font-weight: normal;
|
|
@@ -6742,8 +6742,8 @@
|
|
|
6742
6742
|
border-right: 1px solid #f0f0f0;
|
|
6743
6743
|
border-right: var(--cascader-menu-border-width, 1px) var(--line-solid, solid) var(--cascader-menu-border-color, #f0f0f0); }
|
|
6744
6744
|
.next-cascader-menu-item.next-expanded {
|
|
6745
|
-
color:
|
|
6746
|
-
color: var(--cascader-menu-item-expanded-color,
|
|
6745
|
+
color: #2e3038;
|
|
6746
|
+
color: var(--cascader-menu-item-expanded-color, #2e3038);
|
|
6747
6747
|
background-color: #f8f9fb;
|
|
6748
6748
|
background-color: var(--cascader-menu-item-expanded-background-color, #f8f9fb); }
|
|
6749
6749
|
.next-cascader-menu-icon-right {
|
|
@@ -6753,8 +6753,8 @@
|
|
|
6753
6753
|
color: rgba(0, 0, 0, 0.75);
|
|
6754
6754
|
color: var(--cascader-menu-icon-expand-color, rgba(0, 0, 0, 0.75)); }
|
|
6755
6755
|
.next-cascader-menu-icon-right:hover {
|
|
6756
|
-
color:
|
|
6757
|
-
color: var(--cascader-menu-icon-hover-expand-color,
|
|
6756
|
+
color: #2e3038;
|
|
6757
|
+
color: var(--cascader-menu-icon-hover-expand-color, #2e3038); }
|
|
6758
6758
|
.next-cascader-menu-icon-expand.next-icon:before,
|
|
6759
6759
|
.next-cascader-menu-icon-expand.next-icon .next-icon-remote {
|
|
6760
6760
|
width: 8px;
|
|
@@ -6780,8 +6780,8 @@
|
|
|
6780
6780
|
font-size: 12px;
|
|
6781
6781
|
line-height: inherit; }
|
|
6782
6782
|
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
|
|
6783
|
-
color:
|
|
6784
|
-
color: var(--cascader-menu-icon-hover-expand-color,
|
|
6783
|
+
color: #2e3038;
|
|
6784
|
+
color: var(--cascader-menu-icon-hover-expand-color, #2e3038); }
|
|
6785
6785
|
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
|
|
6786
6786
|
color: #257df9;
|
|
6787
6787
|
color: var(--color-brand1-6, #257df9); }
|
|
@@ -7094,8 +7094,8 @@
|
|
|
7094
7094
|
.next-checkbox-label {
|
|
7095
7095
|
font-size: 14px;
|
|
7096
7096
|
font-size: var(--checkbox-font-size, 14px);
|
|
7097
|
-
color:
|
|
7098
|
-
color: var(--checkbox-label-color,
|
|
7097
|
+
color: #2e3038;
|
|
7098
|
+
color: var(--checkbox-label-color, #2e3038);
|
|
7099
7099
|
vertical-align: middle;
|
|
7100
7100
|
margin: 0;
|
|
7101
7101
|
margin-left: 4px;
|
|
@@ -7154,8 +7154,8 @@
|
|
|
7154
7154
|
border-top: var(--collapse-title-border-width, 1px) solid var(--collapse-panel-border-color, gainsboro); }
|
|
7155
7155
|
.next-collapse .next-collapse-panel-icon {
|
|
7156
7156
|
position: absolute;
|
|
7157
|
-
color:
|
|
7158
|
-
color: var(--collapse-icon-color,
|
|
7157
|
+
color: #2e3038;
|
|
7158
|
+
color: var(--collapse-icon-color, #2e3038);
|
|
7159
7159
|
-webkit-transition: -webkit-transform 100ms linear;
|
|
7160
7160
|
transition: -webkit-transform 100ms linear;
|
|
7161
7161
|
transition: transform 100ms linear;
|
|
@@ -7189,8 +7189,8 @@
|
|
|
7189
7189
|
font-size: var(--collapse-title-font-size, 16px);
|
|
7190
7190
|
font-weight: normal;
|
|
7191
7191
|
font-weight: var(--collapse-title-font-weight, normal);
|
|
7192
|
-
color:
|
|
7193
|
-
color: var(--collapse-title-font-color,
|
|
7192
|
+
color: #2e3038;
|
|
7193
|
+
color: var(--collapse-title-font-color, #2e3038);
|
|
7194
7194
|
cursor: pointer;
|
|
7195
7195
|
padding: 8px 0 8px 28px;
|
|
7196
7196
|
padding: var(--collapse-title-padding-tb, 8px) 0 var(--collapse-title-padding-tb, 8px) 28px;
|
|
@@ -7199,13 +7199,13 @@
|
|
|
7199
7199
|
.next-collapse-panel-title:hover {
|
|
7200
7200
|
background: #f8f9fb;
|
|
7201
7201
|
background: var(--collapse-title-hover-bg-color, #f8f9fb);
|
|
7202
|
-
color:
|
|
7203
|
-
color: var(--collapse-title-hover-font-color,
|
|
7202
|
+
color: #2e3038;
|
|
7203
|
+
color: var(--collapse-title-hover-font-color, #2e3038);
|
|
7204
7204
|
font-weight: normal;
|
|
7205
7205
|
font-weight: var(--collapse-title-hover-font-weight, normal); }
|
|
7206
7206
|
.next-collapse-panel-title:hover .next-collapse-panel-icon {
|
|
7207
|
-
color:
|
|
7208
|
-
color: var(--collapse-icon-hover-color,
|
|
7207
|
+
color: #2e3038;
|
|
7208
|
+
color: var(--collapse-icon-hover-color, #2e3038); }
|
|
7209
7209
|
.next-collapse-panel-content {
|
|
7210
7210
|
height: 0;
|
|
7211
7211
|
line-height: 1.5;
|
|
@@ -7327,8 +7327,8 @@
|
|
|
7327
7327
|
background: var(--time-picker-menu-item-background, #FFFFFF);
|
|
7328
7328
|
outline: none; }
|
|
7329
7329
|
.next-time-picker-menu-item:hover {
|
|
7330
|
-
color:
|
|
7331
|
-
color: var(--time-picker-menu-item-color-hover,
|
|
7330
|
+
color: #2e3038;
|
|
7331
|
+
color: var(--time-picker-menu-item-color-hover, #2e3038);
|
|
7332
7332
|
background: #f8f9fb;
|
|
7333
7333
|
background: var(--time-picker-menu-item-background-hover, #f8f9fb); }
|
|
7334
7334
|
.next-time-picker-menu-item.next-selected {
|
|
@@ -7741,8 +7741,8 @@
|
|
|
7741
7741
|
border-style: solid;
|
|
7742
7742
|
border-style: var(--message-border-style, solid); }
|
|
7743
7743
|
.next-message.next-message-success.next-inline .next-message-title {
|
|
7744
|
-
color:
|
|
7745
|
-
color: var(--message-success-color-title-inline,
|
|
7744
|
+
color: #2e3038;
|
|
7745
|
+
color: var(--message-success-color-title-inline, #2e3038); }
|
|
7746
7746
|
.next-message.next-message-success.next-inline .next-message-content {
|
|
7747
7747
|
color: rgba(0, 0, 0, 0.75);
|
|
7748
7748
|
color: var(--message-success-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7760,8 +7760,8 @@
|
|
|
7760
7760
|
border-style: solid;
|
|
7761
7761
|
border-style: var(--message-border-style-toast, solid); }
|
|
7762
7762
|
.next-message.next-message-success.next-addon .next-message-title {
|
|
7763
|
-
color:
|
|
7764
|
-
color: var(--message-success-color-title-addon,
|
|
7763
|
+
color: #2e3038;
|
|
7764
|
+
color: var(--message-success-color-title-addon, #2e3038); }
|
|
7765
7765
|
.next-message.next-message-success.next-addon .next-message-content {
|
|
7766
7766
|
color: rgba(0, 0, 0, 0.75);
|
|
7767
7767
|
color: var(--message-success-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7781,8 +7781,8 @@
|
|
|
7781
7781
|
border-style: solid;
|
|
7782
7782
|
border-style: var(--message-border-style-toast, solid); }
|
|
7783
7783
|
.next-message.next-message-success.next-toast .next-message-title {
|
|
7784
|
-
color:
|
|
7785
|
-
color: var(--message-success-color-title-toast,
|
|
7784
|
+
color: #2e3038;
|
|
7785
|
+
color: var(--message-success-color-title-toast, #2e3038); }
|
|
7786
7786
|
.next-message.next-message-success.next-toast .next-message-content {
|
|
7787
7787
|
color: rgba(0, 0, 0, 0.75);
|
|
7788
7788
|
color: var(--message-success-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7802,8 +7802,8 @@
|
|
|
7802
7802
|
border-style: solid;
|
|
7803
7803
|
border-style: var(--message-border-style, solid); }
|
|
7804
7804
|
.next-message.next-message-warning.next-inline .next-message-title {
|
|
7805
|
-
color:
|
|
7806
|
-
color: var(--message-warning-color-title-inline,
|
|
7805
|
+
color: #2e3038;
|
|
7806
|
+
color: var(--message-warning-color-title-inline, #2e3038); }
|
|
7807
7807
|
.next-message.next-message-warning.next-inline .next-message-content {
|
|
7808
7808
|
color: rgba(0, 0, 0, 0.75);
|
|
7809
7809
|
color: var(--message-warning-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7821,8 +7821,8 @@
|
|
|
7821
7821
|
border-style: solid;
|
|
7822
7822
|
border-style: var(--message-border-style-toast, solid); }
|
|
7823
7823
|
.next-message.next-message-warning.next-addon .next-message-title {
|
|
7824
|
-
color:
|
|
7825
|
-
color: var(--message-warning-color-title-addon,
|
|
7824
|
+
color: #2e3038;
|
|
7825
|
+
color: var(--message-warning-color-title-addon, #2e3038); }
|
|
7826
7826
|
.next-message.next-message-warning.next-addon .next-message-content {
|
|
7827
7827
|
color: rgba(0, 0, 0, 0.75);
|
|
7828
7828
|
color: var(--message-warning-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7842,8 +7842,8 @@
|
|
|
7842
7842
|
border-style: solid;
|
|
7843
7843
|
border-style: var(--message-border-style-toast, solid); }
|
|
7844
7844
|
.next-message.next-message-warning.next-toast .next-message-title {
|
|
7845
|
-
color:
|
|
7846
|
-
color: var(--message-warning-color-title-toast,
|
|
7845
|
+
color: #2e3038;
|
|
7846
|
+
color: var(--message-warning-color-title-toast, #2e3038); }
|
|
7847
7847
|
.next-message.next-message-warning.next-toast .next-message-content {
|
|
7848
7848
|
color: rgba(0, 0, 0, 0.75);
|
|
7849
7849
|
color: var(--message-warning-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7863,8 +7863,8 @@
|
|
|
7863
7863
|
border-style: solid;
|
|
7864
7864
|
border-style: var(--message-border-style, solid); }
|
|
7865
7865
|
.next-message.next-message-error.next-inline .next-message-title {
|
|
7866
|
-
color:
|
|
7867
|
-
color: var(--message-error-color-title-inline,
|
|
7866
|
+
color: #2e3038;
|
|
7867
|
+
color: var(--message-error-color-title-inline, #2e3038); }
|
|
7868
7868
|
.next-message.next-message-error.next-inline .next-message-content {
|
|
7869
7869
|
color: rgba(0, 0, 0, 0.75);
|
|
7870
7870
|
color: var(--message-error-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7882,8 +7882,8 @@
|
|
|
7882
7882
|
border-style: solid;
|
|
7883
7883
|
border-style: var(--message-border-style-toast, solid); }
|
|
7884
7884
|
.next-message.next-message-error.next-addon .next-message-title {
|
|
7885
|
-
color:
|
|
7886
|
-
color: var(--message-error-color-title-addon,
|
|
7885
|
+
color: #2e3038;
|
|
7886
|
+
color: var(--message-error-color-title-addon, #2e3038); }
|
|
7887
7887
|
.next-message.next-message-error.next-addon .next-message-content {
|
|
7888
7888
|
color: rgba(0, 0, 0, 0.75);
|
|
7889
7889
|
color: var(--message-error-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7903,8 +7903,8 @@
|
|
|
7903
7903
|
border-style: solid;
|
|
7904
7904
|
border-style: var(--message-border-style-toast, solid); }
|
|
7905
7905
|
.next-message.next-message-error.next-toast .next-message-title {
|
|
7906
|
-
color:
|
|
7907
|
-
color: var(--message-error-color-title-toast,
|
|
7906
|
+
color: #2e3038;
|
|
7907
|
+
color: var(--message-error-color-title-toast, #2e3038); }
|
|
7908
7908
|
.next-message.next-message-error.next-toast .next-message-content {
|
|
7909
7909
|
color: rgba(0, 0, 0, 0.75);
|
|
7910
7910
|
color: var(--message-error-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7924,8 +7924,8 @@
|
|
|
7924
7924
|
border-style: solid;
|
|
7925
7925
|
border-style: var(--message-border-style, solid); }
|
|
7926
7926
|
.next-message.next-message-notice.next-inline .next-message-title {
|
|
7927
|
-
color:
|
|
7928
|
-
color: var(--message-notice-color-title-inline,
|
|
7927
|
+
color: #2e3038;
|
|
7928
|
+
color: var(--message-notice-color-title-inline, #2e3038); }
|
|
7929
7929
|
.next-message.next-message-notice.next-inline .next-message-content {
|
|
7930
7930
|
color: rgba(0, 0, 0, 0.75);
|
|
7931
7931
|
color: var(--message-notice-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7943,8 +7943,8 @@
|
|
|
7943
7943
|
border-style: solid;
|
|
7944
7944
|
border-style: var(--message-border-style-toast, solid); }
|
|
7945
7945
|
.next-message.next-message-notice.next-addon .next-message-title {
|
|
7946
|
-
color:
|
|
7947
|
-
color: var(--message-notice-color-title-addon,
|
|
7946
|
+
color: #2e3038;
|
|
7947
|
+
color: var(--message-notice-color-title-addon, #2e3038); }
|
|
7948
7948
|
.next-message.next-message-notice.next-addon .next-message-content {
|
|
7949
7949
|
color: rgba(0, 0, 0, 0.75);
|
|
7950
7950
|
color: var(--message-notice-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7964,8 +7964,8 @@
|
|
|
7964
7964
|
border-style: solid;
|
|
7965
7965
|
border-style: var(--message-border-style-toast, solid); }
|
|
7966
7966
|
.next-message.next-message-notice.next-toast .next-message-title {
|
|
7967
|
-
color:
|
|
7968
|
-
color: var(--message-notice-color-title-toast,
|
|
7967
|
+
color: #2e3038;
|
|
7968
|
+
color: var(--message-notice-color-title-toast, #2e3038); }
|
|
7969
7969
|
.next-message.next-message-notice.next-toast .next-message-content {
|
|
7970
7970
|
color: rgba(0, 0, 0, 0.75);
|
|
7971
7971
|
color: var(--message-notice-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -7985,8 +7985,8 @@
|
|
|
7985
7985
|
border-style: solid;
|
|
7986
7986
|
border-style: var(--message-border-style, solid); }
|
|
7987
7987
|
.next-message.next-message-help.next-inline .next-message-title {
|
|
7988
|
-
color:
|
|
7989
|
-
color: var(--message-help-color-title-inline,
|
|
7988
|
+
color: #2e3038;
|
|
7989
|
+
color: var(--message-help-color-title-inline, #2e3038); }
|
|
7990
7990
|
.next-message.next-message-help.next-inline .next-message-content {
|
|
7991
7991
|
color: rgba(0, 0, 0, 0.75);
|
|
7992
7992
|
color: var(--message-help-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8004,8 +8004,8 @@
|
|
|
8004
8004
|
border-style: solid;
|
|
8005
8005
|
border-style: var(--message-border-style-toast, solid); }
|
|
8006
8006
|
.next-message.next-message-help.next-addon .next-message-title {
|
|
8007
|
-
color:
|
|
8008
|
-
color: var(--message-help-color-title-addon,
|
|
8007
|
+
color: #2e3038;
|
|
8008
|
+
color: var(--message-help-color-title-addon, #2e3038); }
|
|
8009
8009
|
.next-message.next-message-help.next-addon .next-message-content {
|
|
8010
8010
|
color: rgba(0, 0, 0, 0.75);
|
|
8011
8011
|
color: var(--message-help-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8025,8 +8025,8 @@
|
|
|
8025
8025
|
border-style: solid;
|
|
8026
8026
|
border-style: var(--message-border-style-toast, solid); }
|
|
8027
8027
|
.next-message.next-message-help.next-toast .next-message-title {
|
|
8028
|
-
color:
|
|
8029
|
-
color: var(--message-help-color-title-toast,
|
|
8028
|
+
color: #2e3038;
|
|
8029
|
+
color: var(--message-help-color-title-toast, #2e3038); }
|
|
8030
8030
|
.next-message.next-message-help.next-toast .next-message-content {
|
|
8031
8031
|
color: rgba(0, 0, 0, 0.75);
|
|
8032
8032
|
color: var(--message-help-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8046,8 +8046,8 @@
|
|
|
8046
8046
|
border-style: solid;
|
|
8047
8047
|
border-style: var(--message-border-style, solid); }
|
|
8048
8048
|
.next-message.next-message-loading.next-inline .next-message-title {
|
|
8049
|
-
color:
|
|
8050
|
-
color: var(--message-loading-color-title-inline,
|
|
8049
|
+
color: #2e3038;
|
|
8050
|
+
color: var(--message-loading-color-title-inline, #2e3038); }
|
|
8051
8051
|
.next-message.next-message-loading.next-inline .next-message-content {
|
|
8052
8052
|
color: rgba(0, 0, 0, 0.75);
|
|
8053
8053
|
color: var(--message-loading-color-content-inline, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8067,8 +8067,8 @@
|
|
|
8067
8067
|
border-style: solid;
|
|
8068
8068
|
border-style: var(--message-border-style-toast, solid); }
|
|
8069
8069
|
.next-message.next-message-loading.next-addon .next-message-title {
|
|
8070
|
-
color:
|
|
8071
|
-
color: var(--message-loading-color-title-addon,
|
|
8070
|
+
color: #2e3038;
|
|
8071
|
+
color: var(--message-loading-color-title-addon, #2e3038); }
|
|
8072
8072
|
.next-message.next-message-loading.next-addon .next-message-content {
|
|
8073
8073
|
color: rgba(0, 0, 0, 0.75);
|
|
8074
8074
|
color: var(--message-loading-color-content-addon, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8090,8 +8090,8 @@
|
|
|
8090
8090
|
border-style: solid;
|
|
8091
8091
|
border-style: var(--message-border-style-toast, solid); }
|
|
8092
8092
|
.next-message.next-message-loading.next-toast .next-message-title {
|
|
8093
|
-
color:
|
|
8094
|
-
color: var(--message-loading-color-title-toast,
|
|
8093
|
+
color: #2e3038;
|
|
8094
|
+
color: var(--message-loading-color-title-toast, #2e3038); }
|
|
8095
8095
|
.next-message.next-message-loading.next-toast .next-message-content {
|
|
8096
8096
|
color: rgba(0, 0, 0, 0.75);
|
|
8097
8097
|
color: var(--message-loading-color-content-toast, rgba(0, 0, 0, 0.75)); }
|
|
@@ -8338,8 +8338,8 @@
|
|
|
8338
8338
|
font-weight: var(--dialog-title-font-weight, normal);
|
|
8339
8339
|
background: #FFFFFF;
|
|
8340
8340
|
background: var(--dialog-title-bg-color, #FFFFFF);
|
|
8341
|
-
color:
|
|
8342
|
-
color: var(--dialog-title-color,
|
|
8341
|
+
color: #2e3038;
|
|
8342
|
+
color: var(--dialog-title-color, #2e3038); }
|
|
8343
8343
|
.next-dialog-body {
|
|
8344
8344
|
padding: 20px 20px 20px 20px;
|
|
8345
8345
|
padding: var(--dialog-content-padding-top, 20px) var(--dialog-content-padding-left-right, 20px) var(--dialog-content-padding-bottom, 20px) var(--dialog-content-padding-left-right, 20px);
|
|
@@ -8540,8 +8540,8 @@
|
|
|
8540
8540
|
font-size: var(--drawer-title-font-size, 18px);
|
|
8541
8541
|
background: #FFFFFF;
|
|
8542
8542
|
background: var(--drawer-title-bg-color, #FFFFFF);
|
|
8543
|
-
color:
|
|
8544
|
-
color: var(--drawer-title-color,
|
|
8543
|
+
color: #2e3038;
|
|
8544
|
+
color: var(--drawer-title-color, #2e3038); }
|
|
8545
8545
|
.next-drawer-no-title {
|
|
8546
8546
|
padding: 0;
|
|
8547
8547
|
border-bottom: 0; }
|
|
@@ -8572,8 +8572,8 @@
|
|
|
8572
8572
|
.next-drawer-close:hover {
|
|
8573
8573
|
background: transparent;
|
|
8574
8574
|
background: var(--drawer-close-bg-hovered, transparent);
|
|
8575
|
-
color:
|
|
8576
|
-
color: var(--drawer-close-color-hovered,
|
|
8575
|
+
color: #2e3038;
|
|
8576
|
+
color: var(--drawer-close-color-hovered, #2e3038); }
|
|
8577
8577
|
.next-drawer-close .next-drawer-close-icon.next-icon {
|
|
8578
8578
|
position: absolute;
|
|
8579
8579
|
top: 50%;
|
|
@@ -12650,8 +12650,8 @@
|
|
|
12650
12650
|
color: rgba(0, 0, 0, 0.75);
|
|
12651
12651
|
color: var(--form-element-preview-label-color, rgba(0, 0, 0, 0.75)); }
|
|
12652
12652
|
.next-form-preview.next-form-item .next-form-preview {
|
|
12653
|
-
color:
|
|
12654
|
-
color: var(--form-element-preview-text-color,
|
|
12653
|
+
color: #2e3038;
|
|
12654
|
+
color: var(--form-element-preview-text-color, #2e3038); }
|
|
12655
12655
|
.next-form-preview.next-form-item.next-medium .next-form-item-label {
|
|
12656
12656
|
font-size: 14px;
|
|
12657
12657
|
font-size: var(--form-element-medium-preview-label-font-size, 14px);
|
|
@@ -13059,8 +13059,8 @@
|
|
|
13059
13059
|
width: 100%;
|
|
13060
13060
|
min-width: 100px;
|
|
13061
13061
|
outline: 0;
|
|
13062
|
-
color:
|
|
13063
|
-
color: var(--select-color,
|
|
13062
|
+
color: #2e3038;
|
|
13063
|
+
color: var(--select-color, #2e3038); }
|
|
13064
13064
|
.next-select .next-select-inner .next-tag {
|
|
13065
13065
|
line-height: 1;
|
|
13066
13066
|
margin-right: 4px;
|
|
@@ -13139,8 +13139,8 @@
|
|
|
13139
13139
|
right: 0;
|
|
13140
13140
|
z-index: 1;
|
|
13141
13141
|
padding: 0 4px 0 16px;
|
|
13142
|
-
color:
|
|
13143
|
-
color: var(--input-text-color,
|
|
13142
|
+
color: #2e3038;
|
|
13143
|
+
color: var(--input-text-color, #2e3038);
|
|
13144
13144
|
background: linear-gradient(90deg, transparent, #FFFFFF 10px);
|
|
13145
13145
|
background: linear-gradient(90deg, transparent, var(--input-bg-color, #FFFFFF) 10px); }
|
|
13146
13146
|
.next-select-multiple .next-disabled .next-select-tag-compact {
|
|
@@ -13396,8 +13396,8 @@
|
|
|
13396
13396
|
.next-list-header {
|
|
13397
13397
|
border-bottom: 1px solid #f0f0f0;
|
|
13398
13398
|
border-bottom: var(--line-1, 1px) solid var(--list-divider-color, #f0f0f0);
|
|
13399
|
-
color:
|
|
13400
|
-
color: var(--list-title-color,
|
|
13399
|
+
color: #2e3038;
|
|
13400
|
+
color: var(--list-title-color, #2e3038); }
|
|
13401
13401
|
|
|
13402
13402
|
.next-list-footer {
|
|
13403
13403
|
border-top: 1px solid #f0f0f0;
|
|
@@ -13498,8 +13498,8 @@
|
|
|
13498
13498
|
vertical-align: middle; }
|
|
13499
13499
|
|
|
13500
13500
|
.next-list-item-title {
|
|
13501
|
-
color:
|
|
13502
|
-
color: var(--list-title-color,
|
|
13501
|
+
color: #2e3038;
|
|
13502
|
+
color: var(--list-title-color, #2e3038); }
|
|
13503
13503
|
|
|
13504
13504
|
.next-list-medium .next-list-header {
|
|
13505
13505
|
padding: 16px 0px;
|
|
@@ -13643,8 +13643,8 @@
|
|
|
13643
13643
|
color: #FFFFFF;
|
|
13644
13644
|
color: var(--btn-pure-primary-color-hover, #FFFFFF); }
|
|
13645
13645
|
.next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
|
|
13646
|
-
color:
|
|
13647
|
-
color: var(--menu-btn-text-text-normal-icon-color,
|
|
13646
|
+
color: #2e3038;
|
|
13647
|
+
color: var(--menu-btn-text-text-normal-icon-color, #2e3038); }
|
|
13648
13648
|
.next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
|
|
13649
13649
|
color: #257df9;
|
|
13650
13650
|
color: var(--btn-text-normal-color-hover, #257df9); }
|
|
@@ -13655,8 +13655,8 @@
|
|
|
13655
13655
|
color: #40a9ff;
|
|
13656
13656
|
color: var(--btn-text-primary-color-hover, #40a9ff); }
|
|
13657
13657
|
.next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
|
|
13658
|
-
color:
|
|
13659
|
-
color: var(--menu-btn-ghost-light-icon-color,
|
|
13658
|
+
color: #2e3038;
|
|
13659
|
+
color: var(--menu-btn-ghost-light-icon-color, #2e3038); }
|
|
13660
13660
|
.next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
|
|
13661
13661
|
color: #999999;
|
|
13662
13662
|
color: var(--btn-ghost-light-color-hover, #999999); }
|
|
@@ -14169,8 +14169,8 @@
|
|
|
14169
14169
|
background: var(--nav-normal-bg-color, #FFFFFF);
|
|
14170
14170
|
border-color: #d9d9d9;
|
|
14171
14171
|
border-color: var(--nav-normal-border-color, #d9d9d9);
|
|
14172
|
-
color:
|
|
14173
|
-
color: var(--nav-normal-text-color,
|
|
14172
|
+
color: #2e3038;
|
|
14173
|
+
color: var(--nav-normal-text-color, #2e3038);
|
|
14174
14174
|
font-weight: normal;
|
|
14175
14175
|
font-weight: var(--nav-normal-text-style, normal);
|
|
14176
14176
|
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -14180,8 +14180,8 @@
|
|
|
14180
14180
|
.next-nav.next-normal .next-nav-item.next-menu-item {
|
|
14181
14181
|
background: #FFFFFF;
|
|
14182
14182
|
background: var(--nav-normal-bg-color, #FFFFFF);
|
|
14183
|
-
color:
|
|
14184
|
-
color: var(--nav-normal-text-color,
|
|
14183
|
+
color: #2e3038;
|
|
14184
|
+
color: var(--nav-normal-text-color, #2e3038); }
|
|
14185
14185
|
.next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover {
|
|
14186
14186
|
background: #FFFFFF;
|
|
14187
14187
|
background: var(--nav-normal-item-hover-bg-color, #FFFFFF);
|
|
@@ -14238,8 +14238,8 @@
|
|
|
14238
14238
|
.next-nav.next-normal .next-menu-sub-menu .next-menu-item {
|
|
14239
14239
|
background: #FFFFFF;
|
|
14240
14240
|
background: var(--nav-normal-sub-nav-bg-color, #FFFFFF);
|
|
14241
|
-
color:
|
|
14242
|
-
color: var(--nav-normal-sub-nav-text-color,
|
|
14241
|
+
color: #2e3038;
|
|
14242
|
+
color: var(--nav-normal-sub-nav-text-color, #2e3038);
|
|
14243
14243
|
font-weight: normal;
|
|
14244
14244
|
font-weight: var(--nav-normal-sub-nav-text-style, normal); }
|
|
14245
14245
|
.next-nav.next-normal .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-normal .next-menu-sub-menu .next-menu-item:hover {
|
|
@@ -14275,8 +14275,8 @@
|
|
|
14275
14275
|
background: var(--nav-line-bg-color, transparent);
|
|
14276
14276
|
border-color: #f0f0f0;
|
|
14277
14277
|
border-color: var(--nav-line-border-color, #f0f0f0);
|
|
14278
|
-
color:
|
|
14279
|
-
color: var(--nav-line-text-color,
|
|
14278
|
+
color: #2e3038;
|
|
14279
|
+
color: var(--nav-line-text-color, #2e3038);
|
|
14280
14280
|
font-weight: normal;
|
|
14281
14281
|
font-weight: var(--nav-line-text-style, normal);
|
|
14282
14282
|
-webkit-box-shadow: none;
|
|
@@ -14298,8 +14298,8 @@
|
|
|
14298
14298
|
.next-nav.next-line .next-nav-item.next-menu-item {
|
|
14299
14299
|
background: transparent;
|
|
14300
14300
|
background: var(--nav-line-bg-color, transparent);
|
|
14301
|
-
color:
|
|
14302
|
-
color: var(--nav-line-text-color,
|
|
14301
|
+
color: #2e3038;
|
|
14302
|
+
color: var(--nav-line-text-color, #2e3038); }
|
|
14303
14303
|
.next-nav.next-line .next-nav-item.next-menu-item.next-focused, .next-nav.next-line .next-nav-item.next-menu-item:hover {
|
|
14304
14304
|
background: transparent;
|
|
14305
14305
|
background: var(--nav-line-item-hover-bg-color, transparent);
|
|
@@ -14356,8 +14356,8 @@
|
|
|
14356
14356
|
.next-nav.next-line .next-menu-sub-menu .next-menu-item {
|
|
14357
14357
|
background: transparent;
|
|
14358
14358
|
background: var(--nav-line-sub-nav-bg-color, transparent);
|
|
14359
|
-
color:
|
|
14360
|
-
color: var(--nav-line-sub-nav-text-color,
|
|
14359
|
+
color: #2e3038;
|
|
14360
|
+
color: var(--nav-line-sub-nav-text-color, #2e3038);
|
|
14361
14361
|
font-weight: normal;
|
|
14362
14362
|
font-weight: var(--nav-line-sub-nav-text-style, normal); }
|
|
14363
14363
|
.next-nav.next-line .next-menu-sub-menu .next-menu-item.next-focused, .next-nav.next-line .next-menu-sub-menu .next-menu-item:hover {
|
|
@@ -15067,13 +15067,13 @@
|
|
|
15067
15067
|
|
|
15068
15068
|
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-prev:not([disabled]) i,
|
|
15069
15069
|
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-next:not([disabled]) i {
|
|
15070
|
-
color:
|
|
15071
|
-
color: var(--pagination-arrow-color,
|
|
15070
|
+
color: #A0A2AD;
|
|
15071
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
15072
15072
|
|
|
15073
15073
|
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
15074
15074
|
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
15075
|
-
color:
|
|
15076
|
-
color: var(--pagination-arrow-hover-color,
|
|
15075
|
+
color: #2e3038;
|
|
15076
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
15077
15077
|
|
|
15078
15078
|
.next-pagination[dir="rtl"].next-medium .next-pagination-list {
|
|
15079
15079
|
margin: 0 4px;
|
|
@@ -15141,13 +15141,13 @@
|
|
|
15141
15141
|
|
|
15142
15142
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-prev:not([disabled]) i,
|
|
15143
15143
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-next:not([disabled]) i {
|
|
15144
|
-
color:
|
|
15145
|
-
color: var(--pagination-arrow-color,
|
|
15144
|
+
color: #A0A2AD;
|
|
15145
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
15146
15146
|
|
|
15147
15147
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
15148
15148
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
15149
|
-
color:
|
|
15150
|
-
color: var(--pagination-arrow-hover-color,
|
|
15149
|
+
color: #2e3038;
|
|
15150
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
15151
15151
|
|
|
15152
15152
|
.next-pagination[dir="rtl"].next-large .next-pagination-list {
|
|
15153
15153
|
margin: 0 8px;
|
|
@@ -15215,13 +15215,13 @@
|
|
|
15215
15215
|
|
|
15216
15216
|
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-prev:not([disabled]) i,
|
|
15217
15217
|
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-next:not([disabled]) i {
|
|
15218
|
-
color:
|
|
15219
|
-
color: var(--pagination-arrow-color,
|
|
15218
|
+
color: #A0A2AD;
|
|
15219
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
15220
15220
|
|
|
15221
15221
|
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
15222
15222
|
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
15223
|
-
color:
|
|
15224
|
-
color: var(--pagination-arrow-hover-color,
|
|
15223
|
+
color: #2e3038;
|
|
15224
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
15225
15225
|
|
|
15226
15226
|
.next-pagination {
|
|
15227
15227
|
-webkit-box-sizing: border-box;
|
|
@@ -15253,12 +15253,12 @@
|
|
|
15253
15253
|
display: inline-block;
|
|
15254
15254
|
border-style: solid;
|
|
15255
15255
|
border-style: var(--pagination-item-border-style, solid);
|
|
15256
|
-
border-color:
|
|
15257
|
-
border-color: var(--pagination-item-border-color,
|
|
15258
|
-
background: #
|
|
15259
|
-
background: var(--pagination-item-bg, #
|
|
15260
|
-
color:
|
|
15261
|
-
color: var(--pagination-item-color,
|
|
15256
|
+
border-color: gainsboro;
|
|
15257
|
+
border-color: var(--pagination-item-border-color, gainsboro);
|
|
15258
|
+
background: #FFFFFF;
|
|
15259
|
+
background: var(--pagination-item-bg, #FFFFFF);
|
|
15260
|
+
color: #2e3038;
|
|
15261
|
+
color: var(--pagination-item-color, #2e3038);
|
|
15262
15262
|
-webkit-box-shadow: none;
|
|
15263
15263
|
-webkit-box-shadow: var(--pagination-item-shadow, none);
|
|
15264
15264
|
box-shadow: none;
|
|
@@ -15296,8 +15296,8 @@
|
|
|
15296
15296
|
.next-pagination-display {
|
|
15297
15297
|
display: inline-block;
|
|
15298
15298
|
margin: 0 16px;
|
|
15299
|
-
color:
|
|
15300
|
-
color: var(--pagination-total-color,
|
|
15299
|
+
color: #2e3038;
|
|
15300
|
+
color: var(--pagination-total-color, #2e3038);
|
|
15301
15301
|
vertical-align: middle; }
|
|
15302
15302
|
.next-pagination-display em {
|
|
15303
15303
|
font-style: normal;
|
|
@@ -15306,8 +15306,8 @@
|
|
|
15306
15306
|
.next-pagination-jump-text {
|
|
15307
15307
|
display: inline-block;
|
|
15308
15308
|
vertical-align: middle;
|
|
15309
|
-
color: #
|
|
15310
|
-
color: var(--pagination-jump-color, #
|
|
15309
|
+
color: #2e3038;
|
|
15310
|
+
color: var(--pagination-jump-color, #2e3038); }
|
|
15311
15311
|
.next-pagination-jump-input {
|
|
15312
15312
|
margin: 0 4px;
|
|
15313
15313
|
margin: 0 var(--pagination-input-margin, 4px);
|
|
@@ -15416,12 +15416,12 @@
|
|
|
15416
15416
|
padding: 0 var(--pagination-small-size-selector-number-padding, 8px); }
|
|
15417
15417
|
.next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i,
|
|
15418
15418
|
.next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i {
|
|
15419
|
-
color:
|
|
15420
|
-
color: var(--pagination-arrow-color,
|
|
15419
|
+
color: #A0A2AD;
|
|
15420
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
15421
15421
|
.next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
15422
15422
|
.next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
15423
|
-
color:
|
|
15424
|
-
color: var(--pagination-arrow-hover-color,
|
|
15423
|
+
color: #2e3038;
|
|
15424
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
15425
15425
|
.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next {
|
|
15426
15426
|
width: 20px;
|
|
15427
15427
|
padding: 0; }
|
|
@@ -15508,12 +15508,12 @@
|
|
|
15508
15508
|
padding: 0 var(--pagination-size-selector-number-padding, 12px); }
|
|
15509
15509
|
.next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i,
|
|
15510
15510
|
.next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i {
|
|
15511
|
-
color:
|
|
15512
|
-
color: var(--pagination-arrow-color,
|
|
15511
|
+
color: #A0A2AD;
|
|
15512
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
15513
15513
|
.next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
15514
15514
|
.next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
15515
|
-
color:
|
|
15516
|
-
color: var(--pagination-arrow-hover-color,
|
|
15515
|
+
color: #2e3038;
|
|
15516
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
15517
15517
|
.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next {
|
|
15518
15518
|
width: 28px;
|
|
15519
15519
|
padding: 0; }
|
|
@@ -15600,12 +15600,12 @@
|
|
|
15600
15600
|
padding: 0 var(--pagination-large-size-selector-number-padding, 16px); }
|
|
15601
15601
|
.next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i,
|
|
15602
15602
|
.next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i {
|
|
15603
|
-
color:
|
|
15604
|
-
color: var(--pagination-arrow-color,
|
|
15603
|
+
color: #A0A2AD;
|
|
15604
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
15605
15605
|
.next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
15606
15606
|
.next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
15607
|
-
color:
|
|
15608
|
-
color: var(--pagination-arrow-hover-color,
|
|
15607
|
+
color: #2e3038;
|
|
15608
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
15609
15609
|
.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next {
|
|
15610
15610
|
width: 40px;
|
|
15611
15611
|
padding: 0; }
|
|
@@ -15645,8 +15645,8 @@
|
|
|
15645
15645
|
content: var(--pagination-icon-ellipsis-content, "\E654"); }
|
|
15646
15646
|
|
|
15647
15647
|
.next-paragraph {
|
|
15648
|
-
color:
|
|
15649
|
-
color: var(--paragraph-text-color,
|
|
15648
|
+
color: #2e3038;
|
|
15649
|
+
color: var(--paragraph-text-color, #2e3038); }
|
|
15650
15650
|
.next-paragraph-short {
|
|
15651
15651
|
line-height: 1.5;
|
|
15652
15652
|
line-height: var(--paragraph-s-line-height, 1.5); }
|
|
@@ -15778,8 +15778,8 @@
|
|
|
15778
15778
|
margin-left: 10px;
|
|
15779
15779
|
vertical-align: middle;
|
|
15780
15780
|
display: inline-block;
|
|
15781
|
-
color:
|
|
15782
|
-
color: var(--progress-line-font-color,
|
|
15781
|
+
color: #2e3038;
|
|
15782
|
+
color: var(--progress-line-font-color, #2e3038); }
|
|
15783
15783
|
.next-progress-line-show-border .next-progress-line-underlay {
|
|
15784
15784
|
border: 1px solid #f0f0f0;
|
|
15785
15785
|
border: var(--progress-line-underlay-border-width, 1px) solid var(--progress-line-underlay-border-color, #f0f0f0); }
|
|
@@ -15915,8 +15915,8 @@
|
|
|
15915
15915
|
transition: -webkit-transform 300ms ease;
|
|
15916
15916
|
transition: transform 300ms ease;
|
|
15917
15917
|
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
15918
|
-
color:
|
|
15919
|
-
color: var(--progress-circle-text-color,
|
|
15918
|
+
color: #2e3038;
|
|
15919
|
+
color: var(--progress-circle-text-color, #2e3038); }
|
|
15920
15920
|
|
|
15921
15921
|
.next-range {
|
|
15922
15922
|
-webkit-box-sizing: border-box;
|
|
@@ -16082,11 +16082,11 @@
|
|
|
16082
16082
|
color: #999999;
|
|
16083
16083
|
color: var(--range-normal-mark-color-hover, #999999); }
|
|
16084
16084
|
.next-range .next-range-mark .next-range-mark-text.activated {
|
|
16085
|
-
color:
|
|
16086
|
-
color: var(--range-normal-mark-selected-color,
|
|
16085
|
+
color: #2e3038;
|
|
16086
|
+
color: var(--range-normal-mark-selected-color, #2e3038); }
|
|
16087
16087
|
.next-range .next-range-mark .next-range-mark-text.activated:hover {
|
|
16088
|
-
color:
|
|
16089
|
-
color: var(--range-normal-mark-selected-color-hover,
|
|
16088
|
+
color: #2e3038;
|
|
16089
|
+
color: var(--range-normal-mark-selected-color-hover, #2e3038); }
|
|
16090
16090
|
.next-range.disabled .next-range-track {
|
|
16091
16091
|
background: #cacaca;
|
|
16092
16092
|
background: var(--range-normal-unselected-color-disabled, #cacaca); }
|
|
@@ -16752,14 +16752,14 @@
|
|
|
16752
16752
|
background: var(--search-normal-normal-btn-hover-bg-color, #EBECF0);
|
|
16753
16753
|
border-color: #A0A2AD;
|
|
16754
16754
|
border-color: var(--search-normal-normal-hover-color, #A0A2AD);
|
|
16755
|
-
color:
|
|
16756
|
-
color: var(--search-normal-normal-btn-hover-text-color,
|
|
16755
|
+
color: #2e3038;
|
|
16756
|
+
color: var(--search-normal-normal-btn-hover-text-color, #2e3038); }
|
|
16757
16757
|
.next-search-normal.next-normal .next-search-btn .next-icon {
|
|
16758
16758
|
color: rgba(0, 0, 0, 0.75);
|
|
16759
16759
|
color: var(--search-normal-normal-btn-text-color, rgba(0, 0, 0, 0.75)); }
|
|
16760
16760
|
.next-search-normal.next-normal .next-search-btn .next-icon:hover {
|
|
16761
|
-
color:
|
|
16762
|
-
color: var(--search-normal-normal-btn-hover-text-color,
|
|
16761
|
+
color: #2e3038;
|
|
16762
|
+
color: var(--search-normal-normal-btn-hover-text-color, #2e3038); }
|
|
16763
16763
|
.next-search-normal.next-normal.next-large {
|
|
16764
16764
|
-webkit-box-shadow: none;
|
|
16765
16765
|
-webkit-box-shadow: var(--search-normal-normal-shadow, none);
|
|
@@ -17131,8 +17131,8 @@
|
|
|
17131
17131
|
border-radius: 0px;
|
|
17132
17132
|
border-radius: var(--slick-arrow-corner-radius-outer, 0px); }
|
|
17133
17133
|
.next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
|
|
17134
|
-
color:
|
|
17135
|
-
color: var(--slick-arrow-icon-color-hover-outer,
|
|
17134
|
+
color: #2e3038;
|
|
17135
|
+
color: var(--slick-arrow-icon-color-hover-outer, #2e3038);
|
|
17136
17136
|
background: transparent;
|
|
17137
17137
|
background: var(--slick-arrow-bg-color-hover-outer, transparent);
|
|
17138
17138
|
opacity: 0.32;
|
|
@@ -17918,13 +17918,13 @@
|
|
|
17918
17918
|
border-color: var(--step-circle-item-node-process-border-color, #257df9); }
|
|
17919
17919
|
|
|
17920
17920
|
.next-step-circle > .next-step-item-process .next-step-item-title {
|
|
17921
|
-
color:
|
|
17922
|
-
color: var(--step-circle-item-title-process-color,
|
|
17921
|
+
color: #2e3038;
|
|
17922
|
+
color: var(--step-circle-item-title-process-color, #2e3038);
|
|
17923
17923
|
word-break: break-word; }
|
|
17924
17924
|
|
|
17925
17925
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
17926
|
-
color:
|
|
17927
|
-
color: var(--step-circle-item-title-process-color,
|
|
17926
|
+
color: #2e3038;
|
|
17927
|
+
color: var(--step-circle-item-title-process-color, #2e3038);
|
|
17928
17928
|
font-size: 14px;
|
|
17929
17929
|
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
17930
17930
|
line-height: 1.5;
|
|
@@ -18766,13 +18766,13 @@
|
|
|
18766
18766
|
border-color: var(--step-dot-item-node-process-border-color, #257df9); }
|
|
18767
18767
|
|
|
18768
18768
|
.next-step-dot > .next-step-item-process .next-step-item-title {
|
|
18769
|
-
color:
|
|
18770
|
-
color: var(--step-dot-item-title-process-color,
|
|
18769
|
+
color: #2e3038;
|
|
18770
|
+
color: var(--step-dot-item-title-process-color, #2e3038);
|
|
18771
18771
|
word-break: break-word; }
|
|
18772
18772
|
|
|
18773
18773
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
18774
|
-
color:
|
|
18775
|
-
color: var(--step-dot-item-title-process-color,
|
|
18774
|
+
color: #2e3038;
|
|
18775
|
+
color: var(--step-dot-item-title-process-color, #2e3038);
|
|
18776
18776
|
font-size: 14px;
|
|
18777
18777
|
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
18778
18778
|
line-height: 1.5;
|
|
@@ -20149,14 +20149,14 @@
|
|
|
20149
20149
|
-webkit-transition: all 300ms ease;
|
|
20150
20150
|
transition: all 300ms ease; }
|
|
20151
20151
|
.next-tabs-tab.active {
|
|
20152
|
-
font-weight:
|
|
20153
|
-
font-weight: var(--tab-item-font-weight-selected,
|
|
20152
|
+
font-weight: 500;
|
|
20153
|
+
font-weight: var(--tab-item-font-weight-selected, 500); }
|
|
20154
20154
|
.next-tabs-tab .next-tabs-tab-close {
|
|
20155
20155
|
color: rgba(0, 0, 0, 0.75);
|
|
20156
20156
|
color: var(--tab-close-icon-color, rgba(0, 0, 0, 0.75)); }
|
|
20157
20157
|
.next-tabs-tab .next-tabs-tab-close:hover {
|
|
20158
|
-
color:
|
|
20159
|
-
color: var(--tab-close-icon-color-hover,
|
|
20158
|
+
color: #2e3038;
|
|
20159
|
+
color: var(--tab-close-icon-color-hover, #2e3038); }
|
|
20160
20160
|
.next-tabs-tab .next-tabs-tab-close:focus {
|
|
20161
20161
|
outline: none; }
|
|
20162
20162
|
.next-tabs-tab.active .next-tabs-tab-close {
|
|
@@ -20194,14 +20194,14 @@
|
|
|
20194
20194
|
color: rgba(0, 0, 0, 0.75);
|
|
20195
20195
|
color: var(--tab-nav-arrow-color-normal, rgba(0, 0, 0, 0.75)); }
|
|
20196
20196
|
.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 {
|
|
20197
|
-
color:
|
|
20198
|
-
color: var(--tab-nav-arrow-color-hover,
|
|
20197
|
+
color: #2e3038;
|
|
20198
|
+
color: var(--tab-nav-arrow-color-hover, #2e3038);
|
|
20199
20199
|
background: transparent;
|
|
20200
20200
|
border-color: transparent;
|
|
20201
20201
|
text-decoration: none; }
|
|
20202
20202
|
.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 {
|
|
20203
|
-
color:
|
|
20204
|
-
color: var(--tab-nav-arrow-color-hover,
|
|
20203
|
+
color: #2e3038;
|
|
20204
|
+
color: var(--tab-nav-arrow-color-hover, #2e3038);
|
|
20205
20205
|
background: transparent;
|
|
20206
20206
|
border-color: transparent;
|
|
20207
20207
|
text-decoration: none; }
|
|
@@ -20237,10 +20237,10 @@
|
|
|
20237
20237
|
padding-right: 60px;
|
|
20238
20238
|
padding-right: var(--tab-nav-scroll-padding-right-m, 60px); }
|
|
20239
20239
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
20240
|
-
font-size:
|
|
20241
|
-
font-size: var(--tab-item-text-size-m,
|
|
20242
|
-
padding:
|
|
20243
|
-
padding: var(--tab-item-padding-tb-size-m,
|
|
20240
|
+
font-size: 14px;
|
|
20241
|
+
font-size: var(--tab-item-text-size-m, 14px);
|
|
20242
|
+
padding: 20px 16px;
|
|
20243
|
+
padding: var(--tab-item-padding-tb-size-m, 20px) var(--tab-item-padding-lr-size-m, 16px); }
|
|
20244
20244
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
20245
20245
|
line-height: 1; }
|
|
20246
20246
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
|
|
@@ -20325,13 +20325,13 @@
|
|
|
20325
20325
|
background-color: transparent; }
|
|
20326
20326
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
|
|
20327
20327
|
cursor: pointer;
|
|
20328
|
-
color: #
|
|
20329
|
-
color: var(--tab-pure-text-color-hover, #
|
|
20328
|
+
color: #000000;
|
|
20329
|
+
color: var(--tab-pure-text-color-hover, #000000);
|
|
20330
20330
|
background-color: transparent; }
|
|
20331
20331
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
|
|
20332
20332
|
z-index: 1;
|
|
20333
|
-
color: #
|
|
20334
|
-
color: var(--tab-pure-text-color-selected, #
|
|
20333
|
+
color: #000000;
|
|
20334
|
+
color: var(--tab-pure-text-color-selected, #000000);
|
|
20335
20335
|
background-color: transparent; }
|
|
20336
20336
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
|
|
20337
20337
|
pointer-events: none;
|
|
@@ -20347,10 +20347,10 @@
|
|
|
20347
20347
|
left: 50%;
|
|
20348
20348
|
bottom: 0%; }
|
|
20349
20349
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
|
|
20350
|
-
width: calc(100% -
|
|
20351
|
-
width: calc(100% - var(--tab-pure-ink-bar-padding-l,
|
|
20352
|
-
left: calc(
|
|
20353
|
-
left: calc(var(--tab-pure-ink-bar-padding-l,
|
|
20350
|
+
width: calc(100% - 32px*2);
|
|
20351
|
+
width: calc(100% - var(--tab-pure-ink-bar-padding-l, 32px)*2);
|
|
20352
|
+
left: calc(32px);
|
|
20353
|
+
left: calc(var(--tab-pure-ink-bar-padding-l, 32px)); }
|
|
20354
20354
|
.next-tabs-wrapped > .next-tabs-bar {
|
|
20355
20355
|
background: transparent;
|
|
20356
20356
|
background: var(--tab-wrapped-bar-bg-color, transparent); }
|
|
@@ -20382,8 +20382,8 @@
|
|
|
20382
20382
|
color: rgba(0, 0, 0, 0.75);
|
|
20383
20383
|
color: var(--tab-close-icon-color, rgba(0, 0, 0, 0.75)); }
|
|
20384
20384
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
|
|
20385
|
-
color:
|
|
20386
|
-
color: var(--tab-close-icon-color-hover,
|
|
20385
|
+
color: #2e3038;
|
|
20386
|
+
color: var(--tab-close-icon-color-hover, #2e3038); }
|
|
20387
20387
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
|
|
20388
20388
|
outline: none; }
|
|
20389
20389
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
|
|
@@ -20584,8 +20584,8 @@
|
|
|
20584
20584
|
border-right-color: transparent;
|
|
20585
20585
|
margin-right: calc(0px - 1px);
|
|
20586
20586
|
margin-right: calc(0px - var(--tab-capsule-tab-border-line-width, 1px));
|
|
20587
|
-
color:
|
|
20588
|
-
color: var(--tab-capsule-text-color,
|
|
20587
|
+
color: #2e3038;
|
|
20588
|
+
color: var(--tab-capsule-text-color, #2e3038);
|
|
20589
20589
|
background-color: #FFFFFF;
|
|
20590
20590
|
background-color: var(--tab-capsule-bg-color, #FFFFFF); }
|
|
20591
20591
|
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
|
|
@@ -20793,8 +20793,8 @@
|
|
|
20793
20793
|
text-overflow: ellipsis; }
|
|
20794
20794
|
|
|
20795
20795
|
.next-tag-checkable.next-tag-level-secondary {
|
|
20796
|
-
color:
|
|
20797
|
-
color: var(--tag-normal-text-color,
|
|
20796
|
+
color: #2e3038;
|
|
20797
|
+
color: var(--tag-normal-text-color, #2e3038);
|
|
20798
20798
|
border-color: transparent;
|
|
20799
20799
|
background-color: transparent; }
|
|
20800
20800
|
.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover {
|
|
@@ -20816,8 +20816,8 @@
|
|
|
20816
20816
|
background-color: #DEE8FF;
|
|
20817
20817
|
background-color: var(--tag-fill-bg-color-hover, #DEE8FF); }
|
|
20818
20818
|
.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 {
|
|
20819
|
-
color:
|
|
20820
|
-
color: var(--tag-fill-tail-color-hover,
|
|
20819
|
+
color: #2e3038;
|
|
20820
|
+
color: var(--tag-fill-tail-color-hover, #2e3038); }
|
|
20821
20821
|
.next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
|
|
20822
20822
|
color: rgba(0, 0, 0, 0.4);
|
|
20823
20823
|
color: var(--tag-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -20840,15 +20840,15 @@
|
|
|
20840
20840
|
background-color: #EBECF0;
|
|
20841
20841
|
background-color: var(--tag-closable-primary-fill-bg-color, #EBECF0); }
|
|
20842
20842
|
.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
|
|
20843
|
-
color:
|
|
20844
|
-
color: var(--tag-closable-primary-fill-text-color-hover,
|
|
20843
|
+
color: #2e3038;
|
|
20844
|
+
color: var(--tag-closable-primary-fill-text-color-hover, #2e3038);
|
|
20845
20845
|
border-color: #E2E4E8;
|
|
20846
20846
|
border-color: var(--tag-closable-primary-fill-border-color-hover, #E2E4E8);
|
|
20847
20847
|
background-color: #E2E4E8;
|
|
20848
20848
|
background-color: var(--tag-closable-primary-fill-bg-color-hover, #E2E4E8); }
|
|
20849
20849
|
.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 {
|
|
20850
|
-
color:
|
|
20851
|
-
color: var(--tag-fill-tail-color-hover,
|
|
20850
|
+
color: #2e3038;
|
|
20851
|
+
color: var(--tag-fill-tail-color-hover, #2e3038); }
|
|
20852
20852
|
.next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
|
|
20853
20853
|
color: rgba(0, 0, 0, 0.4);
|
|
20854
20854
|
color: var(--tag-closable-primary-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -20871,15 +20871,15 @@
|
|
|
20871
20871
|
background-color: #EBECF0;
|
|
20872
20872
|
background-color: var(--tag-checkable-fill-bg-color, #EBECF0); }
|
|
20873
20873
|
.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
|
|
20874
|
-
color:
|
|
20875
|
-
color: var(--tag-checkable-fill-text-color-hover,
|
|
20874
|
+
color: #2e3038;
|
|
20875
|
+
color: var(--tag-checkable-fill-text-color-hover, #2e3038);
|
|
20876
20876
|
border-color: #E2E4E8;
|
|
20877
20877
|
border-color: var(--tag-checkable-fill-border-color-hover, #E2E4E8);
|
|
20878
20878
|
background-color: #E2E4E8;
|
|
20879
20879
|
background-color: var(--tag-checkable-fill-bg-color-hover, #E2E4E8); }
|
|
20880
20880
|
.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 {
|
|
20881
|
-
color:
|
|
20882
|
-
color: var(--tag-checkable-fill-tail-color-hover,
|
|
20881
|
+
color: #2e3038;
|
|
20882
|
+
color: var(--tag-checkable-fill-tail-color-hover, #2e3038); }
|
|
20883
20883
|
.next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
|
|
20884
20884
|
color: rgba(0, 0, 0, 0.4);
|
|
20885
20885
|
color: var(--tag-checkable-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -20926,22 +20926,22 @@
|
|
|
20926
20926
|
color: var(--tag-checkable-primary-tail-color, #FFFFFF); }
|
|
20927
20927
|
|
|
20928
20928
|
.next-tag-default.next-tag-level-normal {
|
|
20929
|
-
color:
|
|
20930
|
-
color: var(--tag-bordered-text-color,
|
|
20929
|
+
color: #2e3038;
|
|
20930
|
+
color: var(--tag-bordered-text-color, #2e3038);
|
|
20931
20931
|
border-color: #d9d9d9;
|
|
20932
20932
|
border-color: var(--tag-bordered-border-color, #d9d9d9);
|
|
20933
20933
|
background-color: #f8f9fb;
|
|
20934
20934
|
background-color: var(--tag-bordered-bg, #f8f9fb); }
|
|
20935
20935
|
.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
20936
|
-
color:
|
|
20937
|
-
color: var(--tag-bordered-text-color-hover,
|
|
20936
|
+
color: #2e3038;
|
|
20937
|
+
color: var(--tag-bordered-text-color-hover, #2e3038);
|
|
20938
20938
|
border-color: #d9d9d9;
|
|
20939
20939
|
border-color: var(--tag-bordered-border-color-hover, #d9d9d9);
|
|
20940
20940
|
background-color: #f8f9fb;
|
|
20941
20941
|
background-color: var(--tag-bordered-bg-hover, #f8f9fb); }
|
|
20942
20942
|
.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 {
|
|
20943
|
-
color:
|
|
20944
|
-
color: var(--tag-bordered-tail-color-hover,
|
|
20943
|
+
color: #2e3038;
|
|
20944
|
+
color: var(--tag-bordered-tail-color-hover, #2e3038); }
|
|
20945
20945
|
.next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
|
|
20946
20946
|
color: rgba(0, 0, 0, 0.4);
|
|
20947
20947
|
color: var(--tag-bordered-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -20964,15 +20964,15 @@
|
|
|
20964
20964
|
background-color: transparent;
|
|
20965
20965
|
background-color: var(--tag-closable-bordered-bg, transparent); }
|
|
20966
20966
|
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
20967
|
-
color:
|
|
20968
|
-
color: var(--tag-closable-bordered-text-color-hover,
|
|
20967
|
+
color: #2e3038;
|
|
20968
|
+
color: var(--tag-closable-bordered-text-color-hover, #2e3038);
|
|
20969
20969
|
border-color: #A0A2AD;
|
|
20970
20970
|
border-color: var(--tag-closable-bordered-border-color-hover, #A0A2AD);
|
|
20971
20971
|
background-color: transparent;
|
|
20972
20972
|
background-color: var(--tag-closable-bordered-bg-hover, transparent); }
|
|
20973
20973
|
.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 {
|
|
20974
|
-
color:
|
|
20975
|
-
color: var(--tag-closable-bordered-tail-color-hover,
|
|
20974
|
+
color: #2e3038;
|
|
20975
|
+
color: var(--tag-closable-bordered-tail-color-hover, #2e3038); }
|
|
20976
20976
|
.next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
|
|
20977
20977
|
color: rgba(0, 0, 0, 0.4);
|
|
20978
20978
|
color: var(--tag-closable-bordered-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -21063,8 +21063,8 @@
|
|
|
21063
21063
|
background-color: transparent;
|
|
21064
21064
|
background-color: var(--tag-checkable-normal-bg, transparent); }
|
|
21065
21065
|
.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
21066
|
-
color:
|
|
21067
|
-
color: var(--tag-checkable-normal-text-color-hover,
|
|
21066
|
+
color: #2e3038;
|
|
21067
|
+
color: var(--tag-checkable-normal-text-color-hover, #2e3038);
|
|
21068
21068
|
border-color: #cacaca;
|
|
21069
21069
|
border-color: var(--tag-checkable-normal-border-color-hover, #cacaca);
|
|
21070
21070
|
background-color: transparent;
|
|
@@ -21270,11 +21270,11 @@
|
|
|
21270
21270
|
border-color: #FCCC12;
|
|
21271
21271
|
color: #FCCC12; }
|
|
21272
21272
|
.next-tag-large {
|
|
21273
|
-
height:
|
|
21274
|
-
height: var(--tag-size-l-height,
|
|
21273
|
+
height: 28px;
|
|
21274
|
+
height: var(--tag-size-l-height, 28px);
|
|
21275
21275
|
padding: 0;
|
|
21276
|
-
line-height: calc(
|
|
21277
|
-
line-height: calc(var(--tag-size-l-height,
|
|
21276
|
+
line-height: calc(28px - 1px*2);
|
|
21277
|
+
line-height: calc(var(--tag-size-l-height, 28px) - var(--tag-border-width, 1px)*2);
|
|
21278
21278
|
font-size: 0; }
|
|
21279
21279
|
.next-tag-large > .next-tag-body {
|
|
21280
21280
|
font-size: 14px;
|
|
@@ -21323,11 +21323,11 @@
|
|
|
21323
21323
|
padding-left: 8px;
|
|
21324
21324
|
padding-left: var(--tag-size-l-padding-lr, 8px); }
|
|
21325
21325
|
.next-tag-medium {
|
|
21326
|
-
height:
|
|
21327
|
-
height: var(--tag-size-m-height,
|
|
21326
|
+
height: 28px;
|
|
21327
|
+
height: var(--tag-size-m-height, 28px);
|
|
21328
21328
|
padding: 0;
|
|
21329
|
-
line-height: calc(
|
|
21330
|
-
line-height: calc(var(--tag-size-m-height,
|
|
21329
|
+
line-height: calc(28px - 1px*2);
|
|
21330
|
+
line-height: calc(var(--tag-size-m-height, 28px) - var(--tag-border-width, 1px)*2);
|
|
21331
21331
|
font-size: 0; }
|
|
21332
21332
|
.next-tag-medium > .next-tag-body {
|
|
21333
21333
|
font-size: 14px;
|
|
@@ -21376,11 +21376,11 @@
|
|
|
21376
21376
|
padding-left: 8px;
|
|
21377
21377
|
padding-left: var(--tag-size-m-padding-lr, 8px); }
|
|
21378
21378
|
.next-tag-small {
|
|
21379
|
-
height:
|
|
21380
|
-
height: var(--tag-size-s-height,
|
|
21379
|
+
height: 28px;
|
|
21380
|
+
height: var(--tag-size-s-height, 28px);
|
|
21381
21381
|
padding: 0;
|
|
21382
|
-
line-height: calc(
|
|
21383
|
-
line-height: calc(var(--tag-size-s-height,
|
|
21382
|
+
line-height: calc(28px - 1px*2);
|
|
21383
|
+
line-height: calc(var(--tag-size-s-height, 28px) - var(--tag-border-width, 1px)*2);
|
|
21384
21384
|
font-size: 0; }
|
|
21385
21385
|
.next-tag-small > .next-tag-body {
|
|
21386
21386
|
font-size: 14px;
|
|
@@ -21646,8 +21646,8 @@
|
|
|
21646
21646
|
overflow: hidden;
|
|
21647
21647
|
text-overflow: ellipsis;
|
|
21648
21648
|
white-space: nowrap;
|
|
21649
|
-
color:
|
|
21650
|
-
color: var(--timeline-item-title-color,
|
|
21649
|
+
color: #2e3038;
|
|
21650
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
21651
21651
|
text-align: right; }
|
|
21652
21652
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
21653
21653
|
margin: 0;
|
|
@@ -21805,8 +21805,8 @@
|
|
|
21805
21805
|
overflow: hidden;
|
|
21806
21806
|
text-overflow: ellipsis;
|
|
21807
21807
|
white-space: nowrap;
|
|
21808
|
-
color:
|
|
21809
|
-
color: var(--timeline-item-title-color,
|
|
21808
|
+
color: #2e3038;
|
|
21809
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
21810
21810
|
text-align: right; }
|
|
21811
21811
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
21812
21812
|
margin: 0;
|
|
@@ -21964,8 +21964,8 @@
|
|
|
21964
21964
|
overflow: hidden;
|
|
21965
21965
|
text-overflow: ellipsis;
|
|
21966
21966
|
white-space: nowrap;
|
|
21967
|
-
color:
|
|
21968
|
-
color: var(--timeline-item-title-color,
|
|
21967
|
+
color: #2e3038;
|
|
21968
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
21969
21969
|
text-align: right; }
|
|
21970
21970
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
21971
21971
|
margin: 0;
|
|
@@ -22123,8 +22123,8 @@
|
|
|
22123
22123
|
overflow: hidden;
|
|
22124
22124
|
text-overflow: ellipsis;
|
|
22125
22125
|
white-space: nowrap;
|
|
22126
|
-
color:
|
|
22127
|
-
color: var(--timeline-item-title-color,
|
|
22126
|
+
color: #2e3038;
|
|
22127
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22128
22128
|
text-align: right; }
|
|
22129
22129
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
22130
22130
|
margin: 0;
|
|
@@ -22317,8 +22317,8 @@
|
|
|
22317
22317
|
overflow: hidden;
|
|
22318
22318
|
text-overflow: ellipsis;
|
|
22319
22319
|
white-space: nowrap;
|
|
22320
|
-
color:
|
|
22321
|
-
color: var(--timeline-item-title-color,
|
|
22320
|
+
color: #2e3038;
|
|
22321
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22322
22322
|
text-align: left; }
|
|
22323
22323
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
22324
22324
|
margin: 0;
|
|
@@ -22469,8 +22469,8 @@
|
|
|
22469
22469
|
overflow: hidden;
|
|
22470
22470
|
text-overflow: ellipsis;
|
|
22471
22471
|
white-space: nowrap;
|
|
22472
|
-
color:
|
|
22473
|
-
color: var(--timeline-item-title-color,
|
|
22472
|
+
color: #2e3038;
|
|
22473
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22474
22474
|
text-align: left; }
|
|
22475
22475
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
22476
22476
|
margin: 0;
|
|
@@ -22621,8 +22621,8 @@
|
|
|
22621
22621
|
overflow: hidden;
|
|
22622
22622
|
text-overflow: ellipsis;
|
|
22623
22623
|
white-space: nowrap;
|
|
22624
|
-
color:
|
|
22625
|
-
color: var(--timeline-item-title-color,
|
|
22624
|
+
color: #2e3038;
|
|
22625
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22626
22626
|
text-align: left; }
|
|
22627
22627
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
22628
22628
|
margin: 0;
|
|
@@ -22773,8 +22773,8 @@
|
|
|
22773
22773
|
overflow: hidden;
|
|
22774
22774
|
text-overflow: ellipsis;
|
|
22775
22775
|
white-space: nowrap;
|
|
22776
|
-
color:
|
|
22777
|
-
color: var(--timeline-item-title-color,
|
|
22776
|
+
color: #2e3038;
|
|
22777
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22778
22778
|
text-align: left; }
|
|
22779
22779
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
22780
22780
|
margin: 0;
|
|
@@ -22858,8 +22858,8 @@
|
|
|
22858
22858
|
overflow: hidden;
|
|
22859
22859
|
text-overflow: ellipsis;
|
|
22860
22860
|
white-space: nowrap;
|
|
22861
|
-
color:
|
|
22862
|
-
color: var(--timeline-item-title-color,
|
|
22861
|
+
color: #2e3038;
|
|
22862
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22863
22863
|
text-align: right; }
|
|
22864
22864
|
|
|
22865
22865
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
@@ -22927,8 +22927,8 @@
|
|
|
22927
22927
|
overflow: hidden;
|
|
22928
22928
|
text-overflow: ellipsis;
|
|
22929
22929
|
white-space: nowrap;
|
|
22930
|
-
color:
|
|
22931
|
-
color: var(--timeline-item-title-color,
|
|
22930
|
+
color: #2e3038;
|
|
22931
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
22932
22932
|
text-align: left; }
|
|
22933
22933
|
|
|
22934
22934
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
@@ -22998,8 +22998,8 @@
|
|
|
22998
22998
|
border-bottom: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #f0f0f0);
|
|
22999
22999
|
background-color: whitesmoke;
|
|
23000
23000
|
background-color: var(--transfer-panel-header-background-color, whitesmoke);
|
|
23001
|
-
color:
|
|
23002
|
-
color: var(--transfer-panel-header-text-color,
|
|
23001
|
+
color: #2e3038;
|
|
23002
|
+
color: var(--transfer-panel-header-text-color, #2e3038);
|
|
23003
23003
|
font-size: 14px;
|
|
23004
23004
|
font-size: var(--transfer-panel-header-text-size, 14px); }
|
|
23005
23005
|
.next-transfer-panel-search {
|
|
@@ -23076,8 +23076,8 @@
|
|
|
23076
23076
|
font-size: 14px;
|
|
23077
23077
|
font-size: var(--font-size-body-1, 14px);
|
|
23078
23078
|
vertical-align: middle;
|
|
23079
|
-
color:
|
|
23080
|
-
color: var(--transfer-panel-footer-text-color,
|
|
23079
|
+
color: #2e3038;
|
|
23080
|
+
color: var(--transfer-panel-footer-text-color, #2e3038); }
|
|
23081
23081
|
.next-transfer-panel-move-all {
|
|
23082
23082
|
font-size: 14px;
|
|
23083
23083
|
font-size: var(--font-size-body-1, 14px);
|
|
@@ -23214,8 +23214,8 @@
|
|
|
23214
23214
|
font-size: var(--tree-switch-arrow-size, 12px);
|
|
23215
23215
|
line-height: inherit; }
|
|
23216
23216
|
.next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
|
|
23217
|
-
color:
|
|
23218
|
-
color: var(--tree-switch-hover-arrow-color,
|
|
23217
|
+
color: #2e3038;
|
|
23218
|
+
color: var(--tree-switch-hover-arrow-color, #2e3038); }
|
|
23219
23219
|
.next-tree-switcher.next-noline.next-disabled {
|
|
23220
23220
|
cursor: not-allowed; }
|
|
23221
23221
|
.next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
|
|
@@ -23273,8 +23273,8 @@
|
|
|
23273
23273
|
background-color: #f8f9fb;
|
|
23274
23274
|
background-color: var(--tree-switch-hover-bg-color, #f8f9fb); }
|
|
23275
23275
|
.next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
|
|
23276
|
-
color:
|
|
23277
|
-
color: var(--tree-switch-hover-icon-color,
|
|
23276
|
+
color: #2e3038;
|
|
23277
|
+
color: var(--tree-switch-hover-icon-color, #2e3038); }
|
|
23278
23278
|
.next-tree-switcher.next-line.next-disabled {
|
|
23279
23279
|
border-color: #d9d9d9;
|
|
23280
23280
|
border-color: var(--color-line1-1, #d9d9d9);
|
|
@@ -23358,8 +23358,8 @@
|
|
|
23358
23358
|
padding-bottom: calc(4px/2);
|
|
23359
23359
|
padding-bottom: calc(var(--tree-node-padding, 4px)/2); }
|
|
23360
23360
|
.next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
|
|
23361
|
-
color:
|
|
23362
|
-
color: var(--tree-node-hover-color,
|
|
23361
|
+
color: #2e3038;
|
|
23362
|
+
color: var(--tree-node-hover-color, #2e3038);
|
|
23363
23363
|
background-color: #f8f9fb;
|
|
23364
23364
|
background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
|
|
23365
23365
|
.next-tree.next-node-indent .next-tree-node-label-wrapper {
|
|
@@ -23371,20 +23371,20 @@
|
|
|
23371
23371
|
-webkit-transition: color 100ms linear, background-color 100ms linear;
|
|
23372
23372
|
transition: color 100ms linear, background-color 100ms linear;
|
|
23373
23373
|
cursor: default;
|
|
23374
|
-
color:
|
|
23375
|
-
color: var(--tree-node-normal-color,
|
|
23374
|
+
color: #2e3038;
|
|
23375
|
+
color: var(--tree-node-normal-color, #2e3038);
|
|
23376
23376
|
background-color: #FFFFFF;
|
|
23377
23377
|
background-color: var(--tree-node-normal-background, #FFFFFF); }
|
|
23378
23378
|
.next-tree.next-node-indent .next-tree-node-label-selectable {
|
|
23379
23379
|
cursor: pointer; }
|
|
23380
23380
|
.next-tree.next-node-indent .next-tree-node-label:hover {
|
|
23381
|
-
color:
|
|
23382
|
-
color: var(--tree-node-hover-color,
|
|
23381
|
+
color: #2e3038;
|
|
23382
|
+
color: var(--tree-node-hover-color, #2e3038);
|
|
23383
23383
|
background-color: #f8f9fb;
|
|
23384
23384
|
background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
|
|
23385
23385
|
.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
|
|
23386
|
-
color:
|
|
23387
|
-
color: var(--tree-node-selected-color,
|
|
23386
|
+
color: #2e3038;
|
|
23387
|
+
color: var(--tree-node-selected-color, #2e3038);
|
|
23388
23388
|
background-color: #DEE8FF;
|
|
23389
23389
|
background-color: var(--tree-node-selected-background, #DEE8FF); }
|
|
23390
23390
|
.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label,
|
|
@@ -23413,18 +23413,18 @@
|
|
|
23413
23413
|
-webkit-transition: color 100ms linear, background-color 100ms linear;
|
|
23414
23414
|
transition: color 100ms linear, background-color 100ms linear;
|
|
23415
23415
|
cursor: pointer;
|
|
23416
|
-
color:
|
|
23417
|
-
color: var(--tree-node-normal-color,
|
|
23416
|
+
color: #2e3038;
|
|
23417
|
+
color: var(--tree-node-normal-color, #2e3038);
|
|
23418
23418
|
background-color: #FFFFFF;
|
|
23419
23419
|
background-color: var(--tree-node-normal-background, #FFFFFF); }
|
|
23420
23420
|
.next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus {
|
|
23421
|
-
color:
|
|
23422
|
-
color: var(--tree-node-hover-color,
|
|
23421
|
+
color: #2e3038;
|
|
23422
|
+
color: var(--tree-node-hover-color, #2e3038);
|
|
23423
23423
|
background-color: #f8f9fb;
|
|
23424
23424
|
background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
|
|
23425
23425
|
.next-tree.next-node-block .next-tree-node-inner.next-selected {
|
|
23426
|
-
color:
|
|
23427
|
-
color: var(--tree-node-selected-color,
|
|
23426
|
+
color: #2e3038;
|
|
23427
|
+
color: var(--tree-node-selected-color, #2e3038);
|
|
23428
23428
|
background-color: #DEE8FF;
|
|
23429
23429
|
background-color: var(--tree-node-selected-background, #DEE8FF); }
|
|
23430
23430
|
.next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
|
|
@@ -23633,8 +23633,8 @@
|
|
|
23633
23633
|
overflow: hidden;
|
|
23634
23634
|
margin-right: 4px; }
|
|
23635
23635
|
.next-upload-list-text .next-upload-list-item-name {
|
|
23636
|
-
color:
|
|
23637
|
-
color: var(--upload-text-list-name-font-color,
|
|
23636
|
+
color: #2e3038;
|
|
23637
|
+
color: var(--upload-text-list-name-font-color, #2e3038);
|
|
23638
23638
|
-webkit-transition: all 100ms linear;
|
|
23639
23639
|
transition: all 100ms linear; }
|
|
23640
23640
|
.next-upload-list-text .next-upload-list-item-size {
|
|
@@ -23731,8 +23731,8 @@
|
|
|
23731
23731
|
color: var(--upload-image-list-close-icon-color-hover, rgba(0, 0, 0, 0.75)); }
|
|
23732
23732
|
.next-upload-list-image .next-upload-list-item-name {
|
|
23733
23733
|
display: block;
|
|
23734
|
-
color:
|
|
23735
|
-
color: var(--upload-text-list-name-font-color,
|
|
23734
|
+
color: #2e3038;
|
|
23735
|
+
color: var(--upload-text-list-name-font-color, #2e3038);
|
|
23736
23736
|
margin-left: calc(48px + 8px);
|
|
23737
23737
|
margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--upload-image-list-item-padding, 8px));
|
|
23738
23738
|
margin-right: calc(12px + 4px*2);
|
|
@@ -24419,8 +24419,8 @@
|
|
|
24419
24419
|
background: transparent;
|
|
24420
24420
|
background: var(--shell-light-tooldock-item-background, transparent); }
|
|
24421
24421
|
.next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
|
|
24422
|
-
color:
|
|
24423
|
-
color: var(--shell-light-tooldock-item-color-hover,
|
|
24422
|
+
color: #2e3038;
|
|
24423
|
+
color: var(--shell-light-tooldock-item-color-hover, #2e3038);
|
|
24424
24424
|
background: #EBECF0;
|
|
24425
24425
|
background: var(--shell-light-tooldock-item-background-hover, #EBECF0); }
|
|
24426
24426
|
.next-shell-light .next-shell-aside .next-shell-localnavigation {
|
|
@@ -24570,8 +24570,8 @@
|
|
|
24570
24570
|
background: transparent;
|
|
24571
24571
|
background: var(--shell-dark-tooldock-item-background, transparent); }
|
|
24572
24572
|
.next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
|
|
24573
|
-
color:
|
|
24574
|
-
color: var(--shell-dark-tooldock-item-color-hover,
|
|
24573
|
+
color: #2e3038;
|
|
24574
|
+
color: var(--shell-dark-tooldock-item-color-hover, #2e3038);
|
|
24575
24575
|
background: #EBECF0;
|
|
24576
24576
|
background: var(--shell-dark-tooldock-item-background-hover, #EBECF0); }
|
|
24577
24577
|
.next-shell-dark .next-shell-aside .next-shell-localnavigation {
|
|
@@ -24721,8 +24721,8 @@
|
|
|
24721
24721
|
background: transparent;
|
|
24722
24722
|
background: var(--shell-brand-tooldock-item-background, transparent); }
|
|
24723
24723
|
.next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
|
|
24724
|
-
color:
|
|
24725
|
-
color: var(--shell-brand-tooldock-item-color-hover,
|
|
24724
|
+
color: #2e3038;
|
|
24725
|
+
color: var(--shell-brand-tooldock-item-color-hover, #2e3038);
|
|
24726
24726
|
background: #EBECF0;
|
|
24727
24727
|
background: var(--shell-brand-tooldock-item-background-hover, #EBECF0); }
|
|
24728
24728
|
.next-shell-brand .next-shell-aside .next-shell-localnavigation {
|
|
@@ -24863,8 +24863,8 @@
|
|
|
24863
24863
|
opacity: 0; } }
|
|
24864
24864
|
|
|
24865
24865
|
.next-typography {
|
|
24866
|
-
color:
|
|
24867
|
-
color: var(--typography-text-color,
|
|
24866
|
+
color: #2e3038;
|
|
24867
|
+
color: var(--typography-text-color, #2e3038); }
|
|
24868
24868
|
.next-typography-title {
|
|
24869
24869
|
font-weight: 600;
|
|
24870
24870
|
font-weight: var(--typography-title-font-weight, 600);
|
|
@@ -24872,8 +24872,8 @@
|
|
|
24872
24872
|
.next-typography + .next-typography-title {
|
|
24873
24873
|
margin-top: 1.2em; }
|
|
24874
24874
|
.next-typography-paragraph {
|
|
24875
|
-
color:
|
|
24876
|
-
color: var(--typography-text-color,
|
|
24875
|
+
color: #2e3038;
|
|
24876
|
+
color: var(--typography-text-color, #2e3038);
|
|
24877
24877
|
margin-bottom: 1em;
|
|
24878
24878
|
font-size: 16px;
|
|
24879
24879
|
font-size: var(--typography-paragraph-font-size, 16px);
|
|
@@ -24883,16 +24883,16 @@
|
|
|
24883
24883
|
padding: 0;
|
|
24884
24884
|
background: #FFE6BD;
|
|
24885
24885
|
background: var(--typography-text-mark-background, #FFE6BD);
|
|
24886
|
-
color:
|
|
24887
|
-
color: var(--typography-text-mark-color,
|
|
24886
|
+
color: #2e3038;
|
|
24887
|
+
color: var(--typography-text-mark-color, #2e3038); }
|
|
24888
24888
|
.next-typography strong {
|
|
24889
24889
|
font-weight: 600;
|
|
24890
24890
|
font-weight: var(--typography-text-strong-font-weight, 600); }
|
|
24891
24891
|
.next-typography code {
|
|
24892
24892
|
background-color: #f8f9fb;
|
|
24893
24893
|
background-color: var(--typography-text-code-background, #f8f9fb);
|
|
24894
|
-
color:
|
|
24895
|
-
color: var(--typography-text-code-color,
|
|
24894
|
+
color: #2e3038;
|
|
24895
|
+
color: var(--typography-text-code-color, #2e3038);
|
|
24896
24896
|
border: 1px solid #d9d9d9;
|
|
24897
24897
|
border: 1px solid var(--typography-text-code-border-color, #d9d9d9);
|
|
24898
24898
|
margin: 0 .2em;
|
|
@@ -25000,8 +25000,8 @@ h6.next-typography-title {
|
|
|
25000
25000
|
display: table;
|
|
25001
25001
|
margin: 16px 0;
|
|
25002
25002
|
margin: var(--divider-hoz-text-marginTop, 16px) 0;
|
|
25003
|
-
color:
|
|
25004
|
-
color: var(--divider-hoz-text-color,
|
|
25003
|
+
color: #2e3038;
|
|
25004
|
+
color: var(--divider-hoz-text-color, #2e3038);
|
|
25005
25005
|
font-weight: normal;
|
|
25006
25006
|
font-weight: var(--divider-hoz-text-weight, normal);
|
|
25007
25007
|
font-size: 18px;
|
|
@@ -25072,14 +25072,14 @@ h6.next-typography-title {
|
|
|
25072
25072
|
-webkit-box-sizing: border-box;
|
|
25073
25073
|
box-sizing: border-box;
|
|
25074
25074
|
position: relative;
|
|
25075
|
-
border-top-left-radius:
|
|
25076
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
25077
|
-
border-top-right-radius:
|
|
25078
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
25079
|
-
border-bottom-left-radius:
|
|
25080
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25081
|
-
border-bottom-right-radius:
|
|
25082
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25075
|
+
border-top-left-radius: 6px;
|
|
25076
|
+
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
25077
|
+
border-top-right-radius: 6px;
|
|
25078
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
25079
|
+
border-bottom-left-radius: 6px;
|
|
25080
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
|
|
25081
|
+
border-bottom-right-radius: 6px;
|
|
25082
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
|
|
25083
25083
|
border-top: 1px solid #f0f0f0;
|
|
25084
25084
|
border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #f0f0f0);
|
|
25085
25085
|
border-left: 1px solid #f0f0f0;
|
|
@@ -25090,17 +25090,17 @@ h6.next-typography-title {
|
|
|
25090
25090
|
-webkit-box-sizing: border-box;
|
|
25091
25091
|
box-sizing: border-box; }
|
|
25092
25092
|
.next-table .next-table-header tr:first-child th:first-child {
|
|
25093
|
-
border-top-left-radius:
|
|
25094
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
25093
|
+
border-top-left-radius: 6px;
|
|
25094
|
+
border-top-left-radius: var(--table-header-corner-top, 6px); }
|
|
25095
25095
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
25096
|
-
border-top-right-radius:
|
|
25097
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
25096
|
+
border-top-right-radius: 6px;
|
|
25097
|
+
border-top-right-radius: var(--table-header-corner-top, 6px); }
|
|
25098
25098
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
25099
|
-
border-bottom-left-radius:
|
|
25100
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25099
|
+
border-bottom-left-radius: 6px;
|
|
25100
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px); }
|
|
25101
25101
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
25102
|
-
border-bottom-right-radius:
|
|
25103
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25102
|
+
border-bottom-right-radius: 6px;
|
|
25103
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px); }
|
|
25104
25104
|
.next-table.next-table-layout-fixed {
|
|
25105
25105
|
overflow: auto; }
|
|
25106
25106
|
.next-table.next-table-layout-fixed table {
|
|
@@ -25121,22 +25121,22 @@ h6.next-typography-title {
|
|
|
25121
25121
|
width: 100%;
|
|
25122
25122
|
background: #FFFFFF;
|
|
25123
25123
|
background: var(--table-row-bg, #FFFFFF);
|
|
25124
|
-
border-top-left-radius:
|
|
25125
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
25126
|
-
border-top-right-radius:
|
|
25127
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
25128
|
-
border-bottom-left-radius:
|
|
25129
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25130
|
-
border-bottom-right-radius:
|
|
25131
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25124
|
+
border-top-left-radius: 6px;
|
|
25125
|
+
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
25126
|
+
border-top-right-radius: 6px;
|
|
25127
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
25128
|
+
border-bottom-left-radius: 6px;
|
|
25129
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
|
|
25130
|
+
border-bottom-right-radius: 6px;
|
|
25131
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px); }
|
|
25132
25132
|
.next-table table tr:first-child td {
|
|
25133
25133
|
border-top-width: 0; }
|
|
25134
25134
|
.next-table th {
|
|
25135
25135
|
padding: 0;
|
|
25136
25136
|
background: #fafafa;
|
|
25137
25137
|
background: var(--table-th-bg, #fafafa);
|
|
25138
|
-
color:
|
|
25139
|
-
color: var(--table-th-color,
|
|
25138
|
+
color: #2e3038;
|
|
25139
|
+
color: var(--table-th-color, #2e3038);
|
|
25140
25140
|
text-align: left;
|
|
25141
25141
|
font-weight: 500;
|
|
25142
25142
|
font-weight: var(--table-th-font-weight, 500);
|
|
@@ -25258,18 +25258,18 @@ h6.next-typography-title {
|
|
|
25258
25258
|
.next-table.zebra .next-table-row.hovered td {
|
|
25259
25259
|
background: #fafafa;
|
|
25260
25260
|
background: var(--table-row-hover-bg, #fafafa);
|
|
25261
|
-
color:
|
|
25262
|
-
color: var(--table-row-hover-color,
|
|
25261
|
+
color: #2e3038;
|
|
25262
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
25263
25263
|
.next-table.zebra .next-table-cell.hovered {
|
|
25264
25264
|
background: #fafafa;
|
|
25265
25265
|
background: var(--table-row-hover-bg, #fafafa);
|
|
25266
|
-
color:
|
|
25267
|
-
color: var(--table-row-hover-color,
|
|
25266
|
+
color: #2e3038;
|
|
25267
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
25268
25268
|
.next-table.zebra .next-table-row.selected td {
|
|
25269
25269
|
background: #e6f7ff;
|
|
25270
25270
|
background: var(--table-row-selected-bg, #e6f7ff);
|
|
25271
|
-
color:
|
|
25272
|
-
color: var(--table-row-selected-color,
|
|
25271
|
+
color: #2e3038;
|
|
25272
|
+
color: var(--table-row-selected-color, #2e3038); }
|
|
25273
25273
|
.next-table-empty {
|
|
25274
25274
|
color: #A0A2AD;
|
|
25275
25275
|
color: var(--table-empty-color, #A0A2AD);
|
|
@@ -25310,25 +25310,25 @@ h6.next-typography-title {
|
|
|
25310
25310
|
transition: all 100ms linear;
|
|
25311
25311
|
background: #FFFFFF;
|
|
25312
25312
|
background: var(--table-row-bg, #FFFFFF);
|
|
25313
|
-
color:
|
|
25314
|
-
color: var(--table-row-color,
|
|
25313
|
+
color: #2e3038;
|
|
25314
|
+
color: var(--table-row-color, #2e3038); }
|
|
25315
25315
|
.next-table-row.hidden {
|
|
25316
25316
|
display: none; }
|
|
25317
25317
|
.next-table-row.hovered {
|
|
25318
25318
|
background: #fafafa;
|
|
25319
25319
|
background: var(--table-row-hover-bg, #fafafa);
|
|
25320
|
-
color:
|
|
25321
|
-
color: var(--table-row-hover-color,
|
|
25320
|
+
color: #2e3038;
|
|
25321
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
25322
25322
|
.next-table-row.selected {
|
|
25323
25323
|
background: #e6f7ff;
|
|
25324
25324
|
background: var(--table-row-selected-bg, #e6f7ff);
|
|
25325
|
-
color:
|
|
25326
|
-
color: var(--table-row-selected-color,
|
|
25325
|
+
color: #2e3038;
|
|
25326
|
+
color: var(--table-row-selected-color, #2e3038); }
|
|
25327
25327
|
.next-table-cell.hovered {
|
|
25328
25328
|
background: #fafafa;
|
|
25329
25329
|
background: var(--table-row-hover-bg, #fafafa);
|
|
25330
|
-
color:
|
|
25331
|
-
color: var(--table-row-hover-color,
|
|
25330
|
+
color: #2e3038;
|
|
25331
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
25332
25332
|
.next-table-tree-placeholder {
|
|
25333
25333
|
visibility: hidden; }
|
|
25334
25334
|
.next-table-tree-placeholder:before,
|
|
@@ -25359,14 +25359,14 @@ h6.next-typography-title {
|
|
|
25359
25359
|
.next-table-header {
|
|
25360
25360
|
margin-bottom: -20px;
|
|
25361
25361
|
padding-bottom: 20px;
|
|
25362
|
-
border-top-left-radius:
|
|
25363
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
25364
|
-
border-top-right-radius:
|
|
25365
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
25366
|
-
border-bottom-left-radius:
|
|
25367
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
25368
|
-
border-bottom-right-radius:
|
|
25369
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25362
|
+
border-top-left-radius: 6px;
|
|
25363
|
+
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
25364
|
+
border-top-right-radius: 6px;
|
|
25365
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
25366
|
+
border-bottom-left-radius: 6px;
|
|
25367
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
|
|
25368
|
+
border-bottom-right-radius: 6px;
|
|
25369
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
|
|
25370
25370
|
overflow: -moz-scrollbars-none;
|
|
25371
25371
|
-ms-overflow-style: none;
|
|
25372
25372
|
scrollbar-width: none; }
|
|
@@ -25467,8 +25467,8 @@ h6.next-typography-title {
|
|
|
25467
25467
|
.next-table-group .next-table-group-header td {
|
|
25468
25468
|
background: #fafafa;
|
|
25469
25469
|
background: var(--table-group-th-bg, #fafafa);
|
|
25470
|
-
color:
|
|
25471
|
-
color: var(--table-group-th-color,
|
|
25470
|
+
color: #2e3038;
|
|
25471
|
+
color: var(--table-group-th-color, #2e3038); }
|
|
25472
25472
|
.next-table-group .next-table-group-header td:first-child {
|
|
25473
25473
|
border-top-left-radius: 0px;
|
|
25474
25474
|
border-top-left-radius: var(--table-group-header-corner-top, 0px);
|
|
@@ -25482,8 +25482,8 @@ h6.next-typography-title {
|
|
|
25482
25482
|
.next-table-group .next-table-group-footer td {
|
|
25483
25483
|
background: #fafafa;
|
|
25484
25484
|
background: var(--table-group-footer-bg, #fafafa);
|
|
25485
|
-
color:
|
|
25486
|
-
color: var(--table-group-footer-color,
|
|
25485
|
+
color: #2e3038;
|
|
25486
|
+
color: var(--table-group-footer-color, #2e3038); }
|
|
25487
25487
|
.next-table-group .next-table-group-footer td:first-child {
|
|
25488
25488
|
border-top-left-radius: 0px;
|
|
25489
25489
|
border-top-left-radius: var(--table-group-footer-corner-top, 0px);
|
|
@@ -25498,8 +25498,8 @@ h6.next-typography-title {
|
|
|
25498
25498
|
.next-table-group .next-table-row.selected {
|
|
25499
25499
|
background: #FFFFFF;
|
|
25500
25500
|
background: var(--table-row-bg, #FFFFFF);
|
|
25501
|
-
color:
|
|
25502
|
-
color: var(--table-row-color,
|
|
25501
|
+
color: #2e3038;
|
|
25502
|
+
color: var(--table-row-color, #2e3038); }
|
|
25503
25503
|
|
|
25504
25504
|
.next-table-lock {
|
|
25505
25505
|
position: relative; }
|
|
@@ -25511,10 +25511,10 @@ h6.next-typography-title {
|
|
|
25511
25511
|
|
|
25512
25512
|
.next-table-header-fixer {
|
|
25513
25513
|
content: " ";
|
|
25514
|
-
border-top-right-radius:
|
|
25515
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
25516
|
-
border-bottom-right-radius:
|
|
25517
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
25514
|
+
border-top-right-radius: 6px;
|
|
25515
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
25516
|
+
border-bottom-right-radius: 6px;
|
|
25517
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
|
|
25518
25518
|
width: 15px;
|
|
25519
25519
|
background: inherit;
|
|
25520
25520
|
position: absolute;
|
|
@@ -25593,8 +25593,8 @@ h6.next-typography-title {
|
|
|
25593
25593
|
.next-table-sort .next-icon {
|
|
25594
25594
|
position: absolute;
|
|
25595
25595
|
left: -2px;
|
|
25596
|
-
color:
|
|
25597
|
-
color: var(--table-sort-color,
|
|
25596
|
+
color: #2e3038;
|
|
25597
|
+
color: var(--table-sort-color, #2e3038); }
|
|
25598
25598
|
.next-table-sort .next-icon:before,
|
|
25599
25599
|
.next-table-sort .next-icon .next-icon-remote {
|
|
25600
25600
|
width: 12px;
|
|
@@ -25613,8 +25613,8 @@ h6.next-typography-title {
|
|
|
25613
25613
|
.next-table-filter:focus {
|
|
25614
25614
|
outline: 0; }
|
|
25615
25615
|
.next-table-filter .next-icon {
|
|
25616
|
-
color:
|
|
25617
|
-
color: var(--table-sort-color,
|
|
25616
|
+
color: #2e3038;
|
|
25617
|
+
color: var(--table-sort-color, #2e3038); }
|
|
25618
25618
|
.next-table-filter .next-icon:before,
|
|
25619
25619
|
.next-table-filter .next-icon .next-icon-remote {
|
|
25620
25620
|
width: 12px;
|
|
@@ -25977,8 +25977,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
25977
25977
|
.next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
|
|
25978
25978
|
text-align: center;
|
|
25979
25979
|
font-size: 14px;
|
|
25980
|
-
color:
|
|
25981
|
-
color: var(--color-text1-4,
|
|
25980
|
+
color: #2e3038;
|
|
25981
|
+
color: var(--color-text1-4, #2e3038);
|
|
25982
25982
|
font-weight: bolder;
|
|
25983
25983
|
vertical-align: initial; }
|
|
25984
25984
|
.next-calendar2-panel .next-calendar2-header-btn:hover,
|
|
@@ -26084,8 +26084,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
26084
26084
|
-ms-user-select: none;
|
|
26085
26085
|
user-select: none; }
|
|
26086
26086
|
.next-time-picker2-menu-item:hover {
|
|
26087
|
-
color:
|
|
26088
|
-
color: var(--color-text1-4,
|
|
26087
|
+
color: #2e3038;
|
|
26088
|
+
color: var(--color-text1-4, #2e3038);
|
|
26089
26089
|
background: #f8f9fb;
|
|
26090
26090
|
background: var(--color-fill1-2, #f8f9fb); }
|
|
26091
26091
|
.next-time-picker2-menu-item.next-selected {
|