diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-19 08:50:35 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2007-08-19 08:50:35 +0000 |
commit | bc36b9d282aff16dfc794819919897103c94b9bd (patch) | |
tree | 1d3cec755afbf08a595c4164d47a219b2dfa7ed3 /themes/classic/templates | |
parent | d560bb1c7b7e675ad72af0731df18757bf9d5700 (diff) | |
download | ampache-bc36b9d282aff16dfc794819919897103c94b9bd.tar.gz ampache-bc36b9d282aff16dfc794819919897103c94b9bd.tar.bz2 ampache-bc36b9d282aff16dfc794819919897103c94b9bd.zip |
added some basic random functionality, need to make the advanced page
Diffstat (limited to 'themes/classic/templates')
-rw-r--r-- | themes/classic/templates/default.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css index af2480f2..67dc63ae 100644 --- a/themes/classic/templates/default.css +++ b/themes/classic/templates/default.css @@ -282,11 +282,13 @@ h3#content_title span { } * html #sidebar-page ul.sb3 li{display:inline;} /* fix ie6 */ #sidebar-page .sb3 a{ padding:0.1em;border-bottom:1px dotted #c0c0c0;} +#sidebar-page .sb3 div{ padding:0.1em;border-bottom:1px dotted #c0c0c0; cursor:pointer; } + #sidebar-page a{ display:block; } -#sidebar-page a:hover{ +#sidebar-page a:hover, #sidebar-page div:hover{ background:#99ccff; color:#fff; } @@ -527,7 +529,7 @@ span.list-header:hover { margin:5px 0; padding-left:0px; } -.text-action span { +.text-action div { text-decoration: underline; cursor: pointer; display:block; |