diff --git a/airtime_mvc/public/css/radio-page/img/podcast.png b/airtime_mvc/public/css/radio-page/img/podcast.png new file mode 100644 index 000000000..3ed3f3d92 Binary files /dev/null and b/airtime_mvc/public/css/radio-page/img/podcast.png differ diff --git a/airtime_mvc/public/css/radio-page/img/rss.png b/airtime_mvc/public/css/radio-page/img/rss.png new file mode 100644 index 000000000..52a7f6198 Binary files /dev/null and b/airtime_mvc/public/css/radio-page/img/rss.png differ diff --git a/airtime_mvc/public/css/radio-page/premium_player.css b/airtime_mvc/public/css/radio-page/premium_player.css index 3e851c5f4..77c29bf01 100644 --- a/airtime_mvc/public/css/radio-page/premium_player.css +++ b/airtime_mvc/public/css/radio-page/premium_player.css @@ -71,6 +71,14 @@ body { float: right; } +.bottom_bar .station_rss_btn { + background: url('img/podcast.png') no-repeat center 0px; +} + +.bottom_bar .station_rss_btn.current { + background: url('img/podcast.png') no-repeat center -51px; +} + .bottom_bar .schedule_btn { background: url('img/schedule.png') no-repeat center 0px; }