From 5f64246564b9f3638fa008658487e401a61860ea Mon Sep 17 00:00:00 2001 From: "Rob G. Healey" Date: Wed, 3 Mar 2010 06:59:33 +0000 Subject: [PATCH] Moved colors for CurrentSection in navigation to stylesheet rather than navigation stylesheet. svn: r14592 --- src/data/Web_Visually.css | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/data/Web_Visually.css b/src/data/Web_Visually.css index 81eab094b..c3ddf7107 100644 --- a/src/data/Web_Visually.css +++ b/src/data/Web_Visually.css @@ -1,4 +1,4 @@ -./* +/* # # Gramps - a GTK+/GNOME based genealogy program # @@ -49,6 +49,16 @@ Females Web_Gender_Female.png NarrativeWeb Styles -------------------------------------------------------------------------------------------- */ +div#alphabet ul li { + background-color: #6AF364; +} +div#navigation ul li.CurrentSection a { + background-color: #000; + color: #FFF; +} +div#navigation ul li.CurrentSection a:hover { + background-color: 696969; +} /* General Elements ----------------------------------------------------- */