Add hover selector on "div.document div.content div.text a" to change the color.

This is clearer for user and consistent with other link definition

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@42163 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent d70d3a5e
......@@ -772,6 +772,9 @@ div.document div.content div.text blockquote, pre{\n
div.document div.content div.text a{\n
color: #686868;\n
}\n
div.document div.content div.text a:hover{\n
color: #000000;\n
}\n
\n
/* Web Toolbar */\n
div.web-toolbar{\n
......
1731
\ No newline at end of file
1732
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment