From 796c2692d0cfa4641e0c47700371c24a01412ed1 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 9 Aug 2007 06:17:37 +0000 Subject: fixed lower paging horn, tweaked css for page-a-nation, added paging to playlists, genres and radio strations, added detection of purchase urls to find missing tracks on albums --- themes/classic/templates/default.css | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) (limited to 'themes/classic') diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index bb977f68..8d8142a6 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -504,12 +504,28 @@ span.five-stars:hover { width: 80px; } /* List Header Styles */ /************************************************/ .list-header { - text-decoration: none; + background:#ffffff; +} +table.list-header { + margin:3px; +} +span.list-header { cursor:pointer; + text-decoration: none; + font-size: 0.8em; + padding:0px 4px 0px 4px; + border: 1px solid #000; } -.list-header:hover { - color:#071fd4; +span.list-header-selected { + text-decoration: none; + font-size: 0.8em; + padding:0px 4px 0px 4px; + border: 1px solid #000; + background: #e0e0e0; } +span.list-header:hover { + background: #d0d0d0; +} /************************************************/ -- cgit