From 02b27212d5b97c09163473e2aba8afd6895e5fc3 Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Fri, 26 Jul 2019 19:59:19 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=A2=9E=E5=8A=A0=E6=89=93=E5=8D=B0?= =?UTF-8?q?=E6=A8=A1=E5=BC=8F=E4=B8=8B=E5=8E=BB=E9=99=A4=E6=A0=87=E7=AD=BE?= =?UTF-8?q?A=E4=B8=8B=E5=88=92=E7=BA=BF=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bootstrap.Admin/wwwroot/css/theme-responsive.css | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/theme-responsive.css b/Bootstrap.Admin/wwwroot/css/theme-responsive.css index 6f64454f..8c55a24d 100644 --- a/Bootstrap.Admin/wwwroot/css/theme-responsive.css +++ b/Bootstrap.Admin/wwwroot/css/theme-responsive.css @@ -1,3 +1,13 @@ +@media print { + a:link { + text-decoration: none !important; + } + + a[href]:after { + content: none !important; + } +} + @media (min-width: 375px) { .toolbar .dropdown-menu a { padding: 0 14px; @@ -40,9 +50,9 @@ width: 194px; } - .form-inline .input-group input.form-control { - width: 1%; - } + .form-inline .input-group input.form-control { + width: 1%; + } .modal-lg { max-width: calc(90%);