From c7b6af1bbafd0849064bbee12a796745450b50aa Mon Sep 17 00:00:00 2001 From: Victor Dubiniuk Date: Thu, 19 Dec 2013 01:40:37 +0300 Subject: Override cursor to auto in paragraph. Fixes #164 --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'css') diff --git a/css/style.css b/css/style.css index 4eec772a..41a57601 100755 --- a/css/style.css +++ b/css/style.css @@ -298,3 +298,7 @@ margin-top:-1px; #odf-toolbar + #notification-container { z-index: 501; } + +document p{ + cursor:auto; +} \ No newline at end of file -- cgit v1.2.3