]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Merge branch 'master' into convert_roundabout_exits
[rails.git] / app / assets / stylesheets / common.scss
index 4f2571917ec61c1b6a36d694c7883be65ceac452..0a5d9164e211e3ef5db259c8e0dcb78054919637 100644 (file)
@@ -38,6 +38,7 @@ textarea,
 body { font: #{$typeheight}/#{$lineheight} "Helvetica Neue",Arial,sans-serif; }
 
 abbr, acronym {
+  text-decoration: underline dotted;
   cursor: help;
 }
 
@@ -937,6 +938,10 @@ header .search_forms,
     border-radius: 0 2px 2px 0;
   }
 
+  input.error {
+    background-color: rgba($red, 0.4);
+  }
+
   select {
     /* this next line is to polyfill the vertical alignment of text within a select element,
      * which is different between firefox and chrome. */