fixed selection style in opera

This commit is contained in:
coderaiser 2013-04-20 10:22:14 -04:00
parent 805bb35f6a
commit 589309b946
3 changed files with 9 additions and 1 deletions

View file

@ -26,7 +26,12 @@ body { margin: 0; font-size: 1em; line-height: 1.4; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }
*/
::-moz-selection{ text-shadow: none; opacity: 0;}
::selection { text-shadow: none; opacity: 0;}
::selection {
text-shadow: none;
opacity: 0;
background-color:white; /* opera */
}
/* =============================================================================
Links