From 35b291fa06692f00cf7cf4866e2ed3a9de2cbfcf Mon Sep 17 00:00:00 2001 From: Argo Zhang Date: Tue, 13 Aug 2019 16:42:04 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E9=94=99=E8=AF=AF=E9=A1=B5=E9=9D=A2?= =?UTF-8?q?=20a=20=E9=93=BE=E6=8E=A5=E5=A2=9E=E5=8A=A0=20point=20=E9=BC=A0?= =?UTF-8?q?=E6=A0=87=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/error.css | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/Bootstrap.Admin/wwwroot/css/error.css b/Bootstrap.Admin/wwwroot/css/error.css index 94e1db06..9aa8ff10 100644 --- a/Bootstrap.Admin/wwwroot/css/error.css +++ b/Bootstrap.Admin/wwwroot/css/error.css @@ -28,8 +28,12 @@ img { text-align: left; } -a, a:hover, a:focus { - text-decoration: none; - outline: none; - color: #371ed4; +a { + cursor: pointer; } + + a, a:hover, a:focus { + text-decoration: none; + outline: none; + color: #371ed4; + }