From 9d86fdd7e1b94704f2234cd8fb5a788e133a57ca Mon Sep 17 00:00:00 2001 From: Ezequiel Bergamaschi Date: Wed, 16 Apr 2014 01:57:42 -0300 Subject: [PATCH] adding css for color chooser --- wise-webapp/src/main/webapp/css/mindmapList.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wise-webapp/src/main/webapp/css/mindmapList.less b/wise-webapp/src/main/webapp/css/mindmapList.less index ff737479..75b090ba 100644 --- a/wise-webapp/src/main/webapp/css/mindmapList.less +++ b/wise-webapp/src/main/webapp/css/mindmapList.less @@ -372,6 +372,10 @@ abbr[title] { background-color: #C8C8C8; } +.colorInput:hover { + background-color: #C8C8C8; +} + .bs-glyphicons { width: 800%; }