From a85d3db2c8e66cb5b0cb03f230b97c2ac3fc51e0 Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Sun, 6 Jul 2014 01:29:00 -0300 Subject: [PATCH] adding hover to icon panel --- wise-editor/src/main/webapp/css/editor.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wise-editor/src/main/webapp/css/editor.less b/wise-editor/src/main/webapp/css/editor.less index cd3533cd..4c0886aa 100644 --- a/wise-editor/src/main/webapp/css/editor.less +++ b/wise-editor/src/main/webapp/css/editor.less @@ -143,4 +143,8 @@ div.shareModalDialog { cursor: pointer } +.panelIcon:hover { + background-color: #efefef; +} +