changeset 41:fe3ee7a4a99a

Revert unwanted changes from extension.css in the entry style sheet Allow text selection and select the cursor based on context.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Tue, 02 Apr 2019 16:02:24 +0200
parents d1a03d8a6e70
children a427c3156f5e
files web_resources/style/entry-content.css
diffstat 1 files changed, 12 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/web_resources/style/entry-content.css	Tue Apr 02 15:55:24 2019 +0200
+++ b/web_resources/style/entry-content.css	Tue Apr 02 16:02:24 2019 +0200
@@ -8,6 +8,18 @@
 
 @import url("common.css");
 
+html,
+body {
+  /*
+   * revert some unwanted changes in "extension.css" disallowing text selection
+   * and forcing use of the default cursor for all contexts
+   */
+  -moz-user-select: auto;
+  -webkit-user-select: auto;
+  user-select: auto;
+  cursor: auto;
+}
+
 body {
   padding: 4px;
 }