From 6a159877f9f5c6a8f0eb8e3e192750cde3110441 Mon Sep 17 00:00:00 2001 From: Pasi Eronen Date: Thu, 14 Jan 2010 22:11:44 +0000 Subject: [PATCH] Clean left-navbar colors a bit - Legacy-Id: 1936 --- static/css/base2.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/static/css/base2.css b/static/css/base2.css index a5ee16f81..87d6e87d9 100644 --- a/static/css/base2.css +++ b/static/css/base2.css @@ -63,11 +63,10 @@ body { margin: 0; } .leftmenu ul li.sect a { padding: 2px 2px 2px 2px; } .leftmenu ul li.sect { font-weight:bold; color:#fff; background:#2647A0; margin-top:2px; text-indent:2px; padding: 2px 0;} .leftmenu ul li.first { margin-top: 0px; } -.leftmenu ul li a:hover { color:#fff; background: #e60; } .leftmenu ul li.sect a { color:#fff; } - +.leftmenu a, .leftmenu a:visited { color: #000000; } +.leftmenu > ul > li > a:hover { background-color: #b3d4ff; } .leftmenu .yuimenuitemlabel { font-size: 12px; padding: 0 10px; } -.leftmenu a.yuimenuitemlabel { color:#0000ee; /*text-decoration: underline;*/ } .leftmenu #wgs .bd { background-color: #ecf5fa; } .leftmenu #wgs > .bd { border: 0;}