Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/web
diff options
context:
space:
mode:
authorTara Rostami <132676256+TaraRostami@users.noreply.github.com>2023-06-02 23:18:26 +0300
committerGitHub <noreply@github.com>2023-06-02 23:18:26 +0300
commit33a598366be966ded4e0b41bbe19fd566552eec3 (patch)
tree38aed655e7e58f861559ce6194c25eeb20f191a9 /web
parent459c19eee2fbdc2e56a89d1853324e8c19ee85a1 (diff)
Update custom.css (#559)
Diffstat (limited to 'web')
-rw-r--r--web/assets/css/custom.css9
1 files changed, 5 insertions, 4 deletions
diff --git a/web/assets/css/custom.css b/web/assets/css/custom.css
index 97b0b548..37e6231a 100644
--- a/web/assets/css/custom.css
+++ b/web/assets/css/custom.css
@@ -202,10 +202,11 @@ body {
}
.ant-card-dark:hover {
- /*border-color: #e8e8e8;*/
- animation:light-shadow ease-in 3s infinite;
+ /*border-color: #e8e8e8;
+ animation:light-shadow ease-in 3s infinite;*/
+ box-shadow: 0 1px 10px -1px rgb(154 175 238 / 80%);
}
-
+/*
@keyframes light-shadow {
0% {
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 60%);
@@ -219,7 +220,7 @@ body {
100% {
box-shadow: 0 1px 10px -1px rgb(154 175 238 / 60%);
}
-}
+}*/
.ant-setting-textarea {
margin-top: 1.5rem;