From 0c79032e39667955d5e6857da02c0780646169b4 Mon Sep 17 00:00:00 2001 From: coderaiser Date: Thu, 21 Feb 2013 06:25:33 -0500 Subject: [PATCH] fixed dblclick selection in firefox --- ChangeLog | 2 ++ css/reset.css | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 32778442..253dff14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -162,6 +162,8 @@ for reading. * Changed the way clickProcessing of menu works, for now it's much simplier. +* Fixed dblclick selection in firefox. + 2012.12.12, Version 0.1.8 diff --git a/css/reset.css b/css/reset.css index 199fee29..cd411656 100644 --- a/css/reset.css +++ b/css/reset.css @@ -25,9 +25,9 @@ body { margin: 0; font-size: 1em; line-height: 1.4; } ::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; } ::selection { background: #fe57a1; color: #fff; text-shadow: none; } */ +::-moz-selection{ text-shadow: none; opacity: 0;} ::selection { text-shadow: none; opacity: 0;} - /* ============================================================================= Links ========================================================================== */