Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI: Fix icon for current recording
Fix icon for current recording because was the same as recording tab.
  • Loading branch information
pepsonEL authored and perexg committed Oct 20, 2014
1 parent bd6e5ed commit 60082ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/webui/static/app/ext.css
Expand Up @@ -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{
Expand Down
2 changes: 1 addition & 1 deletion src/webui/static/app/tvheadend.js
Expand Up @@ -386,7 +386,7 @@ function accessUpdate(o) {
activeTab: 0,
autoScroll: true,
title: 'Recording',
iconCls: 'recording',
iconCls: 'recordingtab',
items: []
});
tvheadend.dvr_settings(tsdvr);
Expand Down
File renamed without changes

0 comments on commit 60082ed

Please sign in to comment.