From db256962a4317e755483821e0df931d498213041 Mon Sep 17 00:00:00 2001 From: Abdallah Soliman Date: Tue, 12 Jul 2016 20:34:12 -0500 Subject: [PATCH] changed host buttons to be rounded, because looks nicer --- static/css/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/static/css/style.css b/static/css/style.css index 33e155f..6eeb4b7 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -158,6 +158,9 @@ main { -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34); box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34); + -webkit-border-radius: 10px; + -moz-border-radius: 10px; + border-radius: 10px; } .host-cell:hover { cursor: pointer;