From ce38c4ea9871791d9eb06bc971d16107253a6a51 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Tue, 21 Jan 2014 16:21:42 +0530 Subject: [PATCH] webnotes/wnframework#193 --- webnotes/public/css/common.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webnotes/public/css/common.css b/webnotes/public/css/common.css index c99c0c60ab..4bf429009c 100644 --- a/webnotes/public/css/common.css +++ b/webnotes/public/css/common.css @@ -472,6 +472,10 @@ div#freeze { } /* form */ +.wn-editor { + cursor: text; +} + .wn-editor img { max-width: 100%; }