1297 lines
28 KiB
CSS
1297 lines
28 KiB
CSS
![]() |
/** @format */
|
||
|
|
||
|
a {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
a:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
a:active {
|
||
|
color: #24849e;
|
||
|
}
|
||
|
|
||
|
::selection {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
html {
|
||
|
antd-wave-shadow-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
[ant-click-animating-without-extra-node='true']::after,
|
||
|
.ant-click-animating-node {
|
||
|
box-shadow: 0 0 0 0 #37abc4;
|
||
|
}
|
||
|
@keyframes waveEffect {
|
||
|
100% {
|
||
|
box-shadow: 0 0 0 #37abc4;
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.ant-alert-info {
|
||
|
background-color: #f0ffff;
|
||
|
border: 1px solid #b2e6eb;
|
||
|
}
|
||
|
|
||
|
.ant-alert-info .ant-alert-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-anchor-ink-ball {
|
||
|
border: 2px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-anchor-link-active > .ant-anchor-link-title {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-ribbon {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-breadcrumb a:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn:hover,
|
||
|
.ant-btn:focus {
|
||
|
color: #5cc0d1;
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn:active {
|
||
|
color: #24849e;
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-btn-primary {
|
||
|
border-color: #37abc4;
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-btn-primary:hover,
|
||
|
.ant-btn-primary:focus {
|
||
|
border-color: #5cc0d1;
|
||
|
background: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-primary:active {
|
||
|
border-color: #24849e;
|
||
|
background: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-btn-group .ant-btn-primary:not(:first-child):not(:last-child) {
|
||
|
border-right-color: #5cc0d1;
|
||
|
border-left-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-group .ant-btn-primary:first-child:not(:last-child) {
|
||
|
border-right-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
|
||
|
.ant-btn-group .ant-btn-primary + .ant-btn-primary {
|
||
|
border-left-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-ghost:hover,
|
||
|
.ant-btn-ghost:focus {
|
||
|
color: #5cc0d1;
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-ghost:active {
|
||
|
color: #24849e;
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-btn-dashed:hover,
|
||
|
.ant-btn-dashed:focus {
|
||
|
color: #5cc0d1;
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-dashed:active {
|
||
|
color: #24849e;
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-btn-link {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-btn-link:hover,
|
||
|
.ant-btn-link:focus {
|
||
|
color: #5cc0d1;
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-link:active {
|
||
|
color: #24849e;
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-btn-text:hover,
|
||
|
.ant-btn-text:focus {
|
||
|
color: #5cc0d1;
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-text:active {
|
||
|
color: #24849e;
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-btn-dangerous.ant-btn-link:hover,
|
||
|
.ant-btn-dangerous.ant-btn-link:focus {
|
||
|
color: #5cc0d1;
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-dangerous.ant-btn-link:active {
|
||
|
color: #24849e;
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-btn-dangerous.ant-btn-text:hover,
|
||
|
.ant-btn-dangerous.ant-btn-text:focus {
|
||
|
color: #5cc0d1;
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-dangerous.ant-btn-text:active {
|
||
|
color: #24849e;
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-btn.ant-btn-background-ghost:hover,
|
||
|
.ant-btn.ant-btn-background-ghost:focus {
|
||
|
color: #5cc0d1;
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn.ant-btn-background-ghost:active {
|
||
|
color: #24849e;
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-btn-background-ghost.ant-btn-primary {
|
||
|
color: #37abc4;
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-btn-background-ghost.ant-btn-primary:hover,
|
||
|
.ant-btn-background-ghost.ant-btn-primary:focus {
|
||
|
color: #5cc0d1;
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-background-ghost.ant-btn-primary:active {
|
||
|
color: #24849e;
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child),
|
||
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary {
|
||
|
border-right-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary:last-child:not(:first-child)[disabled],
|
||
|
.ant-btn-group-rtl.ant-btn-group .ant-btn-primary + .ant-btn-primary[disabled] {
|
||
|
border-left-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-cell-selected .ant-picker-calendar-date,
|
||
|
.ant-picker-calendar-full
|
||
|
.ant-picker-panel
|
||
|
.ant-picker-cell-selected:hover
|
||
|
.ant-picker-calendar-date,
|
||
|
.ant-picker-calendar-full
|
||
|
.ant-picker-panel
|
||
|
.ant-picker-cell-selected
|
||
|
.ant-picker-calendar-date-today,
|
||
|
.ant-picker-calendar-full
|
||
|
.ant-picker-panel
|
||
|
.ant-picker-cell-selected:hover
|
||
|
.ant-picker-calendar-date-today {
|
||
|
background: #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-picker-calendar-full
|
||
|
.ant-picker-panel
|
||
|
.ant-picker-cell-selected
|
||
|
.ant-picker-calendar-date
|
||
|
.ant-picker-calendar-date-value,
|
||
|
.ant-picker-calendar-full
|
||
|
.ant-picker-panel
|
||
|
.ant-picker-cell-selected:hover
|
||
|
.ant-picker-calendar-date
|
||
|
.ant-picker-calendar-date-value,
|
||
|
.ant-picker-calendar-full
|
||
|
.ant-picker-panel
|
||
|
.ant-picker-cell-selected
|
||
|
.ant-picker-calendar-date-today
|
||
|
.ant-picker-calendar-date-value,
|
||
|
.ant-picker-calendar-full
|
||
|
.ant-picker-panel
|
||
|
.ant-picker-cell-selected:hover
|
||
|
.ant-picker-calendar-date-today
|
||
|
.ant-picker-calendar-date-value {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-picker-calendar-full .ant-picker-panel .ant-picker-calendar-date-today {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-card-actions > li > span:hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-card-actions > li > span a:not(.ant-btn):hover,
|
||
|
.ant-card-actions > li > span > .anticon:hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-cascader-checkbox-wrapper:hover .ant-cascader-checkbox-inner,
|
||
|
.ant-cascader-checkbox:hover .ant-cascader-checkbox-inner,
|
||
|
.ant-cascader-checkbox-input:focus + .ant-cascader-checkbox-inner {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-cascader-checkbox-checked::after {
|
||
|
border: 1px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-cascader-checkbox-checked .ant-cascader-checkbox-inner {
|
||
|
background-color: #37abc4;
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-cascader-checkbox-indeterminate .ant-cascader-checkbox-inner::after {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled),
|
||
|
.ant-cascader-menu-item-active:not(.ant-cascader-menu-item-disabled):hover {
|
||
|
background-color: #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
|
||
|
.ant-checkbox:hover .ant-checkbox-inner,
|
||
|
.ant-checkbox-input:focus + .ant-checkbox-inner {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-checkbox-checked::after {
|
||
|
border: 1px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-checkbox-checked .ant-checkbox-inner {
|
||
|
background-color: #37abc4;
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-checkbox-indeterminate .ant-checkbox-inner::after {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-picker:hover,
|
||
|
.ant-picker-focused {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-picker-focused {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-picker-input > input:hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-picker-input > input:focus,
|
||
|
.ant-picker-input > input-focused {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-picker-range .ant-picker-active-bar {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-picker-ranges .ant-picker-preset > .ant-tag-blue {
|
||
|
color: #37abc4;
|
||
|
background: #f0ffff;
|
||
|
border-color: #b2e6eb;
|
||
|
}
|
||
|
|
||
|
.ant-picker-panel-focused {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-picker-header-view button:hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-picker-cell-in-view.ant-picker-cell-today .ant-picker-cell-inner::before {
|
||
|
border: 1px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-picker-cell-in-view.ant-picker-cell-in-range::before {
|
||
|
background: #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-picker-cell-in-view.ant-picker-cell-selected .ant-picker-cell-inner,
|
||
|
.ant-picker-cell-in-view.ant-picker-cell-range-start .ant-picker-cell-inner,
|
||
|
.ant-picker-cell-in-view.ant-picker-cell-range-end .ant-picker-cell-inner {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single)::before,
|
||
|
.ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single)::before {
|
||
|
background: #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-picker-today-btn {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-picker-today-btn:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-picker-today-btn:active {
|
||
|
color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-picker-week-panel-row-selected td,
|
||
|
.ant-picker-week-panel-row-selected:hover td {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-picker-time-panel-column
|
||
|
> li.ant-picker-time-panel-cell-selected
|
||
|
.ant-picker-time-panel-cell-inner {
|
||
|
background: #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-dropdown-menu-item-selected,
|
||
|
.ant-dropdown-menu-submenu-title-selected {
|
||
|
color: #37abc4;
|
||
|
background-color: #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-dropdown-menu-submenu-selected .ant-dropdown-menu-submenu-title {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-dropdown-menu-dark,
|
||
|
.ant-dropdown-menu-dark .ant-dropdown-menu {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected,
|
||
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected:hover,
|
||
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item-selected > a {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-form-item-has-error .ant-transfer-list-search:not([disabled]):focus {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-form-item-is-validating.ant-form-item-has-feedback .ant-form-item-children-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-input-affix-wrapper:hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-affix-wrapper:focus,
|
||
|
.ant-input-affix-wrapper-focused {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-affix-wrapper:not(.ant-input-affix-wrapper-disabled):hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input:hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input:focus,
|
||
|
.ant-input-focused {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-group-addon .ant-select-open .ant-select-selector,
|
||
|
.ant-input-group-addon .ant-select-focused .ant-select-selector {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-input-search .ant-input:hover,
|
||
|
.ant-input-search .ant-input:focus {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-search
|
||
|
.ant-input:hover
|
||
|
+ .ant-input-group-addon
|
||
|
.ant-input-search-button:not(.ant-btn-primary),
|
||
|
.ant-input-search
|
||
|
.ant-input:focus
|
||
|
+ .ant-input-group-addon
|
||
|
.ant-input-search-button:not(.ant-btn-primary) {
|
||
|
border-left-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-search-rtl
|
||
|
.ant-input:hover
|
||
|
+ .ant-input-group-addon
|
||
|
.ant-input-search-button:not(.ant-btn-primary),
|
||
|
.ant-input-search-rtl
|
||
|
.ant-input:focus
|
||
|
+ .ant-input-group-addon
|
||
|
.ant-input-search-button:not(.ant-btn-primary) {
|
||
|
border-right-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper:hover,
|
||
|
.ant-input-search-rtl > .ant-input-group > .ant-input-affix-wrapper-focused {
|
||
|
border-right-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-number-affix-wrapper:hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-number-affix-wrapper:focus,
|
||
|
.ant-input-number-affix-wrapper-focused {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-number-affix-wrapper:not(.ant-input-number-affix-wrapper-disabled):hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-number:hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-number:focus,
|
||
|
.ant-input-number-focused {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-number-group-addon .ant-select-open .ant-select-selector,
|
||
|
.ant-input-number-group-addon .ant-select-focused .ant-select-selector {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-input-number-handler:hover .ant-input-number-handler-up-inner,
|
||
|
.ant-input-number-handler:hover .ant-input-number-handler-down-inner {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-number:hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-input-number-focused {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-layout-header {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-layout-sider {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-layout-sider-zero-width-trigger {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-list-item-meta-title > a:hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-mentions:hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-mentions:focus,
|
||
|
.ant-mentions-focused {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-mentions-focused {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-menu.ant-menu-root:focus-visible {
|
||
|
box-shadow: 0 0 0 2px #e4f6f7;
|
||
|
}
|
||
|
|
||
|
.ant-menu-submenu-selected {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-item a:hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-item > .ant-badge a:hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-item-selected {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-item-selected a,
|
||
|
.ant-menu-item-selected a:hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-item:focus-visible,
|
||
|
.ant-menu-submenu-title:focus-visible {
|
||
|
box-shadow: 0 0 0 2px #e4f6f7;
|
||
|
}
|
||
|
|
||
|
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
|
||
|
.ant-menu-submenu:hover > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-vertical .ant-menu-submenu-selected,
|
||
|
.ant-menu-vertical-left .ant-menu-submenu-selected,
|
||
|
.ant-menu-vertical-right .ant-menu-submenu-selected {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item:hover::after,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu:hover::after,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-active::after,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-active::after,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-open::after,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-open::after,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-item-selected::after,
|
||
|
.ant-menu-horizontal:not(.ant-menu-dark) > .ant-menu-submenu-selected::after {
|
||
|
border-bottom: 2px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-horizontal > .ant-menu-item a:hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-horizontal > .ant-menu-item-selected a {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-vertical .ant-menu-item::after,
|
||
|
.ant-menu-vertical-left .ant-menu-item::after,
|
||
|
.ant-menu-vertical-right .ant-menu-item::after,
|
||
|
.ant-menu-inline .ant-menu-item::after {
|
||
|
border-right: 3px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-light .ant-menu-item:hover,
|
||
|
.ant-menu-light .ant-menu-item-active,
|
||
|
.ant-menu-light .ant-menu:not(.ant-menu-inline) .ant-menu-submenu-open,
|
||
|
.ant-menu-light .ant-menu-submenu-active,
|
||
|
.ant-menu-light .ant-menu-submenu-title:hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu.ant-menu-root:focus-visible {
|
||
|
box-shadow: 0 0 0 2px #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-menu-dark .ant-menu-item:focus-visible,
|
||
|
.ant-menu-dark .ant-menu-submenu-title:focus-visible {
|
||
|
box-shadow: 0 0 0 2px #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-menu.ant-menu-dark,
|
||
|
.ant-menu-dark .ant-menu-sub,
|
||
|
.ant-menu.ant-menu-dark .ant-menu-sub {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item,
|
||
|
.ant-menu-dark.ant-menu-horizontal > .ant-menu-submenu {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-dark.ant-menu-horizontal > .ant-menu-item:hover {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-dark.ant-menu-dark:not(.ant-menu-horizontal) .ant-menu-item-selected {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu.ant-menu-dark .ant-menu-item-selected,
|
||
|
.ant-menu-submenu-popup.ant-menu-dark .ant-menu-item-selected {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-message-info .anticon,
|
||
|
.ant-message-loading .anticon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.anticon.ant-notification-notice-icon-info {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-page-header-back-button {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-page-header-back-button:focus,
|
||
|
.ant-page-header-back-button:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-page-header-back-button:active {
|
||
|
color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-item:hover {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-item:hover a {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-item:focus-visible {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-item:focus-visible a {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-item-active {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-item-active a {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-item-active:hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-item-active:focus-visible {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-item-active:hover a {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-item-active:focus-visible a {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,
|
||
|
.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-prev:hover button,
|
||
|
.ant-pagination-next:hover button {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-prev:focus-visible .ant-pagination-item-link,
|
||
|
.ant-pagination-next:focus-visible .ant-pagination-item-link {
|
||
|
color: #37abc4;
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-prev:hover .ant-pagination-item-link,
|
||
|
.ant-pagination-next:hover .ant-pagination-item-link {
|
||
|
color: #37abc4;
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-options-quick-jumper input:hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-options-quick-jumper input:focus,
|
||
|
.ant-pagination-options-quick-jumper input-focused {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-simple .ant-pagination-simple-pager input:hover {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-pagination-simple .ant-pagination-simple-pager input:focus {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-radio-wrapper:hover .ant-radio,
|
||
|
.ant-radio:hover .ant-radio-inner,
|
||
|
.ant-radio-input:focus + .ant-radio-inner {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-radio-input:focus + .ant-radio-inner {
|
||
|
box-shadow: 0 0 0 3px #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-radio-checked::after {
|
||
|
border: 1px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-radio-inner::after {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-radio-checked .ant-radio-inner {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-radio-button-wrapper:hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-radio-button-wrapper:focus-within {
|
||
|
box-shadow: 0 0 0 3px #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
||
|
color: #37abc4;
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled)::before {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
||
|
color: #5cc0d1;
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover::before {
|
||
|
background-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
||
|
color: #24849e;
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active::before {
|
||
|
background-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
||
|
box-shadow: 0 0 0 3px #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-radio-group-solid .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled) {
|
||
|
background: #37abc4;
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-radio-group-solid
|
||
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover {
|
||
|
background: #5cc0d1;
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-radio-group-solid
|
||
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):active {
|
||
|
background: #24849e;
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-radio-group-solid
|
||
|
.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):focus-within {
|
||
|
box-shadow: 0 0 0 3px #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-radio-button-wrapper-checked:not([class*=' ant-radio-button-wrapper-disabled']).ant-radio-button-wrapper:first-child {
|
||
|
border-right-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-result-info .ant-result-icon > .anticon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-select-focused:not(.ant-select-disabled).ant-select:not(.ant-select-customize-input)
|
||
|
.ant-select-selector {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-select:not(.ant-select-disabled):hover .ant-select-selector {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled) {
|
||
|
background-color: #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-select-item-option-selected:not(.ant-select-item-option-disabled)
|
||
|
.ant-select-item-option-state {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-slider-track {
|
||
|
background-color: #b2e6eb;
|
||
|
}
|
||
|
|
||
|
.ant-slider-handle {
|
||
|
border: solid 2px #b2e6eb;
|
||
|
}
|
||
|
|
||
|
.ant-slider-handle.ant-tooltip-open {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-slider:hover .ant-slider-track {
|
||
|
background-color: #85d3de;
|
||
|
}
|
||
|
|
||
|
.ant-slider:hover .ant-slider-handle:not(.ant-tooltip-open) {
|
||
|
border-color: #85d3de;
|
||
|
}
|
||
|
|
||
|
.ant-spin {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-spin-dot-item {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-item-icon .ant-steps-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-item-process .ant-steps-item-icon {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-item-icon > .ant-steps-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-item-process > .ant-steps-item-container > .ant-steps-item-icon {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-item-finish .ant-steps-item-icon {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-item-finish .ant-steps-item-icon > .ant-steps-icon .ant-steps-icon-dot {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-item-finish
|
||
|
> .ant-steps-item-container
|
||
|
> .ant-steps-item-content
|
||
|
> .ant-steps-item-title::after {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-item-finish > .ant-steps-item-container > .ant-steps-item-tail::after {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps
|
||
|
.ant-steps-item:not(.ant-steps-item-active)
|
||
|
> .ant-steps-item-container[role='button']:hover
|
||
|
.ant-steps-item-title,
|
||
|
.ant-steps
|
||
|
.ant-steps-item:not(.ant-steps-item-active)
|
||
|
> .ant-steps-item-container[role='button']:hover
|
||
|
.ant-steps-item-subtitle,
|
||
|
.ant-steps
|
||
|
.ant-steps-item:not(.ant-steps-item-active)
|
||
|
> .ant-steps-item-container[role='button']:hover
|
||
|
.ant-steps-item-description {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps
|
||
|
.ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)
|
||
|
> .ant-steps-item-container[role='button']:hover
|
||
|
.ant-steps-item-icon {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps
|
||
|
.ant-steps-item:not(.ant-steps-item-active):not(.ant-steps-item-process)
|
||
|
> .ant-steps-item-container[role='button']:hover
|
||
|
.ant-steps-item-icon
|
||
|
.ant-steps-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-item-custom.ant-steps-item-process .ant-steps-item-icon > .ant-steps-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-steps-navigation .ant-steps-item::before {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-switch-checked:focus {
|
||
|
box-shadow: 0 0 0 2px #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-switch-checked {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-switch-checked .ant-switch-loading-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-table-resize-handle-line {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-table-tbody > tr.ant-table-row-selected > td {
|
||
|
background: #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-table-column-sorter-up.active,
|
||
|
.ant-table-column-sorter-down.active {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-table-filter-trigger.active {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-table-filter-dropdown-tree .ant-tree-treenode-checkbox-checked .ant-tree-node-content-wrapper,
|
||
|
.ant-table-filter-dropdown-tree
|
||
|
.ant-tree-treenode-checkbox-checked
|
||
|
.ant-tree-node-content-wrapper:hover {
|
||
|
background-color: #e4f6f7;
|
||
|
}
|
||
|
|
||
|
.ant-table-row-expand-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-table-row-expand-icon:focus,
|
||
|
.ant-table-row-expand-icon:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-table-row-expand-icon:active {
|
||
|
color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-tabs-dropdown-menu-item-remove:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-tabs-card > .ant-tabs-nav .ant-tabs-tab-active,
|
||
|
.ant-tabs-card > div > .ant-tabs-nav .ant-tabs-tab-active {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:hover,
|
||
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:active,
|
||
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:active,
|
||
|
.ant-tabs > .ant-tabs-nav .ant-tabs-nav-add:focus,
|
||
|
.ant-tabs > div > .ant-tabs-nav .ant-tabs-nav-add:focus {
|
||
|
color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-tabs-ink-bar {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tabs-tab-btn:focus,
|
||
|
.ant-tabs-tab-remove:focus,
|
||
|
.ant-tabs-tab-btn:active,
|
||
|
.ant-tabs-tab-remove:active {
|
||
|
color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-tabs-tab:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tag-checkable-checked {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tag-checkable:active {
|
||
|
background-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-tag-processing {
|
||
|
color: #37abc4;
|
||
|
background: #f0ffff;
|
||
|
border-color: #b2e6eb;
|
||
|
}
|
||
|
|
||
|
.ant-timeline-item-head-blue {
|
||
|
color: #37abc4;
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-transfer-list-content-item-remove {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-transfer-list-content-item-remove:focus,
|
||
|
.ant-transfer-list-content-item-remove:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-transfer-list-content-item-remove:active {
|
||
|
color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-transfer-list-content-item-remove:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-transfer-list-content-item-checked {
|
||
|
background-color: #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-tree.ant-tree-directory .ant-tree-treenode-selected:hover::before,
|
||
|
.ant-tree.ant-tree-directory .ant-tree-treenode-selected::before {
|
||
|
background: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tree-checkbox-wrapper:hover .ant-tree-checkbox-inner,
|
||
|
.ant-tree-checkbox:hover .ant-tree-checkbox-inner,
|
||
|
.ant-tree-checkbox-input:focus + .ant-tree-checkbox-inner {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tree-checkbox-checked::after {
|
||
|
border: 1px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tree-checkbox-checked .ant-tree-checkbox-inner {
|
||
|
background-color: #37abc4;
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tree-checkbox-indeterminate .ant-tree-checkbox-inner::after {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tree-focused:not(:hover):not(.ant-tree-active-focused) {
|
||
|
background: #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-tree.ant-tree-block-node .ant-tree-list-holder-inner .ant-tree-treenode.dragging::after {
|
||
|
border: 1px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tree-switcher-loading-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tree .ant-tree-node-content-wrapper.ant-tree-node-selected {
|
||
|
background-color: #e4f6f7;
|
||
|
}
|
||
|
|
||
|
.ant-tree-node-content-wrapper .ant-tree-drop-indicator {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tree-node-content-wrapper .ant-tree-drop-indicator::after {
|
||
|
border: 2px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-tree .ant-tree-treenode.drop-container > [draggable] {
|
||
|
box-shadow: 0 0 0 2px #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-select-tree-checkbox-wrapper:hover .ant-select-tree-checkbox-inner,
|
||
|
.ant-select-tree-checkbox:hover .ant-select-tree-checkbox-inner,
|
||
|
.ant-select-tree-checkbox-input:focus + .ant-select-tree-checkbox-inner {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-select-tree-checkbox-checked::after {
|
||
|
border: 1px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-select-tree-checkbox-checked .ant-select-tree-checkbox-inner {
|
||
|
background-color: #37abc4;
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-select-tree-checkbox-indeterminate .ant-select-tree-checkbox-inner::after {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-select-tree-focused:not(:hover):not(.ant-select-tree-active-focused) {
|
||
|
background: #f0ffff;
|
||
|
}
|
||
|
|
||
|
.ant-select-tree.ant-select-tree-block-node
|
||
|
.ant-select-tree-list-holder-inner
|
||
|
.ant-select-tree-treenode.dragging::after {
|
||
|
border: 1px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-select-tree-switcher-loading-icon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-select-tree .ant-select-tree-node-content-wrapper.ant-select-tree-node-selected {
|
||
|
background-color: #e4f6f7;
|
||
|
}
|
||
|
|
||
|
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator {
|
||
|
background-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-select-tree-node-content-wrapper .ant-tree-drop-indicator::after {
|
||
|
border: 2px solid #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-select-tree .ant-select-tree-treenode.drop-container > [draggable] {
|
||
|
box-shadow: 0 0 0 2px #37abc4;
|
||
|
}
|
||
|
|
||
|
a.ant-typography,
|
||
|
.ant-typography a {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
a.ant-typography:focus,
|
||
|
.ant-typography a:focus,
|
||
|
a.ant-typography:hover,
|
||
|
.ant-typography a:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
a.ant-typography:active,
|
||
|
.ant-typography a:active {
|
||
|
color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-typography-expand,
|
||
|
.ant-typography-edit,
|
||
|
.ant-typography-copy {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-typography-expand:focus,
|
||
|
.ant-typography-edit:focus,
|
||
|
.ant-typography-copy:focus,
|
||
|
.ant-typography-expand:hover,
|
||
|
.ant-typography-edit:hover,
|
||
|
.ant-typography-copy:hover {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-typography-expand:active,
|
||
|
.ant-typography-edit:active,
|
||
|
.ant-typography-copy:active {
|
||
|
color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-upload.ant-upload-select-picture-card:hover {
|
||
|
border-color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-upload.ant-upload-drag.ant-upload-drag-hover:not(.ant-upload-disabled) {
|
||
|
border-color: #24849e;
|
||
|
}
|
||
|
|
||
|
.ant-upload.ant-upload-drag:not(.ant-upload-disabled):hover {
|
||
|
border-color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-upload.ant-upload-drag p.ant-upload-drag-icon .anticon {
|
||
|
color: #5cc0d1;
|
||
|
}
|
||
|
|
||
|
.ant-menu-submenu-selected .secendIcon[data-v-6f679520] {
|
||
|
color: #37abc4 !important;
|
||
|
}
|
||
|
|
||
|
.iconLoading[data-v-e9fbbbdc] {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.reload[data-v-e9fbbbdc]:hover {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-expand-icon,
|
||
|
.ant-menu-submenu-selected > .ant-menu-submenu-title > .ant-menu-submenu-arrow {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
|
||
|
.ant-menu-submenu-selected .secendIcon {
|
||
|
color: #37abc4;
|
||
|
}
|
||
|
.ant-menu:not(.ant-menu-horizontal) .ant-menu-item-selected::before {
|
||
|
background-color: #37abc4;
|
||
|
}
|