aboutsummaryrefslogtreecommitdiffstats
path: root/html/css/git-deps.css
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2015-01-11 14:58:49 +0000
committerAdam Spiers <git@adamspiers.org>2015-01-11 15:32:58 +0000
commit17359971ad244262ba513769708086cb9ec13941 (patch)
treec72c5c9935b33935578299b2ea7b9df8fd24b7bb /html/css/git-deps.css
parent07ed46a54333d24ccbde60346658c98075316de0 (diff)
downloadgit-deps-17359971ad244262ba513769708086cb9ec13941.tar.gz
double-click to explore commit (#15)
Later we'll change this to clicking a plus icon to expand.
Diffstat (limited to 'html/css/git-deps.css')
-rw-r--r--html/css/git-deps.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/html/css/git-deps.css b/html/css/git-deps.css
index 16261ba..639b8a9 100644
--- a/html/css/git-deps.css
+++ b/html/css/git-deps.css
@@ -29,10 +29,17 @@ rect.background {
g.node rect {
stroke: #e5e5e5;
stroke-width: 2px;
- fill: rgba(242,242, 255, 0.54);
cursor: pointer;
}
+g.node rect.explored {
+ fill: rgba(167, 224, 196, 0.54);
+}
+
+g.node rect.unexplored {
+ fill: rgba(242, 242, 255, 0.54);
+}
+
g.node text {
/* fill: black; */
fill: #295b8c;