From cff618b2516c678499e3214158762cfc369f60d8 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sun, 29 May 2011 03:07:51 +0100 Subject: [PATCH] html: disable text selection in the webview --- data/html/event-log.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/data/html/event-log.html b/data/html/event-log.html index c5e0f717..a249cd4c 100644 --- a/data/html/event-log.html +++ b/data/html/event-log.html @@ -11,6 +11,7 @@ margin: 0; padding: 0; margin-top: 20px; + -webkit-user-select: none; } small { @@ -104,9 +105,9 @@ .event-info { float: left; } - + - +