Minor improvements in UI (#1399)

This commit is contained in:
Tara Rostami
2023-12-17 18:46:50 +03:30
committed by GitHub
parent 9b60b0fd45
commit 495bfb9683
6 changed files with 34 additions and 20 deletions

View File

@@ -680,7 +680,7 @@ style attribute {
.dark .ant-table-row-expand-icon {
color: #fff;
background-color: #fff0;
border-color: #9ea2a8;
border-color: rgb(255 255 255 / 20%);
}
.dark .ant-table-row-expand-icon:hover {
@@ -1099,3 +1099,16 @@ li.ant-select-dropdown-menu-item:empty:after {
max-height: 400px;
overflow-y: auto;
}
.ant-table-row-expand-icon {
border-radius: 6px;
}
.qr-bg {
background-color: #fff;
display: flex;
justify-content: center;
align-content: center;
padding: 0.5rem;
border-radius: 1rem;
}