Commit bb7ee1c5 by Torkel Odegaard

Panel title: switched from context-menu cursor to pointer, context-menu does not…

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 :(
parent 01e17137
...@@ -33,14 +33,14 @@ ...@@ -33,14 +33,14 @@
.panel-title-container { .panel-title-container {
min-height: 5px; min-height: 5px;
padding-top: 4px; padding-top: 4px;
cursor: context-menu; cursor: pointer;
} }
.panel-title { .panel-title {
border: 0px; border: 0px;
font-weight: bold; font-weight: bold;
position: relative; position: relative;
cursor: context-menu; cursor: pointer;
width: 100%; width: 100%;
display: block; display: block;
...@@ -204,4 +204,3 @@ ...@@ -204,4 +204,3 @@
top: 0; top: 0;
right: 0; right: 0;
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment