changeset 6378:1e80013ac8af

style: don't apply this text field styling to buttons These recently introduced style rules were a bit too broad.
author Søren Løvborg <sorenl@unity3d.com>
date Tue, 03 Jan 2017 16:58:56 +0100
parents d89d586b26ae
children 98dd27958280
files kallithea/public/css/style.css
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/kallithea/public/css/style.css	Sat Dec 24 00:34:38 2016 +0100
+++ b/kallithea/public/css/style.css	Tue Jan 03 16:58:56 2017 +0100
@@ -861,8 +861,10 @@
     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 {