修改网页选中时的背景色和字体色
2016-09-22 本文已影响0人
greenlift
/* webkit, opera, IE9 /
::selection { background:lightblue; }
/ mozilla firefox */
::-moz-selection { background:lightblue; }
/* webkit, opera, IE9 /
::selection { background:lightblue; }
/ mozilla firefox */
::-moz-selection { background:lightblue; }