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