From fcee4a42644fc5239cfa50819d9691ac8adcb08b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= Date: Thu, 20 Jun 2024 05:37:47 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/web/css/admin.css | 2 +- src/static/web/css/style.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index dc6c22a3..2c8002c0 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -761,7 +761,7 @@ input,select,textarea,.upload-bg,.colordlg,.pubdlg,.quickselitem .topcat,.mysour margin-left:0.5rem } .shadow-sm { - box-shadow:0 .125rem 0.25rem rgba(0,0,0,.025)!important + box-shadow:0 .125rem 0.25rem rgba(0,0,0,0.015)!important } @media (min-width:1199px) { .modal-dialog { diff --git a/src/static/web/css/style.css b/src/static/web/css/style.css index 8954b970..678de84b 100644 --- a/src/static/web/css/style.css +++ b/src/static/web/css/style.css @@ -446,7 +446,7 @@ a:hover,.item-theme:hover,.item-news:hover { margin-left:0.5rem } .shadow-sm { - box-shadow:0 .125rem 0.25rem rgba(0,0,0,.025)!important + box-shadow:0 .125rem 0.25rem rgba(0,0,0,0.015)!important } .btn-send,#validateimg { border-radius:0 var(--b-radius) var(--b-radius) 0;