aboutsummaryrefslogtreecommitdiffstats
path: root/src/templates/booking
diff options
context:
space:
mode:
authorSawyer Bergeron <sbergeron@iol.unh.edu>2019-05-22 17:05:38 -0400
committerSawyer Bergeron <sbergeron@iol.unh.edu>2019-05-22 17:14:58 -0400
commita8d84499905504da229d1e8829145bf2d8329dd9 (patch)
tree5a03e77120f21a10000077152247a0acdc5b557d /src/templates/booking
parent2e353a7c9fdc1439bb5b0999a6bb67e27ed2d46b (diff)
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 <sbergeron@iol.unh.edu>
Diffstat (limited to 'src/templates/booking')
-rw-r--r--src/templates/booking/quick_deploy.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/templates/booking/quick_deploy.html b/src/templates/booking/quick_deploy.html
index 38294b2..03eb78c 100644
--- a/src/templates/booking/quick_deploy.html
+++ b/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;
}