summaryrefslogtreecommitdiffstats
path: root/module/web/media
diff options
context:
space:
mode:
Diffstat (limited to 'module/web/media')
-rw-r--r--module/web/media/default/css/default.css5
-rw-r--r--module/web/media/default/img/reconnect.pngbin0 -> 755 bytes
2 files changed, 4 insertions, 1 deletions
diff --git a/module/web/media/default/css/default.css b/module/web/media/default/css/default.css
index 986e9a4bc..24bb9febf 100644
--- a/module/web/media/default/css/default.css
+++ b/module/web/media/default/css/default.css
@@ -968,7 +968,7 @@ a.urlextern {
background:transparent url(/media/default/img/external-10.2.png) no-repeat scroll right center;
padding:0 13px 0 0;
}
-a[href^="http://www.pyload.org"]:after, a.noextlink:after {
+a[href="http://www.pyload.org"]:after, a.noextlink:after {
background:none;
padding:0;
}
@@ -1008,6 +1008,9 @@ a.play {
a.time {
background:transparent url(/media/default/img/status_None.png) 0px 1px no-repeat;
}
+a.reconnect {
+ background:transparent url(/media/default/img/reconnect.png) 0px 1px no-repeat;
+}
a.play:hover {
background:transparent url(/media/default/img/control_play_blue.png) 0px 1px no-repeat;
}
diff --git a/module/web/media/default/img/reconnect.png b/module/web/media/default/img/reconnect.png
new file mode 100644
index 000000000..49b269145
--- /dev/null
+++ b/module/web/media/default/img/reconnect.png
Binary files differ