Added background color CSS for hover.

--HG--
branch : dev
This commit is contained in:
Jonathan Wall
2011-03-25 16:04:36 -07:00
parent e87511cea1
commit 1dfb696b1b

View File

@@ -9,10 +9,12 @@
#shape-tracing-container a, #shape-tracing-container a:link, #shape-tracing-container a:visited {
color:rgba(0, 94, 153, 0.8);
text-decoration:none;
background-color:transparent;
}
#shape-tracing-container a:hover, #shape-tracing-container a:active, #shape-tracing-container a:focus {
color:rgba(0, 94, 153, 1.0);
text-decoration:none;
background-color:transparent;
}
#shape-tracing-container ul,