]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Remove typo
[rails.git] / app / assets / stylesheets / common.scss
index 7038bb69cdcc0cc67feb43e1a9e42fcb164d0957..42616fadbab6e9350f48dc76b454b2acd3ce24b9 100644 (file)
@@ -1861,6 +1861,10 @@ header .search_form {
   display: block;
 }
 
+select {
+  padding: 2px;
+}
+
 input[type="checkbox"],
 input[type="radio"] {
     margin-right: 5px;
@@ -1871,6 +1875,7 @@ input[type="email"],
 input[type="url"],
 input[type="password"],
 textarea {
+  color: #222;
   background-color: #fff;
   border: 1px solid #ccc;
   padding: 2px 5px;