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
5958e27884
commit
bc21b3590d
1 changed files with 10 additions and 1 deletions
|
@ -180,7 +180,7 @@ style attribute {
|
||||||
position: relative;
|
position: relative;
|
||||||
clear: both;
|
clear: both;
|
||||||
}
|
}
|
||||||
.ant-table-body {
|
.ant-table-wrapper > div > div > div > div > div > div {
|
||||||
overflow-x: auto !important;
|
overflow-x: auto !important;
|
||||||
}
|
}
|
||||||
.ant-card-hoverable {
|
.ant-card-hoverable {
|
||||||
|
@ -796,6 +796,15 @@ style attribute {
|
||||||
border-color: var(--dark-color-surface-500);
|
border-color: var(--dark-color-surface-500);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.dark .ant-popover-inner {
|
||||||
|
background-color: var(--dark-color-surface-200);
|
||||||
|
}
|
||||||
|
.dark > .ant-popover-content > .ant-popover-arrow {
|
||||||
|
border-color: var(--dark-color-surface-200);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
|
.ant-dropdown-menu-dark .ant-dropdown-menu-item:hover,
|
||||||
.dark .ant-select-dropdown-menu-item-selected,
|
.dark .ant-select-dropdown-menu-item-selected,
|
||||||
.dark .ant-calendar-time-picker-select-option-selected {
|
.dark .ant-calendar-time-picker-select-option-selected {
|
||||||
|
|
Loading…
Reference in a new issue