From 59b924efe7dab29d4c2976bbf2168f08d396209f Mon Sep 17 00:00:00 2001 From: Ruud Date: Mon, 25 Mar 2013 22:53:48 +0100 Subject: [PATCH] Tweak button styling --- couchpotato/static/style/main.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index 3ad502b9..91bd1524 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -134,10 +134,9 @@ body > .spinner, .mask{ text-decoration: none; font-weight: bold; line-height: 1; - border-radius: 5px; - box-shadow: 0 1px 3px rgba(0,0,0,0.5); + border-radius: 2px; + box-shadow: 0 1px 2px rgba(0,0,0,0.3); text-shadow: 0 -1px 1px rgba(0,0,0,0.25); - border-bottom: 1px solid rgba(0,0,0,0.25); cursor: pointer; } .button.red { background-color: #ff0000; }