From 5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Fri, 6 Oct 2006 05:20:20 +0000 Subject: fixed css issue, now playing issue and improved mpd controller a tiny bit --- templates/default.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/default.css') diff --git a/templates/default.css b/templates/default.css index cb013347..12506f70 100644 --- a/templates/default.css +++ b/templates/default.css @@ -316,7 +316,7 @@ div#sidebar{ background-color:#DDDDDD; } -#sidebar li:active { +#sidebar li.hover:active { background-color:#CCCCCC; z-index:30; } -- cgit