diff --git a/web/images/loading-small.png b/web/images/loading-small.png index 51848a70f..8831a8058 100644 Binary files a/web/images/loading-small.png and b/web/images/loading-small.png differ diff --git a/web/images/loading-small@2x.png b/web/images/loading-small@2x.png new file mode 100644 index 000000000..b25b4452a Binary files /dev/null and b/web/images/loading-small@2x.png differ diff --git a/web/viewer.css b/web/viewer.css index bf99f3c35..1b353f21e 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -1534,6 +1534,12 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * { left: 186px; } + .toolbarField.pageNumber.visiblePageIsLoading, + #findInput[data-status="pending"] { + background-image: url(images/loading-small@2x.png); + background-size: 16px 17px; + } + .dropdownToolbarButton { background: url(images/toolbarButton-menuArrows@2x.png) no-repeat; background-size: 7px 16px;