WEBUI: Cosmetic change icon
-DVR changed icon download http://www.softicons.com/business-icons/flatastic-icons-part-4-by-custom-icon-design/download-icon -upcoming/current rec changed icon http://www.softicons.com/system-icons/oxygen-icons-by-oxygen/actions-view-calendar-upcoming-days-icon -changed icon Abort for round style http://www.softicons.com/toolbar-icons/flatastic-icons-part-1-by-custom-icon-design/delete-circle-icon
This commit is contained in:
parent
36a60f8f9e
commit
56b0012f4a
5 changed files with 11 additions and 3 deletions
|
@ -129,7 +129,7 @@ tvheadend.dvr_upcoming = function(panel, index) {
|
|||
builder: function() {
|
||||
return new Ext.Toolbar.Button({
|
||||
tooltip: 'Abort the selected recording',
|
||||
iconCls: 'cancel',
|
||||
iconCls: 'abort',
|
||||
text: 'Abort',
|
||||
disabled: true
|
||||
});
|
||||
|
@ -220,7 +220,7 @@ tvheadend.dvr_finished = function(panel, index) {
|
|||
builder: function() {
|
||||
return new Ext.Toolbar.Button({
|
||||
tooltip: 'Download the selected recording',
|
||||
iconCls: 'save',
|
||||
iconCls: 'download',
|
||||
text: 'Download',
|
||||
disabled: true
|
||||
});
|
||||
|
@ -302,7 +302,7 @@ tvheadend.dvr_failed = function(panel, index) {
|
|||
builder: function() {
|
||||
return new Ext.Toolbar.Button({
|
||||
tooltip: 'Download the selected recording',
|
||||
iconCls: 'save',
|
||||
iconCls: 'download',
|
||||
text: 'Download',
|
||||
disabled: true
|
||||
});
|
||||
|
|
|
@ -482,6 +482,14 @@
|
|||
background-image: url(../icons/time_schedules.png) !important;
|
||||
}
|
||||
|
||||
.download{
|
||||
background-image: url(../icons/download.png) !important;
|
||||
}
|
||||
|
||||
.abort{
|
||||
background-image: url(../icons/abort.png) !important;
|
||||
}
|
||||
|
||||
.x-linked {
|
||||
display: inline-block;
|
||||
background-image: url(../icons/linked.gif) !important;
|
||||
|
|
BIN
src/webui/static/icons/abort.png
Normal file
BIN
src/webui/static/icons/abort.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 778 B |
BIN
src/webui/static/icons/download.png
Normal file
BIN
src/webui/static/icons/download.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 547 B |
Binary file not shown.
Before Width: | Height: | Size: 762 B After Width: | Height: | Size: 675 B |
Loading…
Add table
Reference in a new issue