@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.var-2.css
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/*!
|
|
2
|
-
* @alifd/theme-panda@0.1.
|
|
2
|
+
* @alifd/theme-panda@0.1.2 (https://fusion.design)
|
|
3
3
|
* @alifd/next@1.25.51 (https://fusion.design)
|
|
4
4
|
* Copyright 2018-present Alibaba Group,
|
|
5
5
|
* Licensed under MIT (https://github.com/alibaba-fusion/next/blob/master/LICENSE)
|
|
@@ -119,8 +119,8 @@
|
|
|
119
119
|
background: var(--nav-normal-bg-color, #FFFFFF);
|
|
120
120
|
border-color: #d9d9d9;
|
|
121
121
|
border-color: var(--nav-normal-border-color, #d9d9d9);
|
|
122
|
-
color:
|
|
123
|
-
color: var(--nav-normal-text-color,
|
|
122
|
+
color: #2e3038;
|
|
123
|
+
color: var(--nav-normal-text-color, #2e3038);
|
|
124
124
|
font-weight: normal;
|
|
125
125
|
font-weight: var(--nav-normal-text-style, normal);
|
|
126
126
|
-webkit-box-shadow: 2px 2px 4px 0px rgba(0, 0, 0, 0.12);
|
|
@@ -130,8 +130,8 @@
|
|
|
130
130
|
.next-nav.next-normal .next-nav-item.next-menu-item {
|
|
131
131
|
background: #FFFFFF;
|
|
132
132
|
background: var(--nav-normal-bg-color, #FFFFFF);
|
|
133
|
-
color:
|
|
134
|
-
color: var(--nav-normal-text-color,
|
|
133
|
+
color: #2e3038;
|
|
134
|
+
color: var(--nav-normal-text-color, #2e3038); }
|
|
135
135
|
.next-nav.next-normal .next-nav-item.next-menu-item.next-focused, .next-nav.next-normal .next-nav-item.next-menu-item:hover {
|
|
136
136
|
background: #FFFFFF;
|
|
137
137
|
background: var(--nav-normal-item-hover-bg-color, #FFFFFF);
|
|
@@ -188,8 +188,8 @@
|
|
|
188
188
|
.next-nav.next-normal .next-menu-sub-menu .next-menu-item {
|
|
189
189
|
background: #FFFFFF;
|
|
190
190
|
background: var(--nav-normal-sub-nav-bg-color, #FFFFFF);
|
|
191
|
-
color:
|
|
192
|
-
color: var(--nav-normal-sub-nav-text-color,
|
|
191
|
+
color: #2e3038;
|
|
192
|
+
color: var(--nav-normal-sub-nav-text-color, #2e3038);
|
|
193
193
|
font-weight: normal;
|
|
194
194
|
font-weight: var(--nav-normal-sub-nav-text-style, normal); }
|
|
195
195
|
.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 {
|
|
@@ -225,8 +225,8 @@
|
|
|
225
225
|
background: var(--nav-line-bg-color, transparent);
|
|
226
226
|
border-color: #f0f0f0;
|
|
227
227
|
border-color: var(--nav-line-border-color, #f0f0f0);
|
|
228
|
-
color:
|
|
229
|
-
color: var(--nav-line-text-color,
|
|
228
|
+
color: #2e3038;
|
|
229
|
+
color: var(--nav-line-text-color, #2e3038);
|
|
230
230
|
font-weight: normal;
|
|
231
231
|
font-weight: var(--nav-line-text-style, normal);
|
|
232
232
|
-webkit-box-shadow: none;
|
|
@@ -248,8 +248,8 @@
|
|
|
248
248
|
.next-nav.next-line .next-nav-item.next-menu-item {
|
|
249
249
|
background: transparent;
|
|
250
250
|
background: var(--nav-line-bg-color, transparent);
|
|
251
|
-
color:
|
|
252
|
-
color: var(--nav-line-text-color,
|
|
251
|
+
color: #2e3038;
|
|
252
|
+
color: var(--nav-line-text-color, #2e3038); }
|
|
253
253
|
.next-nav.next-line .next-nav-item.next-menu-item.next-focused, .next-nav.next-line .next-nav-item.next-menu-item:hover {
|
|
254
254
|
background: transparent;
|
|
255
255
|
background: var(--nav-line-item-hover-bg-color, transparent);
|
|
@@ -306,8 +306,8 @@
|
|
|
306
306
|
.next-nav.next-line .next-menu-sub-menu .next-menu-item {
|
|
307
307
|
background: transparent;
|
|
308
308
|
background: var(--nav-line-sub-nav-bg-color, transparent);
|
|
309
|
-
color:
|
|
310
|
-
color: var(--nav-line-sub-nav-text-color,
|
|
309
|
+
color: #2e3038;
|
|
310
|
+
color: var(--nav-line-sub-nav-text-color, #2e3038);
|
|
311
311
|
font-weight: normal;
|
|
312
312
|
font-weight: var(--nav-line-sub-nav-text-style, normal); }
|
|
313
313
|
.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 {
|
|
@@ -1017,13 +1017,13 @@
|
|
|
1017
1017
|
|
|
1018
1018
|
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-prev:not([disabled]) i,
|
|
1019
1019
|
.next-pagination[dir="rtl"].next-small .next-pagination-item.next-next:not([disabled]) i {
|
|
1020
|
-
color:
|
|
1021
|
-
color: var(--pagination-arrow-color,
|
|
1020
|
+
color: #A0A2AD;
|
|
1021
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
1022
1022
|
|
|
1023
1023
|
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
1024
1024
|
.next-pagination[dir="rtl"].next-small .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
1025
|
-
color:
|
|
1026
|
-
color: var(--pagination-arrow-hover-color,
|
|
1025
|
+
color: #2e3038;
|
|
1026
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
1027
1027
|
|
|
1028
1028
|
.next-pagination[dir="rtl"].next-medium .next-pagination-list {
|
|
1029
1029
|
margin: 0 4px;
|
|
@@ -1091,13 +1091,13 @@
|
|
|
1091
1091
|
|
|
1092
1092
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-prev:not([disabled]) i,
|
|
1093
1093
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item.next-next:not([disabled]) i {
|
|
1094
|
-
color:
|
|
1095
|
-
color: var(--pagination-arrow-color,
|
|
1094
|
+
color: #A0A2AD;
|
|
1095
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
1096
1096
|
|
|
1097
1097
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
1098
1098
|
.next-pagination[dir="rtl"].next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
1099
|
-
color:
|
|
1100
|
-
color: var(--pagination-arrow-hover-color,
|
|
1099
|
+
color: #2e3038;
|
|
1100
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
1101
1101
|
|
|
1102
1102
|
.next-pagination[dir="rtl"].next-large .next-pagination-list {
|
|
1103
1103
|
margin: 0 8px;
|
|
@@ -1165,13 +1165,13 @@
|
|
|
1165
1165
|
|
|
1166
1166
|
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-prev:not([disabled]) i,
|
|
1167
1167
|
.next-pagination[dir="rtl"].next-large .next-pagination-item.next-next:not([disabled]) i {
|
|
1168
|
-
color:
|
|
1169
|
-
color: var(--pagination-arrow-color,
|
|
1168
|
+
color: #A0A2AD;
|
|
1169
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
1170
1170
|
|
|
1171
1171
|
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
1172
1172
|
.next-pagination[dir="rtl"].next-large .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
1173
|
-
color:
|
|
1174
|
-
color: var(--pagination-arrow-hover-color,
|
|
1173
|
+
color: #2e3038;
|
|
1174
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
1175
1175
|
|
|
1176
1176
|
.next-pagination {
|
|
1177
1177
|
-webkit-box-sizing: border-box;
|
|
@@ -1203,12 +1203,12 @@
|
|
|
1203
1203
|
display: inline-block;
|
|
1204
1204
|
border-style: solid;
|
|
1205
1205
|
border-style: var(--pagination-item-border-style, solid);
|
|
1206
|
-
border-color:
|
|
1207
|
-
border-color: var(--pagination-item-border-color,
|
|
1208
|
-
background: #
|
|
1209
|
-
background: var(--pagination-item-bg, #
|
|
1210
|
-
color:
|
|
1211
|
-
color: var(--pagination-item-color,
|
|
1206
|
+
border-color: gainsboro;
|
|
1207
|
+
border-color: var(--pagination-item-border-color, gainsboro);
|
|
1208
|
+
background: #FFFFFF;
|
|
1209
|
+
background: var(--pagination-item-bg, #FFFFFF);
|
|
1210
|
+
color: #2e3038;
|
|
1211
|
+
color: var(--pagination-item-color, #2e3038);
|
|
1212
1212
|
-webkit-box-shadow: none;
|
|
1213
1213
|
-webkit-box-shadow: var(--pagination-item-shadow, none);
|
|
1214
1214
|
box-shadow: none;
|
|
@@ -1246,8 +1246,8 @@
|
|
|
1246
1246
|
.next-pagination-display {
|
|
1247
1247
|
display: inline-block;
|
|
1248
1248
|
margin: 0 16px;
|
|
1249
|
-
color:
|
|
1250
|
-
color: var(--pagination-total-color,
|
|
1249
|
+
color: #2e3038;
|
|
1250
|
+
color: var(--pagination-total-color, #2e3038);
|
|
1251
1251
|
vertical-align: middle; }
|
|
1252
1252
|
.next-pagination-display em {
|
|
1253
1253
|
font-style: normal;
|
|
@@ -1256,8 +1256,8 @@
|
|
|
1256
1256
|
.next-pagination-jump-text {
|
|
1257
1257
|
display: inline-block;
|
|
1258
1258
|
vertical-align: middle;
|
|
1259
|
-
color: #
|
|
1260
|
-
color: var(--pagination-jump-color, #
|
|
1259
|
+
color: #2e3038;
|
|
1260
|
+
color: var(--pagination-jump-color, #2e3038); }
|
|
1261
1261
|
.next-pagination-jump-input {
|
|
1262
1262
|
margin: 0 4px;
|
|
1263
1263
|
margin: 0 var(--pagination-input-margin, 4px);
|
|
@@ -1366,12 +1366,12 @@
|
|
|
1366
1366
|
padding: 0 var(--pagination-small-size-selector-number-padding, 8px); }
|
|
1367
1367
|
.next-pagination.next-small .next-pagination-item.next-prev:not([disabled]) i,
|
|
1368
1368
|
.next-pagination.next-small .next-pagination-item.next-next:not([disabled]) i {
|
|
1369
|
-
color:
|
|
1370
|
-
color: var(--pagination-arrow-color,
|
|
1369
|
+
color: #A0A2AD;
|
|
1370
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
1371
1371
|
.next-pagination.next-small .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
1372
1372
|
.next-pagination.next-small .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
1373
|
-
color:
|
|
1374
|
-
color: var(--pagination-arrow-hover-color,
|
|
1373
|
+
color: #2e3038;
|
|
1374
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
1375
1375
|
.next-pagination.next-small.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-small.next-arrow-only .next-pagination-item.next-next {
|
|
1376
1376
|
width: 20px;
|
|
1377
1377
|
padding: 0; }
|
|
@@ -1458,12 +1458,12 @@
|
|
|
1458
1458
|
padding: 0 var(--pagination-size-selector-number-padding, 12px); }
|
|
1459
1459
|
.next-pagination.next-medium .next-pagination-item.next-prev:not([disabled]) i,
|
|
1460
1460
|
.next-pagination.next-medium .next-pagination-item.next-next:not([disabled]) i {
|
|
1461
|
-
color:
|
|
1462
|
-
color: var(--pagination-arrow-color,
|
|
1461
|
+
color: #A0A2AD;
|
|
1462
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
1463
1463
|
.next-pagination.next-medium .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
1464
1464
|
.next-pagination.next-medium .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
1465
|
-
color:
|
|
1466
|
-
color: var(--pagination-arrow-hover-color,
|
|
1465
|
+
color: #2e3038;
|
|
1466
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
1467
1467
|
.next-pagination.next-medium.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-medium.next-arrow-only .next-pagination-item.next-next {
|
|
1468
1468
|
width: 28px;
|
|
1469
1469
|
padding: 0; }
|
|
@@ -1550,12 +1550,12 @@
|
|
|
1550
1550
|
padding: 0 var(--pagination-large-size-selector-number-padding, 16px); }
|
|
1551
1551
|
.next-pagination.next-large .next-pagination-item.next-prev:not([disabled]) i,
|
|
1552
1552
|
.next-pagination.next-large .next-pagination-item.next-next:not([disabled]) i {
|
|
1553
|
-
color:
|
|
1554
|
-
color: var(--pagination-arrow-color,
|
|
1553
|
+
color: #A0A2AD;
|
|
1554
|
+
color: var(--pagination-arrow-color, #A0A2AD); }
|
|
1555
1555
|
.next-pagination.next-large .next-pagination-item:hover.next-prev:not([disabled]) i,
|
|
1556
1556
|
.next-pagination.next-large .next-pagination-item:hover.next-next:not([disabled]) i {
|
|
1557
|
-
color:
|
|
1558
|
-
color: var(--pagination-arrow-hover-color,
|
|
1557
|
+
color: #2e3038;
|
|
1558
|
+
color: var(--pagination-arrow-hover-color, #2e3038); }
|
|
1559
1559
|
.next-pagination.next-large.next-arrow-only .next-pagination-item.next-prev, .next-pagination.next-large.next-arrow-only .next-pagination-item.next-next {
|
|
1560
1560
|
width: 40px;
|
|
1561
1561
|
padding: 0; }
|
|
@@ -1595,8 +1595,8 @@
|
|
|
1595
1595
|
content: var(--pagination-icon-ellipsis-content, "\E654"); }
|
|
1596
1596
|
|
|
1597
1597
|
.next-paragraph {
|
|
1598
|
-
color:
|
|
1599
|
-
color: var(--paragraph-text-color,
|
|
1598
|
+
color: #2e3038;
|
|
1599
|
+
color: var(--paragraph-text-color, #2e3038); }
|
|
1600
1600
|
.next-paragraph-short {
|
|
1601
1601
|
line-height: 1.5;
|
|
1602
1602
|
line-height: var(--paragraph-s-line-height, 1.5); }
|
|
@@ -1728,8 +1728,8 @@
|
|
|
1728
1728
|
margin-left: 10px;
|
|
1729
1729
|
vertical-align: middle;
|
|
1730
1730
|
display: inline-block;
|
|
1731
|
-
color:
|
|
1732
|
-
color: var(--progress-line-font-color,
|
|
1731
|
+
color: #2e3038;
|
|
1732
|
+
color: var(--progress-line-font-color, #2e3038); }
|
|
1733
1733
|
.next-progress-line-show-border .next-progress-line-underlay {
|
|
1734
1734
|
border: 1px solid #f0f0f0;
|
|
1735
1735
|
border: var(--progress-line-underlay-border-width, 1px) solid var(--progress-line-underlay-border-color, #f0f0f0); }
|
|
@@ -1865,8 +1865,8 @@
|
|
|
1865
1865
|
transition: -webkit-transform 300ms ease;
|
|
1866
1866
|
transition: transform 300ms ease;
|
|
1867
1867
|
transition: transform 300ms ease, -webkit-transform 300ms ease;
|
|
1868
|
-
color:
|
|
1869
|
-
color: var(--progress-circle-text-color,
|
|
1868
|
+
color: #2e3038;
|
|
1869
|
+
color: var(--progress-circle-text-color, #2e3038); }
|
|
1870
1870
|
|
|
1871
1871
|
.next-range {
|
|
1872
1872
|
-webkit-box-sizing: border-box;
|
|
@@ -2032,11 +2032,11 @@
|
|
|
2032
2032
|
color: #999999;
|
|
2033
2033
|
color: var(--range-normal-mark-color-hover, #999999); }
|
|
2034
2034
|
.next-range .next-range-mark .next-range-mark-text.activated {
|
|
2035
|
-
color:
|
|
2036
|
-
color: var(--range-normal-mark-selected-color,
|
|
2035
|
+
color: #2e3038;
|
|
2036
|
+
color: var(--range-normal-mark-selected-color, #2e3038); }
|
|
2037
2037
|
.next-range .next-range-mark .next-range-mark-text.activated:hover {
|
|
2038
|
-
color:
|
|
2039
|
-
color: var(--range-normal-mark-selected-color-hover,
|
|
2038
|
+
color: #2e3038;
|
|
2039
|
+
color: var(--range-normal-mark-selected-color-hover, #2e3038); }
|
|
2040
2040
|
.next-range.disabled .next-range-track {
|
|
2041
2041
|
background: #cacaca;
|
|
2042
2042
|
background: var(--range-normal-unselected-color-disabled, #cacaca); }
|
|
@@ -2702,14 +2702,14 @@
|
|
|
2702
2702
|
background: var(--search-normal-normal-btn-hover-bg-color, #EBECF0);
|
|
2703
2703
|
border-color: #A0A2AD;
|
|
2704
2704
|
border-color: var(--search-normal-normal-hover-color, #A0A2AD);
|
|
2705
|
-
color:
|
|
2706
|
-
color: var(--search-normal-normal-btn-hover-text-color,
|
|
2705
|
+
color: #2e3038;
|
|
2706
|
+
color: var(--search-normal-normal-btn-hover-text-color, #2e3038); }
|
|
2707
2707
|
.next-search-normal.next-normal .next-search-btn .next-icon {
|
|
2708
2708
|
color: rgba(0, 0, 0, 0.75);
|
|
2709
2709
|
color: var(--search-normal-normal-btn-text-color, rgba(0, 0, 0, 0.75)); }
|
|
2710
2710
|
.next-search-normal.next-normal .next-search-btn .next-icon:hover {
|
|
2711
|
-
color:
|
|
2712
|
-
color: var(--search-normal-normal-btn-hover-text-color,
|
|
2711
|
+
color: #2e3038;
|
|
2712
|
+
color: var(--search-normal-normal-btn-hover-text-color, #2e3038); }
|
|
2713
2713
|
.next-search-normal.next-normal.next-large {
|
|
2714
2714
|
-webkit-box-shadow: none;
|
|
2715
2715
|
-webkit-box-shadow: var(--search-normal-normal-shadow, none);
|
|
@@ -3081,8 +3081,8 @@
|
|
|
3081
3081
|
border-radius: 0px;
|
|
3082
3082
|
border-radius: var(--slick-arrow-corner-radius-outer, 0px); }
|
|
3083
3083
|
.next-slick-arrow.outer:focus, .next-slick-arrow.outer:hover {
|
|
3084
|
-
color:
|
|
3085
|
-
color: var(--slick-arrow-icon-color-hover-outer,
|
|
3084
|
+
color: #2e3038;
|
|
3085
|
+
color: var(--slick-arrow-icon-color-hover-outer, #2e3038);
|
|
3086
3086
|
background: transparent;
|
|
3087
3087
|
background: var(--slick-arrow-bg-color-hover-outer, transparent);
|
|
3088
3088
|
opacity: 0.32;
|
|
@@ -3868,13 +3868,13 @@
|
|
|
3868
3868
|
border-color: var(--step-circle-item-node-process-border-color, #257df9); }
|
|
3869
3869
|
|
|
3870
3870
|
.next-step-circle > .next-step-item-process .next-step-item-title {
|
|
3871
|
-
color:
|
|
3872
|
-
color: var(--step-circle-item-title-process-color,
|
|
3871
|
+
color: #2e3038;
|
|
3872
|
+
color: var(--step-circle-item-title-process-color, #2e3038);
|
|
3873
3873
|
word-break: break-word; }
|
|
3874
3874
|
|
|
3875
3875
|
.next-step-circle > .next-step-item-process .next-step-item-content {
|
|
3876
|
-
color:
|
|
3877
|
-
color: var(--step-circle-item-title-process-color,
|
|
3876
|
+
color: #2e3038;
|
|
3877
|
+
color: var(--step-circle-item-title-process-color, #2e3038);
|
|
3878
3878
|
font-size: 14px;
|
|
3879
3879
|
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
3880
3880
|
line-height: 1.5;
|
|
@@ -4716,13 +4716,13 @@
|
|
|
4716
4716
|
border-color: var(--step-dot-item-node-process-border-color, #257df9); }
|
|
4717
4717
|
|
|
4718
4718
|
.next-step-dot > .next-step-item-process .next-step-item-title {
|
|
4719
|
-
color:
|
|
4720
|
-
color: var(--step-dot-item-title-process-color,
|
|
4719
|
+
color: #2e3038;
|
|
4720
|
+
color: var(--step-dot-item-title-process-color, #2e3038);
|
|
4721
4721
|
word-break: break-word; }
|
|
4722
4722
|
|
|
4723
4723
|
.next-step-dot > .next-step-item-process .next-step-item-content {
|
|
4724
|
-
color:
|
|
4725
|
-
color: var(--step-dot-item-title-process-color,
|
|
4724
|
+
color: #2e3038;
|
|
4725
|
+
color: var(--step-dot-item-title-process-color, #2e3038);
|
|
4726
4726
|
font-size: 14px;
|
|
4727
4727
|
font-size: var(--step-circle-item-content-font-size, 14px);
|
|
4728
4728
|
line-height: 1.5;
|
|
@@ -6099,14 +6099,14 @@
|
|
|
6099
6099
|
-webkit-transition: all 300ms ease;
|
|
6100
6100
|
transition: all 300ms ease; }
|
|
6101
6101
|
.next-tabs-tab.active {
|
|
6102
|
-
font-weight:
|
|
6103
|
-
font-weight: var(--tab-item-font-weight-selected,
|
|
6102
|
+
font-weight: 500;
|
|
6103
|
+
font-weight: var(--tab-item-font-weight-selected, 500); }
|
|
6104
6104
|
.next-tabs-tab .next-tabs-tab-close {
|
|
6105
6105
|
color: rgba(0, 0, 0, 0.75);
|
|
6106
6106
|
color: var(--tab-close-icon-color, rgba(0, 0, 0, 0.75)); }
|
|
6107
6107
|
.next-tabs-tab .next-tabs-tab-close:hover {
|
|
6108
|
-
color:
|
|
6109
|
-
color: var(--tab-close-icon-color-hover,
|
|
6108
|
+
color: #2e3038;
|
|
6109
|
+
color: var(--tab-close-icon-color-hover, #2e3038); }
|
|
6110
6110
|
.next-tabs-tab .next-tabs-tab-close:focus {
|
|
6111
6111
|
outline: none; }
|
|
6112
6112
|
.next-tabs-tab.active .next-tabs-tab-close {
|
|
@@ -6144,14 +6144,14 @@
|
|
|
6144
6144
|
color: rgba(0, 0, 0, 0.75);
|
|
6145
6145
|
color: var(--tab-nav-arrow-color-normal, rgba(0, 0, 0, 0.75)); }
|
|
6146
6146
|
.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 {
|
|
6147
|
-
color:
|
|
6148
|
-
color: var(--tab-nav-arrow-color-hover,
|
|
6147
|
+
color: #2e3038;
|
|
6148
|
+
color: var(--tab-nav-arrow-color-hover, #2e3038);
|
|
6149
6149
|
background: transparent;
|
|
6150
6150
|
border-color: transparent;
|
|
6151
6151
|
text-decoration: none; }
|
|
6152
6152
|
.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 {
|
|
6153
|
-
color:
|
|
6154
|
-
color: var(--tab-nav-arrow-color-hover,
|
|
6153
|
+
color: #2e3038;
|
|
6154
|
+
color: var(--tab-nav-arrow-color-hover, #2e3038);
|
|
6155
6155
|
background: transparent;
|
|
6156
6156
|
border-color: transparent;
|
|
6157
6157
|
text-decoration: none; }
|
|
@@ -6187,10 +6187,10 @@
|
|
|
6187
6187
|
padding-right: 60px;
|
|
6188
6188
|
padding-right: var(--tab-nav-scroll-padding-right-m, 60px); }
|
|
6189
6189
|
.next-tabs.next-medium .next-tabs-tab-inner {
|
|
6190
|
-
font-size:
|
|
6191
|
-
font-size: var(--tab-item-text-size-m,
|
|
6192
|
-
padding:
|
|
6193
|
-
padding: var(--tab-item-padding-tb-size-m,
|
|
6190
|
+
font-size: 14px;
|
|
6191
|
+
font-size: var(--tab-item-text-size-m, 14px);
|
|
6192
|
+
padding: 20px 16px;
|
|
6193
|
+
padding: var(--tab-item-padding-tb-size-m, 20px) var(--tab-item-padding-lr-size-m, 16px); }
|
|
6194
6194
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon {
|
|
6195
6195
|
line-height: 1; }
|
|
6196
6196
|
.next-tabs.next-medium .next-tabs-tab-inner .next-icon:before,
|
|
@@ -6275,13 +6275,13 @@
|
|
|
6275
6275
|
background-color: transparent; }
|
|
6276
6276
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab:hover {
|
|
6277
6277
|
cursor: pointer;
|
|
6278
|
-
color: #
|
|
6279
|
-
color: var(--tab-pure-text-color-hover, #
|
|
6278
|
+
color: #000000;
|
|
6279
|
+
color: var(--tab-pure-text-color-hover, #000000);
|
|
6280
6280
|
background-color: transparent; }
|
|
6281
6281
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active {
|
|
6282
6282
|
z-index: 1;
|
|
6283
|
-
color: #
|
|
6284
|
-
color: var(--tab-pure-text-color-selected, #
|
|
6283
|
+
color: #000000;
|
|
6284
|
+
color: var(--tab-pure-text-color-selected, #000000);
|
|
6285
6285
|
background-color: transparent; }
|
|
6286
6286
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.disabled {
|
|
6287
6287
|
pointer-events: none;
|
|
@@ -6297,10 +6297,10 @@
|
|
|
6297
6297
|
left: 50%;
|
|
6298
6298
|
bottom: 0%; }
|
|
6299
6299
|
.next-tabs-pure > .next-tabs-bar .next-tabs-nav-container .next-tabs-tab.active:before {
|
|
6300
|
-
width: calc(100% -
|
|
6301
|
-
width: calc(100% - var(--tab-pure-ink-bar-padding-l,
|
|
6302
|
-
left: calc(
|
|
6303
|
-
left: calc(var(--tab-pure-ink-bar-padding-l,
|
|
6300
|
+
width: calc(100% - 32px*2);
|
|
6301
|
+
width: calc(100% - var(--tab-pure-ink-bar-padding-l, 32px)*2);
|
|
6302
|
+
left: calc(32px);
|
|
6303
|
+
left: calc(var(--tab-pure-ink-bar-padding-l, 32px)); }
|
|
6304
6304
|
.next-tabs-wrapped > .next-tabs-bar {
|
|
6305
6305
|
background: transparent;
|
|
6306
6306
|
background: var(--tab-wrapped-bar-bg-color, transparent); }
|
|
@@ -6332,8 +6332,8 @@
|
|
|
6332
6332
|
color: rgba(0, 0, 0, 0.75);
|
|
6333
6333
|
color: var(--tab-close-icon-color, rgba(0, 0, 0, 0.75)); }
|
|
6334
6334
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:hover {
|
|
6335
|
-
color:
|
|
6336
|
-
color: var(--tab-close-icon-color-hover,
|
|
6335
|
+
color: #2e3038;
|
|
6336
|
+
color: var(--tab-close-icon-color-hover, #2e3038); }
|
|
6337
6337
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab .next-tabs-tab-close:focus {
|
|
6338
6338
|
outline: none; }
|
|
6339
6339
|
.next-tabs-wrapped > .next-tabs-bar .next-tabs-tab.active .next-tabs-tab-close {
|
|
@@ -6534,8 +6534,8 @@
|
|
|
6534
6534
|
border-right-color: transparent;
|
|
6535
6535
|
margin-right: calc(0px - 1px);
|
|
6536
6536
|
margin-right: calc(0px - var(--tab-capsule-tab-border-line-width, 1px));
|
|
6537
|
-
color:
|
|
6538
|
-
color: var(--tab-capsule-text-color,
|
|
6537
|
+
color: #2e3038;
|
|
6538
|
+
color: var(--tab-capsule-text-color, #2e3038);
|
|
6539
6539
|
background-color: #FFFFFF;
|
|
6540
6540
|
background-color: var(--tab-capsule-bg-color, #FFFFFF); }
|
|
6541
6541
|
.next-tabs-capsule > .next-tabs-bar .next-tabs-tab:first-child {
|
|
@@ -6743,8 +6743,8 @@
|
|
|
6743
6743
|
text-overflow: ellipsis; }
|
|
6744
6744
|
|
|
6745
6745
|
.next-tag-checkable.next-tag-level-secondary {
|
|
6746
|
-
color:
|
|
6747
|
-
color: var(--tag-normal-text-color,
|
|
6746
|
+
color: #2e3038;
|
|
6747
|
+
color: var(--tag-normal-text-color, #2e3038);
|
|
6748
6748
|
border-color: transparent;
|
|
6749
6749
|
background-color: transparent; }
|
|
6750
6750
|
.next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-secondary:not(.disabled):not([disabled]).hover {
|
|
@@ -6766,8 +6766,8 @@
|
|
|
6766
6766
|
background-color: #DEE8FF;
|
|
6767
6767
|
background-color: var(--tag-fill-bg-color-hover, #DEE8FF); }
|
|
6768
6768
|
.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 {
|
|
6769
|
-
color:
|
|
6770
|
-
color: var(--tag-fill-tail-color-hover,
|
|
6769
|
+
color: #2e3038;
|
|
6770
|
+
color: var(--tag-fill-tail-color-hover, #2e3038); }
|
|
6771
6771
|
.next-tag-default.next-tag-level-primary[disabled], .disabled.next-tag-default.next-tag-level-primary {
|
|
6772
6772
|
color: rgba(0, 0, 0, 0.4);
|
|
6773
6773
|
color: var(--tag-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -6790,15 +6790,15 @@
|
|
|
6790
6790
|
background-color: #EBECF0;
|
|
6791
6791
|
background-color: var(--tag-closable-primary-fill-bg-color, #EBECF0); }
|
|
6792
6792
|
.next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
|
|
6793
|
-
color:
|
|
6794
|
-
color: var(--tag-closable-primary-fill-text-color-hover,
|
|
6793
|
+
color: #2e3038;
|
|
6794
|
+
color: var(--tag-closable-primary-fill-text-color-hover, #2e3038);
|
|
6795
6795
|
border-color: #E2E4E8;
|
|
6796
6796
|
border-color: var(--tag-closable-primary-fill-border-color-hover, #E2E4E8);
|
|
6797
6797
|
background-color: #E2E4E8;
|
|
6798
6798
|
background-color: var(--tag-closable-primary-fill-bg-color-hover, #E2E4E8); }
|
|
6799
6799
|
.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 {
|
|
6800
|
-
color:
|
|
6801
|
-
color: var(--tag-fill-tail-color-hover,
|
|
6800
|
+
color: #2e3038;
|
|
6801
|
+
color: var(--tag-fill-tail-color-hover, #2e3038); }
|
|
6802
6802
|
.next-tag-closable.next-tag-level-primary[disabled], .disabled.next-tag-closable.next-tag-level-primary {
|
|
6803
6803
|
color: rgba(0, 0, 0, 0.4);
|
|
6804
6804
|
color: var(--tag-closable-primary-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -6821,15 +6821,15 @@
|
|
|
6821
6821
|
background-color: #EBECF0;
|
|
6822
6822
|
background-color: var(--tag-checkable-fill-bg-color, #EBECF0); }
|
|
6823
6823
|
.next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-primary:not(.disabled):not([disabled]).hover {
|
|
6824
|
-
color:
|
|
6825
|
-
color: var(--tag-checkable-fill-text-color-hover,
|
|
6824
|
+
color: #2e3038;
|
|
6825
|
+
color: var(--tag-checkable-fill-text-color-hover, #2e3038);
|
|
6826
6826
|
border-color: #E2E4E8;
|
|
6827
6827
|
border-color: var(--tag-checkable-fill-border-color-hover, #E2E4E8);
|
|
6828
6828
|
background-color: #E2E4E8;
|
|
6829
6829
|
background-color: var(--tag-checkable-fill-bg-color-hover, #E2E4E8); }
|
|
6830
6830
|
.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 {
|
|
6831
|
-
color:
|
|
6832
|
-
color: var(--tag-checkable-fill-tail-color-hover,
|
|
6831
|
+
color: #2e3038;
|
|
6832
|
+
color: var(--tag-checkable-fill-tail-color-hover, #2e3038); }
|
|
6833
6833
|
.next-tag-checkable.next-tag-level-primary[disabled], .disabled.next-tag-checkable.next-tag-level-primary {
|
|
6834
6834
|
color: rgba(0, 0, 0, 0.4);
|
|
6835
6835
|
color: var(--tag-checkable-fill-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -6876,22 +6876,22 @@
|
|
|
6876
6876
|
color: var(--tag-checkable-primary-tail-color, #FFFFFF); }
|
|
6877
6877
|
|
|
6878
6878
|
.next-tag-default.next-tag-level-normal {
|
|
6879
|
-
color:
|
|
6880
|
-
color: var(--tag-bordered-text-color,
|
|
6879
|
+
color: #2e3038;
|
|
6880
|
+
color: var(--tag-bordered-text-color, #2e3038);
|
|
6881
6881
|
border-color: #d9d9d9;
|
|
6882
6882
|
border-color: var(--tag-bordered-border-color, #d9d9d9);
|
|
6883
6883
|
background-color: #f8f9fb;
|
|
6884
6884
|
background-color: var(--tag-bordered-bg, #f8f9fb); }
|
|
6885
6885
|
.next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-default.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
6886
|
-
color:
|
|
6887
|
-
color: var(--tag-bordered-text-color-hover,
|
|
6886
|
+
color: #2e3038;
|
|
6887
|
+
color: var(--tag-bordered-text-color-hover, #2e3038);
|
|
6888
6888
|
border-color: #d9d9d9;
|
|
6889
6889
|
border-color: var(--tag-bordered-border-color-hover, #d9d9d9);
|
|
6890
6890
|
background-color: #f8f9fb;
|
|
6891
6891
|
background-color: var(--tag-bordered-bg-hover, #f8f9fb); }
|
|
6892
6892
|
.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 {
|
|
6893
|
-
color:
|
|
6894
|
-
color: var(--tag-bordered-tail-color-hover,
|
|
6893
|
+
color: #2e3038;
|
|
6894
|
+
color: var(--tag-bordered-tail-color-hover, #2e3038); }
|
|
6895
6895
|
.next-tag-default.next-tag-level-normal[disabled], .disabled.next-tag-default.next-tag-level-normal {
|
|
6896
6896
|
color: rgba(0, 0, 0, 0.4);
|
|
6897
6897
|
color: var(--tag-bordered-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -6914,15 +6914,15 @@
|
|
|
6914
6914
|
background-color: transparent;
|
|
6915
6915
|
background-color: var(--tag-closable-bordered-bg, transparent); }
|
|
6916
6916
|
.next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-closable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
6917
|
-
color:
|
|
6918
|
-
color: var(--tag-closable-bordered-text-color-hover,
|
|
6917
|
+
color: #2e3038;
|
|
6918
|
+
color: var(--tag-closable-bordered-text-color-hover, #2e3038);
|
|
6919
6919
|
border-color: #A0A2AD;
|
|
6920
6920
|
border-color: var(--tag-closable-bordered-border-color-hover, #A0A2AD);
|
|
6921
6921
|
background-color: transparent;
|
|
6922
6922
|
background-color: var(--tag-closable-bordered-bg-hover, transparent); }
|
|
6923
6923
|
.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 {
|
|
6924
|
-
color:
|
|
6925
|
-
color: var(--tag-closable-bordered-tail-color-hover,
|
|
6924
|
+
color: #2e3038;
|
|
6925
|
+
color: var(--tag-closable-bordered-tail-color-hover, #2e3038); }
|
|
6926
6926
|
.next-tag-closable.next-tag-level-normal[disabled], .disabled.next-tag-closable.next-tag-level-normal {
|
|
6927
6927
|
color: rgba(0, 0, 0, 0.4);
|
|
6928
6928
|
color: var(--tag-closable-bordered-text-color-disabled, rgba(0, 0, 0, 0.4));
|
|
@@ -7013,8 +7013,8 @@
|
|
|
7013
7013
|
background-color: transparent;
|
|
7014
7014
|
background-color: var(--tag-checkable-normal-bg, transparent); }
|
|
7015
7015
|
.next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]):hover, .next-tag-checkable.next-tag-level-normal:not(.disabled):not([disabled]).hover {
|
|
7016
|
-
color:
|
|
7017
|
-
color: var(--tag-checkable-normal-text-color-hover,
|
|
7016
|
+
color: #2e3038;
|
|
7017
|
+
color: var(--tag-checkable-normal-text-color-hover, #2e3038);
|
|
7018
7018
|
border-color: #cacaca;
|
|
7019
7019
|
border-color: var(--tag-checkable-normal-border-color-hover, #cacaca);
|
|
7020
7020
|
background-color: transparent;
|
|
@@ -7220,11 +7220,11 @@
|
|
|
7220
7220
|
border-color: #FCCC12;
|
|
7221
7221
|
color: #FCCC12; }
|
|
7222
7222
|
.next-tag-large {
|
|
7223
|
-
height:
|
|
7224
|
-
height: var(--tag-size-l-height,
|
|
7223
|
+
height: 28px;
|
|
7224
|
+
height: var(--tag-size-l-height, 28px);
|
|
7225
7225
|
padding: 0;
|
|
7226
|
-
line-height: calc(
|
|
7227
|
-
line-height: calc(var(--tag-size-l-height,
|
|
7226
|
+
line-height: calc(28px - 1px*2);
|
|
7227
|
+
line-height: calc(var(--tag-size-l-height, 28px) - var(--tag-border-width, 1px)*2);
|
|
7228
7228
|
font-size: 0; }
|
|
7229
7229
|
.next-tag-large > .next-tag-body {
|
|
7230
7230
|
font-size: 14px;
|
|
@@ -7273,11 +7273,11 @@
|
|
|
7273
7273
|
padding-left: 8px;
|
|
7274
7274
|
padding-left: var(--tag-size-l-padding-lr, 8px); }
|
|
7275
7275
|
.next-tag-medium {
|
|
7276
|
-
height:
|
|
7277
|
-
height: var(--tag-size-m-height,
|
|
7276
|
+
height: 28px;
|
|
7277
|
+
height: var(--tag-size-m-height, 28px);
|
|
7278
7278
|
padding: 0;
|
|
7279
|
-
line-height: calc(
|
|
7280
|
-
line-height: calc(var(--tag-size-m-height,
|
|
7279
|
+
line-height: calc(28px - 1px*2);
|
|
7280
|
+
line-height: calc(var(--tag-size-m-height, 28px) - var(--tag-border-width, 1px)*2);
|
|
7281
7281
|
font-size: 0; }
|
|
7282
7282
|
.next-tag-medium > .next-tag-body {
|
|
7283
7283
|
font-size: 14px;
|
|
@@ -7326,11 +7326,11 @@
|
|
|
7326
7326
|
padding-left: 8px;
|
|
7327
7327
|
padding-left: var(--tag-size-m-padding-lr, 8px); }
|
|
7328
7328
|
.next-tag-small {
|
|
7329
|
-
height:
|
|
7330
|
-
height: var(--tag-size-s-height,
|
|
7329
|
+
height: 28px;
|
|
7330
|
+
height: var(--tag-size-s-height, 28px);
|
|
7331
7331
|
padding: 0;
|
|
7332
|
-
line-height: calc(
|
|
7333
|
-
line-height: calc(var(--tag-size-s-height,
|
|
7332
|
+
line-height: calc(28px - 1px*2);
|
|
7333
|
+
line-height: calc(var(--tag-size-s-height, 28px) - var(--tag-border-width, 1px)*2);
|
|
7334
7334
|
font-size: 0; }
|
|
7335
7335
|
.next-tag-small > .next-tag-body {
|
|
7336
7336
|
font-size: 14px;
|
|
@@ -7596,8 +7596,8 @@
|
|
|
7596
7596
|
overflow: hidden;
|
|
7597
7597
|
text-overflow: ellipsis;
|
|
7598
7598
|
white-space: nowrap;
|
|
7599
|
-
color:
|
|
7600
|
-
color: var(--timeline-item-title-color,
|
|
7599
|
+
color: #2e3038;
|
|
7600
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
7601
7601
|
text-align: right; }
|
|
7602
7602
|
.next-timeline[dir='rtl'] .next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
7603
7603
|
margin: 0;
|
|
@@ -7755,8 +7755,8 @@
|
|
|
7755
7755
|
overflow: hidden;
|
|
7756
7756
|
text-overflow: ellipsis;
|
|
7757
7757
|
white-space: nowrap;
|
|
7758
|
-
color:
|
|
7759
|
-
color: var(--timeline-item-title-color,
|
|
7758
|
+
color: #2e3038;
|
|
7759
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
7760
7760
|
text-align: right; }
|
|
7761
7761
|
.next-timeline[dir='rtl'] .next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
7762
7762
|
margin: 0;
|
|
@@ -7914,8 +7914,8 @@
|
|
|
7914
7914
|
overflow: hidden;
|
|
7915
7915
|
text-overflow: ellipsis;
|
|
7916
7916
|
white-space: nowrap;
|
|
7917
|
-
color:
|
|
7918
|
-
color: var(--timeline-item-title-color,
|
|
7917
|
+
color: #2e3038;
|
|
7918
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
7919
7919
|
text-align: right; }
|
|
7920
7920
|
.next-timeline[dir='rtl'] .next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
7921
7921
|
margin: 0;
|
|
@@ -8073,8 +8073,8 @@
|
|
|
8073
8073
|
overflow: hidden;
|
|
8074
8074
|
text-overflow: ellipsis;
|
|
8075
8075
|
white-space: nowrap;
|
|
8076
|
-
color:
|
|
8077
|
-
color: var(--timeline-item-title-color,
|
|
8076
|
+
color: #2e3038;
|
|
8077
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
8078
8078
|
text-align: right; }
|
|
8079
8079
|
.next-timeline[dir='rtl'] .next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
8080
8080
|
margin: 0;
|
|
@@ -8267,8 +8267,8 @@
|
|
|
8267
8267
|
overflow: hidden;
|
|
8268
8268
|
text-overflow: ellipsis;
|
|
8269
8269
|
white-space: nowrap;
|
|
8270
|
-
color:
|
|
8271
|
-
color: var(--timeline-item-title-color,
|
|
8270
|
+
color: #2e3038;
|
|
8271
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
8272
8272
|
text-align: left; }
|
|
8273
8273
|
.next-timeline-item-done .next-timeline-item-content .next-timeline-item-body {
|
|
8274
8274
|
margin: 0;
|
|
@@ -8419,8 +8419,8 @@
|
|
|
8419
8419
|
overflow: hidden;
|
|
8420
8420
|
text-overflow: ellipsis;
|
|
8421
8421
|
white-space: nowrap;
|
|
8422
|
-
color:
|
|
8423
|
-
color: var(--timeline-item-title-color,
|
|
8422
|
+
color: #2e3038;
|
|
8423
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
8424
8424
|
text-align: left; }
|
|
8425
8425
|
.next-timeline-item-process .next-timeline-item-content .next-timeline-item-body {
|
|
8426
8426
|
margin: 0;
|
|
@@ -8571,8 +8571,8 @@
|
|
|
8571
8571
|
overflow: hidden;
|
|
8572
8572
|
text-overflow: ellipsis;
|
|
8573
8573
|
white-space: nowrap;
|
|
8574
|
-
color:
|
|
8575
|
-
color: var(--timeline-item-title-color,
|
|
8574
|
+
color: #2e3038;
|
|
8575
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
8576
8576
|
text-align: left; }
|
|
8577
8577
|
.next-timeline-item-success .next-timeline-item-content .next-timeline-item-body {
|
|
8578
8578
|
margin: 0;
|
|
@@ -8723,8 +8723,8 @@
|
|
|
8723
8723
|
overflow: hidden;
|
|
8724
8724
|
text-overflow: ellipsis;
|
|
8725
8725
|
white-space: nowrap;
|
|
8726
|
-
color:
|
|
8727
|
-
color: var(--timeline-item-title-color,
|
|
8726
|
+
color: #2e3038;
|
|
8727
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
8728
8728
|
text-align: left; }
|
|
8729
8729
|
.next-timeline-item-error .next-timeline-item-content .next-timeline-item-body {
|
|
8730
8730
|
margin: 0;
|
|
@@ -8808,8 +8808,8 @@
|
|
|
8808
8808
|
overflow: hidden;
|
|
8809
8809
|
text-overflow: ellipsis;
|
|
8810
8810
|
white-space: nowrap;
|
|
8811
|
-
color:
|
|
8812
|
-
color: var(--timeline-item-title-color,
|
|
8811
|
+
color: #2e3038;
|
|
8812
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
8813
8813
|
text-align: right; }
|
|
8814
8814
|
|
|
8815
8815
|
.next-timeline.next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
@@ -8877,8 +8877,8 @@
|
|
|
8877
8877
|
overflow: hidden;
|
|
8878
8878
|
text-overflow: ellipsis;
|
|
8879
8879
|
white-space: nowrap;
|
|
8880
|
-
color:
|
|
8881
|
-
color: var(--timeline-item-title-color,
|
|
8880
|
+
color: #2e3038;
|
|
8881
|
+
color: var(--timeline-item-title-color, #2e3038);
|
|
8882
8882
|
text-align: left; }
|
|
8883
8883
|
|
|
8884
8884
|
.next-timeline[dir='rtl'].next-alternate .next-timeline-item-right .next-timeline-item-body {
|
|
@@ -8948,8 +8948,8 @@
|
|
|
8948
8948
|
border-bottom: var(--transfer-panel-border-width, 1px) var(--line-solid, solid) var(--transfer-panel-border-color, #f0f0f0);
|
|
8949
8949
|
background-color: whitesmoke;
|
|
8950
8950
|
background-color: var(--transfer-panel-header-background-color, whitesmoke);
|
|
8951
|
-
color:
|
|
8952
|
-
color: var(--transfer-panel-header-text-color,
|
|
8951
|
+
color: #2e3038;
|
|
8952
|
+
color: var(--transfer-panel-header-text-color, #2e3038);
|
|
8953
8953
|
font-size: 14px;
|
|
8954
8954
|
font-size: var(--transfer-panel-header-text-size, 14px); }
|
|
8955
8955
|
.next-transfer-panel-search {
|
|
@@ -9026,8 +9026,8 @@
|
|
|
9026
9026
|
font-size: 14px;
|
|
9027
9027
|
font-size: var(--font-size-body-1, 14px);
|
|
9028
9028
|
vertical-align: middle;
|
|
9029
|
-
color:
|
|
9030
|
-
color: var(--transfer-panel-footer-text-color,
|
|
9029
|
+
color: #2e3038;
|
|
9030
|
+
color: var(--transfer-panel-footer-text-color, #2e3038); }
|
|
9031
9031
|
.next-transfer-panel-move-all {
|
|
9032
9032
|
font-size: 14px;
|
|
9033
9033
|
font-size: var(--font-size-body-1, 14px);
|
|
@@ -9164,8 +9164,8 @@
|
|
|
9164
9164
|
font-size: var(--tree-switch-arrow-size, 12px);
|
|
9165
9165
|
line-height: inherit; }
|
|
9166
9166
|
.next-tree-switcher.next-noline:not(.next-disabled):hover .next-tree-switcher-icon {
|
|
9167
|
-
color:
|
|
9168
|
-
color: var(--tree-switch-hover-arrow-color,
|
|
9167
|
+
color: #2e3038;
|
|
9168
|
+
color: var(--tree-switch-hover-arrow-color, #2e3038); }
|
|
9169
9169
|
.next-tree-switcher.next-noline.next-disabled {
|
|
9170
9170
|
cursor: not-allowed; }
|
|
9171
9171
|
.next-tree-switcher.next-noline.next-disabled .next-tree-switcher-icon {
|
|
@@ -9223,8 +9223,8 @@
|
|
|
9223
9223
|
background-color: #f8f9fb;
|
|
9224
9224
|
background-color: var(--tree-switch-hover-bg-color, #f8f9fb); }
|
|
9225
9225
|
.next-tree-switcher.next-line:not(.next-disabled):hover .next-tree-switcher-icon {
|
|
9226
|
-
color:
|
|
9227
|
-
color: var(--tree-switch-hover-icon-color,
|
|
9226
|
+
color: #2e3038;
|
|
9227
|
+
color: var(--tree-switch-hover-icon-color, #2e3038); }
|
|
9228
9228
|
.next-tree-switcher.next-line.next-disabled {
|
|
9229
9229
|
border-color: #d9d9d9;
|
|
9230
9230
|
border-color: var(--color-line1-1, #d9d9d9);
|
|
@@ -9308,8 +9308,8 @@
|
|
|
9308
9308
|
padding-bottom: calc(4px/2);
|
|
9309
9309
|
padding-bottom: calc(var(--tree-node-padding, 4px)/2); }
|
|
9310
9310
|
.next-tree.next-node-indent .next-tree-node-inner:focus .next-tree-node-label {
|
|
9311
|
-
color:
|
|
9312
|
-
color: var(--tree-node-hover-color,
|
|
9311
|
+
color: #2e3038;
|
|
9312
|
+
color: var(--tree-node-hover-color, #2e3038);
|
|
9313
9313
|
background-color: #f8f9fb;
|
|
9314
9314
|
background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
|
|
9315
9315
|
.next-tree.next-node-indent .next-tree-node-label-wrapper {
|
|
@@ -9321,20 +9321,20 @@
|
|
|
9321
9321
|
-webkit-transition: color 100ms linear, background-color 100ms linear;
|
|
9322
9322
|
transition: color 100ms linear, background-color 100ms linear;
|
|
9323
9323
|
cursor: default;
|
|
9324
|
-
color:
|
|
9325
|
-
color: var(--tree-node-normal-color,
|
|
9324
|
+
color: #2e3038;
|
|
9325
|
+
color: var(--tree-node-normal-color, #2e3038);
|
|
9326
9326
|
background-color: #FFFFFF;
|
|
9327
9327
|
background-color: var(--tree-node-normal-background, #FFFFFF); }
|
|
9328
9328
|
.next-tree.next-node-indent .next-tree-node-label-selectable {
|
|
9329
9329
|
cursor: pointer; }
|
|
9330
9330
|
.next-tree.next-node-indent .next-tree-node-label:hover {
|
|
9331
|
-
color:
|
|
9332
|
-
color: var(--tree-node-hover-color,
|
|
9331
|
+
color: #2e3038;
|
|
9332
|
+
color: var(--tree-node-hover-color, #2e3038);
|
|
9333
9333
|
background-color: #f8f9fb;
|
|
9334
9334
|
background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
|
|
9335
9335
|
.next-tree.next-node-indent .next-tree-node-inner.next-selected .next-tree-node-label {
|
|
9336
|
-
color:
|
|
9337
|
-
color: var(--tree-node-selected-color,
|
|
9336
|
+
color: #2e3038;
|
|
9337
|
+
color: var(--tree-node-selected-color, #2e3038);
|
|
9338
9338
|
background-color: #DEE8FF;
|
|
9339
9339
|
background-color: var(--tree-node-selected-background, #DEE8FF); }
|
|
9340
9340
|
.next-tree.next-node-indent .next-tree-node-inner.next-disabled .next-tree-node-label,
|
|
@@ -9363,18 +9363,18 @@
|
|
|
9363
9363
|
-webkit-transition: color 100ms linear, background-color 100ms linear;
|
|
9364
9364
|
transition: color 100ms linear, background-color 100ms linear;
|
|
9365
9365
|
cursor: pointer;
|
|
9366
|
-
color:
|
|
9367
|
-
color: var(--tree-node-normal-color,
|
|
9366
|
+
color: #2e3038;
|
|
9367
|
+
color: var(--tree-node-normal-color, #2e3038);
|
|
9368
9368
|
background-color: #FFFFFF;
|
|
9369
9369
|
background-color: var(--tree-node-normal-background, #FFFFFF); }
|
|
9370
9370
|
.next-tree.next-node-block .next-tree-node-inner:hover, .next-tree.next-node-block .next-tree-node-inner:focus {
|
|
9371
|
-
color:
|
|
9372
|
-
color: var(--tree-node-hover-color,
|
|
9371
|
+
color: #2e3038;
|
|
9372
|
+
color: var(--tree-node-hover-color, #2e3038);
|
|
9373
9373
|
background-color: #f8f9fb;
|
|
9374
9374
|
background-color: var(--tree-node-hover-bg-color, #f8f9fb); }
|
|
9375
9375
|
.next-tree.next-node-block .next-tree-node-inner.next-selected {
|
|
9376
|
-
color:
|
|
9377
|
-
color: var(--tree-node-selected-color,
|
|
9376
|
+
color: #2e3038;
|
|
9377
|
+
color: var(--tree-node-selected-color, #2e3038);
|
|
9378
9378
|
background-color: #DEE8FF;
|
|
9379
9379
|
background-color: var(--tree-node-selected-background, #DEE8FF); }
|
|
9380
9380
|
.next-tree.next-node-block .next-tree-node-inner.next-disabled, .next-tree.next-node-block .next-tree-node-inner.next-disabled:hover {
|
|
@@ -9583,8 +9583,8 @@
|
|
|
9583
9583
|
overflow: hidden;
|
|
9584
9584
|
margin-right: 4px; }
|
|
9585
9585
|
.next-upload-list-text .next-upload-list-item-name {
|
|
9586
|
-
color:
|
|
9587
|
-
color: var(--upload-text-list-name-font-color,
|
|
9586
|
+
color: #2e3038;
|
|
9587
|
+
color: var(--upload-text-list-name-font-color, #2e3038);
|
|
9588
9588
|
-webkit-transition: all 100ms linear;
|
|
9589
9589
|
transition: all 100ms linear; }
|
|
9590
9590
|
.next-upload-list-text .next-upload-list-item-size {
|
|
@@ -9681,8 +9681,8 @@
|
|
|
9681
9681
|
color: var(--upload-image-list-close-icon-color-hover, rgba(0, 0, 0, 0.75)); }
|
|
9682
9682
|
.next-upload-list-image .next-upload-list-item-name {
|
|
9683
9683
|
display: block;
|
|
9684
|
-
color:
|
|
9685
|
-
color: var(--upload-text-list-name-font-color,
|
|
9684
|
+
color: #2e3038;
|
|
9685
|
+
color: var(--upload-text-list-name-font-color, #2e3038);
|
|
9686
9686
|
margin-left: calc(48px + 8px);
|
|
9687
9687
|
margin-left: calc(var(--upload-image-list-item-picture-size, 48px) + var(--upload-image-list-item-padding, 8px));
|
|
9688
9688
|
margin-right: calc(12px + 4px*2);
|
|
@@ -10369,8 +10369,8 @@
|
|
|
10369
10369
|
background: transparent;
|
|
10370
10370
|
background: var(--shell-light-tooldock-item-background, transparent); }
|
|
10371
10371
|
.next-shell-light .next-shell-aside .next-shell-tooldockitem:hover {
|
|
10372
|
-
color:
|
|
10373
|
-
color: var(--shell-light-tooldock-item-color-hover,
|
|
10372
|
+
color: #2e3038;
|
|
10373
|
+
color: var(--shell-light-tooldock-item-color-hover, #2e3038);
|
|
10374
10374
|
background: #EBECF0;
|
|
10375
10375
|
background: var(--shell-light-tooldock-item-background-hover, #EBECF0); }
|
|
10376
10376
|
.next-shell-light .next-shell-aside .next-shell-localnavigation {
|
|
@@ -10520,8 +10520,8 @@
|
|
|
10520
10520
|
background: transparent;
|
|
10521
10521
|
background: var(--shell-dark-tooldock-item-background, transparent); }
|
|
10522
10522
|
.next-shell-dark .next-shell-aside .next-shell-tooldockitem:hover {
|
|
10523
|
-
color:
|
|
10524
|
-
color: var(--shell-dark-tooldock-item-color-hover,
|
|
10523
|
+
color: #2e3038;
|
|
10524
|
+
color: var(--shell-dark-tooldock-item-color-hover, #2e3038);
|
|
10525
10525
|
background: #EBECF0;
|
|
10526
10526
|
background: var(--shell-dark-tooldock-item-background-hover, #EBECF0); }
|
|
10527
10527
|
.next-shell-dark .next-shell-aside .next-shell-localnavigation {
|
|
@@ -10671,8 +10671,8 @@
|
|
|
10671
10671
|
background: transparent;
|
|
10672
10672
|
background: var(--shell-brand-tooldock-item-background, transparent); }
|
|
10673
10673
|
.next-shell-brand .next-shell-aside .next-shell-tooldockitem:hover {
|
|
10674
|
-
color:
|
|
10675
|
-
color: var(--shell-brand-tooldock-item-color-hover,
|
|
10674
|
+
color: #2e3038;
|
|
10675
|
+
color: var(--shell-brand-tooldock-item-color-hover, #2e3038);
|
|
10676
10676
|
background: #EBECF0;
|
|
10677
10677
|
background: var(--shell-brand-tooldock-item-background-hover, #EBECF0); }
|
|
10678
10678
|
.next-shell-brand .next-shell-aside .next-shell-localnavigation {
|
|
@@ -10813,8 +10813,8 @@
|
|
|
10813
10813
|
opacity: 0; } }
|
|
10814
10814
|
|
|
10815
10815
|
.next-typography {
|
|
10816
|
-
color:
|
|
10817
|
-
color: var(--typography-text-color,
|
|
10816
|
+
color: #2e3038;
|
|
10817
|
+
color: var(--typography-text-color, #2e3038); }
|
|
10818
10818
|
.next-typography-title {
|
|
10819
10819
|
font-weight: 600;
|
|
10820
10820
|
font-weight: var(--typography-title-font-weight, 600);
|
|
@@ -10822,8 +10822,8 @@
|
|
|
10822
10822
|
.next-typography + .next-typography-title {
|
|
10823
10823
|
margin-top: 1.2em; }
|
|
10824
10824
|
.next-typography-paragraph {
|
|
10825
|
-
color:
|
|
10826
|
-
color: var(--typography-text-color,
|
|
10825
|
+
color: #2e3038;
|
|
10826
|
+
color: var(--typography-text-color, #2e3038);
|
|
10827
10827
|
margin-bottom: 1em;
|
|
10828
10828
|
font-size: 16px;
|
|
10829
10829
|
font-size: var(--typography-paragraph-font-size, 16px);
|
|
@@ -10833,16 +10833,16 @@
|
|
|
10833
10833
|
padding: 0;
|
|
10834
10834
|
background: #FFE6BD;
|
|
10835
10835
|
background: var(--typography-text-mark-background, #FFE6BD);
|
|
10836
|
-
color:
|
|
10837
|
-
color: var(--typography-text-mark-color,
|
|
10836
|
+
color: #2e3038;
|
|
10837
|
+
color: var(--typography-text-mark-color, #2e3038); }
|
|
10838
10838
|
.next-typography strong {
|
|
10839
10839
|
font-weight: 600;
|
|
10840
10840
|
font-weight: var(--typography-text-strong-font-weight, 600); }
|
|
10841
10841
|
.next-typography code {
|
|
10842
10842
|
background-color: #f8f9fb;
|
|
10843
10843
|
background-color: var(--typography-text-code-background, #f8f9fb);
|
|
10844
|
-
color:
|
|
10845
|
-
color: var(--typography-text-code-color,
|
|
10844
|
+
color: #2e3038;
|
|
10845
|
+
color: var(--typography-text-code-color, #2e3038);
|
|
10846
10846
|
border: 1px solid #d9d9d9;
|
|
10847
10847
|
border: 1px solid var(--typography-text-code-border-color, #d9d9d9);
|
|
10848
10848
|
margin: 0 .2em;
|
|
@@ -10950,8 +10950,8 @@ h6.next-typography-title {
|
|
|
10950
10950
|
display: table;
|
|
10951
10951
|
margin: 16px 0;
|
|
10952
10952
|
margin: var(--divider-hoz-text-marginTop, 16px) 0;
|
|
10953
|
-
color:
|
|
10954
|
-
color: var(--divider-hoz-text-color,
|
|
10953
|
+
color: #2e3038;
|
|
10954
|
+
color: var(--divider-hoz-text-color, #2e3038);
|
|
10955
10955
|
font-weight: normal;
|
|
10956
10956
|
font-weight: var(--divider-hoz-text-weight, normal);
|
|
10957
10957
|
font-size: 18px;
|
|
@@ -11022,14 +11022,14 @@ h6.next-typography-title {
|
|
|
11022
11022
|
-webkit-box-sizing: border-box;
|
|
11023
11023
|
box-sizing: border-box;
|
|
11024
11024
|
position: relative;
|
|
11025
|
-
border-top-left-radius:
|
|
11026
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
11027
|
-
border-top-right-radius:
|
|
11028
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
11029
|
-
border-bottom-left-radius:
|
|
11030
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
11031
|
-
border-bottom-right-radius:
|
|
11032
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
11025
|
+
border-top-left-radius: 6px;
|
|
11026
|
+
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
11027
|
+
border-top-right-radius: 6px;
|
|
11028
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
11029
|
+
border-bottom-left-radius: 6px;
|
|
11030
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
|
|
11031
|
+
border-bottom-right-radius: 6px;
|
|
11032
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
|
|
11033
11033
|
border-top: 1px solid #f0f0f0;
|
|
11034
11034
|
border-top: var(--table-normal-border-width, 1px) var(--table-normal-border-style, solid) var(--table-normal-border-color, #f0f0f0);
|
|
11035
11035
|
border-left: 1px solid #f0f0f0;
|
|
@@ -11040,17 +11040,17 @@ h6.next-typography-title {
|
|
|
11040
11040
|
-webkit-box-sizing: border-box;
|
|
11041
11041
|
box-sizing: border-box; }
|
|
11042
11042
|
.next-table .next-table-header tr:first-child th:first-child {
|
|
11043
|
-
border-top-left-radius:
|
|
11044
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
11043
|
+
border-top-left-radius: 6px;
|
|
11044
|
+
border-top-left-radius: var(--table-header-corner-top, 6px); }
|
|
11045
11045
|
.next-table .next-table-header tr:first-child th:last-child {
|
|
11046
|
-
border-top-right-radius:
|
|
11047
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
11046
|
+
border-top-right-radius: 6px;
|
|
11047
|
+
border-top-right-radius: var(--table-header-corner-top, 6px); }
|
|
11048
11048
|
.next-table .next-table-header tr:last-child th:first-child {
|
|
11049
|
-
border-bottom-left-radius:
|
|
11050
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
11049
|
+
border-bottom-left-radius: 6px;
|
|
11050
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px); }
|
|
11051
11051
|
.next-table .next-table-header tr:last-child th:last-child {
|
|
11052
|
-
border-bottom-right-radius:
|
|
11053
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
11052
|
+
border-bottom-right-radius: 6px;
|
|
11053
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px); }
|
|
11054
11054
|
.next-table.next-table-layout-fixed {
|
|
11055
11055
|
overflow: auto; }
|
|
11056
11056
|
.next-table.next-table-layout-fixed table {
|
|
@@ -11071,22 +11071,22 @@ h6.next-typography-title {
|
|
|
11071
11071
|
width: 100%;
|
|
11072
11072
|
background: #FFFFFF;
|
|
11073
11073
|
background: var(--table-row-bg, #FFFFFF);
|
|
11074
|
-
border-top-left-radius:
|
|
11075
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
11076
|
-
border-top-right-radius:
|
|
11077
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
11078
|
-
border-bottom-left-radius:
|
|
11079
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
11080
|
-
border-bottom-right-radius:
|
|
11081
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
11074
|
+
border-top-left-radius: 6px;
|
|
11075
|
+
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
11076
|
+
border-top-right-radius: 6px;
|
|
11077
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
11078
|
+
border-bottom-left-radius: 6px;
|
|
11079
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
|
|
11080
|
+
border-bottom-right-radius: 6px;
|
|
11081
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px); }
|
|
11082
11082
|
.next-table table tr:first-child td {
|
|
11083
11083
|
border-top-width: 0; }
|
|
11084
11084
|
.next-table th {
|
|
11085
11085
|
padding: 0;
|
|
11086
11086
|
background: #fafafa;
|
|
11087
11087
|
background: var(--table-th-bg, #fafafa);
|
|
11088
|
-
color:
|
|
11089
|
-
color: var(--table-th-color,
|
|
11088
|
+
color: #2e3038;
|
|
11089
|
+
color: var(--table-th-color, #2e3038);
|
|
11090
11090
|
text-align: left;
|
|
11091
11091
|
font-weight: 500;
|
|
11092
11092
|
font-weight: var(--table-th-font-weight, 500);
|
|
@@ -11208,18 +11208,18 @@ h6.next-typography-title {
|
|
|
11208
11208
|
.next-table.zebra .next-table-row.hovered td {
|
|
11209
11209
|
background: #fafafa;
|
|
11210
11210
|
background: var(--table-row-hover-bg, #fafafa);
|
|
11211
|
-
color:
|
|
11212
|
-
color: var(--table-row-hover-color,
|
|
11211
|
+
color: #2e3038;
|
|
11212
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
11213
11213
|
.next-table.zebra .next-table-cell.hovered {
|
|
11214
11214
|
background: #fafafa;
|
|
11215
11215
|
background: var(--table-row-hover-bg, #fafafa);
|
|
11216
|
-
color:
|
|
11217
|
-
color: var(--table-row-hover-color,
|
|
11216
|
+
color: #2e3038;
|
|
11217
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
11218
11218
|
.next-table.zebra .next-table-row.selected td {
|
|
11219
11219
|
background: #e6f7ff;
|
|
11220
11220
|
background: var(--table-row-selected-bg, #e6f7ff);
|
|
11221
|
-
color:
|
|
11222
|
-
color: var(--table-row-selected-color,
|
|
11221
|
+
color: #2e3038;
|
|
11222
|
+
color: var(--table-row-selected-color, #2e3038); }
|
|
11223
11223
|
.next-table-empty {
|
|
11224
11224
|
color: #A0A2AD;
|
|
11225
11225
|
color: var(--table-empty-color, #A0A2AD);
|
|
@@ -11260,25 +11260,25 @@ h6.next-typography-title {
|
|
|
11260
11260
|
transition: all 100ms linear;
|
|
11261
11261
|
background: #FFFFFF;
|
|
11262
11262
|
background: var(--table-row-bg, #FFFFFF);
|
|
11263
|
-
color:
|
|
11264
|
-
color: var(--table-row-color,
|
|
11263
|
+
color: #2e3038;
|
|
11264
|
+
color: var(--table-row-color, #2e3038); }
|
|
11265
11265
|
.next-table-row.hidden {
|
|
11266
11266
|
display: none; }
|
|
11267
11267
|
.next-table-row.hovered {
|
|
11268
11268
|
background: #fafafa;
|
|
11269
11269
|
background: var(--table-row-hover-bg, #fafafa);
|
|
11270
|
-
color:
|
|
11271
|
-
color: var(--table-row-hover-color,
|
|
11270
|
+
color: #2e3038;
|
|
11271
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
11272
11272
|
.next-table-row.selected {
|
|
11273
11273
|
background: #e6f7ff;
|
|
11274
11274
|
background: var(--table-row-selected-bg, #e6f7ff);
|
|
11275
|
-
color:
|
|
11276
|
-
color: var(--table-row-selected-color,
|
|
11275
|
+
color: #2e3038;
|
|
11276
|
+
color: var(--table-row-selected-color, #2e3038); }
|
|
11277
11277
|
.next-table-cell.hovered {
|
|
11278
11278
|
background: #fafafa;
|
|
11279
11279
|
background: var(--table-row-hover-bg, #fafafa);
|
|
11280
|
-
color:
|
|
11281
|
-
color: var(--table-row-hover-color,
|
|
11280
|
+
color: #2e3038;
|
|
11281
|
+
color: var(--table-row-hover-color, #2e3038); }
|
|
11282
11282
|
.next-table-tree-placeholder {
|
|
11283
11283
|
visibility: hidden; }
|
|
11284
11284
|
.next-table-tree-placeholder:before,
|
|
@@ -11309,14 +11309,14 @@ h6.next-typography-title {
|
|
|
11309
11309
|
.next-table-header {
|
|
11310
11310
|
margin-bottom: -20px;
|
|
11311
11311
|
padding-bottom: 20px;
|
|
11312
|
-
border-top-left-radius:
|
|
11313
|
-
border-top-left-radius: var(--table-header-corner-top,
|
|
11314
|
-
border-top-right-radius:
|
|
11315
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
11316
|
-
border-bottom-left-radius:
|
|
11317
|
-
border-bottom-left-radius: var(--table-header-corner-bottom,
|
|
11318
|
-
border-bottom-right-radius:
|
|
11319
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
11312
|
+
border-top-left-radius: 6px;
|
|
11313
|
+
border-top-left-radius: var(--table-header-corner-top, 6px);
|
|
11314
|
+
border-top-right-radius: 6px;
|
|
11315
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
11316
|
+
border-bottom-left-radius: 6px;
|
|
11317
|
+
border-bottom-left-radius: var(--table-header-corner-bottom, 6px);
|
|
11318
|
+
border-bottom-right-radius: 6px;
|
|
11319
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
|
|
11320
11320
|
overflow: -moz-scrollbars-none;
|
|
11321
11321
|
-ms-overflow-style: none;
|
|
11322
11322
|
scrollbar-width: none; }
|
|
@@ -11417,8 +11417,8 @@ h6.next-typography-title {
|
|
|
11417
11417
|
.next-table-group .next-table-group-header td {
|
|
11418
11418
|
background: #fafafa;
|
|
11419
11419
|
background: var(--table-group-th-bg, #fafafa);
|
|
11420
|
-
color:
|
|
11421
|
-
color: var(--table-group-th-color,
|
|
11420
|
+
color: #2e3038;
|
|
11421
|
+
color: var(--table-group-th-color, #2e3038); }
|
|
11422
11422
|
.next-table-group .next-table-group-header td:first-child {
|
|
11423
11423
|
border-top-left-radius: 0px;
|
|
11424
11424
|
border-top-left-radius: var(--table-group-header-corner-top, 0px);
|
|
@@ -11432,8 +11432,8 @@ h6.next-typography-title {
|
|
|
11432
11432
|
.next-table-group .next-table-group-footer td {
|
|
11433
11433
|
background: #fafafa;
|
|
11434
11434
|
background: var(--table-group-footer-bg, #fafafa);
|
|
11435
|
-
color:
|
|
11436
|
-
color: var(--table-group-footer-color,
|
|
11435
|
+
color: #2e3038;
|
|
11436
|
+
color: var(--table-group-footer-color, #2e3038); }
|
|
11437
11437
|
.next-table-group .next-table-group-footer td:first-child {
|
|
11438
11438
|
border-top-left-radius: 0px;
|
|
11439
11439
|
border-top-left-radius: var(--table-group-footer-corner-top, 0px);
|
|
@@ -11448,8 +11448,8 @@ h6.next-typography-title {
|
|
|
11448
11448
|
.next-table-group .next-table-row.selected {
|
|
11449
11449
|
background: #FFFFFF;
|
|
11450
11450
|
background: var(--table-row-bg, #FFFFFF);
|
|
11451
|
-
color:
|
|
11452
|
-
color: var(--table-row-color,
|
|
11451
|
+
color: #2e3038;
|
|
11452
|
+
color: var(--table-row-color, #2e3038); }
|
|
11453
11453
|
|
|
11454
11454
|
.next-table-lock {
|
|
11455
11455
|
position: relative; }
|
|
@@ -11461,10 +11461,10 @@ h6.next-typography-title {
|
|
|
11461
11461
|
|
|
11462
11462
|
.next-table-header-fixer {
|
|
11463
11463
|
content: " ";
|
|
11464
|
-
border-top-right-radius:
|
|
11465
|
-
border-top-right-radius: var(--table-header-corner-top,
|
|
11466
|
-
border-bottom-right-radius:
|
|
11467
|
-
border-bottom-right-radius: var(--table-header-corner-bottom,
|
|
11464
|
+
border-top-right-radius: 6px;
|
|
11465
|
+
border-top-right-radius: var(--table-header-corner-top, 6px);
|
|
11466
|
+
border-bottom-right-radius: 6px;
|
|
11467
|
+
border-bottom-right-radius: var(--table-header-corner-bottom, 6px);
|
|
11468
11468
|
width: 15px;
|
|
11469
11469
|
background: inherit;
|
|
11470
11470
|
position: absolute;
|
|
@@ -11543,8 +11543,8 @@ h6.next-typography-title {
|
|
|
11543
11543
|
.next-table-sort .next-icon {
|
|
11544
11544
|
position: absolute;
|
|
11545
11545
|
left: -2px;
|
|
11546
|
-
color:
|
|
11547
|
-
color: var(--table-sort-color,
|
|
11546
|
+
color: #2e3038;
|
|
11547
|
+
color: var(--table-sort-color, #2e3038); }
|
|
11548
11548
|
.next-table-sort .next-icon:before,
|
|
11549
11549
|
.next-table-sort .next-icon .next-icon-remote {
|
|
11550
11550
|
width: 12px;
|
|
@@ -11563,8 +11563,8 @@ h6.next-typography-title {
|
|
|
11563
11563
|
.next-table-filter:focus {
|
|
11564
11564
|
outline: 0; }
|
|
11565
11565
|
.next-table-filter .next-icon {
|
|
11566
|
-
color:
|
|
11567
|
-
color: var(--table-sort-color,
|
|
11566
|
+
color: #2e3038;
|
|
11567
|
+
color: var(--table-sort-color, #2e3038); }
|
|
11568
11568
|
.next-table-filter .next-icon:before,
|
|
11569
11569
|
.next-table-filter .next-icon .next-icon-remote {
|
|
11570
11570
|
width: 12px;
|
|
@@ -11927,8 +11927,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
11927
11927
|
.next-calendar2-panel .next-calendar2-header-btn > span, .next-calendar2-panel .next-calendar2-header-text-field {
|
|
11928
11928
|
text-align: center;
|
|
11929
11929
|
font-size: 14px;
|
|
11930
|
-
color:
|
|
11931
|
-
color: var(--color-text1-4,
|
|
11930
|
+
color: #2e3038;
|
|
11931
|
+
color: var(--color-text1-4, #2e3038);
|
|
11932
11932
|
font-weight: bolder;
|
|
11933
11933
|
vertical-align: initial; }
|
|
11934
11934
|
.next-calendar2-panel .next-calendar2-header-btn:hover,
|
|
@@ -12034,8 +12034,8 @@ div[dir="rtl"].next-calendar2-fullscreen .next-calendar2-table th {
|
|
|
12034
12034
|
-ms-user-select: none;
|
|
12035
12035
|
user-select: none; }
|
|
12036
12036
|
.next-time-picker2-menu-item:hover {
|
|
12037
|
-
color:
|
|
12038
|
-
color: var(--color-text1-4,
|
|
12037
|
+
color: #2e3038;
|
|
12038
|
+
color: var(--color-text1-4, #2e3038);
|
|
12039
12039
|
background: #f8f9fb;
|
|
12040
12040
|
background: var(--color-fill1-2, #f8f9fb); }
|
|
12041
12041
|
.next-time-picker2-menu-item.next-selected {
|