Moved colors for CurrentSection in navigation to stylesheet rather than navigation stylesheet.

svn: r14592
This commit is contained in:
Rob G. Healey 2010-03-03 06:59:33 +00:00
parent acb8e6384a
commit 5f64246564

View File

@ -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
----------------------------------------------------- */