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 ========================================================================== */