diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2024-03-02 01:13:04 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-02 01:13:04 +0300 |
| commit | 3a46c3302be4d44d4d7f742683b6f88d10b1ddbd (patch) | |
| tree | 557edeff553addba866df27e47b7bb9f18e9c780 /web/assets/css | |
| parent | 1c97593360082b36086684d6622023636649f572 (diff) | |
UI improvements (#1963)
* Update sortableTable.html
* Update custom.css
Diffstat (limited to 'web/assets/css')
| -rw-r--r-- | web/assets/css/custom.css | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index 5f957cce..4ab6c5a8 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -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; +} |
