From b71d94e6d69899fb9e52d44cedc4479e9947967b 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 --- dashboard/src/templates/booking/quick_deploy.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dashboard/src/templates/booking/quick_deploy.html') diff --git a/dashboard/src/templates/booking/quick_deploy.html b/dashboard/src/templates/booking/quick_deploy.html index 38294b2..03eb78c 100644 --- a/dashboard/src/templates/booking/quick_deploy.html +++ b/dashboard/src/templates/booking/quick_deploy.html @@ -9,8 +9,8 @@ padding: 30px; } .grid_element { - border-radius: 3px; - box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.75); + border-radius: 5px; + border: 1px solid #ccc; margin: 10px; padding: 7px; } -- cgit 1.2.3-korg