]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Highlight search results when the mouse is over them
[rails.git] / app / assets / stylesheets / common.css.scss
index 8ecaaf113bdad98a2d12d9cc8f87139caf4e9725..7c400b4f3c4b9f1c07bdcd13a73503f5c6ace706 100644 (file)
@@ -969,7 +969,9 @@ header .search_form {
 .search_results_entry {
   ul li {
     border-bottom: $keyline;
+    cursor: pointer;
     &:first-child { border-top: $keyline; }
+    &.selected { background: #FFFFE6; }
   }
 
   .search_details {