X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/e329bf37c03d11eb32bed0fd0927bcbb76c316fc..ca35ac16e7aeb877d19cdea245e342337107b6ec:/app/assets/stylesheets/common.css.scss?ds=sidebyside diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index ab94b5dc7..9e614f906 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -687,6 +687,10 @@ nav.secondary { &.query-active { cursor: help; } + + &.query-disabled { + cursor: not-allowed; + } } #map-ui { @@ -1140,7 +1144,10 @@ header .search_form { li { padding: 15px 20px; border-bottom: 1px solid #ddd; - cursor: pointer; + + &.query-result { + cursor: pointer; + } &.selected { background: #FFFFE6;