From 7f219be236c421092db3b89ed54c9f40e286c9f1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Fran=C3=A7ois-Xavier=20Algrain?= <fxalgrain@tiolive.com>
Date: Mon, 10 Jan 2011 12:39:34 +0000
Subject: [PATCH] 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
---
 .../portal_skins/erp5_km_theme/km_css/km.css.xml               | 3 +++
 bt5/erp5_km/bt/revision                                        | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km.css.xml b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km.css.xml
index b4eb2f499b..5bfb3e3887 100644
--- a/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km.css.xml
+++ b/bt5/erp5_km/SkinTemplateItem/portal_skins/erp5_km_theme/km_css/km.css.xml
@@ -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
diff --git a/bt5/erp5_km/bt/revision b/bt5/erp5_km/bt/revision
index cfc3b26d4d..f9247955e2 100644
--- a/bt5/erp5_km/bt/revision
+++ b/bt5/erp5_km/bt/revision
@@ -1 +1 @@
-1731
\ No newline at end of file
+1732
\ No newline at end of file
-- 
2.30.9