diff --git a/style.css b/style.css index 1ed0687e..7447d74e 100644 --- a/style.css +++ b/style.css @@ -74,7 +74,7 @@ top: -3px; } .loading{ - background:url(images/spinner.gif); + background:url(/images/spinner.gif); position:relative; top:1px; } @@ -82,14 +82,14 @@ color:rgba(222, 41, 41, 0.81); } .refresh-icon{ - background:url(images/panel_refresh.png) no-repeat; + background:url(/images/panel_refresh.png) no-repeat; } .refresh-icon:active{ /*background-position-y: -15px;*/ - background:url(images/panel_refresh.png) 0 -15px no-repeat; + background:url(/images/panel_refresh.png) 0 -15px no-repeat; } .clear-cache{ - background:url(images/console_clear.png) -4px -4px no-repeat; + background:url(/images/console_clear.png) -4px -4px no-repeat; margin-right: 6px; margin-left: 7px; }