diff options
| author | Tara Rostami <132676256+TaraRostami@users.noreply.github.com> | 2023-12-17 18:16:50 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-17 18:16:50 +0300 |
| commit | 495bfb9683c7d78113f44cb106a245f9371df9d6 (patch) | |
| tree | c2fd9426abc3bee4f46a0101b0f2fac0ea4a1685 /web/assets/css | |
| parent | 9b60b0fd458df0ee7547024f2bd0b16fd09b6a15 (diff) | |
Minor improvements in UI (#1399)
Diffstat (limited to 'web/assets/css')
| -rw-r--r-- | web/assets/css/custom.css | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css index 308d24a6..65a5181d 100644 --- a/web/assets/css/custom.css +++ b/web/assets/css/custom.css @@ -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; +} |
