diff options
Diffstat (limited to 'templates/show_mpdpl.inc')
-rw-r--r-- | templates/show_mpdpl.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/show_mpdpl.inc b/templates/show_mpdpl.inc index a8bdac20..8a2e3f09 100644 --- a/templates/show_mpdpl.inc +++ b/templates/show_mpdpl.inc @@ -99,8 +99,8 @@ $myMpd = init_mpd(); echo "<tr class=\"".flip_class()."\">"; if ($id==$myMpd->current_track_id) { - $tdstyle = "style='padding: 0px 2px 0px 2px; font-weight: bold;' class='error'"; - $linkstyle = "class='error'"; + $tdstyle = "style='padding: 0px 2px 0px 2px; font-weight: bold;' class='npsong'"; + $linkstyle = "class='npsong'"; } else { $tdstyle = $minpad; |