summaryrefslogtreecommitdiffstats
path: root/themes
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-30 08:29:23 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-12-30 08:29:23 +0000
commit4e716204e84fc7546372bdae79121e47b92412bc (patch)
tree2f1ff4913d6363111cea36b7dbaf0d2f8266a3b9 /themes
parent5975361e038e17e5f91fd69da4f5df2d3e5af259 (diff)
downloadampache-4e716204e84fc7546372bdae79121e47b92412bc.tar.gz
ampache-4e716204e84fc7546372bdae79121e47b92412bc.tar.bz2
ampache-4e716204e84fc7546372bdae79121e47b92412bc.zip
fixed localplay index problem after track delete, fixed lack of high-light of current playing song, fixed problem were second localplay send would kill session of any existing items
Diffstat (limited to 'themes')
-rw-r--r--themes/classic/templates/default.css5
-rw-r--r--themes/greysme/templates/default.css4
2 files changed, 9 insertions, 0 deletions
diff --git a/themes/classic/templates/default.css b/themes/classic/templates/default.css
index 52b62de1..e81a94f5 100644
--- a/themes/classic/templates/default.css
+++ b/themes/classic/templates/default.css
@@ -638,6 +638,11 @@ img.shoutboximage {
text-align: center; /*for compatibility, may be controlled by themers now*/
}
+td.lp_current a {
+ font-weight:bold;
+ text-decoration:none;
+}
+
/************************************************/
/* Styles for Login template */
/************************************************/
diff --git a/themes/greysme/templates/default.css b/themes/greysme/templates/default.css
index 7802e9ac..204c3dde 100644
--- a/themes/greysme/templates/default.css
+++ b/themes/greysme/templates/default.css
@@ -694,6 +694,10 @@ img.shoutboximage {
text-align: center; /*for compatibility, may be controlled by themers now*/
}
+td.lp_current a {
+ font-weight:bold;
+ text-decoration:none;
+}
/************************************************/
/* Styles for Login template */