From 3e87cc5798e2234ee3e3ba209acce7d084d4d893 Mon Sep 17 00:00:00 2001 From: Marcus Cavanaugh Date: Tue, 15 Apr 2014 15:12:47 -0700 Subject: [PATCH] Bug 976197 - [B2G][Clock] Stopwatch button texts can be highlighted when user double taps an inactive button. --- apps/clock/style/clock.css | 1 + apps/clock/style/onring.css | 1 + 2 files changed, 2 insertions(+) diff --git a/apps/clock/style/clock.css b/apps/clock/style/clock.css index 7b13592eab67..c6d983cd10b2 100644 --- a/apps/clock/style/clock.css +++ b/apps/clock/style/clock.css @@ -10,6 +10,7 @@ html, body { color: white; font-size: 10px; background-color: 000; + -moz-user-select: none; } #clock-view { diff --git a/apps/clock/style/onring.css b/apps/clock/style/onring.css index 8fe02f9ce5c6..8e431b428d99 100644 --- a/apps/clock/style/onring.css +++ b/apps/clock/style/onring.css @@ -4,6 +4,7 @@ html, body { overflow: hidden !important; background-image: url(images/attention_background.png); background-size: 100% 100%; + -moz-user-select: none; } html {