UI improvements (#1963)

* Update sortableTable.html

* Update custom.css
This commit is contained in:
Tara Rostami
2024-03-02 01:43:04 +03:30
committed by GitHub
parent 1c97593360
commit 3a46c3302b
2 changed files with 45 additions and 24 deletions

View File

@@ -793,7 +793,6 @@ style attribute {
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
.dark .ant-select-dropdown-menu-item-selected,
.dark .ant-select-dropdown-menu-item:hover,
.dark .ant-calendar-time-picker-select-option-selected {
background-color: var(--dark-color-surface-600);
}
@@ -1249,3 +1248,12 @@ b, strong {
.dark .ant-alert-close-icon .anticon-close:hover {
color: rgb(255 255 255);
}
.ant-empty-small {
margin: 4px 0;
background-color: transparent !important;
}
.ant-empty-small .ant-empty-image {
height: 20px;
}