mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-09-09 11:46:18 +00:00
Update custom.css
This commit is contained in:
parent
fb21fab5f2
commit
7c2f11e7cd
1 changed files with 20 additions and 6 deletions
|
@ -1050,12 +1050,17 @@ li.ant-select-dropdown-menu-item:empty:after {
|
||||||
color: rgba(255, 255, 255, 0.25);
|
color: rgba(255, 255, 255, 0.25);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-input-group.ant-input-group-compact-addon:not(:first-child):not(
|
||||||
|
:last-child
|
||||||
|
),
|
||||||
|
.ant-input-group.ant-input-group-compact-wrap:not(:first-child):not(
|
||||||
|
:last-child
|
||||||
|
),
|
||||||
|
.ant-input-group.ant-input-group-compact
|
||||||
|
> .ant-input:not(:first-child):not(:last-child),
|
||||||
|
.ant-input-number-handler,
|
||||||
.ant-input-number-handler-wrap {
|
.ant-input-number-handler-wrap {
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
}
|
|
||||||
|
|
||||||
.ant-input-number-handler {
|
|
||||||
border-radius: 0;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-input-number {
|
.ant-input-number {
|
||||||
|
@ -1089,7 +1094,8 @@ li.ant-select-dropdown-menu-item:empty:after {
|
||||||
> td,
|
> td,
|
||||||
.ant-table-thead
|
.ant-table-thead
|
||||||
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
|
> tr:hover:not(.ant-table-expanded-row):not(.ant-table-row-selected)
|
||||||
> td {
|
> td,
|
||||||
|
.ant-calendar-time-picker-select li:hover {
|
||||||
background-color: rgb(232 244 242);
|
background-color: rgb(232 244 242);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1121,3 +1127,11 @@ li.ant-select-dropdown-menu-item:empty:after {
|
||||||
.ant-input-group-addon:not(:first-child):not(:last-child), .ant-input-group-wrap:not(:first-child):not(:last-child), .ant-input-group>.ant-input:not(:first-child):not(:last-child) {
|
.ant-input-group-addon:not(:first-child):not(:last-child), .ant-input-group-wrap:not(:first-child):not(:last-child), .ant-input-group>.ant-input:not(:first-child):not(:last-child) {
|
||||||
border-radius: 0rem 1rem 1rem 0rem;
|
border-radius: 0rem 1rem 1rem 0rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.ant-tag {
|
||||||
|
margin-right: 6px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-card-body {
|
||||||
|
padding: 20px;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue