mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fixed dblclick selection in firefox
This commit is contained in:
parent
78b8d01dd5
commit
0c79032e39
2 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
========================================================================== */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue