Return to Snippet

Revision: 18177
at September 23, 2009 15:24 by paulgrenwood


Initial Code
::selection{ /* Safari and Opera */
	background:#c3effd;
	color:#000;
}
::-moz-selection{ /* Firefox */
	background:#c3effd;
	color:#000;
}

Initial URL


Initial Description


Initial Title
Change Text Highlight Color

Initial Tags
css

Initial Language
CSS