mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-08-29 22:36:19 +00:00
Update custom.css
This commit is contained in:
parent
46ef8c503e
commit
5449c4aac0
1 changed files with 16 additions and 2 deletions
|
@ -198,7 +198,21 @@ body {
|
||||||
|
|
||||||
.ant-card-dark:hover {
|
.ant-card-dark:hover {
|
||||||
border-color: #e8e8e8;
|
border-color: #e8e8e8;
|
||||||
box-shadow: 0 1px 10px -1px rgb(76, 88, 126);
|
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 70%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-setting-textarea {
|
||||||
|
margin-top: 1.5rem;
|
||||||
|
min-height: 300px !important;
|
||||||
|
max-height: 800px !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
.ant-card-dark-box-nohover{
|
||||||
|
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
|
||||||
|
}
|
||||||
|
.ant-card-dark-box-nohover:hover{
|
||||||
|
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 0%) !important;
|
||||||
|
background-color: rgb(36 44 58 / 50%);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* .ant-card-bordered:hover {
|
/* .ant-card-bordered:hover {
|
||||||
|
@ -393,7 +407,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-dark .ant-radio-button-wrapper:hover {
|
.ant-card-dark .ant-radio-button-wrapper:hover {
|
||||||
color: #177ddc;
|
color: #009670;
|
||||||
}
|
}
|
||||||
|
|
||||||
.ant-card-dark .ant-btn-primary {
|
.ant-card-dark .ant-btn-primary {
|
||||||
|
|
Loading…
Reference in a new issue