|
@@ -534,3 +534,13 @@ body,
|
|
|
.batch-box.active:before {
|
|
|
background: var(--primary-color) !important;
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+.ant-input-disabled,
|
|
|
+.ant-radio-wrapper-disabled > span,
|
|
|
+.ant-checkbox-wrapper-disabled > span,
|
|
|
+.ant-select-disabled .ant-select-selection-item,
|
|
|
+.ant-picker-disabled input
|
|
|
+{
|
|
|
+ color: #000000 !important;
|
|
|
+}
|