From b5d3b11facb734916bd220acd7e626a6e6676558 Mon Sep 17 00:00:00 2001 From: ulleo Date: Mon, 20 Jan 2025 12:25:16 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E4=BB=AA=E8=A1=A8=E6=9D=BF):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=89=B9=E9=87=8F=E6=93=8D=E4=BD=9C=E7=9A=84?= =?UTF-8?q?=E5=A4=8D=E5=88=B6=E5=92=8C=E5=88=A0=E9=99=A4=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=9A=84=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/components/dashboard/DbToolbar.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/core/core-frontend/src/components/dashboard/DbToolbar.vue b/core/core-frontend/src/components/dashboard/DbToolbar.vue index bdc76ad476..daa727e74c 100644 --- a/core/core-frontend/src/components/dashboard/DbToolbar.vue +++ b/core/core-frontend/src/components/dashboard/DbToolbar.vue @@ -888,8 +888,8 @@ const initOpenHandler = newWindow => { } .custom-normal-button { background-color: transparent; - border-color: #a6a6a6; - color: #ffffff; + border-color: #a6a6a6 !important; + color: #ffffff !important; &:hover { color: #ffffff; background-color: #ffffff1a !important; @@ -898,6 +898,9 @@ const initOpenHandler = newWindow => { color: #ffffff; background-color: #ffffff33 !important; } + &.is-disabled { + color: var(--ed-button-disabled-text-color) !important; + } } .adapt-count {