Fixed wrong icon path
authorLuzifr <szekely@woltlab.com>
Mon, 5 Sep 2011 13:33:00 +0000 (15:33 +0200)
committerLuzifr <szekely@woltlab.com>
Mon, 5 Sep 2011 13:33:00 +0000 (15:33 +0200)
wcfsetup/install/files/acp/style/testing.css

index d40147df03715f20d49351653e8f3dbdb4d682b9..c93ad3973d223b36f44db918cfebe4456f36b559 100644 (file)
@@ -1624,7 +1624,7 @@ div.wcfDimensions {
 
 div.overlayLoading {
        background-color: #fff;
-       background-image: url("../../images/spinner.svg");
+       background-image: url("../../icon/spinner.svg");
        background-position: center center;
        background-repeat: no-repeat;
 }