@databricks/design-system 1.12.12 → 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-06a1051f.js → Stepper-839336b1.js} +951 -873
- 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 +13 -1
- 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 +45 -0
- package/dist/design-system/DesignSystemEventProvider/DesignSystemEventProvider.d.ts.map +1 -0
- package/dist/design-system/DesignSystemEventProvider/index.d.ts +2 -0
- package/dist/design-system/DesignSystemEventProvider/index.d.ts.map +1 -0
- 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/DialogComboboxContent.d.ts.map +1 -1
- package/dist/design-system/DialogCombobox/DialogComboboxHintRow.d.ts.map +1 -1
- package/dist/design-system/DialogCombobox/DialogComboboxOptionListCheckboxItem.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 +9 -0
- package/dist/design-system/DialogCombobox/DialogComboboxOptionListSelectItem.d.ts.map +1 -1
- package/dist/design-system/DialogCombobox/DialogComboboxTrigger.d.ts +7 -0
- 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 +7 -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/Icon/Icon.d.ts +1 -1
- package/dist/design-system/Icon/Icon.d.ts.map +1 -1
- package/dist/design-system/Icon/__generated/icons/BarStackedPercentageIcon.d.ts +5 -0
- package/dist/design-system/Icon/__generated/icons/BarStackedPercentageIcon.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/ErdIcon.d.ts +5 -0
- package/dist/design-system/Icon/__generated/icons/ErdIcon.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/ListClearIcon.d.ts +5 -0
- package/dist/design-system/Icon/__generated/icons/ListClearIcon.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/PauseIcon.d.ts +5 -0
- package/dist/design-system/Icon/__generated/icons/PauseIcon.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/SparkleIcon.d.ts +5 -0
- package/dist/design-system/Icon/__generated/icons/SparkleIcon.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/StepIntoIcon.d.ts +5 -0
- package/dist/design-system/Icon/__generated/icons/StepIntoIcon.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/StepOutIcon.d.ts +5 -0
- package/dist/design-system/Icon/__generated/icons/StepOutIcon.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/StepOverIcon.d.ts +5 -0
- package/dist/design-system/Icon/__generated/icons/StepOverIcon.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/TableOnlineViewIcon.d.ts +5 -0
- package/dist/design-system/Icon/__generated/icons/TableOnlineViewIcon.d.ts.map +1 -0
- package/dist/design-system/Icon/__generated/icons/index.d.ts +9 -0
- package/dist/design-system/Icon/__generated/icons/index.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/Label/Label.d.ts +1 -0
- package/dist/design-system/Label/Label.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 +9 -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/SegmentedControl/SegmentedControl.d.ts +1 -0
- package/dist/design-system/SegmentedControl/SegmentedControl.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/Steps/Steps.d.ts +1 -2
- package/dist/design-system/Steps/Steps.d.ts.map +1 -1
- package/dist/design-system/Switch/Switch.d.ts.map +1 -1
- package/dist/design-system/TableUI/Table.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/TableUI/TableRow.d.ts.map +1 -1
- package/dist/design-system/Tag/index.d.ts +2 -2
- package/dist/design-system/Tag/index.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 +24 -0
- 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 +12 -0
- package/dist/design-system/_shared_/Combobox/styles.d.ts.map +1 -1
- package/dist/design-system/constants.d.ts +2 -2
- package/dist/design-system/constants.d.ts.map +1 -1
- package/dist/design-system/index.d.ts +3 -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 +16 -6
- 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/Toolbar/Toolbar.d.ts +15 -0
- package/dist/development/Toolbar/Toolbar.d.ts.map +1 -0
- package/dist/development/Toolbar/index.d.ts +2 -0
- package/dist/development/Toolbar/index.d.ts.map +1 -0
- package/dist/development/index.d.ts +3 -2
- package/dist/development/index.d.ts.map +1 -1
- package/dist/development.js +340 -327
- package/dist/development.js.map +1 -1
- package/dist/dubois-colors.less +203 -142
- package/dist/flags.d.ts +1 -2
- package/dist/flags.d.ts.map +1 -1
- package/dist/index-dark.css +289 -289
- package/dist/index.css +196 -196
- package/dist/index.js +2588 -937
- package/dist/index.js.map +1 -1
- package/dist/rollup/less.d.ts.map +1 -1
- package/dist/test-utils/enzyme/selectEvent.d.ts +5 -0
- package/dist/test-utils/enzyme/selectEvent.d.ts.map +1 -1
- package/dist/test-utils/enzyme/table.d.ts.map +1 -1
- package/dist/test-utils/enzyme/utils.d.ts +6 -0
- package/dist/test-utils/enzyme/utils.d.ts.map +1 -1
- package/dist/test-utils/enzyme.js +34 -15
- package/dist/test-utils/enzyme.js.map +1 -1
- package/dist/test-utils/rtl/selectEvent.d.ts +5 -0
- package/dist/test-utils/rtl/selectEvent.d.ts.map +1 -1
- package/dist/test-utils/rtl.js +16 -1
- package/dist/test-utils/rtl.js.map +1 -1
- package/dist/theme/_generated/PrimitiveColors.d.ts +3 -0
- package/dist/theme/_generated/PrimitiveColors.d.ts.map +1 -0
- package/dist/theme/_generated/SemanticColors-Dark.d.ts +3 -0
- package/dist/theme/_generated/SemanticColors-Dark.d.ts.map +1 -0
- package/dist/theme/_generated/SemanticColors-Light.d.ts +3 -0
- package/dist/theme/_generated/SemanticColors-Light.d.ts.map +1 -0
- package/dist/theme/_generated/ValidPrimitiveColors.d.ts +56 -0
- package/dist/theme/_generated/ValidPrimitiveColors.d.ts.map +1 -0
- package/dist/theme/_generated/ValidSemanticColors.d.ts +98 -0
- package/dist/theme/_generated/ValidSemanticColors.d.ts.map +1 -0
- package/dist/theme/colors.d.ts +62 -141
- package/dist/theme/colors.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 +13 -15
- package/dist/DropdownMenu-06a1051f.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/theme/colorList.d.ts +0 -130
- package/dist/theme/colorList.d.ts.map +0 -1
- /package/dist/{development → design-system}/ContextMenu/ContextMenu.d.ts +0 -0
package/dist/index.css
CHANGED
|
@@ -967,9 +967,9 @@ abbr[data-original-title] {
|
|
|
967
967
|
padding: 0 16px;
|
|
968
968
|
font-size: 13px;
|
|
969
969
|
border-radius: 4px;
|
|
970
|
-
color: #
|
|
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
|
-
color: #
|
|
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
|
}
|
|
@@ -1278,9 +1278,9 @@ abbr[data-original-title] {
|
|
|
1278
1278
|
content: '';
|
|
1279
1279
|
}
|
|
1280
1280
|
.du-bois-light-btn-dashed {
|
|
1281
|
-
color: #
|
|
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
|
}
|
|
@@ -1564,7 +1564,7 @@ abbr[data-original-title] {
|
|
|
1564
1564
|
content: '';
|
|
1565
1565
|
}
|
|
1566
1566
|
.du-bois-light-btn-text {
|
|
1567
|
-
color: #
|
|
1567
|
+
color: #11171C;
|
|
1568
1568
|
background: transparent;
|
|
1569
1569
|
border-color: transparent;
|
|
1570
1570
|
box-shadow: none;
|
|
@@ -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
|
}
|
|
@@ -1648,12 +1648,12 @@ abbr[data-original-title] {
|
|
|
1648
1648
|
}
|
|
1649
1649
|
.du-bois-light-btn-text:hover,
|
|
1650
1650
|
.du-bois-light-btn-text:focus {
|
|
1651
|
-
color: #
|
|
1651
|
+
color: #11171C;
|
|
1652
1652
|
background: rgba(0, 0, 0, 0.018);
|
|
1653
1653
|
border-color: transparent;
|
|
1654
1654
|
}
|
|
1655
1655
|
.du-bois-light-btn-text:active {
|
|
1656
|
-
color: #
|
|
1656
|
+
color: #11171C;
|
|
1657
1657
|
background: rgba(0, 0, 0, 0.028);
|
|
1658
1658
|
border-color: transparent;
|
|
1659
1659
|
}
|
|
@@ -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
|
}
|
|
@@ -2758,7 +2758,7 @@ a.du-bois-light-btn-sm {
|
|
|
2758
2758
|
box-sizing: border-box;
|
|
2759
2759
|
margin: 0;
|
|
2760
2760
|
padding: 0;
|
|
2761
|
-
color: #
|
|
2761
|
+
color: #11171C;
|
|
2762
2762
|
font-size: 13px;
|
|
2763
2763
|
font-variant: tabular-nums;
|
|
2764
2764
|
line-height: 20px;
|
|
@@ -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 {
|
|
@@ -2902,7 +2902,7 @@ a.du-bois-light-btn-sm {
|
|
|
2902
2902
|
box-sizing: border-box;
|
|
2903
2903
|
margin: 0;
|
|
2904
2904
|
padding: 0;
|
|
2905
|
-
color: #
|
|
2905
|
+
color: #11171C;
|
|
2906
2906
|
font-size: 13px;
|
|
2907
2907
|
font-variant: tabular-nums;
|
|
2908
2908
|
line-height: 20px;
|
|
@@ -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;
|
|
@@ -3024,7 +3024,7 @@ a.du-bois-light-btn-sm {
|
|
|
3024
3024
|
box-sizing: border-box;
|
|
3025
3025
|
margin: 0;
|
|
3026
3026
|
padding: 0;
|
|
3027
|
-
color: #
|
|
3027
|
+
color: #11171C;
|
|
3028
3028
|
font-size: 13px;
|
|
3029
3029
|
font-variant: tabular-nums;
|
|
3030
3030
|
line-height: 20px;
|
|
@@ -3055,7 +3055,7 @@ a.du-bois-light-btn-sm {
|
|
|
3055
3055
|
box-sizing: border-box;
|
|
3056
3056
|
margin: 0;
|
|
3057
3057
|
padding: 0;
|
|
3058
|
-
color: #
|
|
3058
|
+
color: #11171C;
|
|
3059
3059
|
font-size: 13px;
|
|
3060
3060
|
font-variant: tabular-nums;
|
|
3061
3061
|
line-height: 20px;
|
|
@@ -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%;
|
|
@@ -3100,7 +3100,7 @@ a.du-bois-light-btn-sm {
|
|
|
3100
3100
|
box-sizing: border-box;
|
|
3101
3101
|
margin: 0;
|
|
3102
3102
|
padding: 0;
|
|
3103
|
-
color: #
|
|
3103
|
+
color: #11171C;
|
|
3104
3104
|
font-size: 13px;
|
|
3105
3105
|
font-variant: tabular-nums;
|
|
3106
3106
|
line-height: 20px;
|
|
@@ -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;
|
|
@@ -3425,7 +3425,7 @@ a.du-bois-light-btn-sm {
|
|
|
3425
3425
|
box-sizing: border-box;
|
|
3426
3426
|
margin: 0;
|
|
3427
3427
|
padding: 0;
|
|
3428
|
-
color: #
|
|
3428
|
+
color: #11171C;
|
|
3429
3429
|
font-size: 13px;
|
|
3430
3430
|
font-variant: tabular-nums;
|
|
3431
3431
|
line-height: 20px;
|
|
@@ -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;
|
|
@@ -3590,7 +3590,7 @@ a.du-bois-light-btn-sm {
|
|
|
3590
3590
|
.du-bois-light-select-dropdown {
|
|
3591
3591
|
margin: 0;
|
|
3592
3592
|
padding: 0;
|
|
3593
|
-
color: #
|
|
3593
|
+
color: #11171C;
|
|
3594
3594
|
font-variant: tabular-nums;
|
|
3595
3595
|
line-height: 20px;
|
|
3596
3596
|
list-style: none;
|
|
@@ -3634,7 +3634,7 @@ a.du-bois-light-btn-sm {
|
|
|
3634
3634
|
display: block;
|
|
3635
3635
|
min-height: 32px;
|
|
3636
3636
|
padding: 5px 8px;
|
|
3637
|
-
color: #
|
|
3637
|
+
color: #11171C;
|
|
3638
3638
|
font-weight: normal;
|
|
3639
3639
|
font-size: 13px;
|
|
3640
3640
|
line-height: 22px;
|
|
@@ -3645,7 +3645,7 @@ a.du-bois-light-btn-sm {
|
|
|
3645
3645
|
display: block;
|
|
3646
3646
|
min-height: 32px;
|
|
3647
3647
|
padding: 5px 8px;
|
|
3648
|
-
color: #
|
|
3648
|
+
color: #11171C;
|
|
3649
3649
|
font-weight: normal;
|
|
3650
3650
|
font-size: 13px;
|
|
3651
3651
|
line-height: 22px;
|
|
@@ -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
|
}
|
|
@@ -3673,7 +3673,7 @@ a.du-bois-light-btn-sm {
|
|
|
3673
3673
|
background-color: #f5f5f5;
|
|
3674
3674
|
}
|
|
3675
3675
|
.du-bois-light-select-item-option-selected:not(.du-bois-light-select-item-option-disabled) {
|
|
3676
|
-
color: #
|
|
3676
|
+
color: #11171C;
|
|
3677
3677
|
font-weight: 600;
|
|
3678
3678
|
background-color: #e6f1f5;
|
|
3679
3679
|
}
|
|
@@ -3777,19 +3777,19 @@ a.du-bois-light-btn-sm {
|
|
|
3777
3777
|
box-sizing: border-box;
|
|
3778
3778
|
margin: 0;
|
|
3779
3779
|
padding: 0;
|
|
3780
|
-
color: #
|
|
3780
|
+
color: #11171C;
|
|
3781
3781
|
font-size: 13px;
|
|
3782
3782
|
font-variant: tabular-nums;
|
|
3783
3783
|
line-height: 20px;
|
|
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 {
|
|
@@ -3849,9 +3849,9 @@ a.du-bois-light-btn-sm {
|
|
|
3849
3849
|
transform: translateY(-50%);
|
|
3850
3850
|
}
|
|
3851
3851
|
.du-bois-light-collapse-content {
|
|
3852
|
-
color: #
|
|
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 {
|
|
@@ -3909,7 +3909,7 @@ a.du-bois-light-btn-sm {
|
|
|
3909
3909
|
box-sizing: border-box;
|
|
3910
3910
|
margin: 0;
|
|
3911
3911
|
padding: 0;
|
|
3912
|
-
color: #
|
|
3912
|
+
color: #11171C;
|
|
3913
3913
|
font-size: 13px;
|
|
3914
3914
|
font-variant: tabular-nums;
|
|
3915
3915
|
line-height: 20px;
|
|
@@ -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 {
|
|
@@ -3960,12 +3960,12 @@ a.du-bois-light-btn-sm {
|
|
|
3960
3960
|
width: 100%;
|
|
3961
3961
|
min-width: 0;
|
|
3962
3962
|
padding: 5px 12px;
|
|
3963
|
-
color: #
|
|
3963
|
+
color: #11171C;
|
|
3964
3964
|
font-size: 13px;
|
|
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;
|
|
@@ -4142,7 +4142,7 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4142
4142
|
box-sizing: border-box;
|
|
4143
4143
|
margin: 0;
|
|
4144
4144
|
padding: 0;
|
|
4145
|
-
color: #
|
|
4145
|
+
color: #11171C;
|
|
4146
4146
|
font-size: 13px;
|
|
4147
4147
|
font-variant: tabular-nums;
|
|
4148
4148
|
line-height: 20px;
|
|
@@ -4309,7 +4309,7 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4309
4309
|
font-size: 13px;
|
|
4310
4310
|
}
|
|
4311
4311
|
.du-bois-light-picker-header > button:hover {
|
|
4312
|
-
color: #
|
|
4312
|
+
color: #11171C;
|
|
4313
4313
|
}
|
|
4314
4314
|
.du-bois-light-picker-header-view {
|
|
4315
4315
|
flex: auto;
|
|
@@ -4382,7 +4382,7 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4382
4382
|
}
|
|
4383
4383
|
.du-bois-light-picker-content th {
|
|
4384
4384
|
height: 30px;
|
|
4385
|
-
color: #
|
|
4385
|
+
color: #11171C;
|
|
4386
4386
|
line-height: 30px;
|
|
4387
4387
|
}
|
|
4388
4388
|
.du-bois-light-picker-cell {
|
|
@@ -4391,7 +4391,7 @@ textarea.du-bois-light-picker-input > input {
|
|
|
4391
4391
|
cursor: pointer;
|
|
4392
4392
|
}
|
|
4393
4393
|
.du-bois-light-picker-cell-in-view {
|
|
4394
|
-
color: #
|
|
4394
|
+
color: #11171C;
|
|
4395
4395
|
}
|
|
4396
4396
|
.du-bois-light-picker-cell::before {
|
|
4397
4397
|
position: absolute;
|
|
@@ -4725,7 +4725,7 @@ tr > .du-bois-light-picker-cell-in-view.du-bois-light-picker-cell-range-hover-st
|
|
|
4725
4725
|
height: 28px;
|
|
4726
4726
|
margin: 0;
|
|
4727
4727
|
padding: 0 0 0 14px;
|
|
4728
|
-
color: #
|
|
4728
|
+
color: #11171C;
|
|
4729
4729
|
line-height: 28px;
|
|
4730
4730
|
border-radius: 0;
|
|
4731
4731
|
cursor: pointer;
|
|
@@ -4758,7 +4758,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
4758
4758
|
box-sizing: border-box;
|
|
4759
4759
|
margin: 0;
|
|
4760
4760
|
padding: 0;
|
|
4761
|
-
color: #
|
|
4761
|
+
color: #11171C;
|
|
4762
4762
|
font-size: 13px;
|
|
4763
4763
|
font-variant: tabular-nums;
|
|
4764
4764
|
list-style: none;
|
|
@@ -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;
|
|
@@ -4779,7 +4779,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
4779
4779
|
.du-bois-light-tag,
|
|
4780
4780
|
.du-bois-light-tag a,
|
|
4781
4781
|
.du-bois-light-tag a:hover {
|
|
4782
|
-
color: #
|
|
4782
|
+
color: #11171C;
|
|
4783
4783
|
}
|
|
4784
4784
|
.du-bois-light-tag > a:first-child:last-child {
|
|
4785
4785
|
display: inline-block;
|
|
@@ -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;
|
|
@@ -4997,7 +4997,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
4997
4997
|
box-sizing: border-box;
|
|
4998
4998
|
margin: 0;
|
|
4999
4999
|
padding: 0;
|
|
5000
|
-
color: #
|
|
5000
|
+
color: #11171C;
|
|
5001
5001
|
font-size: 13px;
|
|
5002
5002
|
font-variant: tabular-nums;
|
|
5003
5003
|
line-height: 20px;
|
|
@@ -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 {
|
|
@@ -5162,7 +5162,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
5162
5162
|
clear: both;
|
|
5163
5163
|
margin: 0;
|
|
5164
5164
|
padding: 5px 8px;
|
|
5165
|
-
color: #
|
|
5165
|
+
color: #11171C;
|
|
5166
5166
|
font-weight: normal;
|
|
5167
5167
|
font-size: 13px;
|
|
5168
5168
|
line-height: 22px;
|
|
@@ -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;
|
|
@@ -5786,7 +5786,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
5786
5786
|
box-sizing: border-box;
|
|
5787
5787
|
margin: 0;
|
|
5788
5788
|
padding: 0;
|
|
5789
|
-
color: #
|
|
5789
|
+
color: #11171C;
|
|
5790
5790
|
font-size: 13px;
|
|
5791
5791
|
font-variant: tabular-nums;
|
|
5792
5792
|
line-height: 20px;
|
|
@@ -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;
|
|
@@ -5835,7 +5835,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
5835
5835
|
.du-bois-light-form output {
|
|
5836
5836
|
display: block;
|
|
5837
5837
|
padding-top: 15px;
|
|
5838
|
-
color: #
|
|
5838
|
+
color: #11171C;
|
|
5839
5839
|
font-size: 13px;
|
|
5840
5840
|
line-height: 20px;
|
|
5841
5841
|
}
|
|
@@ -5859,7 +5859,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
5859
5859
|
box-sizing: border-box;
|
|
5860
5860
|
margin: 0;
|
|
5861
5861
|
padding: 0;
|
|
5862
|
-
color: #
|
|
5862
|
+
color: #11171C;
|
|
5863
5863
|
font-size: 13px;
|
|
5864
5864
|
font-variant: tabular-nums;
|
|
5865
5865
|
line-height: 20px;
|
|
@@ -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);
|
|
@@ -9101,7 +9101,7 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
9101
9101
|
box-sizing: border-box;
|
|
9102
9102
|
margin: 0;
|
|
9103
9103
|
padding: 0;
|
|
9104
|
-
color: #
|
|
9104
|
+
color: #11171C;
|
|
9105
9105
|
font-size: 13px;
|
|
9106
9106
|
font-variant: tabular-nums;
|
|
9107
9107
|
line-height: 20px;
|
|
@@ -9345,12 +9345,12 @@ _:-ms-fullscreen .du-bois-light-picker-range-wrapper .du-bois-light-picker-year-
|
|
|
9345
9345
|
width: 100%;
|
|
9346
9346
|
min-width: 0;
|
|
9347
9347
|
padding: 5px 12px;
|
|
9348
|
-
color: #
|
|
9348
|
+
color: #11171C;
|
|
9349
9349
|
font-size: 13px;
|
|
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,10 +9469,10 @@ 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
|
-
color: #
|
|
9475
|
+
color: #11171C;
|
|
9476
9476
|
}
|
|
9477
9477
|
.anticon.du-bois-light-input-clear-icon-hidden {
|
|
9478
9478
|
visibility: hidden;
|
|
@@ -9502,12 +9502,12 @@ textarea.du-bois-light-input-affix-wrapper {
|
|
|
9502
9502
|
width: 100%;
|
|
9503
9503
|
min-width: 0;
|
|
9504
9504
|
padding: 5px 12px;
|
|
9505
|
-
color: #
|
|
9505
|
+
color: #11171C;
|
|
9506
9506
|
font-size: 13px;
|
|
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,
|
|
@@ -9580,7 +9580,7 @@ textarea.du-bois-light-input {
|
|
|
9580
9580
|
box-sizing: border-box;
|
|
9581
9581
|
margin: 0;
|
|
9582
9582
|
padding: 0;
|
|
9583
|
-
color: #
|
|
9583
|
+
color: #11171C;
|
|
9584
9584
|
font-size: 13px;
|
|
9585
9585
|
font-variant: tabular-nums;
|
|
9586
9586
|
line-height: 20px;
|
|
@@ -9642,12 +9642,12 @@ textarea.du-bois-light-input {
|
|
|
9642
9642
|
.du-bois-light-input-group-addon {
|
|
9643
9643
|
position: relative;
|
|
9644
9644
|
padding: 0 12px;
|
|
9645
|
-
color: #
|
|
9645
|
+
color: #11171C;
|
|
9646
9646
|
font-weight: normal;
|
|
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;
|
|
@@ -9957,13 +9957,13 @@ textarea.du-bois-light-input {
|
|
|
9957
9957
|
.du-bois-light-layout-header {
|
|
9958
9958
|
height: 64px;
|
|
9959
9959
|
padding: 0 50px;
|
|
9960
|
-
color: #
|
|
9960
|
+
color: #11171C;
|
|
9961
9961
|
line-height: 64px;
|
|
9962
9962
|
background: #001529;
|
|
9963
9963
|
}
|
|
9964
9964
|
.du-bois-light-layout-footer {
|
|
9965
9965
|
padding: 24px 50px;
|
|
9966
|
-
color: #
|
|
9966
|
+
color: #11171C;
|
|
9967
9967
|
font-size: 13px;
|
|
9968
9968
|
background: #f0f2f5;
|
|
9969
9969
|
}
|
|
@@ -10045,11 +10045,11 @@ textarea.du-bois-light-input {
|
|
|
10045
10045
|
background: #fff;
|
|
10046
10046
|
}
|
|
10047
10047
|
.du-bois-light-layout-sider-light .du-bois-light-layout-sider-trigger {
|
|
10048
|
-
color: #
|
|
10048
|
+
color: #11171C;
|
|
10049
10049
|
background: #fff;
|
|
10050
10050
|
}
|
|
10051
10051
|
.du-bois-light-layout-sider-light .du-bois-light-layout-sider-zero-width-trigger {
|
|
10052
|
-
color: #
|
|
10052
|
+
color: #11171C;
|
|
10053
10053
|
background: #fff;
|
|
10054
10054
|
}
|
|
10055
10055
|
|
|
@@ -10098,7 +10098,7 @@ textarea.du-bois-light-input {
|
|
|
10098
10098
|
font-feature-settings: 'tnum';
|
|
10099
10099
|
margin-bottom: 0;
|
|
10100
10100
|
padding-left: 0;
|
|
10101
|
-
color: #
|
|
10101
|
+
color: #11171C;
|
|
10102
10102
|
font-size: 13px;
|
|
10103
10103
|
line-height: 0;
|
|
10104
10104
|
text-align: left;
|
|
@@ -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;
|
|
@@ -10166,7 +10166,7 @@ textarea.du-bois-light-input {
|
|
|
10166
10166
|
transition: color 0.3s;
|
|
10167
10167
|
}
|
|
10168
10168
|
.du-bois-light-menu-item a {
|
|
10169
|
-
color: #
|
|
10169
|
+
color: #11171C;
|
|
10170
10170
|
}
|
|
10171
10171
|
.du-bois-light-menu-item a:hover {
|
|
10172
10172
|
color: #2272B4;
|
|
@@ -10181,7 +10181,7 @@ textarea.du-bois-light-input {
|
|
|
10181
10181
|
content: '';
|
|
10182
10182
|
}
|
|
10183
10183
|
.du-bois-light-menu-item > .du-bois-light-badge a {
|
|
10184
|
-
color: #
|
|
10184
|
+
color: #11171C;
|
|
10185
10185
|
}
|
|
10186
10186
|
.du-bois-light-menu-item > .du-bois-light-badge a:hover {
|
|
10187
10187
|
color: #2272B4;
|
|
@@ -10349,7 +10349,7 @@ textarea.du-bois-light-input {
|
|
|
10349
10349
|
top: 50%;
|
|
10350
10350
|
right: 16px;
|
|
10351
10351
|
width: 10px;
|
|
10352
|
-
color: #
|
|
10352
|
+
color: #11171C;
|
|
10353
10353
|
transform: translateY(-50%);
|
|
10354
10354
|
transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
|
|
10355
10355
|
}
|
|
@@ -10451,7 +10451,7 @@ textarea.du-bois-light-input {
|
|
|
10451
10451
|
padding: 0;
|
|
10452
10452
|
}
|
|
10453
10453
|
.du-bois-light-menu-horizontal > .du-bois-light-menu-item a {
|
|
10454
|
-
color: #
|
|
10454
|
+
color: #11171C;
|
|
10455
10455
|
}
|
|
10456
10456
|
.du-bois-light-menu-horizontal > .du-bois-light-menu-item a:hover {
|
|
10457
10457
|
color: #2272B4;
|
|
@@ -10875,7 +10875,7 @@ textarea.du-bois-light-input {
|
|
|
10875
10875
|
box-sizing: border-box;
|
|
10876
10876
|
margin: 0;
|
|
10877
10877
|
padding: 0;
|
|
10878
|
-
color: #
|
|
10878
|
+
color: #11171C;
|
|
10879
10879
|
font-size: 13px;
|
|
10880
10880
|
font-variant: tabular-nums;
|
|
10881
10881
|
line-height: 20px;
|
|
@@ -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;
|
|
@@ -10973,7 +10973,7 @@ textarea.du-bois-light-input {
|
|
|
10973
10973
|
}
|
|
10974
10974
|
.du-bois-light-modal-header {
|
|
10975
10975
|
padding: 40px 40px 20px;
|
|
10976
|
-
color: #
|
|
10976
|
+
color: #11171C;
|
|
10977
10977
|
background: #fff;
|
|
10978
10978
|
border-bottom: 0px solid #f0f0f0;
|
|
10979
10979
|
border-radius: 4px 4px 0 0;
|
|
@@ -11048,7 +11048,7 @@ textarea.du-bois-light-input {
|
|
|
11048
11048
|
}
|
|
11049
11049
|
.du-bois-light-modal-confirm-body .du-bois-light-modal-confirm-content {
|
|
11050
11050
|
margin-top: 8px;
|
|
11051
|
-
color: #
|
|
11051
|
+
color: #11171C;
|
|
11052
11052
|
font-size: 13px;
|
|
11053
11053
|
}
|
|
11054
11054
|
.du-bois-light-modal-confirm-body > .anticon {
|
|
@@ -11089,7 +11089,7 @@ textarea.du-bois-light-input {
|
|
|
11089
11089
|
box-sizing: border-box;
|
|
11090
11090
|
margin: 0;
|
|
11091
11091
|
padding: 0;
|
|
11092
|
-
color: #
|
|
11092
|
+
color: #11171C;
|
|
11093
11093
|
font-size: 13px;
|
|
11094
11094
|
font-variant: tabular-nums;
|
|
11095
11095
|
line-height: 20px;
|
|
@@ -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;
|
|
@@ -11272,7 +11272,7 @@ textarea.du-bois-light-input {
|
|
|
11272
11272
|
box-sizing: border-box;
|
|
11273
11273
|
margin: 0;
|
|
11274
11274
|
padding: 0;
|
|
11275
|
-
color: #
|
|
11275
|
+
color: #11171C;
|
|
11276
11276
|
font-size: 13px;
|
|
11277
11277
|
font-variant: tabular-nums;
|
|
11278
11278
|
line-height: 20px;
|
|
@@ -11342,12 +11342,12 @@ textarea.du-bois-light-input {
|
|
|
11342
11342
|
}
|
|
11343
11343
|
.du-bois-light-popover-inner-content {
|
|
11344
11344
|
padding: 8px 8px;
|
|
11345
|
-
color: #
|
|
11345
|
+
color: #11171C;
|
|
11346
11346
|
}
|
|
11347
11347
|
.du-bois-light-popover-message {
|
|
11348
11348
|
position: relative;
|
|
11349
11349
|
padding: 4px 0 12px;
|
|
11350
|
-
color: #
|
|
11350
|
+
color: #11171C;
|
|
11351
11351
|
font-size: 13px;
|
|
11352
11352
|
}
|
|
11353
11353
|
.du-bois-light-popover-message > .anticon {
|
|
@@ -11560,7 +11560,7 @@ textarea.du-bois-light-input {
|
|
|
11560
11560
|
box-sizing: border-box;
|
|
11561
11561
|
margin: 0;
|
|
11562
11562
|
padding: 0;
|
|
11563
|
-
color: #
|
|
11563
|
+
color: #11171C;
|
|
11564
11564
|
font-size: 13px;
|
|
11565
11565
|
font-variant: tabular-nums;
|
|
11566
11566
|
line-height: 20px;
|
|
@@ -11579,7 +11579,7 @@ textarea.du-bois-light-input {
|
|
|
11579
11579
|
box-sizing: border-box;
|
|
11580
11580
|
margin: 0;
|
|
11581
11581
|
padding: 0;
|
|
11582
|
-
color: #
|
|
11582
|
+
color: #11171C;
|
|
11583
11583
|
font-size: 13px;
|
|
11584
11584
|
font-variant: tabular-nums;
|
|
11585
11585
|
line-height: 20px;
|
|
@@ -11601,7 +11601,7 @@ textarea.du-bois-light-input {
|
|
|
11601
11601
|
box-sizing: border-box;
|
|
11602
11602
|
margin: 0;
|
|
11603
11603
|
padding: 0;
|
|
11604
|
-
color: #
|
|
11604
|
+
color: #11171C;
|
|
11605
11605
|
font-size: 13px;
|
|
11606
11606
|
font-variant: tabular-nums;
|
|
11607
11607
|
line-height: 20px;
|
|
@@ -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 {
|
|
@@ -11714,18 +11714,18 @@ span.du-bois-light-radio + * {
|
|
|
11714
11714
|
height: 40px;
|
|
11715
11715
|
margin: 0;
|
|
11716
11716
|
padding: 0 7px;
|
|
11717
|
-
color: #
|
|
11717
|
+
color: #11171C;
|
|
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;
|
|
11725
11725
|
transition: color 0.3s, background 0.3s, border-color 0.3s, box-shadow 0.3s;
|
|
11726
11726
|
}
|
|
11727
11727
|
.du-bois-light-radio-button-wrapper a {
|
|
11728
|
-
color: #
|
|
11728
|
+
color: #11171C;
|
|
11729
11729
|
}
|
|
11730
11730
|
.du-bois-light-radio-button-wrapper > .du-bois-light-radio-button {
|
|
11731
11731
|
position: absolute;
|
|
@@ -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 {
|
|
@@ -12127,7 +12127,7 @@ span.du-bois-light-radio + * {
|
|
|
12127
12127
|
box-sizing: border-box;
|
|
12128
12128
|
margin: 0;
|
|
12129
12129
|
padding: 0;
|
|
12130
|
-
color: #
|
|
12130
|
+
color: #11171C;
|
|
12131
12131
|
font-size: 13px;
|
|
12132
12132
|
font-variant: tabular-nums;
|
|
12133
12133
|
line-height: 20px;
|
|
@@ -12198,7 +12198,7 @@ span.du-bois-light-radio + * {
|
|
|
12198
12198
|
position: relative;
|
|
12199
12199
|
display: inline-block;
|
|
12200
12200
|
padding-right: 16px;
|
|
12201
|
-
color: #
|
|
12201
|
+
color: #11171C;
|
|
12202
12202
|
font-size: 18px;
|
|
12203
12203
|
line-height: 40px;
|
|
12204
12204
|
}
|
|
@@ -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;
|
|
@@ -12262,7 +12262,7 @@ span.du-bois-light-radio + * {
|
|
|
12262
12262
|
background-color: #f0f0f0;
|
|
12263
12263
|
}
|
|
12264
12264
|
.du-bois-light-steps-item-process > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-description {
|
|
12265
|
-
color: #
|
|
12265
|
+
color: #11171C;
|
|
12266
12266
|
}
|
|
12267
12267
|
.du-bois-light-steps-item-process > .du-bois-light-steps-item-container > .du-bois-light-steps-item-tail::after {
|
|
12268
12268
|
background-color: #f0f0f0;
|
|
@@ -12287,13 +12287,13 @@ span.du-bois-light-radio + * {
|
|
|
12287
12287
|
background: #2272B4;
|
|
12288
12288
|
}
|
|
12289
12289
|
.du-bois-light-steps-item-finish > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-title {
|
|
12290
|
-
color: #
|
|
12290
|
+
color: #11171C;
|
|
12291
12291
|
}
|
|
12292
12292
|
.du-bois-light-steps-item-finish > .du-bois-light-steps-item-container > .du-bois-light-steps-item-content > .du-bois-light-steps-item-title::after {
|
|
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 {
|
|
@@ -12730,7 +12730,7 @@ span.du-bois-light-radio + * {
|
|
|
12730
12730
|
box-sizing: border-box;
|
|
12731
12731
|
margin: 0;
|
|
12732
12732
|
padding: 0;
|
|
12733
|
-
color: #
|
|
12733
|
+
color: #11171C;
|
|
12734
12734
|
font-size: 13px;
|
|
12735
12735
|
font-variant: tabular-nums;
|
|
12736
12736
|
line-height: 20px;
|
|
@@ -12810,7 +12810,7 @@ span.du-bois-light-radio + * {
|
|
|
12810
12810
|
display: inline-block;
|
|
12811
12811
|
width: 2em;
|
|
12812
12812
|
margin-left: 8px;
|
|
12813
|
-
color: #
|
|
12813
|
+
color: #11171C;
|
|
12814
12814
|
font-size: 1em;
|
|
12815
12815
|
line-height: 1;
|
|
12816
12816
|
white-space: nowrap;
|
|
@@ -12863,7 +12863,7 @@ span.du-bois-light-radio + * {
|
|
|
12863
12863
|
width: 100%;
|
|
12864
12864
|
margin: 0;
|
|
12865
12865
|
padding: 0;
|
|
12866
|
-
color: #
|
|
12866
|
+
color: #11171C;
|
|
12867
12867
|
font-size: 1em;
|
|
12868
12868
|
line-height: 1;
|
|
12869
12869
|
white-space: normal;
|
|
@@ -13056,7 +13056,7 @@ span.du-bois-light-radio + * {
|
|
|
13056
13056
|
box-sizing: border-box;
|
|
13057
13057
|
margin: 0;
|
|
13058
13058
|
padding: 0;
|
|
13059
|
-
color: #
|
|
13059
|
+
color: #11171C;
|
|
13060
13060
|
font-variant: tabular-nums;
|
|
13061
13061
|
line-height: 20px;
|
|
13062
13062
|
list-style: none;
|
|
@@ -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 {
|
|
@@ -13291,7 +13291,7 @@ td.du-bois-light-table-column-sort {
|
|
|
13291
13291
|
box-sizing: border-box;
|
|
13292
13292
|
margin: 0;
|
|
13293
13293
|
padding: 0;
|
|
13294
|
-
color: #
|
|
13294
|
+
color: #11171C;
|
|
13295
13295
|
font-size: 13px;
|
|
13296
13296
|
font-variant: tabular-nums;
|
|
13297
13297
|
line-height: 20px;
|
|
@@ -13622,7 +13622,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
13622
13622
|
box-sizing: border-box;
|
|
13623
13623
|
margin: 0;
|
|
13624
13624
|
padding: 0;
|
|
13625
|
-
color: #
|
|
13625
|
+
color: #11171C;
|
|
13626
13626
|
font-size: 13px;
|
|
13627
13627
|
font-variant: tabular-nums;
|
|
13628
13628
|
line-height: 20px;
|
|
@@ -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;
|
|
@@ -13801,7 +13801,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
13801
13801
|
box-sizing: border-box;
|
|
13802
13802
|
margin: 0;
|
|
13803
13803
|
padding: 0;
|
|
13804
|
-
color: #
|
|
13804
|
+
color: #11171C;
|
|
13805
13805
|
font-size: 13px;
|
|
13806
13806
|
font-variant: tabular-nums;
|
|
13807
13807
|
line-height: 20px;
|
|
@@ -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;
|
|
@@ -13849,7 +13849,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
13849
13849
|
.du-bois-light-pagination-item a {
|
|
13850
13850
|
display: block;
|
|
13851
13851
|
padding: 0 6px;
|
|
13852
|
-
color: #
|
|
13852
|
+
color: #11171C;
|
|
13853
13853
|
transition: none;
|
|
13854
13854
|
}
|
|
13855
13855
|
.du-bois-light-pagination-item a:hover {
|
|
@@ -13945,7 +13945,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
13945
13945
|
display: inline-block;
|
|
13946
13946
|
min-width: 40px;
|
|
13947
13947
|
height: 40px;
|
|
13948
|
-
color: #
|
|
13948
|
+
color: #11171C;
|
|
13949
13949
|
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
|
|
13950
13950
|
line-height: 40px;
|
|
13951
13951
|
text-align: center;
|
|
@@ -13962,7 +13962,7 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
13962
13962
|
}
|
|
13963
13963
|
.du-bois-light-pagination-prev button,
|
|
13964
13964
|
.du-bois-light-pagination-next button {
|
|
13965
|
-
color: #
|
|
13965
|
+
color: #11171C;
|
|
13966
13966
|
cursor: pointer;
|
|
13967
13967
|
user-select: none;
|
|
13968
13968
|
}
|
|
@@ -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 {
|
|
@@ -14034,12 +14034,12 @@ tr.du-bois-light-table-expanded-row .du-bois-light-descriptions-view table {
|
|
|
14034
14034
|
width: 100%;
|
|
14035
14035
|
min-width: 0;
|
|
14036
14036
|
padding: 5px 12px;
|
|
14037
|
-
color: #
|
|
14037
|
+
color: #11171C;
|
|
14038
14038
|
font-size: 13px;
|
|
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 {
|
|
@@ -14493,7 +14493,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14493
14493
|
box-sizing: border-box;
|
|
14494
14494
|
margin: 0;
|
|
14495
14495
|
padding: 0;
|
|
14496
|
-
color: #
|
|
14496
|
+
color: #11171C;
|
|
14497
14497
|
font-size: 13px;
|
|
14498
14498
|
font-variant: tabular-nums;
|
|
14499
14499
|
line-height: 20px;
|
|
@@ -14527,7 +14527,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14527
14527
|
margin: 0;
|
|
14528
14528
|
padding: 5px 8px;
|
|
14529
14529
|
overflow: hidden;
|
|
14530
|
-
color: #
|
|
14530
|
+
color: #11171C;
|
|
14531
14531
|
font-weight: normal;
|
|
14532
14532
|
font-size: 13px;
|
|
14533
14533
|
line-height: 22px;
|
|
@@ -14610,7 +14610,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14610
14610
|
box-sizing: border-box;
|
|
14611
14611
|
margin: 0;
|
|
14612
14612
|
padding: 0;
|
|
14613
|
-
color: #
|
|
14613
|
+
color: #11171C;
|
|
14614
14614
|
font-size: 13px;
|
|
14615
14615
|
font-variant: tabular-nums;
|
|
14616
14616
|
line-height: 20px;
|
|
@@ -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;
|
|
@@ -14862,7 +14862,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14862
14862
|
box-sizing: border-box;
|
|
14863
14863
|
margin: 0;
|
|
14864
14864
|
padding: 0;
|
|
14865
|
-
color: #
|
|
14865
|
+
color: #11171C;
|
|
14866
14866
|
font-size: 13px;
|
|
14867
14867
|
font-variant: tabular-nums;
|
|
14868
14868
|
line-height: 20px;
|
|
@@ -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;
|
|
@@ -14984,7 +14984,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
14984
14984
|
box-sizing: border-box;
|
|
14985
14985
|
margin: 0;
|
|
14986
14986
|
padding: 0;
|
|
14987
|
-
color: #
|
|
14987
|
+
color: #11171C;
|
|
14988
14988
|
font-size: 13px;
|
|
14989
14989
|
font-variant: tabular-nums;
|
|
14990
14990
|
line-height: 20px;
|
|
@@ -15015,7 +15015,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
15015
15015
|
box-sizing: border-box;
|
|
15016
15016
|
margin: 0;
|
|
15017
15017
|
padding: 0;
|
|
15018
|
-
color: #
|
|
15018
|
+
color: #11171C;
|
|
15019
15019
|
font-size: 13px;
|
|
15020
15020
|
font-variant: tabular-nums;
|
|
15021
15021
|
line-height: 20px;
|
|
@@ -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%;
|
|
@@ -15055,7 +15055,7 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
15055
15055
|
box-sizing: border-box;
|
|
15056
15056
|
margin: 0;
|
|
15057
15057
|
padding: 0;
|
|
15058
|
-
color: #
|
|
15058
|
+
color: #11171C;
|
|
15059
15059
|
font-size: 13px;
|
|
15060
15060
|
font-variant: tabular-nums;
|
|
15061
15061
|
line-height: 20px;
|
|
@@ -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 {
|
|
@@ -15249,11 +15249,11 @@ textarea.du-bois-light-pagination-options-quick-jumper input {
|
|
|
15249
15249
|
/* stylelint-disable */
|
|
15250
15250
|
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
|
|
15251
15251
|
.du-bois-light-typography {
|
|
15252
|
-
color: #
|
|
15252
|
+
color: #11171C;
|
|
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 {
|
|
@@ -15573,7 +15573,7 @@ span.du-bois-light-typography-ellipsis-single-line {
|
|
|
15573
15573
|
.du-bois-light-switch {
|
|
15574
15574
|
margin: 0;
|
|
15575
15575
|
padding: 0;
|
|
15576
|
-
color: #
|
|
15576
|
+
color: #11171C;
|
|
15577
15577
|
font-size: 13px;
|
|
15578
15578
|
font-variant: tabular-nums;
|
|
15579
15579
|
line-height: 20px;
|
|
@@ -15759,36 +15759,36 @@ span.du-bois-light-typography-ellipsis-single-line {
|
|
|
15759
15759
|
box-sizing: border-box;
|
|
15760
15760
|
margin: 0;
|
|
15761
15761
|
padding: 0;
|
|
15762
|
-
color: #
|
|
15762
|
+
color: #11171C;
|
|
15763
15763
|
font-variant: tabular-nums;
|
|
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 {
|
|
15778
15778
|
color: #448dc2;
|
|
15779
15779
|
}
|
|
15780
15780
|
.du-bois-light-breadcrumb > span:last-child {
|
|
15781
|
-
color: #
|
|
15781
|
+
color: #11171C;
|
|
15782
15782
|
}
|
|
15783
15783
|
.du-bois-light-breadcrumb > span:last-child a {
|
|
15784
|
-
color: #
|
|
15784
|
+
color: #11171C;
|
|
15785
15785
|
}
|
|
15786
15786
|
.du-bois-light-breadcrumb > span:last-child .du-bois-light-breadcrumb-separator {
|
|
15787
15787
|
display: none;
|
|
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 {
|
|
@@ -15820,7 +15820,7 @@ span.du-bois-light-typography-ellipsis-single-line {
|
|
|
15820
15820
|
box-sizing: border-box;
|
|
15821
15821
|
margin: 0;
|
|
15822
15822
|
padding: 0;
|
|
15823
|
-
color: #
|
|
15823
|
+
color: #11171C;
|
|
15824
15824
|
font-size: 13px;
|
|
15825
15825
|
font-variant: tabular-nums;
|
|
15826
15826
|
line-height: 20px;
|
|
@@ -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;
|