X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/87dfbda93261b50332381d0c0c685a71a3b897ad..9c04912f1deb7b114c61e838a6e4a4b7775167d8:/app/assets/stylesheets/common.scss?ds=sidebyside diff --git a/app/assets/stylesheets/common.scss b/app/assets/stylesheets/common.scss index 462cc50a7..313d6c94b 100644 --- a/app/assets/stylesheets/common.scss +++ b/app/assets/stylesheets/common.scss @@ -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 { @@ -1668,10 +1668,6 @@ tr.turn:hover { } } -.content-heading .hide_unless_logged_in { // hacky selector, better to just add a new class to this div - display: inline; -} - .pagination { padding-top: $lineheight; }