Browse Source

Add updated loading-small.png (and corresponding Retina) asset

Jonas Jenwald 11 years ago
parent
commit
902b72ba50
  1. BIN
      web/images/loading-small.png
  2. BIN
      web/images/loading-small@2x.png
  3. 6
      web/viewer.css

BIN
web/images/loading-small.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.5 KiB

After

Width:  |  Height:  |  Size: 7.2 KiB

BIN
web/images/loading-small@2x.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

6
web/viewer.css

@ -1534,6 +1534,12 @@ html[dir='rtl'] #documentPropertiesOverlay .row > * {
left: 186px; left: 186px;
} }
.toolbarField.pageNumber.visiblePageIsLoading,
#findInput[data-status="pending"] {
background-image: url(images/loading-small@2x.png);
background-size: 16px 17px;
}
.dropdownToolbarButton { .dropdownToolbarButton {
background: url(images/toolbarButton-menuArrows@2x.png) no-repeat; background: url(images/toolbarButton-menuArrows@2x.png) no-repeat;
background-size: 7px 16px; background-size: 7px 16px;

Loading…
Cancel
Save