From 53b82dad2c0196d42f154dbd7e2e342fab51b2ff Mon Sep 17 00:00:00 2001 From: Kevin Sawicki Date: Fri, 28 Dec 2012 09:28:02 -0800 Subject: [PATCH] Use cursor pointer inside nodes --- static/command-logger.css | 1 + 1 file changed, 1 insertion(+) diff --git a/static/command-logger.css b/static/command-logger.css index 01c07dbb5..dc53f2ef2 100644 --- a/static/command-logger.css +++ b/static/command-logger.css @@ -33,6 +33,7 @@ body.command-logger-node-text { display: table-cell; vertical-align: middle; text-align: center; + cursor: pointer; } .command-logger-node-text span {