@databricks/design-system 1.12.13 → 1.12.14
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/dist/{DropdownMenu-dbeef1b7.js → Stepper-839336b1.js} +367 -602
- package/dist/Stepper-839336b1.js.map +1 -0
- package/dist/design-system/AutoComplete/AutoComplete.d.ts +3 -0
- package/dist/design-system/AutoComplete/AutoComplete.d.ts.map +1 -1
- package/dist/design-system/Button/Button.d.ts +11 -2
- package/dist/design-system/Button/Button.d.ts.map +1 -1
- package/dist/design-system/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/design-system/ContextMenu/ContextMenu.d.ts.map +1 -0
- package/dist/design-system/ContextMenu/index.d.ts +2 -0
- package/dist/design-system/ContextMenu/index.d.ts.map +1 -0
- package/dist/design-system/DatePicker/DatePicker.d.ts.map +1 -1
- package/dist/design-system/DesignSystemEventProvider/DesignSystemEventProvider.d.ts +1 -0
- package/dist/design-system/DesignSystemEventProvider/DesignSystemEventProvider.d.ts.map +1 -1
- package/dist/design-system/DialogCombobox/DialogComboboxAddButton.d.ts +1 -1
- package/dist/design-system/DialogCombobox/DialogComboboxAddButton.d.ts.map +1 -1
- package/dist/design-system/DialogCombobox/DialogComboboxOptionListSearch.d.ts +9 -5
- package/dist/design-system/DialogCombobox/DialogComboboxOptionListSearch.d.ts.map +1 -1
- package/dist/design-system/DialogCombobox/DialogComboboxOptionListSelectItem.d.ts +1 -1
- package/dist/design-system/DialogCombobox/DialogComboboxOptionListSelectItem.d.ts.map +1 -1
- package/dist/design-system/DialogCombobox/DialogComboboxTrigger.d.ts.map +1 -1
- package/dist/design-system/Drawer/Drawer.d.ts.map +1 -1
- package/dist/design-system/DropdownMenu/DropdownMenu.d.ts +1 -2
- package/dist/design-system/DropdownMenu/DropdownMenu.d.ts.map +1 -1
- package/dist/design-system/FormV2/RHFAdapters.d.ts +1 -1
- package/dist/design-system/FormV2/RHFAdapters.d.ts.map +1 -1
- package/dist/design-system/Header/Header.d.ts.map +1 -1
- package/dist/design-system/Input/Input.d.ts +9 -1
- package/dist/design-system/Input/Input.d.ts.map +1 -1
- package/dist/design-system/Input/index.d.ts +2 -1
- package/dist/design-system/Input/index.d.ts.map +1 -1
- package/dist/design-system/Modal/Modal.d.ts +2 -2
- package/dist/design-system/Modal/Modal.d.ts.map +1 -1
- package/dist/design-system/Notification/Notification.d.ts.map +1 -1
- package/dist/design-system/Pagination/index.d.ts +8 -1
- package/dist/design-system/Pagination/index.d.ts.map +1 -1
- package/dist/design-system/Popover/InfoPopover.d.ts +2 -1
- package/dist/design-system/Popover/InfoPopover.d.ts.map +1 -1
- package/dist/design-system/Select/Select.d.ts.map +1 -1
- package/dist/design-system/Sidebar/Sidebar.d.ts.map +1 -1
- package/dist/design-system/SplitButton/Dropdown/DropdownButton.d.ts.map +1 -1
- package/dist/design-system/SplitButton/SplitButton.d.ts.map +1 -1
- package/dist/design-system/Switch/Switch.d.ts.map +1 -1
- package/dist/design-system/TableUI/TableFilterInput.d.ts +2 -1
- package/dist/design-system/TableUI/TableFilterInput.d.ts.map +1 -1
- package/dist/design-system/TableUI/TableFilterLayout.d.ts.map +1 -1
- package/dist/design-system/Tooltip/Tooltip.d.ts +6 -0
- package/dist/design-system/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/design-system/Tree/Tree.d.ts.map +1 -1
- package/dist/design-system/TypeaheadCombobox/TypeaheadComboboxAddButton.d.ts +3 -0
- package/dist/design-system/TypeaheadCombobox/TypeaheadComboboxAddButton.d.ts.map +1 -0
- package/dist/design-system/TypeaheadCombobox/hooks/downshiftHookWrappers.d.ts +3 -1
- package/dist/design-system/TypeaheadCombobox/hooks/downshiftHookWrappers.d.ts.map +1 -1
- package/dist/design-system/TypeaheadCombobox/index.d.ts +1 -0
- package/dist/design-system/TypeaheadCombobox/index.d.ts.map +1 -1
- package/dist/design-system/Wizard/Wizard.d.ts +74 -0
- package/dist/design-system/Wizard/Wizard.d.ts.map +1 -0
- package/dist/design-system/Wizard/WizardFooter.d.ts +15 -0
- package/dist/design-system/Wizard/WizardFooter.d.ts.map +1 -0
- package/dist/design-system/Wizard/WizardModal.d.ts +7 -0
- package/dist/design-system/Wizard/WizardModal.d.ts.map +1 -0
- package/dist/design-system/Wizard/WizardStep.d.ts +71 -0
- package/dist/design-system/Wizard/WizardStep.d.ts.map +1 -0
- package/dist/design-system/Wizard/WizardStepsContent.d.ts +10 -0
- package/dist/design-system/Wizard/WizardStepsContent.d.ts.map +1 -0
- package/dist/design-system/Wizard/index.d.ts +5 -0
- package/dist/design-system/Wizard/index.d.ts.map +1 -0
- package/dist/design-system/Wizard/useWizardCurrentStep.d.ts +20 -0
- package/dist/design-system/Wizard/useWizardCurrentStep.d.ts.map +1 -0
- package/dist/design-system/_shared_/Combobox/styles.d.ts +9 -0
- package/dist/design-system/_shared_/Combobox/styles.d.ts.map +1 -1
- package/dist/design-system/index.d.ts +2 -0
- package/dist/design-system/index.d.ts.map +1 -1
- package/dist/design-system/utils/safex.d.ts +3 -2
- package/dist/design-system/utils/safex.d.ts.map +1 -1
- package/dist/design-system/utils/useNotifyOnFirstView.d.ts +15 -0
- package/dist/design-system/utils/useNotifyOnFirstView.d.ts.map +1 -0
- package/dist/development/Banner/Banner.d.ts +15 -4
- package/dist/development/Banner/Banner.d.ts.map +1 -1
- package/dist/development/ChatUI/ChatInput.d.ts.map +1 -1
- package/dist/development/ChatUI/Feedback.d.ts.map +1 -1
- package/dist/development/Stepper/Stepper.d.ts +62 -0
- package/dist/development/Stepper/Stepper.d.ts.map +1 -0
- package/dist/development/Stepper/index.d.ts +2 -0
- package/dist/development/Stepper/index.d.ts.map +1 -0
- package/dist/development/index.d.ts +1 -1
- package/dist/development/index.d.ts.map +1 -1
- package/dist/development.js +111 -228
- package/dist/development.js.map +1 -1
- package/dist/dubois-colors.less +54 -56
- package/dist/index-dark.css +193 -193
- package/dist/index.css +109 -109
- package/dist/index.js +1734 -511
- package/dist/index.js.map +1 -1
- package/dist/theme/_generated/SemanticColors-Dark.d.ts.map +1 -1
- package/dist/theme/_generated/SemanticColors-Light.d.ts.map +1 -1
- package/dist/theme/_generated/ValidSemanticColors.d.ts +0 -1
- package/dist/theme/_generated/ValidSemanticColors.d.ts.map +1 -1
- package/dist/theme/spacing.d.ts +1 -0
- package/dist/theme/spacing.d.ts.map +1 -1
- package/package.json +1 -1
- package/dist/DropdownMenu-dbeef1b7.js.map +0 -1
- package/dist/development/ContextMenu/ContextMenu.d.ts.map +0 -1
- package/dist/development/ContextMenu/index.d.ts +0 -2
- package/dist/development/ContextMenu/index.d.ts.map +0 -1
- /package/dist/{development → design-system}/ContextMenu/ContextMenu.d.ts +0 -0
package/dist/index.css
CHANGED
|
@@ -969,7 +969,7 @@ abbr[data-original-title] {
|
|
|
969
969
|
border-radius: 4px;
|
|
970
970
|
color: #11171C;
|
|
971
971
|
background: #fff;
|
|
972
|
-
border-color: #
|
|
972
|
+
border-color: #D1D9E1;
|
|
973
973
|
}
|
|
974
974
|
.du-bois-light-btn > .anticon {
|
|
975
975
|
line-height: 1;
|
|
@@ -1059,7 +1059,7 @@ abbr[data-original-title] {
|
|
|
1059
1059
|
.du-bois-light-btn[disabled]:active {
|
|
1060
1060
|
color: rgba(0, 0, 0, 0.25);
|
|
1061
1061
|
background: #f5f5f5;
|
|
1062
|
-
border-color: #
|
|
1062
|
+
border-color: #D1D9E1;
|
|
1063
1063
|
text-shadow: none;
|
|
1064
1064
|
box-shadow: none;
|
|
1065
1065
|
}
|
|
@@ -1152,7 +1152,7 @@ abbr[data-original-title] {
|
|
|
1152
1152
|
.du-bois-light-btn-primary[disabled]:active {
|
|
1153
1153
|
color: rgba(0, 0, 0, 0.25);
|
|
1154
1154
|
background: #f5f5f5;
|
|
1155
|
-
border-color: #
|
|
1155
|
+
border-color: #D1D9E1;
|
|
1156
1156
|
text-shadow: none;
|
|
1157
1157
|
box-shadow: none;
|
|
1158
1158
|
}
|
|
@@ -1179,13 +1179,13 @@ abbr[data-original-title] {
|
|
|
1179
1179
|
border-left-color: #448dc2;
|
|
1180
1180
|
}
|
|
1181
1181
|
.du-bois-light-btn-group .du-bois-light-btn-primary:not(:first-child):not(:last-child):disabled {
|
|
1182
|
-
border-color: #
|
|
1182
|
+
border-color: #D1D9E1;
|
|
1183
1183
|
}
|
|
1184
1184
|
.du-bois-light-btn-group .du-bois-light-btn-primary:first-child:not(:last-child) {
|
|
1185
1185
|
border-right-color: #448dc2;
|
|
1186
1186
|
}
|
|
1187
1187
|
.du-bois-light-btn-group .du-bois-light-btn-primary:first-child:not(:last-child)[disabled] {
|
|
1188
|
-
border-right-color: #
|
|
1188
|
+
border-right-color: #D1D9E1;
|
|
1189
1189
|
}
|
|
1190
1190
|
.du-bois-light-btn-group .du-bois-light-btn-primary:last-child:not(:first-child),
|
|
1191
1191
|
.du-bois-light-btn-group .du-bois-light-btn-primary + .du-bois-light-btn-primary {
|
|
@@ -1193,12 +1193,12 @@ abbr[data-original-title] {
|
|
|
1193
1193
|
}
|
|
1194
1194
|
.du-bois-light-btn-group .du-bois-light-btn-primary:last-child:not(:first-child)[disabled],
|
|
1195
1195
|
.du-bois-light-btn-group .du-bois-light-btn-primary + .du-bois-light-btn-primary[disabled] {
|
|
1196
|
-
border-left-color: #
|
|
1196
|
+
border-left-color: #D1D9E1;
|
|
1197
1197
|
}
|
|
1198
1198
|
.du-bois-light-btn-ghost {
|
|
1199
1199
|
color: #11171C;
|
|
1200
1200
|
background: transparent;
|
|
1201
|
-
border-color: #
|
|
1201
|
+
border-color: #D1D9E1;
|
|
1202
1202
|
}
|
|
1203
1203
|
.du-bois-light-btn-ghost > a:only-child {
|
|
1204
1204
|
color: currentColor;
|
|
@@ -1255,7 +1255,7 @@ abbr[data-original-title] {
|
|
|
1255
1255
|
.du-bois-light-btn-ghost[disabled]:active {
|
|
1256
1256
|
color: rgba(0, 0, 0, 0.25);
|
|
1257
1257
|
background: #f5f5f5;
|
|
1258
|
-
border-color: #
|
|
1258
|
+
border-color: #D1D9E1;
|
|
1259
1259
|
text-shadow: none;
|
|
1260
1260
|
box-shadow: none;
|
|
1261
1261
|
}
|
|
@@ -1280,7 +1280,7 @@ abbr[data-original-title] {
|
|
|
1280
1280
|
.du-bois-light-btn-dashed {
|
|
1281
1281
|
color: #11171C;
|
|
1282
1282
|
background: #fff;
|
|
1283
|
-
border-color: #
|
|
1283
|
+
border-color: #D1D9E1;
|
|
1284
1284
|
border-style: dashed;
|
|
1285
1285
|
}
|
|
1286
1286
|
.du-bois-light-btn-dashed > a:only-child {
|
|
@@ -1338,7 +1338,7 @@ abbr[data-original-title] {
|
|
|
1338
1338
|
.du-bois-light-btn-dashed[disabled]:active {
|
|
1339
1339
|
color: rgba(0, 0, 0, 0.25);
|
|
1340
1340
|
background: #f5f5f5;
|
|
1341
|
-
border-color: #
|
|
1341
|
+
border-color: #D1D9E1;
|
|
1342
1342
|
text-shadow: none;
|
|
1343
1343
|
box-shadow: none;
|
|
1344
1344
|
}
|
|
@@ -1422,7 +1422,7 @@ abbr[data-original-title] {
|
|
|
1422
1422
|
.du-bois-light-btn-danger[disabled]:active {
|
|
1423
1423
|
color: rgba(0, 0, 0, 0.25);
|
|
1424
1424
|
background: #f5f5f5;
|
|
1425
|
-
border-color: #
|
|
1425
|
+
border-color: #D1D9E1;
|
|
1426
1426
|
text-shadow: none;
|
|
1427
1427
|
box-shadow: none;
|
|
1428
1428
|
}
|
|
@@ -1505,7 +1505,7 @@ abbr[data-original-title] {
|
|
|
1505
1505
|
.du-bois-light-btn-link[disabled]:active {
|
|
1506
1506
|
color: rgba(0, 0, 0, 0.25);
|
|
1507
1507
|
background: #f5f5f5;
|
|
1508
|
-
border-color: #
|
|
1508
|
+
border-color: #D1D9E1;
|
|
1509
1509
|
text-shadow: none;
|
|
1510
1510
|
box-shadow: none;
|
|
1511
1511
|
}
|
|
@@ -1624,7 +1624,7 @@ abbr[data-original-title] {
|
|
|
1624
1624
|
.du-bois-light-btn-text[disabled]:active {
|
|
1625
1625
|
color: rgba(0, 0, 0, 0.25);
|
|
1626
1626
|
background: #f5f5f5;
|
|
1627
|
-
border-color: #
|
|
1627
|
+
border-color: #D1D9E1;
|
|
1628
1628
|
text-shadow: none;
|
|
1629
1629
|
box-shadow: none;
|
|
1630
1630
|
}
|
|
@@ -1745,7 +1745,7 @@ abbr[data-original-title] {
|
|
|
1745
1745
|
.du-bois-light-btn-dangerous[disabled]:active {
|
|
1746
1746
|
color: rgba(0, 0, 0, 0.25);
|
|
1747
1747
|
background: #f5f5f5;
|
|
1748
|
-
border-color: #
|
|
1748
|
+
border-color: #D1D9E1;
|
|
1749
1749
|
text-shadow: none;
|
|
1750
1750
|
box-shadow: none;
|
|
1751
1751
|
}
|
|
@@ -1829,7 +1829,7 @@ abbr[data-original-title] {
|
|
|
1829
1829
|
.du-bois-light-btn-dangerous.du-bois-light-btn-primary[disabled]:active {
|
|
1830
1830
|
color: rgba(0, 0, 0, 0.25);
|
|
1831
1831
|
background: #f5f5f5;
|
|
1832
|
-
border-color: #
|
|
1832
|
+
border-color: #D1D9E1;
|
|
1833
1833
|
text-shadow: none;
|
|
1834
1834
|
box-shadow: none;
|
|
1835
1835
|
}
|
|
@@ -1912,7 +1912,7 @@ abbr[data-original-title] {
|
|
|
1912
1912
|
.du-bois-light-btn-dangerous.du-bois-light-btn-link[disabled]:active {
|
|
1913
1913
|
color: rgba(0, 0, 0, 0.25);
|
|
1914
1914
|
background: #f5f5f5;
|
|
1915
|
-
border-color: #
|
|
1915
|
+
border-color: #D1D9E1;
|
|
1916
1916
|
text-shadow: none;
|
|
1917
1917
|
box-shadow: none;
|
|
1918
1918
|
}
|
|
@@ -2060,7 +2060,7 @@ abbr[data-original-title] {
|
|
|
2060
2060
|
.du-bois-light-btn-dangerous.du-bois-light-btn-text[disabled]:active {
|
|
2061
2061
|
color: rgba(0, 0, 0, 0.25);
|
|
2062
2062
|
background: #f5f5f5;
|
|
2063
|
-
border-color: #
|
|
2063
|
+
border-color: #D1D9E1;
|
|
2064
2064
|
text-shadow: none;
|
|
2065
2065
|
box-shadow: none;
|
|
2066
2066
|
}
|
|
@@ -2452,7 +2452,7 @@ abbr[data-original-title] {
|
|
|
2452
2452
|
.du-bois-light-btn-background-ghost.du-bois-light-btn-primary[disabled]:active {
|
|
2453
2453
|
color: rgba(0, 0, 0, 0.25);
|
|
2454
2454
|
background: #f5f5f5;
|
|
2455
|
-
border-color: #
|
|
2455
|
+
border-color: #D1D9E1;
|
|
2456
2456
|
text-shadow: none;
|
|
2457
2457
|
box-shadow: none;
|
|
2458
2458
|
}
|
|
@@ -2535,7 +2535,7 @@ abbr[data-original-title] {
|
|
|
2535
2535
|
.du-bois-light-btn-background-ghost.du-bois-light-btn-danger[disabled]:active {
|
|
2536
2536
|
color: rgba(0, 0, 0, 0.25);
|
|
2537
2537
|
background: #f5f5f5;
|
|
2538
|
-
border-color: #
|
|
2538
|
+
border-color: #D1D9E1;
|
|
2539
2539
|
text-shadow: none;
|
|
2540
2540
|
box-shadow: none;
|
|
2541
2541
|
}
|
|
@@ -2618,7 +2618,7 @@ abbr[data-original-title] {
|
|
|
2618
2618
|
.du-bois-light-btn-background-ghost.du-bois-light-btn-dangerous[disabled]:active {
|
|
2619
2619
|
color: rgba(0, 0, 0, 0.25);
|
|
2620
2620
|
background: #f5f5f5;
|
|
2621
|
-
border-color: #
|
|
2621
|
+
border-color: #D1D9E1;
|
|
2622
2622
|
text-shadow: none;
|
|
2623
2623
|
box-shadow: none;
|
|
2624
2624
|
}
|
|
@@ -2701,7 +2701,7 @@ abbr[data-original-title] {
|
|
|
2701
2701
|
.du-bois-light-btn-background-ghost.du-bois-light-btn-dangerous.du-bois-light-btn-link[disabled]:active {
|
|
2702
2702
|
color: rgba(0, 0, 0, 0.25);
|
|
2703
2703
|
background: #f5f5f5;
|
|
2704
|
-
border-color: #
|
|
2704
|
+
border-color: #D1D9E1;
|
|
2705
2705
|
text-shadow: none;
|
|
2706
2706
|
box-shadow: none;
|
|
2707
2707
|
}
|
|
@@ -2791,11 +2791,11 @@ a.du-bois-light-btn-sm {
|
|
|
2791
2791
|
color: #34824F;
|
|
2792
2792
|
}
|
|
2793
2793
|
.du-bois-light-alert-info {
|
|
2794
|
-
background-color: #
|
|
2795
|
-
border: 1px solid #
|
|
2794
|
+
background-color: #F6F7F9;
|
|
2795
|
+
border: 1px solid #C0CDD8;
|
|
2796
2796
|
}
|
|
2797
2797
|
.du-bois-light-alert-info .du-bois-light-alert-icon {
|
|
2798
|
-
color: #
|
|
2798
|
+
color: #445461;
|
|
2799
2799
|
}
|
|
2800
2800
|
.du-bois-light-alert-warning {
|
|
2801
2801
|
background-color: #FFF9EB;
|
|
@@ -2830,14 +2830,14 @@ a.du-bois-light-btn-sm {
|
|
|
2830
2830
|
cursor: pointer;
|
|
2831
2831
|
}
|
|
2832
2832
|
.du-bois-light-alert-close-icon .anticon-close {
|
|
2833
|
-
color: #
|
|
2833
|
+
color: #445461;
|
|
2834
2834
|
transition: color 0.3s;
|
|
2835
2835
|
}
|
|
2836
2836
|
.du-bois-light-alert-close-icon .anticon-close:hover {
|
|
2837
2837
|
color: rgba(0, 0, 0, 0.75);
|
|
2838
2838
|
}
|
|
2839
2839
|
.du-bois-light-alert-close-text {
|
|
2840
|
-
color: #
|
|
2840
|
+
color: #445461;
|
|
2841
2841
|
transition: color 0.3s;
|
|
2842
2842
|
}
|
|
2843
2843
|
.du-bois-light-alert-close-text:hover {
|
|
@@ -2946,7 +2946,7 @@ a.du-bois-light-btn-sm {
|
|
|
2946
2946
|
height: 16px;
|
|
2947
2947
|
direction: ltr;
|
|
2948
2948
|
background-color: #fff;
|
|
2949
|
-
border: 1px solid #
|
|
2949
|
+
border: 1px solid #D1D9E1;
|
|
2950
2950
|
border-radius: 4px;
|
|
2951
2951
|
border-collapse: separate;
|
|
2952
2952
|
transition: all 0.3s;
|
|
@@ -3005,7 +3005,7 @@ a.du-bois-light-btn-sm {
|
|
|
3005
3005
|
}
|
|
3006
3006
|
.du-bois-light-checkbox-disabled .du-bois-light-checkbox-inner {
|
|
3007
3007
|
background-color: #f5f5f5;
|
|
3008
|
-
border-color: #
|
|
3008
|
+
border-color: #D1D9E1 !important;
|
|
3009
3009
|
}
|
|
3010
3010
|
.du-bois-light-checkbox-disabled .du-bois-light-checkbox-inner::after {
|
|
3011
3011
|
border-color: #f5f5f5;
|
|
@@ -3074,7 +3074,7 @@ a.du-bois-light-btn-sm {
|
|
|
3074
3074
|
}
|
|
3075
3075
|
.du-bois-light-checkbox-indeterminate .du-bois-light-checkbox-inner {
|
|
3076
3076
|
background-color: #fff;
|
|
3077
|
-
border-color: #
|
|
3077
|
+
border-color: #D1D9E1;
|
|
3078
3078
|
}
|
|
3079
3079
|
.du-bois-light-checkbox-indeterminate .du-bois-light-checkbox-inner::after {
|
|
3080
3080
|
top: 50%;
|
|
@@ -3293,7 +3293,7 @@ a.du-bois-light-btn-sm {
|
|
|
3293
3293
|
}
|
|
3294
3294
|
.du-bois-light-select-disabled.du-bois-light-select-multiple .du-bois-light-select-selection-item {
|
|
3295
3295
|
color: #bfbfbf;
|
|
3296
|
-
border-color: #
|
|
3296
|
+
border-color: #D1D9E1;
|
|
3297
3297
|
cursor: not-allowed;
|
|
3298
3298
|
}
|
|
3299
3299
|
.du-bois-light-select-multiple .du-bois-light-select-selection-item-content {
|
|
@@ -3314,7 +3314,7 @@ a.du-bois-light-btn-sm {
|
|
|
3314
3314
|
-webkit-font-smoothing: antialiased;
|
|
3315
3315
|
-moz-osx-font-smoothing: grayscale;
|
|
3316
3316
|
display: inline-block;
|
|
3317
|
-
color: #
|
|
3317
|
+
color: #445461;
|
|
3318
3318
|
font-weight: bold;
|
|
3319
3319
|
font-size: 10px;
|
|
3320
3320
|
line-height: inherit;
|
|
@@ -3438,7 +3438,7 @@ a.du-bois-light-btn-sm {
|
|
|
3438
3438
|
.du-bois-light-select:not(.du-bois-light-select-customize-input) .du-bois-light-select-selector {
|
|
3439
3439
|
position: relative;
|
|
3440
3440
|
background-color: #fff;
|
|
3441
|
-
border: 1px solid #
|
|
3441
|
+
border: 1px solid #D1D9E1;
|
|
3442
3442
|
border-radius: 4px;
|
|
3443
3443
|
transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
3444
3444
|
}
|
|
@@ -3582,7 +3582,7 @@ a.du-bois-light-btn-sm {
|
|
|
3582
3582
|
display: block;
|
|
3583
3583
|
}
|
|
3584
3584
|
.du-bois-light-select-clear:hover {
|
|
3585
|
-
color: #
|
|
3585
|
+
color: #445461;
|
|
3586
3586
|
}
|
|
3587
3587
|
.du-bois-light-select:hover .du-bois-light-select-clear {
|
|
3588
3588
|
opacity: 1;
|
|
@@ -3653,7 +3653,7 @@ a.du-bois-light-btn-sm {
|
|
|
3653
3653
|
transition: background 0.3s ease;
|
|
3654
3654
|
}
|
|
3655
3655
|
.du-bois-light-select-item-group {
|
|
3656
|
-
color: #
|
|
3656
|
+
color: #445461;
|
|
3657
3657
|
font-size: 12px;
|
|
3658
3658
|
cursor: default;
|
|
3659
3659
|
}
|
|
@@ -3784,12 +3784,12 @@ a.du-bois-light-btn-sm {
|
|
|
3784
3784
|
list-style: none;
|
|
3785
3785
|
font-feature-settings: 'tnum';
|
|
3786
3786
|
background-color: #fafafa;
|
|
3787
|
-
border: 1px solid #
|
|
3787
|
+
border: 1px solid #D1D9E1;
|
|
3788
3788
|
border-bottom: 0;
|
|
3789
3789
|
border-radius: 4px;
|
|
3790
3790
|
}
|
|
3791
3791
|
.du-bois-light-collapse > .du-bois-light-collapse-item {
|
|
3792
|
-
border-bottom: 1px solid #
|
|
3792
|
+
border-bottom: 1px solid #D1D9E1;
|
|
3793
3793
|
}
|
|
3794
3794
|
.du-bois-light-collapse > .du-bois-light-collapse-item:last-child,
|
|
3795
3795
|
.du-bois-light-collapse > .du-bois-light-collapse-item:last-child > .du-bois-light-collapse-header {
|
|
@@ -3851,7 +3851,7 @@ a.du-bois-light-btn-sm {
|
|
|
3851
3851
|
.du-bois-light-collapse-content {
|
|
3852
3852
|
color: #11171C;
|
|
3853
3853
|
background-color: #fff;
|
|
3854
|
-
border-top: 1px solid #
|
|
3854
|
+
border-top: 1px solid #D1D9E1;
|
|
3855
3855
|
}
|
|
3856
3856
|
.du-bois-light-collapse-content > .du-bois-light-collapse-content-box {
|
|
3857
3857
|
padding: 8px;
|
|
@@ -3867,7 +3867,7 @@ a.du-bois-light-btn-sm {
|
|
|
3867
3867
|
border: 0;
|
|
3868
3868
|
}
|
|
3869
3869
|
.du-bois-light-collapse-borderless > .du-bois-light-collapse-item {
|
|
3870
|
-
border-bottom: 1px solid #
|
|
3870
|
+
border-bottom: 1px solid #D1D9E1;
|
|
3871
3871
|
}
|
|
3872
3872
|
.du-bois-light-collapse-borderless > .du-bois-light-collapse-item:last-child,
|
|
3873
3873
|
.du-bois-light-collapse-borderless > .du-bois-light-collapse-item:last-child .du-bois-light-collapse-header {
|
|
@@ -3920,7 +3920,7 @@ a.du-bois-light-btn-sm {
|
|
|
3920
3920
|
display: inline-flex;
|
|
3921
3921
|
align-items: center;
|
|
3922
3922
|
background: #fff;
|
|
3923
|
-
border: 1px solid #
|
|
3923
|
+
border: 1px solid #D1D9E1;
|
|
3924
3924
|
border-radius: 4px;
|
|
3925
3925
|
transition: border 0.3s, box-shadow 0.3s;
|
|
3926
3926
|
}
|
|
@@ -3937,7 +3937,7 @@ a.du-bois-light-btn-sm {
|
|
|
3937
3937
|
}
|
|
3938
3938
|
.du-bois-light-picker.du-bois-light-picker-disabled {
|
|
3939
3939
|
background: #f5f5f5;
|
|
3940
|
-
border-color: #
|
|
3940
|
+
border-color: #D1D9E1;
|
|
3941
3941
|
cursor: not-allowed;
|
|
3942
3942
|
}
|
|
3943
3943
|
.du-bois-light-picker.du-bois-light-picker-disabled .du-bois-light-picker-suffix {
|
|
@@ -3965,7 +3965,7 @@ a.du-bois-light-btn-sm {
|
|
|
3965
3965
|
line-height: 20px;
|
|
3966
3966
|
background-color: #fff;
|
|
3967
3967
|
background-image: none;
|
|
3968
|
-
border: 1px solid #
|
|
3968
|
+
border: 1px solid #D1D9E1;
|
|
3969
3969
|
border-radius: 4px;
|
|
3970
3970
|
transition: all 0.3s;
|
|
3971
3971
|
flex: auto;
|
|
@@ -4002,7 +4002,7 @@ a.du-bois-light-btn-sm {
|
|
|
4002
4002
|
opacity: 1;
|
|
4003
4003
|
}
|
|
4004
4004
|
.du-bois-light-picker-input > input-disabled:hover {
|
|
4005
|
-
border-color: #
|
|
4005
|
+
border-color: #D1D9E1;
|
|
4006
4006
|
border-right-width: 1px !important;
|
|
4007
4007
|
}
|
|
4008
4008
|
.du-bois-light-picker-input > input[disabled] {
|
|
@@ -4012,7 +4012,7 @@ a.du-bois-light-btn-sm {
|
|
|
4012
4012
|
opacity: 1;
|
|
4013
4013
|
}
|
|
4014
4014
|
.du-bois-light-picker-input > input[disabled]:hover {
|
|
4015
|
-
border-color: #
|
|
4015
|
+
border-color: #D1D9E1;
|
|
4016
4016
|
border-right-width: 1px !important;
|
|
4017
4017
|
}
|
|
4018
4018
|
.du-bois-light-picker-input > input-borderless,
|
|
@@ -4087,7 +4087,7 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4087
4087
|
vertical-align: top;
|
|
4088
4088
|
}
|
|
4089
4089
|
.du-bois-light-picker-clear:hover {
|
|
4090
|
-
color: #
|
|
4090
|
+
color: #445461;
|
|
4091
4091
|
}
|
|
4092
4092
|
.du-bois-light-picker-separator {
|
|
4093
4093
|
position: relative;
|
|
@@ -4100,7 +4100,7 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4100
4100
|
cursor: default;
|
|
4101
4101
|
}
|
|
4102
4102
|
.du-bois-light-picker-focused .du-bois-light-picker-separator {
|
|
4103
|
-
color: #
|
|
4103
|
+
color: #445461;
|
|
4104
4104
|
}
|
|
4105
4105
|
.du-bois-light-picker-disabled .du-bois-light-picker-range-separator .du-bois-light-picker-separator {
|
|
4106
4106
|
cursor: not-allowed;
|
|
@@ -4771,7 +4771,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
4771
4771
|
line-height: 20px;
|
|
4772
4772
|
white-space: nowrap;
|
|
4773
4773
|
background: #fafafa;
|
|
4774
|
-
border: 1px solid #
|
|
4774
|
+
border: 1px solid #D1D9E1;
|
|
4775
4775
|
border-radius: 4px;
|
|
4776
4776
|
opacity: 1;
|
|
4777
4777
|
transition: all 0.3s;
|
|
@@ -4788,7 +4788,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
4788
4788
|
}
|
|
4789
4789
|
.du-bois-light-tag-close-icon {
|
|
4790
4790
|
margin-left: 3px;
|
|
4791
|
-
color: #
|
|
4791
|
+
color: #445461;
|
|
4792
4792
|
font-size: 10px;
|
|
4793
4793
|
cursor: pointer;
|
|
4794
4794
|
transition: all 0.3s;
|
|
@@ -5111,7 +5111,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
5111
5111
|
}
|
|
5112
5112
|
.du-bois-light-dropdown-menu-item-group-title {
|
|
5113
5113
|
padding: 5px 8px;
|
|
5114
|
-
color: #
|
|
5114
|
+
color: #445461;
|
|
5115
5115
|
transition: all 0.3s;
|
|
5116
5116
|
}
|
|
5117
5117
|
.du-bois-light-dropdown-menu-submenu-popup {
|
|
@@ -5210,7 +5210,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
5210
5210
|
.du-bois-light-dropdown-menu-item .du-bois-light-dropdown-menu-submenu-expand-icon .du-bois-light-dropdown-menu-submenu-arrow-icon,
|
|
5211
5211
|
.du-bois-light-dropdown-menu-submenu-title .du-bois-light-dropdown-menu-submenu-expand-icon .du-bois-light-dropdown-menu-submenu-arrow-icon {
|
|
5212
5212
|
margin-right: 0 !important;
|
|
5213
|
-
color: #
|
|
5213
|
+
color: #445461;
|
|
5214
5214
|
font-size: 10px;
|
|
5215
5215
|
font-style: normal;
|
|
5216
5216
|
}
|
|
@@ -5760,7 +5760,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
5760
5760
|
border-color: #C82D4C;
|
|
5761
5761
|
}
|
|
5762
5762
|
.du-bois-light-form-item-has-error .du-bois-light-transfer-list-search:not([disabled]) {
|
|
5763
|
-
border-color: #
|
|
5763
|
+
border-color: #D1D9E1;
|
|
5764
5764
|
}
|
|
5765
5765
|
.du-bois-light-form-item-has-error .du-bois-light-transfer-list-search:not([disabled]):hover {
|
|
5766
5766
|
border-color: #448dc2;
|
|
@@ -5798,11 +5798,11 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
5798
5798
|
width: 100%;
|
|
5799
5799
|
margin-bottom: 20px;
|
|
5800
5800
|
padding: 0;
|
|
5801
|
-
color: #
|
|
5801
|
+
color: #445461;
|
|
5802
5802
|
font-size: 18px;
|
|
5803
5803
|
line-height: inherit;
|
|
5804
5804
|
border: 0;
|
|
5805
|
-
border-bottom: 1px solid #
|
|
5805
|
+
border-bottom: 1px solid #D1D9E1;
|
|
5806
5806
|
}
|
|
5807
5807
|
.du-bois-light-form label {
|
|
5808
5808
|
font-size: 13px;
|
|
@@ -5913,13 +5913,13 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
5913
5913
|
.du-bois-light-form-item-label > label .du-bois-light-form-item-optional {
|
|
5914
5914
|
display: inline-block;
|
|
5915
5915
|
margin-left: 4px;
|
|
5916
|
-
color: #
|
|
5916
|
+
color: #445461;
|
|
5917
5917
|
}
|
|
5918
5918
|
.du-bois-light-form-hide-required-mark .du-bois-light-form-item-label > label .du-bois-light-form-item-optional {
|
|
5919
5919
|
display: none;
|
|
5920
5920
|
}
|
|
5921
5921
|
.du-bois-light-form-item-label > label .du-bois-light-form-item-tooltip {
|
|
5922
|
-
color: #
|
|
5922
|
+
color: #445461;
|
|
5923
5923
|
cursor: help;
|
|
5924
5924
|
writing-mode: horizontal-tb;
|
|
5925
5925
|
margin-inline-start: 4px;
|
|
@@ -5955,7 +5955,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
5955
5955
|
.du-bois-light-form-item-extra {
|
|
5956
5956
|
clear: both;
|
|
5957
5957
|
min-height: 24px;
|
|
5958
|
-
color: #
|
|
5958
|
+
color: #445461;
|
|
5959
5959
|
font-size: 13px;
|
|
5960
5960
|
line-height: 20px;
|
|
5961
5961
|
transition: color 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
|
|
@@ -9350,7 +9350,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
9350
9350
|
line-height: 20px;
|
|
9351
9351
|
background-color: #fff;
|
|
9352
9352
|
background-image: none;
|
|
9353
|
-
border: 1px solid #
|
|
9353
|
+
border: 1px solid #D1D9E1;
|
|
9354
9354
|
border-radius: 4px;
|
|
9355
9355
|
transition: all 0.3s;
|
|
9356
9356
|
display: inline-flex;
|
|
@@ -9382,7 +9382,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
9382
9382
|
opacity: 1;
|
|
9383
9383
|
}
|
|
9384
9384
|
.du-bois-light-input-affix-wrapper-disabled:hover {
|
|
9385
|
-
border-color: #
|
|
9385
|
+
border-color: #D1D9E1;
|
|
9386
9386
|
border-right-width: 1px !important;
|
|
9387
9387
|
}
|
|
9388
9388
|
.du-bois-light-input-affix-wrapper[disabled] {
|
|
@@ -9392,7 +9392,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
9392
9392
|
opacity: 1;
|
|
9393
9393
|
}
|
|
9394
9394
|
.du-bois-light-input-affix-wrapper[disabled]:hover {
|
|
9395
|
-
border-color: #
|
|
9395
|
+
border-color: #D1D9E1;
|
|
9396
9396
|
border-right-width: 1px !important;
|
|
9397
9397
|
}
|
|
9398
9398
|
.du-bois-light-input-affix-wrapper-borderless,
|
|
@@ -9469,7 +9469,7 @@ textarea.du-bois-light-input-affix-wrapper {
|
|
|
9469
9469
|
transition: color 0.3s;
|
|
9470
9470
|
}
|
|
9471
9471
|
.anticon.du-bois-light-input-clear-icon:hover {
|
|
9472
|
-
color: #
|
|
9472
|
+
color: #445461;
|
|
9473
9473
|
}
|
|
9474
9474
|
.anticon.du-bois-light-input-clear-icon:active {
|
|
9475
9475
|
color: #11171C;
|
|
@@ -9507,7 +9507,7 @@ textarea.du-bois-light-input-affix-wrapper {
|
|
|
9507
9507
|
line-height: 20px;
|
|
9508
9508
|
background-color: #fff;
|
|
9509
9509
|
background-image: none;
|
|
9510
|
-
border: 1px solid #
|
|
9510
|
+
border: 1px solid #D1D9E1;
|
|
9511
9511
|
border-radius: 4px;
|
|
9512
9512
|
transition: all 0.3s;
|
|
9513
9513
|
}
|
|
@@ -9538,7 +9538,7 @@ textarea.du-bois-light-input-affix-wrapper {
|
|
|
9538
9538
|
opacity: 1;
|
|
9539
9539
|
}
|
|
9540
9540
|
.du-bois-light-input-disabled:hover {
|
|
9541
|
-
border-color: #
|
|
9541
|
+
border-color: #D1D9E1;
|
|
9542
9542
|
border-right-width: 1px !important;
|
|
9543
9543
|
}
|
|
9544
9544
|
.du-bois-light-input[disabled] {
|
|
@@ -9548,7 +9548,7 @@ textarea.du-bois-light-input-affix-wrapper {
|
|
|
9548
9548
|
opacity: 1;
|
|
9549
9549
|
}
|
|
9550
9550
|
.du-bois-light-input[disabled]:hover {
|
|
9551
|
-
border-color: #
|
|
9551
|
+
border-color: #D1D9E1;
|
|
9552
9552
|
border-right-width: 1px !important;
|
|
9553
9553
|
}
|
|
9554
9554
|
.du-bois-light-input-borderless,
|
|
@@ -9647,7 +9647,7 @@ textarea.du-bois-light-input {
|
|
|
9647
9647
|
font-size: 13px;
|
|
9648
9648
|
text-align: center;
|
|
9649
9649
|
background-color: #fafafa;
|
|
9650
|
-
border: 1px solid #
|
|
9650
|
+
border: 1px solid #D1D9E1;
|
|
9651
9651
|
border-radius: 4px;
|
|
9652
9652
|
transition: all 0.3s;
|
|
9653
9653
|
}
|
|
@@ -9841,7 +9841,7 @@ textarea.du-bois-light-input {
|
|
|
9841
9841
|
vertical-align: top;
|
|
9842
9842
|
}
|
|
9843
9843
|
.du-bois-light-input-password-icon {
|
|
9844
|
-
color: #
|
|
9844
|
+
color: #445461;
|
|
9845
9845
|
cursor: pointer;
|
|
9846
9846
|
transition: all 0.3s;
|
|
9847
9847
|
}
|
|
@@ -9861,7 +9861,7 @@ textarea.du-bois-light-input {
|
|
|
9861
9861
|
}
|
|
9862
9862
|
.du-bois-light-input-textarea-show-count::after {
|
|
9863
9863
|
float: right;
|
|
9864
|
-
color: #
|
|
9864
|
+
color: #445461;
|
|
9865
9865
|
white-space: nowrap;
|
|
9866
9866
|
content: attr(data-count);
|
|
9867
9867
|
pointer-events: none;
|
|
@@ -9891,7 +9891,7 @@ textarea.du-bois-light-input {
|
|
|
9891
9891
|
border-radius: 0 4px 4px 0;
|
|
9892
9892
|
}
|
|
9893
9893
|
.du-bois-light-input-search > .du-bois-light-input-group > .du-bois-light-input-group-addon:last-child .du-bois-light-input-search-button:not(.du-bois-light-btn-primary) {
|
|
9894
|
-
color: #
|
|
9894
|
+
color: #445461;
|
|
9895
9895
|
}
|
|
9896
9896
|
.du-bois-light-input-search > .du-bois-light-input-group > .du-bois-light-input-group-addon:last-child .du-bois-light-input-search-button:not(.du-bois-light-btn-primary).du-bois-light-btn-loading::before {
|
|
9897
9897
|
top: 0;
|
|
@@ -10139,7 +10139,7 @@ textarea.du-bois-light-input {
|
|
|
10139
10139
|
.du-bois-light-menu-item-group-title {
|
|
10140
10140
|
height: 20px;
|
|
10141
10141
|
padding: 8px 16px;
|
|
10142
|
-
color: #
|
|
10142
|
+
color: #445461;
|
|
10143
10143
|
font-size: 13px;
|
|
10144
10144
|
line-height: 20px;
|
|
10145
10145
|
transition: all 0.3s;
|
|
@@ -10945,7 +10945,7 @@ textarea.du-bois-light-input {
|
|
|
10945
10945
|
right: 0;
|
|
10946
10946
|
z-index: 10;
|
|
10947
10947
|
padding: 0;
|
|
10948
|
-
color: #
|
|
10948
|
+
color: #445461;
|
|
10949
10949
|
font-weight: 700;
|
|
10950
10950
|
line-height: 1;
|
|
10951
10951
|
text-decoration: none;
|
|
@@ -11190,11 +11190,11 @@ textarea.du-bois-light-input {
|
|
|
11190
11190
|
position: absolute;
|
|
11191
11191
|
top: 16px;
|
|
11192
11192
|
right: 22px;
|
|
11193
|
-
color: #
|
|
11193
|
+
color: #445461;
|
|
11194
11194
|
outline: none;
|
|
11195
11195
|
}
|
|
11196
11196
|
.du-bois-light-notification-notice-close:hover {
|
|
11197
|
-
color: #
|
|
11197
|
+
color: #29323a;
|
|
11198
11198
|
}
|
|
11199
11199
|
.du-bois-light-notification-notice-btn {
|
|
11200
11200
|
float: right;
|
|
@@ -11646,7 +11646,7 @@ textarea.du-bois-light-input {
|
|
|
11646
11646
|
width: 16px;
|
|
11647
11647
|
height: 16px;
|
|
11648
11648
|
background-color: #fff;
|
|
11649
|
-
border-color: #
|
|
11649
|
+
border-color: #D1D9E1;
|
|
11650
11650
|
border-style: solid;
|
|
11651
11651
|
border-width: 1px;
|
|
11652
11652
|
border-radius: 50%;
|
|
@@ -11691,7 +11691,7 @@ textarea.du-bois-light-input {
|
|
|
11691
11691
|
}
|
|
11692
11692
|
.du-bois-light-radio-disabled .du-bois-light-radio-inner {
|
|
11693
11693
|
background-color: #f5f5f5;
|
|
11694
|
-
border-color: #
|
|
11694
|
+
border-color: #D1D9E1 !important;
|
|
11695
11695
|
cursor: not-allowed;
|
|
11696
11696
|
}
|
|
11697
11697
|
.du-bois-light-radio-disabled .du-bois-light-radio-inner::after {
|
|
@@ -11718,7 +11718,7 @@ span.du-bois-light-radio + * {
|
|
|
11718
11718
|
font-size: 13px;
|
|
11719
11719
|
line-height: 38px;
|
|
11720
11720
|
background: #fff;
|
|
11721
|
-
border: 1px solid #
|
|
11721
|
+
border: 1px solid #D1D9E1;
|
|
11722
11722
|
border-top-width: 1.02px;
|
|
11723
11723
|
border-left-width: 0;
|
|
11724
11724
|
cursor: pointer;
|
|
@@ -11754,12 +11754,12 @@ span.du-bois-light-radio + * {
|
|
|
11754
11754
|
width: 1px;
|
|
11755
11755
|
height: 100%;
|
|
11756
11756
|
padding: 1px 0;
|
|
11757
|
-
background-color: #
|
|
11757
|
+
background-color: #D1D9E1;
|
|
11758
11758
|
transition: background-color 0.3s;
|
|
11759
11759
|
content: '';
|
|
11760
11760
|
}
|
|
11761
11761
|
.du-bois-light-radio-button-wrapper:first-child {
|
|
11762
|
-
border-left: 1px solid #
|
|
11762
|
+
border-left: 1px solid #D1D9E1;
|
|
11763
11763
|
border-radius: 4px 0 0 4px;
|
|
11764
11764
|
}
|
|
11765
11765
|
.du-bois-light-radio-button-wrapper:last-child {
|
|
@@ -11833,22 +11833,22 @@ span.du-bois-light-radio + * {
|
|
|
11833
11833
|
.du-bois-light-radio-button-wrapper-disabled {
|
|
11834
11834
|
color: rgba(0, 0, 0, 0.25);
|
|
11835
11835
|
background-color: #f5f5f5;
|
|
11836
|
-
border-color: #
|
|
11836
|
+
border-color: #D1D9E1;
|
|
11837
11837
|
cursor: not-allowed;
|
|
11838
11838
|
}
|
|
11839
11839
|
.du-bois-light-radio-button-wrapper-disabled:first-child,
|
|
11840
11840
|
.du-bois-light-radio-button-wrapper-disabled:hover {
|
|
11841
11841
|
color: rgba(0, 0, 0, 0.25);
|
|
11842
11842
|
background-color: #f5f5f5;
|
|
11843
|
-
border-color: #
|
|
11843
|
+
border-color: #D1D9E1;
|
|
11844
11844
|
}
|
|
11845
11845
|
.du-bois-light-radio-button-wrapper-disabled:first-child {
|
|
11846
|
-
border-left-color: #
|
|
11846
|
+
border-left-color: #D1D9E1;
|
|
11847
11847
|
}
|
|
11848
11848
|
.du-bois-light-radio-button-wrapper-disabled.du-bois-light-radio-button-wrapper-checked {
|
|
11849
11849
|
color: rgba(0, 0, 0, 0.25);
|
|
11850
11850
|
background-color: #e6e6e6;
|
|
11851
|
-
border-color: #
|
|
11851
|
+
border-color: #D1D9E1;
|
|
11852
11852
|
box-shadow: none;
|
|
11853
11853
|
}
|
|
11854
11854
|
@keyframes antRadioEffect {
|
|
@@ -12215,12 +12215,12 @@ span.du-bois-light-radio + * {
|
|
|
12215
12215
|
.du-bois-light-steps-item-subtitle {
|
|
12216
12216
|
display: inline;
|
|
12217
12217
|
margin-left: 8px;
|
|
12218
|
-
color: #
|
|
12218
|
+
color: #445461;
|
|
12219
12219
|
font-weight: normal;
|
|
12220
12220
|
font-size: 13px;
|
|
12221
12221
|
}
|
|
12222
12222
|
.du-bois-light-steps-item-description {
|
|
12223
|
-
color: #
|
|
12223
|
+
color: #445461;
|
|
12224
12224
|
font-size: 13px;
|
|
12225
12225
|
}
|
|
12226
12226
|
.du-bois-light-steps-item-wait .du-bois-light-steps-item-icon {
|
|
@@ -12234,13 +12234,13 @@ span.du-bois-light-radio + * {
|
|
|
12234
12234
|
background: rgba(0, 0, 0, 0.25);
|
|
12235
12235
|
}
|
|
12236
12236
|
.du-bois-light-steps-item-wait > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-title {
|
|
12237
|
-
color: #
|
|
12237
|
+
color: #445461;
|
|
12238
12238
|
}
|
|
12239
12239
|
.du-bois-light-steps-item-wait > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-title::after {
|
|
12240
12240
|
background-color: #f0f0f0;
|
|
12241
12241
|
}
|
|
12242
12242
|
.du-bois-light-steps-item-wait > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-description {
|
|
12243
|
-
color: #
|
|
12243
|
+
color: #445461;
|
|
12244
12244
|
}
|
|
12245
12245
|
.du-bois-light-steps-item-wait > .du-bois-light-steps-item-container > .du-bois-light-steps-item-tail::after {
|
|
12246
12246
|
background-color: #f0f0f0;
|
|
@@ -12293,7 +12293,7 @@ span.du-bois-light-radio + * {
|
|
|
12293
12293
|
background-color: #2272B4;
|
|
12294
12294
|
}
|
|
12295
12295
|
.du-bois-light-steps-item-finish > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-description {
|
|
12296
|
-
color: #
|
|
12296
|
+
color: #445461;
|
|
12297
12297
|
}
|
|
12298
12298
|
.du-bois-light-steps-item-finish > .du-bois-light-steps-item-container > .du-bois-light-steps-item-tail::after {
|
|
12299
12299
|
background-color: #2272B4;
|
|
@@ -12407,7 +12407,7 @@ span.du-bois-light-radio + * {
|
|
|
12407
12407
|
top: 12px;
|
|
12408
12408
|
}
|
|
12409
12409
|
.du-bois-light-steps-small .du-bois-light-steps-item-description {
|
|
12410
|
-
color: #
|
|
12410
|
+
color: #445461;
|
|
12411
12411
|
font-size: 13px;
|
|
12412
12412
|
}
|
|
12413
12413
|
.du-bois-light-steps-small .du-bois-light-steps-item-tail {
|
|
@@ -13281,7 +13281,7 @@ td.du-bois-light-table-column-sort {
|
|
|
13281
13281
|
transition: all 0.3s;
|
|
13282
13282
|
}
|
|
13283
13283
|
.du-bois-light-table-filter-trigger:hover {
|
|
13284
|
-
color: #
|
|
13284
|
+
color: #445461;
|
|
13285
13285
|
background: rgba(0, 0, 0, 0.04);
|
|
13286
13286
|
}
|
|
13287
13287
|
.du-bois-light-table-filter-trigger.active {
|
|
@@ -13720,7 +13720,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
13720
13720
|
pointer-events: auto;
|
|
13721
13721
|
}
|
|
13722
13722
|
.du-bois-light-spin-tip {
|
|
13723
|
-
color: #
|
|
13723
|
+
color: #445461;
|
|
13724
13724
|
}
|
|
13725
13725
|
.du-bois-light-spin-dot {
|
|
13726
13726
|
position: relative;
|
|
@@ -13840,7 +13840,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
13840
13840
|
vertical-align: middle;
|
|
13841
13841
|
list-style: none;
|
|
13842
13842
|
background-color: #fff;
|
|
13843
|
-
border: 1px solid #
|
|
13843
|
+
border: 1px solid #D1D9E1;
|
|
13844
13844
|
border-radius: 4px;
|
|
13845
13845
|
outline: 0;
|
|
13846
13846
|
cursor: pointer;
|
|
@@ -13979,7 +13979,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
13979
13979
|
font-size: 12px;
|
|
13980
13980
|
text-align: center;
|
|
13981
13981
|
background-color: #fff;
|
|
13982
|
-
border: 1px solid #
|
|
13982
|
+
border: 1px solid #D1D9E1;
|
|
13983
13983
|
border-radius: 4px;
|
|
13984
13984
|
outline: none;
|
|
13985
13985
|
transition: all 0.3s;
|
|
@@ -14000,7 +14000,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
14000
14000
|
.du-bois-light-pagination-disabled:hover .du-bois-light-pagination-item-link,
|
|
14001
14001
|
.du-bois-light-pagination-disabled:focus-visible .du-bois-light-pagination-item-link {
|
|
14002
14002
|
color: rgba(0, 0, 0, 0.25);
|
|
14003
|
-
border-color: #
|
|
14003
|
+
border-color: #D1D9E1;
|
|
14004
14004
|
cursor: not-allowed;
|
|
14005
14005
|
}
|
|
14006
14006
|
.du-bois-light-pagination-slash {
|
|
@@ -14039,7 +14039,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
14039
14039
|
line-height: 20px;
|
|
14040
14040
|
background-color: #fff;
|
|
14041
14041
|
background-image: none;
|
|
14042
|
-
border: 1px solid #
|
|
14042
|
+
border: 1px solid #D1D9E1;
|
|
14043
14043
|
border-radius: 4px;
|
|
14044
14044
|
transition: all 0.3s;
|
|
14045
14045
|
width: 50px;
|
|
@@ -14073,7 +14073,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
14073
14073
|
opacity: 1;
|
|
14074
14074
|
}
|
|
14075
14075
|
.du-bois-light-pagination-options-quick-jumper input-disabled:hover {
|
|
14076
|
-
border-color: #
|
|
14076
|
+
border-color: #D1D9E1;
|
|
14077
14077
|
border-right-width: 1px !important;
|
|
14078
14078
|
}
|
|
14079
14079
|
.du-bois-light-pagination-options-quick-jumper input[disabled] {
|
|
@@ -14083,7 +14083,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
14083
14083
|
opacity: 1;
|
|
14084
14084
|
}
|
|
14085
14085
|
.du-bois-light-pagination-options-quick-jumper input[disabled]:hover {
|
|
14086
|
-
border-color: #
|
|
14086
|
+
border-color: #D1D9E1;
|
|
14087
14087
|
border-right-width: 1px !important;
|
|
14088
14088
|
}
|
|
14089
14089
|
.du-bois-light-pagination-options-quick-jumper input-borderless,
|
|
@@ -14140,7 +14140,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14140
14140
|
padding: 0 6px;
|
|
14141
14141
|
text-align: center;
|
|
14142
14142
|
background-color: #fff;
|
|
14143
|
-
border: 1px solid #
|
|
14143
|
+
border: 1px solid #D1D9E1;
|
|
14144
14144
|
border-radius: 4px;
|
|
14145
14145
|
outline: none;
|
|
14146
14146
|
transition: border-color 0.3s;
|
|
@@ -14151,7 +14151,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14151
14151
|
.du-bois-light-pagination-simple .du-bois-light-pagination-simple-pager input[disabled] {
|
|
14152
14152
|
color: rgba(0, 0, 0, 0.25);
|
|
14153
14153
|
background: #f5f5f5;
|
|
14154
|
-
border-color: #
|
|
14154
|
+
border-color: #D1D9E1;
|
|
14155
14155
|
cursor: not-allowed;
|
|
14156
14156
|
}
|
|
14157
14157
|
.du-bois-light-pagination.mini .du-bois-light-pagination-total-text,
|
|
@@ -14212,7 +14212,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14212
14212
|
}
|
|
14213
14213
|
.du-bois-light-pagination.du-bois-light-pagination-disabled .du-bois-light-pagination-item {
|
|
14214
14214
|
background: #f5f5f5;
|
|
14215
|
-
border-color: #
|
|
14215
|
+
border-color: #D1D9E1;
|
|
14216
14216
|
cursor: not-allowed;
|
|
14217
14217
|
}
|
|
14218
14218
|
.du-bois-light-pagination.du-bois-light-pagination-disabled .du-bois-light-pagination-item a {
|
|
@@ -14230,7 +14230,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14230
14230
|
.du-bois-light-pagination.du-bois-light-pagination-disabled .du-bois-light-pagination-item-link {
|
|
14231
14231
|
color: rgba(0, 0, 0, 0.25);
|
|
14232
14232
|
background: #f5f5f5;
|
|
14233
|
-
border-color: #
|
|
14233
|
+
border-color: #D1D9E1;
|
|
14234
14234
|
cursor: not-allowed;
|
|
14235
14235
|
}
|
|
14236
14236
|
.du-bois-light-pagination-simple.du-bois-light-pagination.du-bois-light-pagination-disabled .du-bois-light-pagination-item-link {
|
|
@@ -14740,7 +14740,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14740
14740
|
flex: none;
|
|
14741
14741
|
margin-right: -4px;
|
|
14742
14742
|
margin-left: 8px;
|
|
14743
|
-
color: #
|
|
14743
|
+
color: #445461;
|
|
14744
14744
|
font-size: 12px;
|
|
14745
14745
|
background: transparent;
|
|
14746
14746
|
border: none;
|
|
@@ -14906,7 +14906,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14906
14906
|
height: 16px;
|
|
14907
14907
|
direction: ltr;
|
|
14908
14908
|
background-color: #fff;
|
|
14909
|
-
border: 1px solid #
|
|
14909
|
+
border: 1px solid #D1D9E1;
|
|
14910
14910
|
border-radius: 4px;
|
|
14911
14911
|
border-collapse: separate;
|
|
14912
14912
|
transition: all 0.3s;
|
|
@@ -14965,7 +14965,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14965
14965
|
}
|
|
14966
14966
|
.du-bois-light-tree-checkbox-disabled .du-bois-light-tree-checkbox-inner {
|
|
14967
14967
|
background-color: #f5f5f5;
|
|
14968
|
-
border-color: #
|
|
14968
|
+
border-color: #D1D9E1 !important;
|
|
14969
14969
|
}
|
|
14970
14970
|
.du-bois-light-tree-checkbox-disabled .du-bois-light-tree-checkbox-inner::after {
|
|
14971
14971
|
border-color: #f5f5f5;
|
|
@@ -15034,7 +15034,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
15034
15034
|
}
|
|
15035
15035
|
.du-bois-light-tree-checkbox-indeterminate .du-bois-light-tree-checkbox-inner {
|
|
15036
15036
|
background-color: #fff;
|
|
15037
|
-
border-color: #
|
|
15037
|
+
border-color: #D1D9E1;
|
|
15038
15038
|
}
|
|
15039
15039
|
.du-bois-light-tree-checkbox-indeterminate .du-bois-light-tree-checkbox-inner::after {
|
|
15040
15040
|
top: 50%;
|
|
@@ -15231,7 +15231,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
15231
15231
|
top: 0;
|
|
15232
15232
|
right: 12px;
|
|
15233
15233
|
bottom: -2px;
|
|
15234
|
-
border-right: 1px solid #
|
|
15234
|
+
border-right: 1px solid #D1D9E1;
|
|
15235
15235
|
content: '';
|
|
15236
15236
|
}
|
|
15237
15237
|
.du-bois-light-tree-show-line .du-bois-light-tree-indent-unit-end::before {
|
|
@@ -15253,7 +15253,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
15253
15253
|
overflow-wrap: break-word;
|
|
15254
15254
|
}
|
|
15255
15255
|
.du-bois-light-typography.du-bois-light-typography-secondary {
|
|
15256
|
-
color: #
|
|
15256
|
+
color: #445461;
|
|
15257
15257
|
}
|
|
15258
15258
|
.du-bois-light-typography.du-bois-light-typography-success {
|
|
15259
15259
|
color: #34824F;
|
|
@@ -15496,7 +15496,7 @@ div.du-bois-light-typography-edit-content {
|
|
|
15496
15496
|
position: absolute;
|
|
15497
15497
|
right: 10px;
|
|
15498
15498
|
bottom: 8px;
|
|
15499
|
-
color: #
|
|
15499
|
+
color: #445461;
|
|
15500
15500
|
pointer-events: none;
|
|
15501
15501
|
}
|
|
15502
15502
|
.du-bois-light-typography-edit-content textarea {
|
|
@@ -15764,14 +15764,14 @@ span.du-bois-light-typography-ellipsis-single-line {
|
|
|
15764
15764
|
line-height: 20px;
|
|
15765
15765
|
list-style: none;
|
|
15766
15766
|
font-feature-settings: 'tnum';
|
|
15767
|
-
color: #
|
|
15767
|
+
color: #445461;
|
|
15768
15768
|
font-size: 13px;
|
|
15769
15769
|
}
|
|
15770
15770
|
.du-bois-light-breadcrumb .anticon {
|
|
15771
15771
|
font-size: 13px;
|
|
15772
15772
|
}
|
|
15773
15773
|
.du-bois-light-breadcrumb a {
|
|
15774
|
-
color: #
|
|
15774
|
+
color: #445461;
|
|
15775
15775
|
transition: color 0.3s;
|
|
15776
15776
|
}
|
|
15777
15777
|
.du-bois-light-breadcrumb a:hover {
|
|
@@ -15788,7 +15788,7 @@ span.du-bois-light-typography-ellipsis-single-line {
|
|
|
15788
15788
|
}
|
|
15789
15789
|
.du-bois-light-breadcrumb-separator {
|
|
15790
15790
|
margin: 0 4px;
|
|
15791
|
-
color: #
|
|
15791
|
+
color: #445461;
|
|
15792
15792
|
}
|
|
15793
15793
|
.du-bois-light-breadcrumb-link > .anticon + span,
|
|
15794
15794
|
.du-bois-light-breadcrumb-link > .anticon + a {
|
|
@@ -15921,11 +15921,11 @@ span.du-bois-light-typography-ellipsis-single-line {
|
|
|
15921
15921
|
position: absolute;
|
|
15922
15922
|
top: 16px;
|
|
15923
15923
|
right: 22px;
|
|
15924
|
-
color: #
|
|
15924
|
+
color: #445461;
|
|
15925
15925
|
outline: none;
|
|
15926
15926
|
}
|
|
15927
15927
|
.du-bois-light-notification-notice-close:hover {
|
|
15928
|
-
color: #
|
|
15928
|
+
color: #29323a;
|
|
15929
15929
|
}
|
|
15930
15930
|
.du-bois-light-notification-notice-btn {
|
|
15931
15931
|
float: right;
|