X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/46c183ffeb68a45e6e0793c813f2756109f40642..7dbf8d83369cb73929080c4ba23fdd7dcd0184df:/app/assets/stylesheets/common.scss diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index f2df4d191..50b38e7a3 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -938,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. */