|
@@ -90,7 +90,7 @@ ol {
|
|
|
color: #fff !important;
|
|
|
padding: 12px 24px !important;
|
|
|
border-radius: 4px 4px 0 0 !important;
|
|
|
- background: @theme-color !important;
|
|
|
+ background: @theme-linear !important;
|
|
|
}
|
|
|
|
|
|
.ant-modal-title {
|
|
@@ -320,7 +320,7 @@ body {
|
|
|
}
|
|
|
|
|
|
.ant-menu-dark .ant-menu-submenu-title:hover {
|
|
|
- background-color: @theme-color;
|
|
|
+ // background-color: @theme-color;
|
|
|
}
|
|
|
|
|
|
:root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_close .ant-select-switcher-icon, :root .ant-select-tree li span.ant-select-tree-switcher.ant-select-tree-switcher_open .ant-select-switcher-icon {
|
|
@@ -644,16 +644,16 @@ body {
|
|
|
}
|
|
|
|
|
|
.ant-table-small > .ant-table-content > .ant-table-scroll > .ant-table-body > table > .ant-table-thead > tr > th {
|
|
|
- background-color: #F0FFF0 !important;
|
|
|
+ background-color: @theme-light4Color !important;
|
|
|
padding: 10px 8px !important;
|
|
|
}
|
|
|
|
|
|
.ant-table-small > .ant-table-content > .ant-table-fixed-left > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
|
|
|
- background-color: #F0FFF0 !important;
|
|
|
+ background-color: @theme-light4Color !important;
|
|
|
}
|
|
|
|
|
|
.ant-table-small > .ant-table-content > .ant-table-fixed-right > .ant-table-body-outer > .ant-table-body-inner > table > .ant-table-thead > tr > th {
|
|
|
- background-color: #F0FFF0 !important;
|
|
|
+ background-color: @theme-light4Color !important;
|
|
|
}
|
|
|
|
|
|
.ant-table-scroll > .ant-table-body {
|