WEBUI: Fix icon for current recording

Fix icon for current recording because was the same as recording tab.
This commit is contained in:
Piotr Kuchciak 2014-10-19 19:22:20 +02:00 committed by Jaroslav Kysela
parent bd6e5ed7cb
commit 60082edc21
3 changed files with 3 additions and 3 deletions

View file

@ -422,8 +422,8 @@
background-image: url(../icons/dvrprofiles.png) !important;
}
.recording{
background-image: url(../icons/recording.png) !important;
.recordingtab{
background-image: url(../icons/recordingtab.png) !important;
}
.timeshift{

View file

@ -386,7 +386,7 @@ function accessUpdate(o) {
activeTab: 0,
autoScroll: true,
title: 'Recording',
iconCls: 'recording',
iconCls: 'recordingtab',
items: []
});
tvheadend.dvr_settings(tsdvr);

View file

Before

Width:  |  Height:  |  Size: 843 B

After

Width:  |  Height:  |  Size: 843 B