Correct selection color for FF V00.06
authorymh <ymh.work@gmail.com>
Fri, 05 Apr 2013 14:39:48 +0200
changeset 144 2b141054edec
parent 143 377baaf8f66a
child 145 1e98ff2efa8d
Correct selection color for FF
server/src/main/webapp/static/css/index.css
--- a/server/src/main/webapp/static/css/index.css	Fri Apr 05 14:01:27 2013 +0200
+++ b/server/src/main/webapp/static/css/index.css	Fri Apr 05 14:39:48 2013 +0200
@@ -1,6 +1,6 @@
 
-::-moz-selection { background: initial; color: initial; text-shadow: initial; }
-::selection { background: initial; color: initial; text-shadow: initial; }
+::-moz-selection { background: #a8d1ff; color: inherit; text-shadow: inherit;}
+::selection { background: #a8d1ff; color: inherit; text-shadow: inherit;}
 
 body,html {
 	height: 100%;