mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-29 14:26:18 +00:00
Update custom.css
This commit is contained in:
parent
d936002794
commit
39a123873f
1 changed files with 2 additions and 1 deletions
|
@ -208,11 +208,12 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-dark-box-nohover{
|
.ant-card-dark-box-nohover{
|
||||||
|
padding: 0 20px 20px !important;
|
||||||
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
|
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
|
||||||
}
|
}
|
||||||
.ant-card-dark-box-nohover:hover{
|
.ant-card-dark-box-nohover:hover{
|
||||||
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
|
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
|
||||||
background-color: rgb(36 44 58 / 50%);
|
/*background-color: rgb(36 44 58 / 50%);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-dark-securitybox-nohover{
|
.ant-card-dark-securitybox-nohover{
|
||||||
|
|
Loading…
Reference in a new issue