From 65f53b6563ad04213cac18948c85f7227919f9d6 Mon Sep 17 00:00:00 2001 From: DennisSchiefer Date: Tue, 28 Aug 2012 09:18:30 +0100 Subject: [PATCH] changed mouse cursor on layers control --- WebContent/main.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/WebContent/main.css b/WebContent/main.css index 533625c04..51569cbd8 100644 --- a/WebContent/main.css +++ b/WebContent/main.css @@ -611,12 +611,14 @@ html, body } .gui-layers-list input { + cursor:pointer; margin-top: 2px; position: relative; top: 2px; } .gui-layers-list label { + cursor:pointer; display: block; vertical-align:middle; }