From c3667ddce6b83183e2fefa92aba82768d0d70263 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 16 Aug 2019 13:08:54 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=BE=AE=E8=B0=83=E4=BE=A7=E8=BE=B9?= =?UTF-8?q?=E6=A0=8F=E4=BA=8C=E7=BA=A7=E8=8F=9C=E5=8D=95active=E6=A8=A1?= =?UTF-8?q?=E5=BC=8F=E4=B8=8Bborder-radius?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme.css | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Bootstrap.Admin/wwwroot/css/theme.css b/Bootstrap.Admin/wwwroot/css/theme.css index 8241fba3..18d3898d 100644 --- a/Bootstrap.Admin/wwwroot/css/theme.css +++ b/Bootstrap.Admin/wwwroot/css/theme.css @@ -253,6 +253,16 @@ body, .form-control, .dropdown-menu, .btn:not(.btn-lg):not(.btn-xs), .input-grou color: #fff; } + .sidebar .nav-link.dcjq-parent.active { + border-bottom-left-radius: 0; + border-bottom-right-radius: 0; + } + + .sidebar .nav-link.dcjq-parent.active + .sub { + border-bottom-left-radius: 0.25rem; + border-bottom-right-radius: 0.25rem; + } + .sidebar .nav-item.active > .nav-link { color: #FF6C60; }