@alifd/theme-panda 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/design-token.js +1 -1
- package/dist/next-1.css +81 -81
- package/dist/next-2.css +130 -130
- package/dist/next-noreset-1.css +86 -86
- package/dist/next-noreset-2.css +124 -124
- package/dist/next-noreset.css +209 -209
- package/dist/next-noreset.min-1.css +2 -2
- package/dist/next-noreset.min-2.css +2 -2
- package/dist/next-noreset.min.css +2 -2
- package/dist/next-noreset.var-1.css +171 -171
- package/dist/next-noreset.var-2.css +247 -247
- package/dist/next-noreset.var.css +417 -417
- package/dist/next-noreset.var.min-1.css +2 -2
- package/dist/next-noreset.var.min-2.css +2 -2
- package/dist/next-noreset.var.min.css +2 -2
- package/dist/next.css +210 -210
- package/dist/next.js +1 -1
- package/dist/next.min-1.css +2 -2
- package/dist/next.min-2.css +2 -2
- package/dist/next.min.css +2 -2
- package/dist/next.var-1.css +161 -161
- package/dist/next.var-2.css +259 -259
- package/dist/next.var.css +419 -419
- package/dist/next.var.min-1.css +2 -2
- package/dist/next.var.min-2.css +2 -2
- package/dist/next.var.min.css +2 -2
- package/package.json +1 -1
- package/variables.css +917 -917
- package/variables.js +2 -2
- package/variables.less +206 -206
- package/variables.scss +206 -206
- package/variables.scss2css.scss +494 -494
package/dist/next.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.2 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.25.51 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -451,7 +451,7 @@ body {
|
|
|
451
451
|
font-family: "Helvetica Neue", Helvetica, Tahoma, Arial, "PingFang SC", "Microsoft YaHei";
|
|
452
452
|
font-size: 14px;
|
|
453
453
|
line-height: 1.28571;
|
|
454
|
-
color:
|
|
454
|
+
color: #2e3038; }
|
|
455
455
|
|
|
456
456
|
button,
|
|
457
457
|
input,
|
|
@@ -2694,7 +2694,7 @@ small {
|
|
|
2694
2694
|
vertical-align: middle; }
|
|
2695
2695
|
.next-radio-button > label .next-radio-label {
|
|
2696
2696
|
display: block;
|
|
2697
|
-
color:
|
|
2697
|
+
color: #2e3038;
|
|
2698
2698
|
margin: 0;
|
|
2699
2699
|
-webkit-transition: all 100ms linear;
|
|
2700
2700
|
transition: all 100ms linear; }
|
|
@@ -2703,7 +2703,7 @@ small {
|
|
|
2703
2703
|
border-color: #A0A2AD;
|
|
2704
2704
|
background-color: #f8f9fb; }
|
|
2705
2705
|
.next-radio-button > label:hover .next-radio-label, .next-radio-button > label.hovered .next-radio-label {
|
|
2706
|
-
color:
|
|
2706
|
+
color: #2e3038; }
|
|
2707
2707
|
.next-radio-button > label.checked {
|
|
2708
2708
|
z-index: 11;
|
|
2709
2709
|
border-color: #257df9;
|
|
@@ -2790,7 +2790,7 @@ small {
|
|
|
2790
2790
|
.next-radio-group .next-radio-wrapper:last-child {
|
|
2791
2791
|
margin-right: 0; }
|
|
2792
2792
|
.next-radio-group .next-radio-label {
|
|
2793
|
-
color:
|
|
2793
|
+
color: #2e3038; }
|
|
2794
2794
|
.next-radio-group.disabled .next-radio-label {
|
|
2795
2795
|
color: rgba(0, 0, 0, 0.4); }
|
|
2796
2796
|
|
|
@@ -2809,7 +2809,7 @@ small {
|
|
|
2809
2809
|
font-size: 14px;
|
|
2810
2810
|
vertical-align: middle;
|
|
2811
2811
|
line-height: 1;
|
|
2812
|
-
color:
|
|
2812
|
+
color: #2e3038; }
|
|
2813
2813
|
|
|
2814
2814
|
@-moz-document url-prefix() {
|
|
2815
2815
|
.next-radio {
|
|
@@ -2976,7 +2976,7 @@ small {
|
|
|
2976
2976
|
transform: translateY(19px);
|
|
2977
2977
|
right: 16px; }
|
|
2978
2978
|
.next-balloon-primary {
|
|
2979
|
-
color:
|
|
2979
|
+
color: #2e3038;
|
|
2980
2980
|
border-color: #257df9;
|
|
2981
2981
|
background-color: #E3F2FD;
|
|
2982
2982
|
-webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -3002,7 +3002,7 @@ small {
|
|
|
3002
3002
|
font-size: 12px;
|
|
3003
3003
|
line-height: 1em; }
|
|
3004
3004
|
.next-balloon-primary .next-balloon-close :hover {
|
|
3005
|
-
color:
|
|
3005
|
+
color: #2e3038; }
|
|
3006
3006
|
.next-balloon-primary:after {
|
|
3007
3007
|
position: absolute;
|
|
3008
3008
|
width: 12px;
|
|
@@ -3077,7 +3077,7 @@ small {
|
|
|
3077
3077
|
border-top: none;
|
|
3078
3078
|
border-left: none; }
|
|
3079
3079
|
.next-balloon-normal {
|
|
3080
|
-
color:
|
|
3080
|
+
color: #2e3038;
|
|
3081
3081
|
border-color: #f1f1f1;
|
|
3082
3082
|
background-color: #FFFFFF;
|
|
3083
3083
|
-webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -3616,7 +3616,7 @@ small {
|
|
|
3616
3616
|
position: relative;
|
|
3617
3617
|
-webkit-transition: background 100ms linear;
|
|
3618
3618
|
transition: background 100ms linear;
|
|
3619
|
-
color:
|
|
3619
|
+
color: #2e3038;
|
|
3620
3620
|
cursor: pointer; }
|
|
3621
3621
|
.next-menu-item-helper {
|
|
3622
3622
|
float: right;
|
|
@@ -3627,7 +3627,7 @@ small {
|
|
|
3627
3627
|
.next-menu-item .next-radio {
|
|
3628
3628
|
margin-right: 4px; }
|
|
3629
3629
|
.next-menu-item.next-selected {
|
|
3630
|
-
color:
|
|
3630
|
+
color: #2e3038;
|
|
3631
3631
|
background-color: #e6f7ff; }
|
|
3632
3632
|
.next-menu-item.next-selected .next-menu-icon-arrow {
|
|
3633
3633
|
color: rgba(0, 0, 0, 0.75); }
|
|
@@ -3645,10 +3645,10 @@ small {
|
|
|
3645
3645
|
.next-menu-item.next-disabled .next-menu-item-text > a .next-menu-icon-selected {
|
|
3646
3646
|
color: rgba(0, 0, 0, 0.4); }
|
|
3647
3647
|
.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 {
|
|
3648
|
-
color:
|
|
3648
|
+
color: #2e3038;
|
|
3649
3649
|
background-color: whitesmoke; }
|
|
3650
3650
|
.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 {
|
|
3651
|
-
color:
|
|
3651
|
+
color: #2e3038; }
|
|
3652
3652
|
.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 {
|
|
3653
3653
|
color: transparent; }
|
|
3654
3654
|
.next-menu-item-inner {
|
|
@@ -3663,7 +3663,7 @@ small {
|
|
|
3663
3663
|
.next-menu-item .next-menu-item-text > a {
|
|
3664
3664
|
display: inline-block;
|
|
3665
3665
|
text-decoration: none;
|
|
3666
|
-
color:
|
|
3666
|
+
color: #2e3038; }
|
|
3667
3667
|
.next-menu-item .next-menu-item-text > a::before {
|
|
3668
3668
|
position: absolute;
|
|
3669
3669
|
background-color: transparent;
|
|
@@ -3865,10 +3865,10 @@ small {
|
|
|
3865
3865
|
text-decoration: none;
|
|
3866
3866
|
text-align: center; }
|
|
3867
3867
|
.next-breadcrumb .next-breadcrumb-text.activated {
|
|
3868
|
-
color:
|
|
3868
|
+
color: #2e3038;
|
|
3869
3869
|
font-weight: normal; }
|
|
3870
3870
|
.next-breadcrumb .next-breadcrumb-text.activated > a {
|
|
3871
|
-
color:
|
|
3871
|
+
color: #2e3038;
|
|
3872
3872
|
font-weight: normal; }
|
|
3873
3873
|
.next-breadcrumb .next-breadcrumb-text-ellipsis {
|
|
3874
3874
|
color: rgba(0, 0, 0, 0.75);
|
|
@@ -3980,7 +3980,7 @@ small {
|
|
|
3980
3980
|
-webkit-box-shadow: none;
|
|
3981
3981
|
box-shadow: none; }
|
|
3982
3982
|
.next-btn.next-small {
|
|
3983
|
-
border-radius:
|
|
3983
|
+
border-radius: 6px;
|
|
3984
3984
|
padding: 0 8px;
|
|
3985
3985
|
height: 28px;
|
|
3986
3986
|
font-size: 14px;
|
|
@@ -4037,8 +4037,8 @@ small {
|
|
|
4037
4037
|
-webkit-transition: all 100ms linear;
|
|
4038
4038
|
transition: all 100ms linear; }
|
|
4039
4039
|
.next-btn.next-medium {
|
|
4040
|
-
border-radius:
|
|
4041
|
-
padding: 0
|
|
4040
|
+
border-radius: 6px;
|
|
4041
|
+
padding: 0 12px;
|
|
4042
4042
|
height: 32px;
|
|
4043
4043
|
font-size: 14px;
|
|
4044
4044
|
border-width: 1px; }
|
|
@@ -4078,7 +4078,7 @@ small {
|
|
|
4078
4078
|
height: 12px;
|
|
4079
4079
|
font-size: 12px;
|
|
4080
4080
|
line-height: 12px;
|
|
4081
|
-
left:
|
|
4081
|
+
left: 12px;
|
|
4082
4082
|
top: 50%;
|
|
4083
4083
|
text-align: center;
|
|
4084
4084
|
margin-right: 4px; }
|
|
@@ -4094,7 +4094,7 @@ small {
|
|
|
4094
4094
|
-webkit-transition: all 100ms linear;
|
|
4095
4095
|
transition: all 100ms linear; }
|
|
4096
4096
|
.next-btn.next-large {
|
|
4097
|
-
border-radius:
|
|
4097
|
+
border-radius: 6px;
|
|
4098
4098
|
padding: 0 16px;
|
|
4099
4099
|
height: 40px;
|
|
4100
4100
|
font-size: 18px;
|
|
@@ -4153,9 +4153,9 @@ small {
|
|
|
4153
4153
|
.next-btn.next-btn-normal {
|
|
4154
4154
|
border-style: solid;
|
|
4155
4155
|
background: #FFFFFF;
|
|
4156
|
-
border-color: #
|
|
4156
|
+
border-color: #f0f0f0; }
|
|
4157
4157
|
.next-btn.next-btn-normal, .next-btn.next-btn-normal:link, .next-btn.next-btn-normal:visited, .next-btn.next-btn-normal.visited {
|
|
4158
|
-
color:
|
|
4158
|
+
color: #2e3038; }
|
|
4159
4159
|
.next-btn.next-btn-normal:focus, .next-btn.next-btn-normal:hover, .next-btn.next-btn-normal.hover {
|
|
4160
4160
|
color: #257df9;
|
|
4161
4161
|
background: #FFFFFF;
|
|
@@ -4382,7 +4382,7 @@ small {
|
|
|
4382
4382
|
background: transparent;
|
|
4383
4383
|
border-color: transparent; }
|
|
4384
4384
|
.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 {
|
|
4385
|
-
color:
|
|
4385
|
+
color: #2e3038; }
|
|
4386
4386
|
.next-btn-text.next-btn-normal:focus, .next-btn-text.next-btn-normal:hover, .next-btn-text.next-btn-normal.hover {
|
|
4387
4387
|
color: #257df9;
|
|
4388
4388
|
background: transparent;
|
|
@@ -4583,14 +4583,14 @@ small {
|
|
|
4583
4583
|
background: transparent;
|
|
4584
4584
|
border-color: transparent; }
|
|
4585
4585
|
.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 {
|
|
4586
|
-
color:
|
|
4586
|
+
color: #2e3038; }
|
|
4587
4587
|
.next-btn-text.next-btn-loading:focus, .next-btn-text.next-btn-loading:hover, .next-btn-text.next-btn-loading.hover {
|
|
4588
|
-
color:
|
|
4588
|
+
color: #2e3038;
|
|
4589
4589
|
background: transparent;
|
|
4590
4590
|
border-color: transparent;
|
|
4591
4591
|
text-decoration: none; }
|
|
4592
4592
|
.next-btn-text.next-btn-loading:active, .next-btn-text.next-btn-loading.active {
|
|
4593
|
-
color:
|
|
4593
|
+
color: #2e3038;
|
|
4594
4594
|
background: transparent;
|
|
4595
4595
|
border-color: transparent;
|
|
4596
4596
|
text-decoration: none; }
|
|
@@ -4648,18 +4648,18 @@ small {
|
|
|
4648
4648
|
text-decoration: none; }
|
|
4649
4649
|
.next-btn-ghost.next-btn-light {
|
|
4650
4650
|
background: rgba(0, 0, 0, 0);
|
|
4651
|
-
border-color:
|
|
4651
|
+
border-color: #2e3038; }
|
|
4652
4652
|
.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 {
|
|
4653
|
-
color:
|
|
4653
|
+
color: #2e3038; }
|
|
4654
4654
|
.next-btn-ghost.next-btn-light:focus, .next-btn-ghost.next-btn-light:hover, .next-btn-ghost.next-btn-light.hover {
|
|
4655
4655
|
color: #999999;
|
|
4656
4656
|
background: rgba(0, 0, 0, 0.92);
|
|
4657
|
-
border-color:
|
|
4657
|
+
border-color: #2e3038;
|
|
4658
4658
|
text-decoration: none; }
|
|
4659
4659
|
.next-btn-ghost.next-btn-light:active, .next-btn-ghost.next-btn-light.active {
|
|
4660
4660
|
color: #999999;
|
|
4661
4661
|
background: rgba(0, 0, 0, 0.92);
|
|
4662
|
-
border-color:
|
|
4662
|
+
border-color: #2e3038;
|
|
4663
4663
|
text-decoration: none; }
|
|
4664
4664
|
.next-btn-ghost.next-btn-light.disabled, .next-btn-ghost.next-btn-light[disabled] {
|
|
4665
4665
|
background: transparent;
|
|
@@ -4734,7 +4734,7 @@ small {
|
|
|
4734
4734
|
/* 尺寸维度 */
|
|
4735
4735
|
/* ---------------------------------------- */
|
|
4736
4736
|
.next-btn.next-small[dir="rtl"] {
|
|
4737
|
-
border-radius:
|
|
4737
|
+
border-radius: 6px; }
|
|
4738
4738
|
.next-btn.next-small[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
4739
4739
|
margin-left: 4px;
|
|
4740
4740
|
margin-right: 0; }
|
|
@@ -4761,7 +4761,7 @@ small {
|
|
|
4761
4761
|
margin-left: 4px; }
|
|
4762
4762
|
|
|
4763
4763
|
.next-btn.next-medium[dir="rtl"] {
|
|
4764
|
-
border-radius:
|
|
4764
|
+
border-radius: 6px; }
|
|
4765
4765
|
.next-btn.next-medium[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
4766
4766
|
margin-left: 4px;
|
|
4767
4767
|
margin-right: 0; }
|
|
@@ -4779,16 +4779,16 @@ small {
|
|
|
4779
4779
|
font-size: 12px;
|
|
4780
4780
|
line-height: inherit; }
|
|
4781
4781
|
.next-btn.next-medium[dir="rtl"].next-btn-loading {
|
|
4782
|
-
padding-left:
|
|
4783
|
-
padding-right:
|
|
4782
|
+
padding-left: 12px;
|
|
4783
|
+
padding-right: 28px; }
|
|
4784
4784
|
.next-btn.next-medium[dir="rtl"].next-btn-loading:after {
|
|
4785
|
-
right:
|
|
4785
|
+
right: 12px;
|
|
4786
4786
|
top: 50%;
|
|
4787
4787
|
margin-right: 0;
|
|
4788
4788
|
margin-left: 4px; }
|
|
4789
4789
|
|
|
4790
4790
|
.next-btn.next-large[dir="rtl"] {
|
|
4791
|
-
border-radius:
|
|
4791
|
+
border-radius: 6px; }
|
|
4792
4792
|
.next-btn.next-large[dir="rtl"] > .next-btn-icon.next-icon-first {
|
|
4793
4793
|
margin-left: 4px;
|
|
4794
4794
|
margin-right: 0; }
|
|
@@ -4941,7 +4941,7 @@ small {
|
|
|
4941
4941
|
font-weight: normal;
|
|
4942
4942
|
vertical-align: middle;
|
|
4943
4943
|
background-color: transparent;
|
|
4944
|
-
color:
|
|
4944
|
+
color: #2e3038; }
|
|
4945
4945
|
.next-input input::-ms-clear,
|
|
4946
4946
|
.next-input textarea::-ms-clear {
|
|
4947
4947
|
display: none; }
|
|
@@ -5061,7 +5061,7 @@ small {
|
|
|
5061
5061
|
border-radius: 6px;
|
|
5062
5062
|
font-size: 0; }
|
|
5063
5063
|
.next-input.next-input-textarea textarea {
|
|
5064
|
-
color:
|
|
5064
|
+
color: #2e3038;
|
|
5065
5065
|
padding: 4px 8px;
|
|
5066
5066
|
font-size: 14px;
|
|
5067
5067
|
border-radius: 6px; }
|
|
@@ -5122,7 +5122,7 @@ small {
|
|
|
5122
5122
|
border-color: #ff4d4f;
|
|
5123
5123
|
background-color: #FFFFFF; }
|
|
5124
5124
|
.next-input.next-error input, .next-input.next-error textarea {
|
|
5125
|
-
color:
|
|
5125
|
+
color: #2e3038; }
|
|
5126
5126
|
.next-input.next-error.next-focus, .next-input.next-error:hover {
|
|
5127
5127
|
border-color: #ff4d4f; }
|
|
5128
5128
|
.next-input.next-error.next-focus {
|
|
@@ -5640,7 +5640,7 @@ small {
|
|
|
5640
5640
|
|
|
5641
5641
|
.next-calendar-fullscreen .next-calendar-th {
|
|
5642
5642
|
text-align: right;
|
|
5643
|
-
color:
|
|
5643
|
+
color: #2e3038;
|
|
5644
5644
|
font-size: 18px;
|
|
5645
5645
|
font-weight: bold;
|
|
5646
5646
|
padding-right: 12px;
|
|
@@ -5673,7 +5673,7 @@ small {
|
|
|
5673
5673
|
-webkit-transition: background 100ms linear;
|
|
5674
5674
|
transition: background 100ms linear;
|
|
5675
5675
|
background: #FFFFFF;
|
|
5676
|
-
color:
|
|
5676
|
+
color: #2e3038;
|
|
5677
5677
|
border-color: #f0f0f0; }
|
|
5678
5678
|
.next-calendar-fullscreen .next-calendar-date:hover, .next-calendar-fullscreen .next-calendar-month:hover {
|
|
5679
5679
|
background: #DEE8FF;
|
|
@@ -6009,7 +6009,7 @@ small {
|
|
|
6009
6009
|
white-space: nowrap;
|
|
6010
6010
|
max-width: 80%;
|
|
6011
6011
|
height: 100%;
|
|
6012
|
-
color:
|
|
6012
|
+
color: #2e3038;
|
|
6013
6013
|
font-size: 18px;
|
|
6014
6014
|
font-weight: normal; }
|
|
6015
6015
|
.next-card-subtitle {
|
|
@@ -6073,7 +6073,7 @@ small {
|
|
|
6073
6073
|
margin-left: 12px;
|
|
6074
6074
|
vertical-align: middle; }
|
|
6075
6075
|
.next-card-header-title {
|
|
6076
|
-
color:
|
|
6076
|
+
color: #2e3038;
|
|
6077
6077
|
font-size: 18px;
|
|
6078
6078
|
font-weight: normal;
|
|
6079
6079
|
line-height: 1.5; }
|
|
@@ -6151,7 +6151,7 @@ small {
|
|
|
6151
6151
|
.next-cascader-menu.next-has-right-border {
|
|
6152
6152
|
border-right: 1px solid #f0f0f0; }
|
|
6153
6153
|
.next-cascader-menu-item.next-expanded {
|
|
6154
|
-
color:
|
|
6154
|
+
color: #2e3038;
|
|
6155
6155
|
background-color: #f8f9fb; }
|
|
6156
6156
|
.next-cascader-menu-icon-right {
|
|
6157
6157
|
position: absolute;
|
|
@@ -6159,7 +6159,7 @@ small {
|
|
|
6159
6159
|
right: 10px;
|
|
6160
6160
|
color: rgba(0, 0, 0, 0.75); }
|
|
6161
6161
|
.next-cascader-menu-icon-right:hover {
|
|
6162
|
-
color:
|
|
6162
|
+
color: #2e3038; }
|
|
6163
6163
|
.next-cascader-menu-icon-expand.next-icon:before,
|
|
6164
6164
|
.next-cascader-menu-icon-expand.next-icon .next-icon-remote {
|
|
6165
6165
|
width: 8px;
|
|
@@ -6181,7 +6181,7 @@ small {
|
|
|
6181
6181
|
font-size: 12px;
|
|
6182
6182
|
line-height: inherit; }
|
|
6183
6183
|
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-right {
|
|
6184
|
-
color:
|
|
6184
|
+
color: #2e3038; }
|
|
6185
6185
|
.next-cascader-menu-item.next-expanded .next-cascader-menu-icon-loading {
|
|
6186
6186
|
color: #257df9; }
|
|
6187
6187
|
.next-cascader-filtered-list {
|
|
@@ -6435,7 +6435,7 @@ small {
|
|
|
6435
6435
|
|
|
6436
6436
|
.next-checkbox-label {
|
|
6437
6437
|
font-size: 14px;
|
|
6438
|
-
color:
|
|
6438
|
+
color: #2e3038;
|
|
6439
6439
|
vertical-align: middle;
|
|
6440
6440
|
margin: 0;
|
|
6441
6441
|
margin-left: 4px;
|
|
@@ -6488,7 +6488,7 @@ small {
|
|
|
6488
6488
|
border-top: 1px solid gainsboro; }
|
|
6489
6489
|
.next-collapse .next-collapse-panel-icon {
|
|
6490
6490
|
position: absolute;
|
|
6491
|
-
color:
|
|
6491
|
+
color: #2e3038;
|
|
6492
6492
|
-webkit-transition: -webkit-transform 100ms linear;
|
|
6493
6493
|
transition: -webkit-transform 100ms linear;
|
|
6494
6494
|
transition: transform 100ms linear;
|
|
@@ -6518,17 +6518,17 @@ small {
|
|
|
6518
6518
|
background: #f8f9fb;
|
|
6519
6519
|
font-size: 16px;
|
|
6520
6520
|
font-weight: normal;
|
|
6521
|
-
color:
|
|
6521
|
+
color: #2e3038;
|
|
6522
6522
|
cursor: pointer;
|
|
6523
6523
|
padding: 8px 0 8px 28px;
|
|
6524
6524
|
-webkit-transition: background 100ms linear;
|
|
6525
6525
|
transition: background 100ms linear; }
|
|
6526
6526
|
.next-collapse-panel-title:hover {
|
|
6527
6527
|
background: #f8f9fb;
|
|
6528
|
-
color:
|
|
6528
|
+
color: #2e3038;
|
|
6529
6529
|
font-weight: normal; }
|
|
6530
6530
|
.next-collapse-panel-title:hover .next-collapse-panel-icon {
|
|
6531
|
-
color:
|
|
6531
|
+
color: #2e3038; }
|
|
6532
6532
|
.next-collapse-panel-content {
|
|
6533
6533
|
height: 0;
|
|
6534
6534
|
line-height: 1.5;
|
|
@@ -6620,7 +6620,7 @@ small {
|
|
|
6620
6620
|
background: #FFFFFF;
|
|
6621
6621
|
outline: none; }
|
|
6622
6622
|
.next-time-picker-menu-item:hover {
|
|
6623
|
-
color:
|
|
6623
|
+
color: #2e3038;
|
|
6624
6624
|
background: #f8f9fb; }
|
|
6625
6625
|
.next-time-picker-menu-item.next-selected {
|
|
6626
6626
|
font-weight: bold;
|
|
@@ -6981,7 +6981,7 @@ small {
|
|
|
6981
6981
|
box-shadow: none;
|
|
6982
6982
|
border-style: solid; }
|
|
6983
6983
|
.next-message.next-message-success.next-inline .next-message-title {
|
|
6984
|
-
color:
|
|
6984
|
+
color: #2e3038; }
|
|
6985
6985
|
.next-message.next-message-success.next-inline .next-message-content {
|
|
6986
6986
|
color: rgba(0, 0, 0, 0.75); }
|
|
6987
6987
|
.next-message.next-message-success.next-inline .next-message-symbol {
|
|
@@ -6995,7 +6995,7 @@ small {
|
|
|
6995
6995
|
box-shadow: none;
|
|
6996
6996
|
border-style: solid; }
|
|
6997
6997
|
.next-message.next-message-success.next-addon .next-message-title {
|
|
6998
|
-
color:
|
|
6998
|
+
color: #2e3038; }
|
|
6999
6999
|
.next-message.next-message-success.next-addon .next-message-content {
|
|
7000
7000
|
color: rgba(0, 0, 0, 0.75); }
|
|
7001
7001
|
.next-message.next-message-success.next-addon .next-message-symbol {
|
|
@@ -7009,7 +7009,7 @@ small {
|
|
|
7009
7009
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
7010
7010
|
border-style: solid; }
|
|
7011
7011
|
.next-message.next-message-success.next-toast .next-message-title {
|
|
7012
|
-
color:
|
|
7012
|
+
color: #2e3038; }
|
|
7013
7013
|
.next-message.next-message-success.next-toast .next-message-content {
|
|
7014
7014
|
color: rgba(0, 0, 0, 0.75); }
|
|
7015
7015
|
.next-message.next-message-success.next-toast .next-message-symbol {
|
|
@@ -7023,7 +7023,7 @@ small {
|
|
|
7023
7023
|
box-shadow: none;
|
|
7024
7024
|
border-style: solid; }
|
|
7025
7025
|
.next-message.next-message-warning.next-inline .next-message-title {
|
|
7026
|
-
color:
|
|
7026
|
+
color: #2e3038; }
|
|
7027
7027
|
.next-message.next-message-warning.next-inline .next-message-content {
|
|
7028
7028
|
color: rgba(0, 0, 0, 0.75); }
|
|
7029
7029
|
.next-message.next-message-warning.next-inline .next-message-symbol {
|
|
@@ -7037,7 +7037,7 @@ small {
|
|
|
7037
7037
|
box-shadow: none;
|
|
7038
7038
|
border-style: solid; }
|
|
7039
7039
|
.next-message.next-message-warning.next-addon .next-message-title {
|
|
7040
|
-
color:
|
|
7040
|
+
color: #2e3038; }
|
|
7041
7041
|
.next-message.next-message-warning.next-addon .next-message-content {
|
|
7042
7042
|
color: rgba(0, 0, 0, 0.75); }
|
|
7043
7043
|
.next-message.next-message-warning.next-addon .next-message-symbol {
|
|
@@ -7051,7 +7051,7 @@ small {
|
|
|
7051
7051
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
7052
7052
|
border-style: solid; }
|
|
7053
7053
|
.next-message.next-message-warning.next-toast .next-message-title {
|
|
7054
|
-
color:
|
|
7054
|
+
color: #2e3038; }
|
|
7055
7055
|
.next-message.next-message-warning.next-toast .next-message-content {
|
|
7056
7056
|
color: rgba(0, 0, 0, 0.75); }
|
|
7057
7057
|
.next-message.next-message-warning.next-toast .next-message-symbol {
|
|
@@ -7065,7 +7065,7 @@ small {
|
|
|
7065
7065
|
box-shadow: none;
|
|
7066
7066
|
border-style: solid; }
|
|
7067
7067
|
.next-message.next-message-error.next-inline .next-message-title {
|
|
7068
|
-
color:
|
|
7068
|
+
color: #2e3038; }
|
|
7069
7069
|
.next-message.next-message-error.next-inline .next-message-content {
|
|
7070
7070
|
color: rgba(0, 0, 0, 0.75); }
|
|
7071
7071
|
.next-message.next-message-error.next-inline .next-message-symbol {
|
|
@@ -7079,7 +7079,7 @@ small {
|
|
|
7079
7079
|
box-shadow: none;
|
|
7080
7080
|
border-style: solid; }
|
|
7081
7081
|
.next-message.next-message-error.next-addon .next-message-title {
|
|
7082
|
-
color:
|
|
7082
|
+
color: #2e3038; }
|
|
7083
7083
|
.next-message.next-message-error.next-addon .next-message-content {
|
|
7084
7084
|
color: rgba(0, 0, 0, 0.75); }
|
|
7085
7085
|
.next-message.next-message-error.next-addon .next-message-symbol {
|
|
@@ -7093,7 +7093,7 @@ small {
|
|
|
7093
7093
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
7094
7094
|
border-style: solid; }
|
|
7095
7095
|
.next-message.next-message-error.next-toast .next-message-title {
|
|
7096
|
-
color:
|
|
7096
|
+
color: #2e3038; }
|
|
7097
7097
|
.next-message.next-message-error.next-toast .next-message-content {
|
|
7098
7098
|
color: rgba(0, 0, 0, 0.75); }
|
|
7099
7099
|
.next-message.next-message-error.next-toast .next-message-symbol {
|
|
@@ -7107,7 +7107,7 @@ small {
|
|
|
7107
7107
|
box-shadow: none;
|
|
7108
7108
|
border-style: solid; }
|
|
7109
7109
|
.next-message.next-message-notice.next-inline .next-message-title {
|
|
7110
|
-
color:
|
|
7110
|
+
color: #2e3038; }
|
|
7111
7111
|
.next-message.next-message-notice.next-inline .next-message-content {
|
|
7112
7112
|
color: rgba(0, 0, 0, 0.75); }
|
|
7113
7113
|
.next-message.next-message-notice.next-inline .next-message-symbol {
|
|
@@ -7121,7 +7121,7 @@ small {
|
|
|
7121
7121
|
box-shadow: none;
|
|
7122
7122
|
border-style: solid; }
|
|
7123
7123
|
.next-message.next-message-notice.next-addon .next-message-title {
|
|
7124
|
-
color:
|
|
7124
|
+
color: #2e3038; }
|
|
7125
7125
|
.next-message.next-message-notice.next-addon .next-message-content {
|
|
7126
7126
|
color: rgba(0, 0, 0, 0.75); }
|
|
7127
7127
|
.next-message.next-message-notice.next-addon .next-message-symbol {
|
|
@@ -7135,7 +7135,7 @@ small {
|
|
|
7135
7135
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
7136
7136
|
border-style: solid; }
|
|
7137
7137
|
.next-message.next-message-notice.next-toast .next-message-title {
|
|
7138
|
-
color:
|
|
7138
|
+
color: #2e3038; }
|
|
7139
7139
|
.next-message.next-message-notice.next-toast .next-message-content {
|
|
7140
7140
|
color: rgba(0, 0, 0, 0.75); }
|
|
7141
7141
|
.next-message.next-message-notice.next-toast .next-message-symbol {
|
|
@@ -7149,7 +7149,7 @@ small {
|
|
|
7149
7149
|
box-shadow: none;
|
|
7150
7150
|
border-style: solid; }
|
|
7151
7151
|
.next-message.next-message-help.next-inline .next-message-title {
|
|
7152
|
-
color:
|
|
7152
|
+
color: #2e3038; }
|
|
7153
7153
|
.next-message.next-message-help.next-inline .next-message-content {
|
|
7154
7154
|
color: rgba(0, 0, 0, 0.75); }
|
|
7155
7155
|
.next-message.next-message-help.next-inline .next-message-symbol {
|
|
@@ -7163,7 +7163,7 @@ small {
|
|
|
7163
7163
|
box-shadow: none;
|
|
7164
7164
|
border-style: solid; }
|
|
7165
7165
|
.next-message.next-message-help.next-addon .next-message-title {
|
|
7166
|
-
color:
|
|
7166
|
+
color: #2e3038; }
|
|
7167
7167
|
.next-message.next-message-help.next-addon .next-message-content {
|
|
7168
7168
|
color: rgba(0, 0, 0, 0.75); }
|
|
7169
7169
|
.next-message.next-message-help.next-addon .next-message-symbol {
|
|
@@ -7177,7 +7177,7 @@ small {
|
|
|
7177
7177
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
7178
7178
|
border-style: solid; }
|
|
7179
7179
|
.next-message.next-message-help.next-toast .next-message-title {
|
|
7180
|
-
color:
|
|
7180
|
+
color: #2e3038; }
|
|
7181
7181
|
.next-message.next-message-help.next-toast .next-message-content {
|
|
7182
7182
|
color: rgba(0, 0, 0, 0.75); }
|
|
7183
7183
|
.next-message.next-message-help.next-toast .next-message-symbol {
|
|
@@ -7191,7 +7191,7 @@ small {
|
|
|
7191
7191
|
box-shadow: none;
|
|
7192
7192
|
border-style: solid; }
|
|
7193
7193
|
.next-message.next-message-loading.next-inline .next-message-title {
|
|
7194
|
-
color:
|
|
7194
|
+
color: #2e3038; }
|
|
7195
7195
|
.next-message.next-message-loading.next-inline .next-message-content {
|
|
7196
7196
|
color: rgba(0, 0, 0, 0.75); }
|
|
7197
7197
|
.next-message.next-message-loading.next-inline .next-message-symbol {
|
|
@@ -7207,7 +7207,7 @@ small {
|
|
|
7207
7207
|
box-shadow: none;
|
|
7208
7208
|
border-style: solid; }
|
|
7209
7209
|
.next-message.next-message-loading.next-addon .next-message-title {
|
|
7210
|
-
color:
|
|
7210
|
+
color: #2e3038; }
|
|
7211
7211
|
.next-message.next-message-loading.next-addon .next-message-content {
|
|
7212
7212
|
color: rgba(0, 0, 0, 0.75); }
|
|
7213
7213
|
.next-message.next-message-loading.next-addon .next-message-symbol {
|
|
@@ -7223,7 +7223,7 @@ small {
|
|
|
7223
7223
|
box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
7224
7224
|
border-style: solid; }
|
|
7225
7225
|
.next-message.next-message-loading.next-toast .next-message-title {
|
|
7226
|
-
color:
|
|
7226
|
+
color: #2e3038; }
|
|
7227
7227
|
.next-message.next-message-loading.next-toast .next-message-content {
|
|
7228
7228
|
color: rgba(0, 0, 0, 0.75); }
|
|
7229
7229
|
.next-message.next-message-loading.next-toast .next-message-symbol {
|
|
@@ -7416,7 +7416,7 @@ small {
|
|
|
7416
7416
|
font-size: 16px;
|
|
7417
7417
|
font-weight: normal;
|
|
7418
7418
|
background: #FFFFFF;
|
|
7419
|
-
color:
|
|
7419
|
+
color: #2e3038; }
|
|
7420
7420
|
.next-dialog-body {
|
|
7421
7421
|
padding: 20px 20px 20px 20px;
|
|
7422
7422
|
font-size: 14px;
|
|
@@ -7579,7 +7579,7 @@ small {
|
|
|
7579
7579
|
border-bottom: 1px solid #f0f0f0;
|
|
7580
7580
|
font-size: 18px;
|
|
7581
7581
|
background: #FFFFFF;
|
|
7582
|
-
color:
|
|
7582
|
+
color: #2e3038; }
|
|
7583
7583
|
.next-drawer-no-title {
|
|
7584
7584
|
padding: 0;
|
|
7585
7585
|
border-bottom: 0; }
|
|
@@ -7601,7 +7601,7 @@ small {
|
|
|
7601
7601
|
color: #999999; }
|
|
7602
7602
|
.next-drawer-close:hover {
|
|
7603
7603
|
background: transparent;
|
|
7604
|
-
color:
|
|
7604
|
+
color: #2e3038; }
|
|
7605
7605
|
.next-drawer-close .next-drawer-close-icon.next-icon {
|
|
7606
7606
|
position: absolute;
|
|
7607
7607
|
top: 50%;
|
|
@@ -11670,7 +11670,7 @@ small {
|
|
|
11670
11670
|
.next-form-preview.next-form-item .next-form-item-label {
|
|
11671
11671
|
color: rgba(0, 0, 0, 0.75); }
|
|
11672
11672
|
.next-form-preview.next-form-item .next-form-preview {
|
|
11673
|
-
color:
|
|
11673
|
+
color: #2e3038; }
|
|
11674
11674
|
.next-form-preview.next-form-item.next-medium .next-form-item-label {
|
|
11675
11675
|
font-size: 14px;
|
|
11676
11676
|
line-height: 28px; }
|
|
@@ -12004,7 +12004,7 @@ small {
|
|
|
12004
12004
|
width: 100%;
|
|
12005
12005
|
min-width: 100px;
|
|
12006
12006
|
outline: 0;
|
|
12007
|
-
color:
|
|
12007
|
+
color: #2e3038; }
|
|
12008
12008
|
.next-select .next-select-inner .next-tag {
|
|
12009
12009
|
line-height: 1;
|
|
12010
12010
|
margin-right: 4px;
|
|
@@ -12083,7 +12083,7 @@ small {
|
|
|
12083
12083
|
right: 0;
|
|
12084
12084
|
z-index: 1;
|
|
12085
12085
|
padding: 0 4px 0 16px;
|
|
12086
|
-
color:
|
|
12086
|
+
color: #2e3038;
|
|
12087
12087
|
background: linear-gradient(90deg, transparent, #FFFFFF 10px); }
|
|
12088
12088
|
.next-select-multiple .next-disabled .next-select-tag-compact {
|
|
12089
12089
|
background: linear-gradient(90deg, transparent, whitesmoke 10px); }
|
|
@@ -12285,7 +12285,7 @@ small {
|
|
|
12285
12285
|
/* put your code here */
|
|
12286
12286
|
.next-list-header {
|
|
12287
12287
|
border-bottom: 1px solid #f0f0f0;
|
|
12288
|
-
color:
|
|
12288
|
+
color: #2e3038; }
|
|
12289
12289
|
|
|
12290
12290
|
.next-list-footer {
|
|
12291
12291
|
border-top: 1px solid #f0f0f0;
|
|
@@ -12380,7 +12380,7 @@ small {
|
|
|
12380
12380
|
vertical-align: middle; }
|
|
12381
12381
|
|
|
12382
12382
|
.next-list-item-title {
|
|
12383
|
-
color:
|
|
12383
|
+
color: #2e3038; }
|
|
12384
12384
|
|
|
12385
12385
|
.next-list-medium .next-list-header {
|
|
12386
12386
|
padding: 16px 0px;
|
|
@@ -12485,7 +12485,7 @@ small {
|
|
|
12485
12485
|
.next-menu-btn.next-btn-primary:hover .next-menu-btn-arrow {
|
|
12486
12486
|
color: #FFFFFF; }
|
|
12487
12487
|
.next-menu-btn.next-btn-text.next-btn-normal .next-menu-btn-arrow {
|
|
12488
|
-
color:
|
|
12488
|
+
color: #2e3038; }
|
|
12489
12489
|
.next-menu-btn.next-btn-text.next-btn-normal:hover .next-menu-btn-arrow {
|
|
12490
12490
|
color: #257df9; }
|
|
12491
12491
|
.next-menu-btn.next-btn-text.next-btn-primary .next-menu-btn-arrow {
|
|
@@ -12493,7 +12493,7 @@ small {
|
|
|
12493
12493
|
.next-menu-btn.next-btn-text.next-btn-primary:hover .next-menu-btn-arrow {
|
|
12494
12494
|
color: #40a9ff; }
|
|
12495
12495
|
.next-menu-btn.next-btn-ghost.next-btn-light .next-menu-btn-arrow {
|
|
12496
|
-
color:
|
|
12496
|
+
color: #2e3038; }
|
|
12497
12497
|
.next-menu-btn.next-btn-ghost.next-btn-light:hover .next-menu-btn-arrow {
|
|
12498
12498
|
color: #999999; }
|
|
12499
12499
|
.next-menu-btn.next-btn-ghost.next-btn-dark .next-menu-btn-arrow {
|
|
@@ -12848,13 +12848,13 @@ small {
|
|
|
12848
12848
|
.next-nav.next-normal {
|
|
12849
12849
|
background: #FFFFFF;
|
|
12850
12850
|
border-color: #d9d9d9;
|
|
12851
|
-
color:
|
|
12851
|
+
color: #2e3038;
|
|
12852
12852
|
font-weight: normal;
|
|
12853
12853
|
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
12854
12854
|
box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12); }
|
|
12855
12855
|
.next-nav.next-normal .next-nav-item.next-menu-item {
|
|
12856
12856
|
background: #FFFFFF;
|
|
12857
|
-
color:
|
|
12857
|
+
color: #2e3038; }
|
|
12858
12858
|
.next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover {
|
|
12859
12859
|
background: #FFFFFF;
|
|
12860
12860
|
color: #257df9;
|
|
@@ -12889,7 +12889,7 @@ small {
|
|
|
12889
12889
|
font-weight: normal; }
|
|
12890
12890
|
.next-nav.next-normal .next-menu-sub-menu .next-menu-item {
|
|
12891
12891
|
background: #FFFFFF;
|
|
12892
|
-
color:
|
|
12892
|
+
color: #2e3038;
|
|
12893
12893
|
font-weight: normal; }
|
|
12894
12894
|
.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 {
|
|
12895
12895
|
background: #f8f9fb;
|
|
@@ -12913,7 +12913,7 @@ small {
|
|
|
12913
12913
|
.next-nav.next-line {
|
|
12914
12914
|
background: transparent;
|
|
12915
12915
|
border-color: #f0f0f0;
|
|
12916
|
-
color:
|
|
12916
|
+
color: #2e3038;
|
|
12917
12917
|
font-weight: normal;
|
|
12918
12918
|
-webkit-box-shadow: none;
|
|
12919
12919
|
box-shadow: none; }
|
|
@@ -12927,7 +12927,7 @@ small {
|
|
|
12927
12927
|
border-bottom-color: transparent; }
|
|
12928
12928
|
.next-nav.next-line .next-nav-item.next-menu-item {
|
|
12929
12929
|
background: transparent;
|
|
12930
|
-
color:
|
|
12930
|
+
color: #2e3038; }
|
|
12931
12931
|
.next-nav.next-line .next-nav-item.next-menu-item.next-focused, .next-nav.next-line .next-nav-item.next-menu-item:hover {
|
|
12932
12932
|
background: transparent;
|
|
12933
12933
|
color: #257df9;
|
|
@@ -12962,7 +12962,7 @@ small {
|
|
|
12962
12962
|
font-weight: normal; }
|
|
12963
12963
|
.next-nav.next-line .next-menu-sub-menu .next-menu-item {
|
|
12964
12964
|
background: transparent;
|
|
12965
|
-
color:
|
|
12965
|
+
color: #2e3038;
|
|
12966
12966
|
font-weight: normal; }
|
|
12967
12967
|
.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 {
|
|
12968
12968
|
background: transparent;
|
|
@@ -13516,11 +13516,11 @@ small {
|
|
|
13516
13516
|
|
|
13517
13517
|
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-prev:not([disabled]) i,
|
|
13518
13518
|
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-next:not([disabled]) i {
|
|
13519
|
-
color:
|
|
13519
|
+
color: #A0A2AD; }
|
|
13520
13520
|
|
|
13521
13521
|
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
13522
13522
|
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
13523
|
-
color:
|
|
13523
|
+
color: #2e3038; }
|
|
13524
13524
|
|
|
13525
13525
|
.next-pagination[dir="rtl"].next-medium .next-pagination-list {
|
|
13526
13526
|
margin: 0 4px; }
|
|
@@ -13569,11 +13569,11 @@ small {
|
|
|
13569
13569
|
|
|
13570
13570
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-prev:not([disabled]) i,
|
|
13571
13571
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-next:not([disabled]) i {
|
|
13572
|
-
color:
|
|
13572
|
+
color: #A0A2AD; }
|
|
13573
13573
|
|
|
13574
13574
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
13575
13575
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
13576
|
-
color:
|
|
13576
|
+
color: #2e3038; }
|
|
13577
13577
|
|
|
13578
13578
|
.next-pagination[dir="rtl"].next-large .next-pagination-list {
|
|
13579
13579
|
margin: 0 8px; }
|
|
@@ -13622,11 +13622,11 @@ small {
|
|
|
13622
13622
|
|
|
13623
13623
|
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-prev:not([disabled]) i,
|
|
13624
13624
|
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-next:not([disabled]) i {
|
|
13625
|
-
color:
|
|
13625
|
+
color: #A0A2AD; }
|
|
13626
13626
|
|
|
13627
13627
|
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
13628
13628
|
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
13629
|
-
color:
|
|
13629
|
+
color: #2e3038; }
|
|
13630
13630
|
|
|
13631
13631
|
.next-pagination {
|
|
13632
13632
|
-webkit-box-sizing: border-box;
|
|
@@ -13656,9 +13656,9 @@ small {
|
|
|
13656
13656
|
.next-pagination .next-pagination-item:not([disabled]) {
|
|
13657
13657
|
display: inline-block;
|
|
13658
13658
|
border-style: solid;
|
|
13659
|
-
border-color:
|
|
13660
|
-
background: #
|
|
13661
|
-
color:
|
|
13659
|
+
border-color: gainsboro;
|
|
13660
|
+
background: #FFFFFF;
|
|
13661
|
+
color: #2e3038;
|
|
13662
13662
|
-webkit-box-shadow: none;
|
|
13663
13663
|
box-shadow: none; }
|
|
13664
13664
|
.next-pagination .next-pagination-item {
|
|
@@ -13683,7 +13683,7 @@ small {
|
|
|
13683
13683
|
.next-pagination-display {
|
|
13684
13684
|
display: inline-block;
|
|
13685
13685
|
margin: 0 16px;
|
|
13686
|
-
color:
|
|
13686
|
+
color: #2e3038;
|
|
13687
13687
|
vertical-align: middle; }
|
|
13688
13688
|
.next-pagination-display em {
|
|
13689
13689
|
font-style: normal;
|
|
@@ -13691,7 +13691,7 @@ small {
|
|
|
13691
13691
|
.next-pagination-jump-text {
|
|
13692
13692
|
display: inline-block;
|
|
13693
13693
|
vertical-align: middle;
|
|
13694
|
-
color: #
|
|
13694
|
+
color: #2e3038; }
|
|
13695
13695
|
.next-pagination-jump-input {
|
|
13696
13696
|
margin: 0 4px;
|
|
13697
13697
|
vertical-align: top; }
|
|
@@ -13774,10 +13774,10 @@ small {
|
|
|
13774
13774
|
padding: 0 8px; }
|
|
13775
13775
|
.next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i,
|
|
13776
13776
|
.next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i {
|
|
13777
|
-
color:
|
|
13777
|
+
color: #A0A2AD; }
|
|
13778
13778
|
.next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
13779
13779
|
.next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
13780
|
-
color:
|
|
13780
|
+
color: #2e3038; }
|
|
13781
13781
|
.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next {
|
|
13782
13782
|
width: 20px;
|
|
13783
13783
|
padding: 0; }
|
|
@@ -13843,10 +13843,10 @@ small {
|
|
|
13843
13843
|
padding: 0 12px; }
|
|
13844
13844
|
.next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i,
|
|
13845
13845
|
.next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i {
|
|
13846
|
-
color:
|
|
13846
|
+
color: #A0A2AD; }
|
|
13847
13847
|
.next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
13848
13848
|
.next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
13849
|
-
color:
|
|
13849
|
+
color: #2e3038; }
|
|
13850
13850
|
.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next {
|
|
13851
13851
|
width: 28px;
|
|
13852
13852
|
padding: 0; }
|
|
@@ -13912,10 +13912,10 @@ small {
|
|
|
13912
13912
|
padding: 0 16px; }
|
|
13913
13913
|
.next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i,
|
|
13914
13914
|
.next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i {
|
|
13915
|
-
color:
|
|
13915
|
+
color: #A0A2AD; }
|
|
13916
13916
|
.next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
13917
13917
|
.next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
13918
|
-
color:
|
|
13918
|
+
color: #2e3038; }
|
|
13919
13919
|
.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next {
|
|
13920
13920
|
width: 40px;
|
|
13921
13921
|
padding: 0; }
|
|
@@ -13951,7 +13951,7 @@ small {
|
|
|
13951
13951
|
content: "\E654"; }
|
|
13952
13952
|
|
|
13953
13953
|
.next-paragraph {
|
|
13954
|
-
color:
|
|
13954
|
+
color: #2e3038; }
|
|
13955
13955
|
.next-paragraph-short {
|
|
13956
13956
|
line-height: 1.5; }
|
|
13957
13957
|
.next-paragraph-long {
|
|
@@ -14051,7 +14051,7 @@ small {
|
|
|
14051
14051
|
margin-left: 10px;
|
|
14052
14052
|
vertical-align: middle;
|
|
14053
14053
|
display: inline-block;
|
|
14054
|
-
color:
|
|
14054
|
+
color: #2e3038; }
|
|
14055
14055
|
.next-progress-line-show-border .next-progress-line-underlay {
|
|
14056
14056
|
border: 1px solid #f0f0f0; }
|
|
14057
14057
|
.next-progress-line-show-border.next-small .next-progress-line-underlay {
|
|
@@ -14146,7 +14146,7 @@ small {
|
|
|
14146
14146
|
transition: -webkit-transform 300ms ease;
|
|
14147
14147
|
transition: transform 300ms ease;
|
|
14148
14148
|
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
14149
|
-
color:
|
|
14149
|
+
color: #2e3038; }
|
|
14150
14150
|
|
|
14151
14151
|
.next-range {
|
|
14152
14152
|
-webkit-box-sizing: border-box;
|
|
@@ -14286,9 +14286,9 @@ small {
|
|
|
14286
14286
|
.next-range .next-range-mark .next-range-mark-text:hover {
|
|
14287
14287
|
color: #999999; }
|
|
14288
14288
|
.next-range .next-range-mark .next-range-mark-text.activated {
|
|
14289
|
-
color:
|
|
14289
|
+
color: #2e3038; }
|
|
14290
14290
|
.next-range .next-range-mark .next-range-mark-text.activated:hover {
|
|
14291
|
-
color:
|
|
14291
|
+
color: #2e3038; }
|
|
14292
14292
|
.next-range.disabled .next-range-track {
|
|
14293
14293
|
background: #cacaca; }
|
|
14294
14294
|
.next-range.disabled .next-range-selected {
|
|
@@ -14801,11 +14801,11 @@ small {
|
|
|
14801
14801
|
.next-search-normal.next-normal .next-search-btn:hover {
|
|
14802
14802
|
background: #EBECF0;
|
|
14803
14803
|
border-color: #A0A2AD;
|
|
14804
|
-
color:
|
|
14804
|
+
color: #2e3038; }
|
|
14805
14805
|
.next-search-normal.next-normal .next-search-btn .next-icon {
|
|
14806
14806
|
color: rgba(0, 0, 0, 0.75); }
|
|
14807
14807
|
.next-search-normal.next-normal .next-search-btn .next-icon:hover {
|
|
14808
|
-
color:
|
|
14808
|
+
color: #2e3038; }
|
|
14809
14809
|
.next-search-normal.next-normal.next-large {
|
|
14810
14810
|
-webkit-box-shadow: none;
|
|
14811
14811
|
box-shadow: none; }
|
|
@@ -15091,7 +15091,7 @@ small {
|
|
|
15091
15091
|
border: none;
|
|
15092
15092
|
border-radius: 0px; }
|
|
15093
15093
|
.next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
|
|
15094
|
-
color:
|
|
15094
|
+
color: #2e3038;
|
|
15095
15095
|
background: transparent;
|
|
15096
15096
|
opacity: 0.32; }
|
|
15097
15097
|
.next-slick-arrow.outer.disabled {
|
|
@@ -15714,11 +15714,11 @@ small {
|
|
|
15714
15714
|
border-color: #257df9; }
|
|
15715
15715
|
|
|
15716
15716
|
.next-step-circle > .next-step-item-process .next-step-item-title {
|
|
15717
|
-
color:
|
|
15717
|
+
color: #2e3038;
|
|
15718
15718
|
word-break: break-word; }
|
|
15719
15719
|
|
|
15720
15720
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
15721
|
-
color:
|
|
15721
|
+
color: #2e3038;
|
|
15722
15722
|
font-size: 14px;
|
|
15723
15723
|
line-height: 1.5;
|
|
15724
15724
|
word-break: break-word; }
|
|
@@ -16358,11 +16358,11 @@ small {
|
|
|
16358
16358
|
border-color: #257df9; }
|
|
16359
16359
|
|
|
16360
16360
|
.next-step-dot > .next-step-item-process .next-step-item-title {
|
|
16361
|
-
color:
|
|
16361
|
+
color: #2e3038;
|
|
16362
16362
|
word-break: break-word; }
|
|
16363
16363
|
|
|
16364
16364
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
16365
|
-
color:
|
|
16365
|
+
color: #2e3038;
|
|
16366
16366
|
font-size: 14px;
|
|
16367
16367
|
line-height: 1.5;
|
|
16368
16368
|
word-break: break-word; }
|
|
@@ -17434,11 +17434,11 @@ small {
|
|
|
17434
17434
|
-webkit-transition: all 300ms ease;
|
|
17435
17435
|
transition: all 300ms ease; }
|
|
17436
17436
|
.next-tabs-tab.active {
|
|
17437
|
-
font-weight:
|
|
17437
|
+
font-weight: 500; }
|
|
17438
17438
|
.next-tabs-tab .next-tabs-tab-close {
|
|
17439
17439
|
color: rgba(0, 0, 0, 0.75); }
|
|
17440
17440
|
.next-tabs-tab .next-tabs-tab-close:hover {
|
|
17441
|
-
color:
|
|
17441
|
+
color: #2e3038; }
|
|
17442
17442
|
.next-tabs-tab .next-tabs-tab-close:focus {
|
|
17443
17443
|
outline: none; }
|
|
17444
17444
|
.next-tabs-tab.active .next-tabs-tab-close {
|
|
@@ -17473,12 +17473,12 @@ small {
|
|
|
17473
17473
|
.next-tabs-btn-down, .next-tabs-btn-down:link, .next-tabs-btn-down:visited, .next-tabs-btn-down.visited, .next-tabs-btn-prev, .next-tabs-btn-prev:link, .next-tabs-btn-prev:visited, .next-tabs-btn-prev.visited, .next-tabs-btn-next, .next-tabs-btn-next:link, .next-tabs-btn-next:visited, .next-tabs-btn-next.visited {
|
|
17474
17474
|
color: rgba(0, 0, 0, 0.75); }
|
|
17475
17475
|
.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 {
|
|
17476
|
-
color:
|
|
17476
|
+
color: #2e3038;
|
|
17477
17477
|
background: transparent;
|
|
17478
17478
|
border-color: transparent;
|
|
17479
17479
|
text-decoration: none; }
|
|
17480
17480
|
.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 {
|
|
17481
|
-
color:
|
|
17481
|
+
color: #2e3038;
|
|
17482
17482
|
background: transparent;
|
|
17483
17483
|
border-color: transparent;
|
|
17484
17484
|
text-decoration: none; }
|
|
@@ -17506,8 +17506,8 @@ small {
|
|
|
17506
17506
|
.next-tabs.next-medium .next-tabs-nav-container-scrolling {
|
|
17507
17507
|
padding-right: 60px; }
|
|
17508
17508
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
17509
|
-
font-size:
|
|
17510
|
-
padding:
|
|
17509
|
+
font-size: 14px;
|
|
17510
|
+
padding: 20px 16px; }
|
|
17511
17511
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
17512
17512
|
line-height: 1; }
|
|
17513
17513
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
|
|
@@ -17581,11 +17581,11 @@ small {
|
|
|
17581
17581
|
background-color: transparent; }
|
|
17582
17582
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
|
|
17583
17583
|
cursor: pointer;
|
|
17584
|
-
color: #
|
|
17584
|
+
color: #000000;
|
|
17585
17585
|
background-color: transparent; }
|
|
17586
17586
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
|
|
17587
17587
|
z-index: 1;
|
|
17588
|
-
color: #
|
|
17588
|
+
color: #000000;
|
|
17589
17589
|
background-color: transparent; }
|
|
17590
17590
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
|
|
17591
17591
|
pointer-events: none;
|
|
@@ -17599,8 +17599,8 @@ small {
|
|
|
17599
17599
|
left: 50%;
|
|
17600
17600
|
bottom: 0%; }
|
|
17601
17601
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
|
|
17602
|
-
width: calc(100% -
|
|
17603
|
-
left:
|
|
17602
|
+
width: calc(100% - 64px);
|
|
17603
|
+
left: 32px; }
|
|
17604
17604
|
.next-tabs-wrapped > .next-tabs-bar {
|
|
17605
17605
|
background: transparent; }
|
|
17606
17606
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab {
|
|
@@ -17622,7 +17622,7 @@ small {
|
|
|
17622
17622
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close {
|
|
17623
17623
|
color: rgba(0, 0, 0, 0.75); }
|
|
17624
17624
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
|
|
17625
|
-
color:
|
|
17625
|
+
color: #2e3038; }
|
|
17626
17626
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
|
|
17627
17627
|
outline: none; }
|
|
17628
17628
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
|
|
@@ -17763,7 +17763,7 @@ small {
|
|
|
17763
17763
|
border: 1px solid #cacaca;
|
|
17764
17764
|
border-right-color: transparent;
|
|
17765
17765
|
margin-right: -1px;
|
|
17766
|
-
color:
|
|
17766
|
+
color: #2e3038;
|
|
17767
17767
|
background-color: #FFFFFF; }
|
|
17768
17768
|
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
|
|
17769
17769
|
border-radius: 6px 0 0 6px; }
|
|
@@ -17932,7 +17932,7 @@ small {
|
|
|
17932
17932
|
text-overflow: ellipsis; }
|
|
17933
17933
|
|
|
17934
17934
|
.next-tag-checkable.next-tag-level-secondary {
|
|
17935
|
-
color:
|
|
17935
|
+
color: #2e3038;
|
|
17936
17936
|
border-color: transparent;
|
|
17937
17937
|
background-color: transparent; }
|
|
17938
17938
|
.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover {
|
|
@@ -17947,7 +17947,7 @@ small {
|
|
|
17947
17947
|
border-color: #40a9ff;
|
|
17948
17948
|
background-color: #DEE8FF; }
|
|
17949
17949
|
.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 {
|
|
17950
|
-
color:
|
|
17950
|
+
color: #2e3038; }
|
|
17951
17951
|
.next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
|
|
17952
17952
|
color: rgba(0, 0, 0, 0.4);
|
|
17953
17953
|
border-color: whitesmoke;
|
|
@@ -17962,11 +17962,11 @@ small {
|
|
|
17962
17962
|
border-color: #EBECF0;
|
|
17963
17963
|
background-color: #EBECF0; }
|
|
17964
17964
|
.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
|
|
17965
|
-
color:
|
|
17965
|
+
color: #2e3038;
|
|
17966
17966
|
border-color: #E2E4E8;
|
|
17967
17967
|
background-color: #E2E4E8; }
|
|
17968
17968
|
.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 {
|
|
17969
|
-
color:
|
|
17969
|
+
color: #2e3038; }
|
|
17970
17970
|
.next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
|
|
17971
17971
|
color: rgba(0, 0, 0, 0.4);
|
|
17972
17972
|
border-color: whitesmoke;
|
|
@@ -17981,11 +17981,11 @@ small {
|
|
|
17981
17981
|
border-color: #EBECF0;
|
|
17982
17982
|
background-color: #EBECF0; }
|
|
17983
17983
|
.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
|
|
17984
|
-
color:
|
|
17984
|
+
color: #2e3038;
|
|
17985
17985
|
border-color: #E2E4E8;
|
|
17986
17986
|
background-color: #E2E4E8; }
|
|
17987
17987
|
.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 {
|
|
17988
|
-
color:
|
|
17988
|
+
color: #2e3038; }
|
|
17989
17989
|
.next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
|
|
17990
17990
|
color: rgba(0, 0, 0, 0.4);
|
|
17991
17991
|
border-color: whitesmoke;
|
|
@@ -18015,15 +18015,15 @@ small {
|
|
|
18015
18015
|
color: #FFFFFF; }
|
|
18016
18016
|
|
|
18017
18017
|
.next-tag-default.next-tag-level-normal {
|
|
18018
|
-
color:
|
|
18018
|
+
color: #2e3038;
|
|
18019
18019
|
border-color: #d9d9d9;
|
|
18020
18020
|
background-color: #f8f9fb; }
|
|
18021
18021
|
.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
18022
|
-
color:
|
|
18022
|
+
color: #2e3038;
|
|
18023
18023
|
border-color: #d9d9d9;
|
|
18024
18024
|
background-color: #f8f9fb; }
|
|
18025
18025
|
.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 {
|
|
18026
|
-
color:
|
|
18026
|
+
color: #2e3038; }
|
|
18027
18027
|
.next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
|
|
18028
18028
|
color: rgba(0, 0, 0, 0.4);
|
|
18029
18029
|
border-color: #d9d9d9;
|
|
@@ -18038,11 +18038,11 @@ small {
|
|
|
18038
18038
|
border-color: #cacaca;
|
|
18039
18039
|
background-color: transparent; }
|
|
18040
18040
|
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
18041
|
-
color:
|
|
18041
|
+
color: #2e3038;
|
|
18042
18042
|
border-color: #A0A2AD;
|
|
18043
18043
|
background-color: transparent; }
|
|
18044
18044
|
.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 {
|
|
18045
|
-
color:
|
|
18045
|
+
color: #2e3038; }
|
|
18046
18046
|
.next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
|
|
18047
18047
|
color: rgba(0, 0, 0, 0.4);
|
|
18048
18048
|
border-color: #d9d9d9;
|
|
@@ -18106,7 +18106,7 @@ small {
|
|
|
18106
18106
|
border-color: #cacaca;
|
|
18107
18107
|
background-color: transparent; }
|
|
18108
18108
|
.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
18109
|
-
color:
|
|
18109
|
+
color: #2e3038;
|
|
18110
18110
|
border-color: #cacaca;
|
|
18111
18111
|
background-color: transparent; }
|
|
18112
18112
|
.next-tag-checkable.next-tag-level-normal[disabled], .disabled.next-tag-checkable.next-tag-level-normal {
|
|
@@ -18289,9 +18289,9 @@ small {
|
|
|
18289
18289
|
border-color: #FCCC12;
|
|
18290
18290
|
color: #FCCC12; }
|
|
18291
18291
|
.next-tag-large {
|
|
18292
|
-
height:
|
|
18292
|
+
height: 28px;
|
|
18293
18293
|
padding: 0;
|
|
18294
|
-
line-height:
|
|
18294
|
+
line-height: 26px;
|
|
18295
18295
|
font-size: 0; }
|
|
18296
18296
|
.next-tag-large > .next-tag-body {
|
|
18297
18297
|
font-size: 14px;
|
|
@@ -18326,9 +18326,9 @@ small {
|
|
|
18326
18326
|
padding-right: 0;
|
|
18327
18327
|
padding-left: 8px; }
|
|
18328
18328
|
.next-tag-medium {
|
|
18329
|
-
height:
|
|
18329
|
+
height: 28px;
|
|
18330
18330
|
padding: 0;
|
|
18331
|
-
line-height:
|
|
18331
|
+
line-height: 26px;
|
|
18332
18332
|
font-size: 0; }
|
|
18333
18333
|
.next-tag-medium > .next-tag-body {
|
|
18334
18334
|
font-size: 14px;
|
|
@@ -18363,9 +18363,9 @@ small {
|
|
|
18363
18363
|
padding-right: 0;
|
|
18364
18364
|
padding-left: 8px; }
|
|
18365
18365
|
.next-tag-small {
|
|
18366
|
-
height:
|
|
18366
|
+
height: 28px;
|
|
18367
18367
|
padding: 0;
|
|
18368
|
-
line-height:
|
|
18368
|
+
line-height: 26px;
|
|
18369
18369
|
font-size: 0; }
|
|
18370
18370
|
.next-tag-small > .next-tag-body {
|
|
18371
18371
|
font-size: 14px;
|
|
@@ -18577,7 +18577,7 @@ small {
|
|
|
18577
18577
|
overflow: hidden;
|
|
18578
18578
|
text-overflow: ellipsis;
|
|
18579
18579
|
white-space: nowrap;
|
|
18580
|
-
color:
|
|
18580
|
+
color: #2e3038;
|
|
18581
18581
|
text-align: right; }
|
|
18582
18582
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
18583
18583
|
margin: 0;
|
|
@@ -18696,7 +18696,7 @@ small {
|
|
|
18696
18696
|
overflow: hidden;
|
|
18697
18697
|
text-overflow: ellipsis;
|
|
18698
18698
|
white-space: nowrap;
|
|
18699
|
-
color:
|
|
18699
|
+
color: #2e3038;
|
|
18700
18700
|
text-align: right; }
|
|
18701
18701
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
18702
18702
|
margin: 0;
|
|
@@ -18815,7 +18815,7 @@ small {
|
|
|
18815
18815
|
overflow: hidden;
|
|
18816
18816
|
text-overflow: ellipsis;
|
|
18817
18817
|
white-space: nowrap;
|
|
18818
|
-
color:
|
|
18818
|
+
color: #2e3038;
|
|
18819
18819
|
text-align: right; }
|
|
18820
18820
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
18821
18821
|
margin: 0;
|
|
@@ -18934,7 +18934,7 @@ small {
|
|
|
18934
18934
|
overflow: hidden;
|
|
18935
18935
|
text-overflow: ellipsis;
|
|
18936
18936
|
white-space: nowrap;
|
|
18937
|
-
color:
|
|
18937
|
+
color: #2e3038;
|
|
18938
18938
|
text-align: right; }
|
|
18939
18939
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
18940
18940
|
margin: 0;
|
|
@@ -19080,7 +19080,7 @@ small {
|
|
|
19080
19080
|
overflow: hidden;
|
|
19081
19081
|
text-overflow: ellipsis;
|
|
19082
19082
|
white-space: nowrap;
|
|
19083
|
-
color:
|
|
19083
|
+
color: #2e3038;
|
|
19084
19084
|
text-align: left; }
|
|
19085
19085
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
19086
19086
|
margin: 0;
|
|
@@ -19192,7 +19192,7 @@ small {
|
|
|
19192
19192
|
overflow: hidden;
|
|
19193
19193
|
text-overflow: ellipsis;
|
|
19194
19194
|
white-space: nowrap;
|
|
19195
|
-
color:
|
|
19195
|
+
color: #2e3038;
|
|
19196
19196
|
text-align: left; }
|
|
19197
19197
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
19198
19198
|
margin: 0;
|
|
@@ -19304,7 +19304,7 @@ small {
|
|
|
19304
19304
|
overflow: hidden;
|
|
19305
19305
|
text-overflow: ellipsis;
|
|
19306
19306
|
white-space: nowrap;
|
|
19307
|
-
color:
|
|
19307
|
+
color: #2e3038;
|
|
19308
19308
|
text-align: left; }
|
|
19309
19309
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
19310
19310
|
margin: 0;
|
|
@@ -19416,7 +19416,7 @@ small {
|
|
|
19416
19416
|
overflow: hidden;
|
|
19417
19417
|
text-overflow: ellipsis;
|
|
19418
19418
|
white-space: nowrap;
|
|
19419
|
-
color:
|
|
19419
|
+
color: #2e3038;
|
|
19420
19420
|
text-align: left; }
|
|
19421
19421
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
19422
19422
|
margin: 0;
|
|
@@ -19476,7 +19476,7 @@ small {
|
|
|
19476
19476
|
overflow: hidden;
|
|
19477
19477
|
text-overflow: ellipsis;
|
|
19478
19478
|
white-space: nowrap;
|
|
19479
|
-
color:
|
|
19479
|
+
color: #2e3038;
|
|
19480
19480
|
text-align: right; }
|
|
19481
19481
|
|
|
19482
19482
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
@@ -19530,7 +19530,7 @@ small {
|
|
|
19530
19530
|
overflow: hidden;
|
|
19531
19531
|
text-overflow: ellipsis;
|
|
19532
19532
|
white-space: nowrap;
|
|
19533
|
-
color:
|
|
19533
|
+
color: #2e3038;
|
|
19534
19534
|
text-align: left; }
|
|
19535
19535
|
|
|
19536
19536
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
@@ -19586,7 +19586,7 @@ small {
|
|
|
19586
19586
|
padding: 8px 20px;
|
|
19587
19587
|
border-bottom: 1px solid #f0f0f0;
|
|
19588
19588
|
background-color: whitesmoke;
|
|
19589
|
-
color:
|
|
19589
|
+
color: #2e3038;
|
|
19590
19590
|
font-size: 14px; }
|
|
19591
19591
|
.next-transfer-panel-search {
|
|
19592
19592
|
padding: 0 4px;
|
|
@@ -19645,7 +19645,7 @@ small {
|
|
|
19645
19645
|
margin-left: 4px;
|
|
19646
19646
|
font-size: 14px;
|
|
19647
19647
|
vertical-align: middle;
|
|
19648
|
-
color:
|
|
19648
|
+
color: #2e3038; }
|
|
19649
19649
|
.next-transfer-panel-move-all {
|
|
19650
19650
|
font-size: 14px;
|
|
19651
19651
|
color: #257df9;
|
|
@@ -19753,7 +19753,7 @@ small {
|
|
|
19753
19753
|
font-size: 12px;
|
|
19754
19754
|
line-height: inherit; }
|
|
19755
19755
|
.next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
|
|
19756
|
-
color:
|
|
19756
|
+
color: #2e3038; }
|
|
19757
19757
|
.next-tree-switcher.next-noline.next-disabled {
|
|
19758
19758
|
cursor: not-allowed; }
|
|
19759
19759
|
.next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
|
|
@@ -19795,7 +19795,7 @@ small {
|
|
|
19795
19795
|
border-color: #A0A2AD;
|
|
19796
19796
|
background-color: #f8f9fb; }
|
|
19797
19797
|
.next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
|
|
19798
|
-
color:
|
|
19798
|
+
color: #2e3038; }
|
|
19799
19799
|
.next-tree-switcher.next-line.next-disabled {
|
|
19800
19800
|
border-color: #d9d9d9;
|
|
19801
19801
|
background-color: #FFFFFF;
|
|
@@ -19854,7 +19854,7 @@ small {
|
|
|
19854
19854
|
padding-top: 2px;
|
|
19855
19855
|
padding-bottom: 2px; }
|
|
19856
19856
|
.next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
|
|
19857
|
-
color:
|
|
19857
|
+
color: #2e3038;
|
|
19858
19858
|
background-color: #f8f9fb; }
|
|
19859
19859
|
.next-tree.next-node-indent .next-tree-node-label-wrapper {
|
|
19860
19860
|
border-top: 2px solid transparent;
|
|
@@ -19863,15 +19863,15 @@ small {
|
|
|
19863
19863
|
-webkit-transition: color 100ms linear, background-color 100ms linear;
|
|
19864
19864
|
transition: color 100ms linear, background-color 100ms linear;
|
|
19865
19865
|
cursor: default;
|
|
19866
|
-
color:
|
|
19866
|
+
color: #2e3038;
|
|
19867
19867
|
background-color: #FFFFFF; }
|
|
19868
19868
|
.next-tree.next-node-indent .next-tree-node-label-selectable {
|
|
19869
19869
|
cursor: pointer; }
|
|
19870
19870
|
.next-tree.next-node-indent .next-tree-node-label:hover {
|
|
19871
|
-
color:
|
|
19871
|
+
color: #2e3038;
|
|
19872
19872
|
background-color: #f8f9fb; }
|
|
19873
19873
|
.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
|
|
19874
|
-
color:
|
|
19874
|
+
color: #2e3038;
|
|
19875
19875
|
background-color: #DEE8FF; }
|
|
19876
19876
|
.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label,
|
|
19877
19877
|
.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label:hover {
|
|
@@ -19892,13 +19892,13 @@ small {
|
|
|
19892
19892
|
-webkit-transition: color 100ms linear, background-color 100ms linear;
|
|
19893
19893
|
transition: color 100ms linear, background-color 100ms linear;
|
|
19894
19894
|
cursor: pointer;
|
|
19895
|
-
color:
|
|
19895
|
+
color: #2e3038;
|
|
19896
19896
|
background-color: #FFFFFF; }
|
|
19897
19897
|
.next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus {
|
|
19898
|
-
color:
|
|
19898
|
+
color: #2e3038;
|
|
19899
19899
|
background-color: #f8f9fb; }
|
|
19900
19900
|
.next-tree.next-node-block .next-tree-node-inner.next-selected {
|
|
19901
|
-
color:
|
|
19901
|
+
color: #2e3038;
|
|
19902
19902
|
background-color: #DEE8FF; }
|
|
19903
19903
|
.next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
|
|
19904
19904
|
color: rgba(0, 0, 0, 0.4);
|
|
@@ -20062,7 +20062,7 @@ small {
|
|
|
20062
20062
|
overflow: hidden;
|
|
20063
20063
|
margin-right: 4px; }
|
|
20064
20064
|
.next-upload-list-text .next-upload-list-item-name {
|
|
20065
|
-
color:
|
|
20065
|
+
color: #2e3038;
|
|
20066
20066
|
-webkit-transition: all 100ms linear;
|
|
20067
20067
|
transition: all 100ms linear; }
|
|
20068
20068
|
.next-upload-list-text .next-upload-list-item-size {
|
|
@@ -20136,7 +20136,7 @@ small {
|
|
|
20136
20136
|
color: rgba(0, 0, 0, 0.75); }
|
|
20137
20137
|
.next-upload-list-image .next-upload-list-item-name {
|
|
20138
20138
|
display: block;
|
|
20139
|
-
color:
|
|
20139
|
+
color: #2e3038;
|
|
20140
20140
|
margin-left: 56px;
|
|
20141
20141
|
margin-right: 20px;
|
|
20142
20142
|
text-overflow: ellipsis;
|
|
@@ -20704,7 +20704,7 @@ small {
|
|
|
20704
20704
|
color: rgba(0, 0, 0, 0.75);
|
|
20705
20705
|
background: transparent; }
|
|
20706
20706
|
.next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
|
|
20707
|
-
color:
|
|
20707
|
+
color: #2e3038;
|
|
20708
20708
|
background: #EBECF0; }
|
|
20709
20709
|
.next-shell-light .next-shell-aside .next-shell-localnavigation {
|
|
20710
20710
|
width: 168px;
|
|
@@ -20794,7 +20794,7 @@ small {
|
|
|
20794
20794
|
color: rgba(0, 0, 0, 0.75);
|
|
20795
20795
|
background: transparent; }
|
|
20796
20796
|
.next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
|
|
20797
|
-
color:
|
|
20797
|
+
color: #2e3038;
|
|
20798
20798
|
background: #EBECF0; }
|
|
20799
20799
|
.next-shell-dark .next-shell-aside .next-shell-localnavigation {
|
|
20800
20800
|
width: 168px;
|
|
@@ -20884,7 +20884,7 @@ small {
|
|
|
20884
20884
|
color: rgba(0, 0, 0, 0.75);
|
|
20885
20885
|
background: transparent; }
|
|
20886
20886
|
.next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
|
|
20887
|
-
color:
|
|
20887
|
+
color: #2e3038;
|
|
20888
20888
|
background: #EBECF0; }
|
|
20889
20889
|
.next-shell-brand .next-shell-aside .next-shell-localnavigation {
|
|
20890
20890
|
width: 168px;
|
|
@@ -21011,26 +21011,26 @@ small {
|
|
|
21011
21011
|
opacity: 0; } }
|
|
21012
21012
|
|
|
21013
21013
|
.next-typography {
|
|
21014
|
-
color:
|
|
21014
|
+
color: #2e3038; }
|
|
21015
21015
|
.next-typography-title {
|
|
21016
21016
|
font-weight: 600;
|
|
21017
21017
|
margin-bottom: .5em; }
|
|
21018
21018
|
.next-typography + .next-typography-title {
|
|
21019
21019
|
margin-top: 1.2em; }
|
|
21020
21020
|
.next-typography-paragraph {
|
|
21021
|
-
color:
|
|
21021
|
+
color: #2e3038;
|
|
21022
21022
|
margin-bottom: 1em;
|
|
21023
21023
|
font-size: 16px;
|
|
21024
21024
|
line-height: 1.5; }
|
|
21025
21025
|
.next-typography mark {
|
|
21026
21026
|
padding: 0;
|
|
21027
21027
|
background: #FFE6BD;
|
|
21028
|
-
color:
|
|
21028
|
+
color: #2e3038; }
|
|
21029
21029
|
.next-typography strong {
|
|
21030
21030
|
font-weight: 600; }
|
|
21031
21031
|
.next-typography code {
|
|
21032
21032
|
background-color: #f8f9fb;
|
|
21033
|
-
color:
|
|
21033
|
+
color: #2e3038;
|
|
21034
21034
|
border: 1px solid #d9d9d9;
|
|
21035
21035
|
margin: 0 .2em;
|
|
21036
21036
|
padding: .2em .4em .1em;
|
|
@@ -21117,7 +21117,7 @@ h6.next-typography-title {
|
|
|
21117
21117
|
.next-divider-hoz.next-divider-with-text-center, .next-divider-hoz.next-divider-with-text-left, .next-divider-hoz.next-divider-with-text-right {
|
|
21118
21118
|
display: table;
|
|
21119
21119
|
margin: 16px 0;
|
|
21120
|
-
color:
|
|
21120
|
+
color: #2e3038;
|
|
21121
21121
|
font-weight: normal;
|
|
21122
21122
|
font-size: 18px;
|
|
21123
21123
|
white-space: nowrap;
|
|
@@ -21180,10 +21180,10 @@ h6.next-typography-title {
|
|
|
21180
21180
|
-webkit-box-sizing: border-box;
|
|
21181
21181
|
box-sizing: border-box;
|
|
21182
21182
|
position: relative;
|
|
21183
|
-
border-top-left-radius:
|
|
21184
|
-
border-top-right-radius:
|
|
21185
|
-
border-bottom-left-radius:
|
|
21186
|
-
border-bottom-right-radius:
|
|
21183
|
+
border-top-left-radius: 6px;
|
|
21184
|
+
border-top-right-radius: 6px;
|
|
21185
|
+
border-bottom-left-radius: 6px;
|
|
21186
|
+
border-bottom-right-radius: 6px;
|
|
21187
21187
|
border-top: 1px solid #f0f0f0;
|
|
21188
21188
|
border-left: 1px solid #f0f0f0; }
|
|
21189
21189
|
.next-table *,
|
|
@@ -21192,13 +21192,13 @@ h6.next-typography-title {
|
|
|
21192
21192
|
-webkit-box-sizing: border-box;
|
|
21193
21193
|
box-sizing: border-box; }
|
|
21194
21194
|
.next-table .next-table-header tr:first-child th:first-child {
|
|
21195
|
-
border-top-left-radius:
|
|
21195
|
+
border-top-left-radius: 6px; }
|
|
21196
21196
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
21197
|
-
border-top-right-radius:
|
|
21197
|
+
border-top-right-radius: 6px; }
|
|
21198
21198
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
21199
|
-
border-bottom-left-radius:
|
|
21199
|
+
border-bottom-left-radius: 6px; }
|
|
21200
21200
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
21201
|
-
border-bottom-right-radius:
|
|
21201
|
+
border-bottom-right-radius: 6px; }
|
|
21202
21202
|
.next-table.next-table-layout-fixed {
|
|
21203
21203
|
overflow: auto; }
|
|
21204
21204
|
.next-table.next-table-layout-fixed table {
|
|
@@ -21216,16 +21216,16 @@ h6.next-typography-title {
|
|
|
21216
21216
|
border-spacing: 0;
|
|
21217
21217
|
width: 100%;
|
|
21218
21218
|
background: #FFFFFF;
|
|
21219
|
-
border-top-left-radius:
|
|
21220
|
-
border-top-right-radius:
|
|
21221
|
-
border-bottom-left-radius:
|
|
21222
|
-
border-bottom-right-radius:
|
|
21219
|
+
border-top-left-radius: 6px;
|
|
21220
|
+
border-top-right-radius: 6px;
|
|
21221
|
+
border-bottom-left-radius: 6px;
|
|
21222
|
+
border-bottom-right-radius: 6px; }
|
|
21223
21223
|
.next-table table tr:first-child td {
|
|
21224
21224
|
border-top-width: 0; }
|
|
21225
21225
|
.next-table th {
|
|
21226
21226
|
padding: 0;
|
|
21227
21227
|
background: #fafafa;
|
|
21228
|
-
color:
|
|
21228
|
+
color: #2e3038;
|
|
21229
21229
|
text-align: left;
|
|
21230
21230
|
font-weight: 500;
|
|
21231
21231
|
border-right: 1px solid #f0f0f0;
|
|
@@ -21331,13 +21331,13 @@ h6.next-typography-title {
|
|
|
21331
21331
|
background: whitesmoke; }
|
|
21332
21332
|
.next-table.zebra .next-table-row.hovered td {
|
|
21333
21333
|
background: #fafafa;
|
|
21334
|
-
color:
|
|
21334
|
+
color: #2e3038; }
|
|
21335
21335
|
.next-table.zebra .next-table-cell.hovered {
|
|
21336
21336
|
background: #fafafa;
|
|
21337
|
-
color:
|
|
21337
|
+
color: #2e3038; }
|
|
21338
21338
|
.next-table.zebra .next-table-row.selected td {
|
|
21339
21339
|
background: #e6f7ff;
|
|
21340
|
-
color:
|
|
21340
|
+
color: #2e3038; }
|
|
21341
21341
|
.next-table-empty {
|
|
21342
21342
|
color: #A0A2AD;
|
|
21343
21343
|
padding: 32px 0;
|
|
@@ -21370,18 +21370,18 @@ h6.next-typography-title {
|
|
|
21370
21370
|
-webkit-transition: all 100ms linear;
|
|
21371
21371
|
transition: all 100ms linear;
|
|
21372
21372
|
background: #FFFFFF;
|
|
21373
|
-
color:
|
|
21373
|
+
color: #2e3038; }
|
|
21374
21374
|
.next-table-row.hidden {
|
|
21375
21375
|
display: none; }
|
|
21376
21376
|
.next-table-row.hovered {
|
|
21377
21377
|
background: #fafafa;
|
|
21378
|
-
color:
|
|
21378
|
+
color: #2e3038; }
|
|
21379
21379
|
.next-table-row.selected {
|
|
21380
21380
|
background: #e6f7ff;
|
|
21381
|
-
color:
|
|
21381
|
+
color: #2e3038; }
|
|
21382
21382
|
.next-table-cell.hovered {
|
|
21383
21383
|
background: #fafafa;
|
|
21384
|
-
color:
|
|
21384
|
+
color: #2e3038; }
|
|
21385
21385
|
.next-table-tree-placeholder {
|
|
21386
21386
|
visibility: hidden; }
|
|
21387
21387
|
.next-table-tree-placeholder:before,
|
|
@@ -21410,10 +21410,10 @@ h6.next-typography-title {
|
|
|
21410
21410
|
.next-table-header {
|
|
21411
21411
|
margin-bottom: -20px;
|
|
21412
21412
|
padding-bottom: 20px;
|
|
21413
|
-
border-top-left-radius:
|
|
21414
|
-
border-top-right-radius:
|
|
21415
|
-
border-bottom-left-radius:
|
|
21416
|
-
border-bottom-right-radius:
|
|
21413
|
+
border-top-left-radius: 6px;
|
|
21414
|
+
border-top-right-radius: 6px;
|
|
21415
|
+
border-bottom-left-radius: 6px;
|
|
21416
|
+
border-bottom-right-radius: 6px;
|
|
21417
21417
|
overflow: -moz-scrollbars-none;
|
|
21418
21418
|
-ms-overflow-style: none;
|
|
21419
21419
|
scrollbar-width: none; }
|
|
@@ -21494,7 +21494,7 @@ h6.next-typography-title {
|
|
|
21494
21494
|
border-left: 1px solid #f0f0f0; }
|
|
21495
21495
|
.next-table-group .next-table-group-header td {
|
|
21496
21496
|
background: #fafafa;
|
|
21497
|
-
color:
|
|
21497
|
+
color: #2e3038; }
|
|
21498
21498
|
.next-table-group .next-table-group-header td:first-child {
|
|
21499
21499
|
border-top-left-radius: 0px;
|
|
21500
21500
|
border-bottom-left-radius: 0px; }
|
|
@@ -21503,7 +21503,7 @@ h6.next-typography-title {
|
|
|
21503
21503
|
border-bottom-right-radius: 0px; }
|
|
21504
21504
|
.next-table-group .next-table-group-footer td {
|
|
21505
21505
|
background: #fafafa;
|
|
21506
|
-
color:
|
|
21506
|
+
color: #2e3038; }
|
|
21507
21507
|
.next-table-group .next-table-group-footer td:first-child {
|
|
21508
21508
|
border-top-left-radius: 0px;
|
|
21509
21509
|
border-bottom-left-radius: 0px; }
|
|
@@ -21513,7 +21513,7 @@ h6.next-typography-title {
|
|
|
21513
21513
|
.next-table-group .next-table-row.hovered,
|
|
21514
21514
|
.next-table-group .next-table-row.selected {
|
|
21515
21515
|
background: #FFFFFF;
|
|
21516
|
-
color:
|
|
21516
|
+
color: #2e3038; }
|
|
21517
21517
|
|
|
21518
21518
|
.next-table-lock {
|
|
21519
21519
|
position: relative; }
|
|
@@ -21525,8 +21525,8 @@ h6.next-typography-title {
|
|
|
21525
21525
|
|
|
21526
21526
|
.next-table-header-fixer {
|
|
21527
21527
|
content: " ";
|
|
21528
|
-
border-top-right-radius:
|
|
21529
|
-
border-bottom-right-radius:
|
|
21528
|
+
border-top-right-radius: 6px;
|
|
21529
|
+
border-bottom-right-radius: 6px;
|
|
21530
21530
|
width: 15px;
|
|
21531
21531
|
background: inherit;
|
|
21532
21532
|
position: absolute;
|
|
@@ -21605,7 +21605,7 @@ h6.next-typography-title {
|
|
|
21605
21605
|
.next-table-sort .next-icon {
|
|
21606
21606
|
position: absolute;
|
|
21607
21607
|
left: -2px;
|
|
21608
|
-
color:
|
|
21608
|
+
color: #2e3038; }
|
|
21609
21609
|
.next-table-sort .next-icon:before,
|
|
21610
21610
|
.next-table-sort .next-icon .next-icon-remote {
|
|
21611
21611
|
width: 12px;
|
|
@@ -21623,7 +21623,7 @@ h6.next-typography-title {
|
|
|
21623
21623
|
.next-table-filter:focus {
|
|
21624
21624
|
outline: 0; }
|
|
21625
21625
|
.next-table-filter .next-icon {
|
|
21626
|
-
color:
|
|
21626
|
+
color: #2e3038; }
|
|
21627
21627
|
.next-table-filter .next-icon:before,
|
|
21628
21628
|
.next-table-filter .next-icon .next-icon-remote {
|
|
21629
21629
|
width: 12px;
|
|
@@ -21956,7 +21956,7 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
21956
21956
|
.next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
|
|
21957
21957
|
text-align: center;
|
|
21958
21958
|
font-size: 14px;
|
|
21959
|
-
color:
|
|
21959
|
+
color: #2e3038;
|
|
21960
21960
|
font-weight: bolder;
|
|
21961
21961
|
vertical-align: initial; }
|
|
21962
21962
|
.next-calendar2-panel .next-calendar2-header-btn:hover,
|
|
@@ -22053,7 +22053,7 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
22053
22053
|
-ms-user-select: none;
|
|
22054
22054
|
user-select: none; }
|
|
22055
22055
|
.next-time-picker2-menu-item:hover {
|
|
22056
|
-
color:
|
|
22056
|
+
color: #2e3038;
|
|
22057
22057
|
background: #f8f9fb; }
|
|
22058
22058
|
.next-time-picker2-menu-item.next-selected {
|
|
22059
22059
|
color: rgba(0, 0, 0, 0.75);
|