From a8d84499905504da229d1e8829145bf2d8329dd9 Mon Sep 17 00:00:00 2001 From: Sawyer Bergeron Date: Wed, 22 May 2019 17:05:38 -0400 Subject: Reduce shadow severity Shadows were somewhat overdone in some areas of the ui, they are now less so Change-Id: Ida04a5580be8493f37ade2554983149d05d91bcc Signed-off-by: Sawyer Bergeron --- src/static/css/detail_view.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/static/css') diff --git a/src/static/css/detail_view.css b/src/static/css/detail_view.css index 7948d85..c3d0a4d 100644 --- a/src/static/css/detail_view.css +++ b/src/static/css/detail_view.css @@ -24,14 +24,15 @@ } .detail_card { - border: 2px; - border-color: black; border-radius: 5px; + border-top: 1px solid #ccc; + border-left: 1px solid #ccc; + border-right: 1px solid #ccc; + border-bottom: 1px solid #ccc; margin: 5px; padding-left: 25px; padding-right: 25px; padding-bottom: 15px; - box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75); display: flex; flex-direction: column; justify-content: space-between; -- cgit 1.2.3-korg