]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.scss
Tweak highlighting of geolocation errors
[rails.git] / app / assets / stylesheets / common.scss
index 462cc50a71c5a55e10f47c414e1d13cee93ace93..0a5d9164e211e3ef5db259c8e0dcb78054919637 100644 (file)
@@ -938,8 +938,8 @@ header .search_forms,
     border-radius: 0 2px 2px 0;
   }
 
-  input.highlight_error {
-    background-color: rgba(255, 0, 0, 0.5);
+  input.error {
+    background-color: rgba($red, 0.4);
   }
 
   select {