From 294473f5f8236a84917a93f35a856c92f83aa056 Mon Sep 17 00:00:00 2001 From: Julia Radzhabova Date: Wed, 16 Jan 2019 13:51:34 +0300 Subject: [PATCH] Set default cursor for developer mode --- apps/documenteditor/main/resources/less/leftmenu.less | 1 + apps/presentationeditor/main/resources/less/leftmenu.less | 1 + apps/spreadsheeteditor/main/resources/less/leftmenu.less | 1 + 3 files changed, 3 insertions(+) diff --git a/apps/documenteditor/main/resources/less/leftmenu.less b/apps/documenteditor/main/resources/less/leftmenu.less index cfcbbdaee..3eae9bff6 100644 --- a/apps/documenteditor/main/resources/less/leftmenu.less +++ b/apps/documenteditor/main/resources/less/leftmenu.less @@ -78,4 +78,5 @@ button.notify .btn-menu-comments {background-position: -0*@toolbar-icon-size -60 -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); + cursor: default; } diff --git a/apps/presentationeditor/main/resources/less/leftmenu.less b/apps/presentationeditor/main/resources/less/leftmenu.less index 6be922434..206dbcc46 100644 --- a/apps/presentationeditor/main/resources/less/leftmenu.less +++ b/apps/presentationeditor/main/resources/less/leftmenu.less @@ -470,4 +470,5 @@ -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); + cursor: default; } \ No newline at end of file diff --git a/apps/spreadsheeteditor/main/resources/less/leftmenu.less b/apps/spreadsheeteditor/main/resources/less/leftmenu.less index 7dc8bec55..2e10d4039 100644 --- a/apps/spreadsheeteditor/main/resources/less/leftmenu.less +++ b/apps/spreadsheeteditor/main/resources/less/leftmenu.less @@ -537,4 +537,5 @@ -webkit-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); + cursor: default; }