From 79f27c340feeddf5e78cf13e7cc712d746eaf477 Mon Sep 17 00:00:00 2001 From: saman bb Date: Mon, 25 Mar 2013 16:29:30 -0400 Subject: [PATCH] more specific cursor selectors. --- css/app.css | 3 +-- css/map.css | 10 +++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/css/app.css b/css/app.css index 7f87dd180..c98b6d175 100644 --- a/css/app.css +++ b/css/app.css @@ -1544,7 +1544,7 @@ div.combobox { /* Help */ .help-control { - top:270px; + top: 270px; } .help-control button { @@ -1561,7 +1561,6 @@ div.combobox { overflow-y: scroll; } - .help-wrap .left-content .body p code { padding:2px 4px; background:#eee; diff --git a/css/map.css b/css/map.css index 02989ea77..e8032f733 100644 --- a/css/map.css +++ b/css/map.css @@ -856,11 +856,11 @@ text.point { cursor: url(../img/cursor-select-remove.png), pointer; } -.point:active, -.vertex:active, -.line:active, -.area:active, -.midpoint:active, +#map .point:active, +#map .vertex:active, +#map .line:active, +#map .area:active, +#map .midpoint:active, .mode-select .selected { cursor: url(../img/cursor-select-acting.png), pointer; }