diff --git a/src/webui/static/app/ext.css b/src/webui/static/app/ext.css index 3a1bbb86..045e5ad5 100644 --- a/src/webui/static/app/ext.css +++ b/src/webui/static/app/ext.css @@ -259,7 +259,7 @@ } .clock { - background-image: url(../icons/clock.png) !important; + background-image: url(../icons/schedule.png) !important; } .exclamation { @@ -466,6 +466,10 @@ background-image: url(../icons/broadcast_details.png) !important; } +.time_schedules{ + background-image: url(../icons/time_schedules.png) !important; +} + .x-linked { display: inline-block; background-image: url(../icons/linked.gif) !important; diff --git a/src/webui/static/icons/schedule.png b/src/webui/static/icons/schedule.png new file mode 100644 index 00000000..96644b11 Binary files /dev/null and b/src/webui/static/icons/schedule.png differ diff --git a/src/webui/static/icons/time_schedules.png b/src/webui/static/icons/time_schedules.png new file mode 100644 index 00000000..037b5e1f Binary files /dev/null and b/src/webui/static/icons/time_schedules.png differ