Update custom.css

This commit is contained in:
Tara Rostami 2024-03-07 12:28:21 +03:30 committed by GitHub
parent cafcefa82b
commit ba503cbe12
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -80,6 +80,9 @@ html[data-theme='ultra-dark'] {
.dark .waves-header { .dark .waves-header {
background-color: #0a2227; background-color: #0a2227;
} }
.dark .ant-calendar-year-panel-year:hover, .dark .ant-calendar-month-panel-month:hover, .dark .ant-calendar-decade-panel-decade:hover {
background-color: var(--dark-color-surface-600);
}
} }
html, html,
@ -1257,3 +1260,8 @@ b, strong {
.ant-empty-small .ant-empty-image { .ant-empty-small .ant-empty-image {
height: 20px; height: 20px;
} }
.ant-menu-theme-swich:hover {
background-color: transparent !important;
cursor: default !important;
}