From 4445f659a787af288911ca63276cf5eaca9f7adf Mon Sep 17 00:00:00 2001 From: Peder Bergebakken Sundt Date: Thu, 9 Aug 2018 00:34:41 +0200 Subject: [PATCH] Fix ugly form submit buttons Chrome, and maybe other browsers, for some reason add a border to these --- www/css/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/css/style.css b/www/css/style.css index f292d89..9559917 100644 --- a/www/css/style.css +++ b/www/css/style.css @@ -15,7 +15,7 @@ src: local('Raleway'), local('Raleway-Regular'), url("/css/raleway-latin.woff2") format('woff2'); unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2212, U+2215; } -h1, h2, h3, h4, h5, h6, li, a.btn, p.login, a#login{ +h1, h2, h3, h4, h5, h6, li, .btn, p.login, a#login{ font-family: Raleway, sans-serif; font-style: normal; font-variant: normal; @@ -264,6 +264,7 @@ article { .btn { padding: .5em; border-radius: 4px; + border-width: 0; text-decoration: none; color: #fff; background-color: #002244;