From 145a4d94672438b720f9a52b969c771d58f027f4 Mon Sep 17 00:00:00 2001 From: Michael Gordeev Date: Fri, 13 Dec 2019 01:13:07 +0300 Subject: [PATCH] Updated error messages style --- MyWebsite/MyWebsite/wwwroot/css/Admin.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/MyWebsite/MyWebsite/wwwroot/css/Admin.css b/MyWebsite/MyWebsite/wwwroot/css/Admin.css index 6ac92a8..e94e5e7 100644 --- a/MyWebsite/MyWebsite/wwwroot/css/Admin.css +++ b/MyWebsite/MyWebsite/wwwroot/css/Admin.css @@ -80,6 +80,11 @@ table { width: auto; } +.text-danger { + text-decoration: solid; + color: red; +} + @media only screen and (max-width: 700px) { form { max-width: initial;