diff --git a/web/pdf_viewer.css b/web/pdf_viewer.css index 4cecb6bf5..56322b72a 100644 --- a/web/pdf_viewer.css +++ b/web/pdf_viewer.css @@ -177,7 +177,7 @@ content: ""; width: 100%; height: 100%; - background: url("pdf_viewer/web/images/loading-icon.gif") center no-repeat; + background: url("images/loading-icon.gif") center no-repeat; display: none; /* Using a delay with background-image doesn't work, consequently we use the display. */