fixed dblclick selection in firefox

This commit is contained in:
coderaiser 2013-02-21 06:25:33 -05:00
parent 78b8d01dd5
commit 0c79032e39
2 changed files with 3 additions and 1 deletions

View file

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