From ca9aca685b78147bd370453be33c279245ed1ac7 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Sun, 2 Oct 2016 11:05:13 +0000 Subject: [PATCH] Login button is too thin on WebKit browsers (#23777). Patch by Marius BALTEANU. git-svn-id: http://svn.redmine.org/redmine/trunk@15880 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- public/stylesheets/application.css | 1 + 1 file changed, 1 insertion(+) diff --git a/public/stylesheets/application.css b/public/stylesheets/application.css index 8441df9cc..da7fc2928 100644 --- a/public/stylesheets/application.css +++ b/public/stylesheets/application.css @@ -372,6 +372,7 @@ div.square { .splitcontentright{float:right; width:49%;} form {display: inline;} input, select {vertical-align: middle; margin-top: 1px; margin-bottom: 1px;} +input[type="submit"] { -webkit-appearance: button; } fieldset {border: 1px solid #e4e4e4; margin:0;} legend {color: #333;} hr { width: 100%; height: 1px; background: #ccc; border: 0;}