From 6d7b5968543aaff77e6a7c2f08307720b59fd6ca Mon Sep 17 00:00:00 2001 From: q4speed Date: Wed, 10 Jan 2018 16:42:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9tab=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/static/css/jumpserver.css | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/apps/static/css/jumpserver.css b/apps/static/css/jumpserver.css index 5e9360545..28fe88b68 100644 --- a/apps/static/css/jumpserver.css +++ b/apps/static/css/jumpserver.css @@ -322,4 +322,20 @@ div.dataTables_wrapper div.dataTables_filter { .welcome-message img { margin: -11px 0; +} + +.nav.nav-tabs li.active { + background-color: #FFF; +} + +.ibox-title { + border-top: none; +} + +.nav.nav-tabs li > a { + max-height: 38px; +} + +.nav.nav-tabs li.active a { + border: none; } \ No newline at end of file