-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
builder: function() {
return new Ext.Toolbar.Button({
tooltip: 'Abort the selected recording',
- iconCls: 'cancel',
+ iconCls: 'abort',
text: 'Abort',
disabled: true
});
builder: function() {
return new Ext.Toolbar.Button({
tooltip: 'Download the selected recording',
- iconCls: 'save',
+ iconCls: 'download',
text: 'Download',
disabled: true
});
builder: function() {
return new Ext.Toolbar.Button({
tooltip: 'Download the selected recording',
- iconCls: 'save',
+ iconCls: 'download',
text: 'Download',
disabled: true
});
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;