From a8b92ffd8ad0a550b22c7f4b71335d5a361b7f0f Mon Sep 17 00:00:00 2001 From: shimingxy Date: Sun, 31 May 2020 13:04:02 +0800 Subject: [PATCH] Update switchtab.css --- .../src/main/resources/static/jquery/switchtab/switchtab.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maxkey-web-maxkey/src/main/resources/static/jquery/switchtab/switchtab.css b/maxkey-web-maxkey/src/main/resources/static/jquery/switchtab/switchtab.css index 5c5e08bf..f15f2652 100644 --- a/maxkey-web-maxkey/src/main/resources/static/jquery/switchtab/switchtab.css +++ b/maxkey-web-maxkey/src/main/resources/static/jquery/switchtab/switchtab.css @@ -24,7 +24,7 @@ } .switch_tab_current{ - background-color: #8bc8de; + background-color: #f3f6f7;; border-right: 1px solid #e3e3e3; border-bottom: 1px solid #e3e3e3; }