# HG changeset patch # User Søren Løvborg # Date 2017-01-03 16:58:56 # Node ID 1e80013ac8af03afdbfae084f7b2644f13407a45 # Parent d89d586b26ae2ffe1127af1cb5d174adbccbfefa style: don't apply this text field styling to buttons These recently introduced style rules were a bit too broad. diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -861,8 +861,10 @@ div.header img { margin: 0 20px 0 200px; } -#content div.panel div.form div.form-horizontal div.form-group > label > input, -#content div.panel div.form div.form-horizontal div.form-group > div input, +#content div.panel div.form div.form-horizontal div.form-group > label > input[type=text], +#content div.panel div.form div.form-horizontal div.form-group > label > input[type=password], +#content div.panel div.form div.form-horizontal div.form-group > div input[type=text], +#content div.panel div.form div.form-horizontal div.form-group > div input[type=password], #content div.panel div.form div.form-horizontal div.form-group > label > textarea, #content div.panel div.form div.form-horizontal div.form-group > div textarea, .reviewer_ac input {