# HG changeset patch # User ymh # Date 1365165588 -7200 # Node ID 2b141054edeca0ce606406faec4fb43e56c9a7eb # Parent 377baaf8f66a1166cf3fe901a3a0cde11efb575d Correct selection color for FF diff -r 377baaf8f66a -r 2b141054edec 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%;