Update custom.css

This commit is contained in:
Tara Rostami 2023-12-18 21:25:18 +03:30 committed by GitHub
parent 875cff9676
commit 10db9f5b2d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -857,8 +857,11 @@ style attribute {
.ant-calendar-date, .ant-calendar-date,
.ant-calendar-year-panel-year, .ant-calendar-year-panel-year,
.ant-calendar-decade-panel-decade, .ant-calendar-decade-panel-decade,
.ant-calendar-month-panel-month { .ant-calendar-month-panel-month,
border-radius: 5px; .ant-checkbox-inner,
.ant-checkbox-checked:after,
.ant-table-row-expand-icon {
border-radius: 6px;
} }
.ant-calendar-date:hover { .ant-calendar-date:hover {
@ -1106,12 +1109,6 @@ li.ant-select-dropdown-menu-item:empty:after {
overflow-y: auto; overflow-y: auto;
} }
.ant-checkbox-inner,
.ant-checkbox-checked:after,
.ant-table-row-expand-icon {
border-radius: 6px;
}
.qr-bg { .qr-bg {
background-color: #fff; background-color: #fff;
display: flex; display: flex;