mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-07-01 20:42:07 +00:00
improve .ant-card-dark ui
This commit is contained in:
parent
0a63c75138
commit
c96cf85619
1 changed files with 5 additions and 1 deletions
|
@ -180,7 +180,11 @@
|
|||
|
||||
.ant-card-dark:hover {
|
||||
border-color: #e8e8e8;
|
||||
/* box-shadow: 0 2px 8px rgba(255,255,255,.15); */
|
||||
/* box-shadow: 0 3px 12px -0.8px #0000005c; */
|
||||
}
|
||||
|
||||
.ant-card-bordered:hover {
|
||||
box-shadow: 0 3px 12px -0.8px #0000005c;
|
||||
}
|
||||
|
||||
.ant-card-dark .ant-table-thead th {
|
||||
|
|
Loading…
Reference in a new issue