From 023278e0c07a928f5beef2967fe42d1071b42298 Mon Sep 17 00:00:00 2001 From: Ruud Date: Tue, 10 Sep 2013 23:32:51 +0200 Subject: [PATCH] Remove webkit button styling --- couchpotato/static/style/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/couchpotato/static/style/main.css b/couchpotato/static/style/main.css index 3b810564..18af83f7 100644 --- a/couchpotato/static/style/main.css +++ b/couchpotato/static/style/main.css @@ -128,6 +128,7 @@ body > .spinner, .mask{ border-radius: 2px; cursor: pointer; border: none; + -webkit-appearance: none; } .button.red { background-color: #ff0000; } .button.green { background-color: #2aa300; }