diff options
author | Adam Spiers <git@adamspiers.org> | 2015-01-11 14:58:49 +0000 |
---|---|---|
committer | Adam Spiers <git@adamspiers.org> | 2015-01-11 15:32:58 +0000 |
commit | 17359971ad244262ba513769708086cb9ec13941 (patch) | |
tree | c72c5c9935b33935578299b2ea7b9df8fd24b7bb /html/css/git-deps.css | |
parent | 07ed46a54333d24ccbde60346658c98075316de0 (diff) | |
download | git-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.css | 9 |
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; |