From bb7ee1c5a301e3e53aecdfc8a1fd4e2f5f16860d Mon Sep 17 00:00:00 2001 From: Torkel Odegaard Date: Mon, 20 Apr 2015 07:29:25 +0200 Subject: [PATCH] Panel title: switched from context-menu cursor to pointer, context-menu does not work on windows in chrome and firefox, but works on other platforms :( --- public/css/less/panel.less | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/css/less/panel.less b/public/css/less/panel.less index a0f8fb29b0f..17b8ff0cd52 100644 --- a/public/css/less/panel.less +++ b/public/css/less/panel.less @@ -33,14 +33,14 @@ .panel-title-container { min-height: 5px; padding-top: 4px; - cursor: context-menu; + cursor: pointer; } .panel-title { border: 0px; font-weight: bold; position: relative; - cursor: context-menu; + cursor: pointer; width: 100%; display: block; @@ -204,4 +204,3 @@ top: 0; right: 0; } -