From d561245247c7d2fa88265f59f709205cb4944db9 Mon Sep 17 00:00:00 2001 From: Jeffrey Fisher Date: Sat, 18 May 2013 10:09:18 -0700 Subject: [PATCH] Turn of pointer cursor for close, minimize, expand button, since they don't do anything. --- src/style/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style/main.css b/src/style/main.css index 1f8394e7..7b5a5c71 100644 --- a/src/style/main.css +++ b/src/style/main.css @@ -336,7 +336,7 @@ div.toolbar > div.controls div.box.flex1 div { margin: 1px 0 0 1px; position: relative; text-indent: -9999px; - cursor: pointer; + cursor: default; -webkit-box-shadow: 0 2px 0 rgba(255, 255, 255, .8), inset 0 0 3px 1px rgba(0, 0, 0, .6), 0 -1px 1px 1px rgba(0, 0, 0, .4); box-shadow: 0 2px 0 rgba(255, 255, 255, .8), inset 0 0 3px 1px rgba(0, 0, 0, .6), 0 -1px 1px 1px rgba(0, 0, 0, .4);