Update custom.css

This commit is contained in:
Tara Rostami 2023-12-14 14:00:16 +03:30 committed by GitHub
parent f78f68f448
commit 6c609a14c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -915,7 +915,7 @@ li.ant-select-dropdown-menu-item:empty:after {
.ant-select-dropdown.ant-select-dropdown--multiple
.ant-select-dropdown-menu-item-selected:hover
.ant-select-selected-icon {
color: #3c89e8;
color: #008771;
}
.ant-select-selection:hover,
.ant-input-number-focused,
@ -1087,3 +1087,10 @@ li.ant-select-dropdown-menu-item:empty:after {
> td {
background-color: rgb(232 244 242);
}
.dark .ant-dropdown-menu-item:hover,
.dark .ant-dropdown-menu-submenu-title:hover,
.dark .ant-select-dropdown-menu-item-active:not(.ant-select-dropdown-menu-item-disabled),
.dark .ant-select-dropdown-menu-item:hover:not(.ant-select-dropdown-menu-item-disabled) {
background-color: #313f5a;
}