mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-07 10:46:19 +00:00
Update custom.css
This commit is contained in:
parent
875cff9676
commit
10db9f5b2d
1 changed files with 5 additions and 8 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue