From e4b1bc88a1e0fc88a8769860a32ccd342e278fb1 Mon Sep 17 00:00:00 2001 From: RaNaN Date: Mon, 1 Mar 2010 19:47:27 +0100 Subject: webif. icons, storage.to fix --- module/web/media/default/css/default.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'module/web/media/default/css/default.css') 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; } -- cgit v1.2.3