aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-11 23:02:33 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-11 23:05:30 +0000
commit656c9de2cac32cad7cbadd658f5a630536a471c2 (patch)
treeb2b67af0d99d076a1aad9ac0150ed56e8ac94aac
parent06fcf2ff1bf04870edc3f5e1b83c372d2ad311ce (diff)
downloadgit-deps-656c9de2cac32cad7cbadd658f5a630536a471c2.tar.gz
be a bit more accurate with mouse cursor icon choices
-rw-r--r--html/css/git-deps.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css
index 05acb98..c522459 100644
--- a/html/css/git-deps.css
+++ b/html/css/git-deps.css
@@ -27,13 +27,13 @@ body {
rect.background {
fill: white;
- cursor: move;
+ cursor: all-scroll;
}
g.node rect {
stroke: #e5e5e5;
stroke-width: 2px;
- cursor: pointer;
+ cursor: pointer; /* move is semantically better but looks the same as all-scroll */
}
g.node rect.explored {