Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/richdocuments.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-12-19 02:40:37 +0400
committerVictor Dubiniuk <victor.dubiniuk@gmail.com>2013-12-19 02:42:08 +0400
commitc7b6af1bbafd0849064bbee12a796745450b50aa (patch)
tree40a07eb8859c72d8850fb0df88ab731ad5263046 /css
parentd283572fcea831b6a447f946b266c653ab1ce2e3 (diff)
Override cursor to auto in paragraph. Fixes #164
Diffstat (limited to 'css')
-rwxr-xr-xcss/style.css4
1 files changed, 4 insertions, 0 deletions
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