WEBUI: Fix icon for current recording
Fix icon for current recording because was the same as recording tab.
This commit is contained in:
parent
bd6e5ed7cb
commit
60082edc21
3 changed files with 3 additions and 3 deletions
|
@ -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{
|
||||
|
|
|
@ -386,7 +386,7 @@ function accessUpdate(o) {
|
|||
activeTab: 0,
|
||||
autoScroll: true,
|
||||
title: 'Recording',
|
||||
iconCls: 'recording',
|
||||
iconCls: 'recordingtab',
|
||||
items: []
|
||||
});
|
||||
tvheadend.dvr_settings(tsdvr);
|
||||
|
|
Before Width: | Height: | Size: 843 B After Width: | Height: | Size: 843 B |
Loading…
Add table
Reference in a new issue