diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-06 05:20:20 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2006-10-06 05:20:20 +0000 |
commit | 5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53 (patch) | |
tree | b5db199932626249c38d81503fabf5f4afb38caf /themes/greyblock | |
parent | b517599736c381ab9d59d6b5a73aec67a6eaffb6 (diff) | |
download | ampache-5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53.tar.gz ampache-5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53.tar.bz2 ampache-5700fc0c023d1bbf2fc8eb8db2cb4078d64e7e53.zip |
fixed css issue, now playing issue and improved mpd controller a tiny bit
Diffstat (limited to 'themes/greyblock')
-rw-r--r-- | themes/greyblock/templates/default.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/themes/greyblock/templates/default.css b/themes/greyblock/templates/default.css index 1c12a00f..fbdf3399 100644 --- a/themes/greyblock/templates/default.css +++ b/themes/greyblock/templates/default.css @@ -242,10 +242,6 @@ position: absolute; } -#sidebar li:active { - z-index:0; -} - #sidebar li:hover ul, #sidebar li.sfhover ul { left: auto; } |