mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Add updated loading-small.png (and corresponding Retina) asset
This commit is contained in:
parent
b9ef80e167
commit
902b72ba50
3 changed files with 6 additions and 0 deletions
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
Normal file
BIN
web/images/loading-small@2x.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue