mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 15:18:08 +02:00
Fixes the unprefixed gradient declaration
This commit is contained in:
parent
b52274d2eb
commit
2c504120b8
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ html[dir='rtl'] #sidebarContent {
|
|||
height: 100%;
|
||||
width: 50px;
|
||||
|
||||
background-image: linear-gradient(left, #999 0%, #fff 50%, #999 100%);
|
||||
background-image: linear-gradient(to right, #999 0%, #fff 50%, #999 100%);
|
||||
background-size: 100% 100% no-repeat;
|
||||
|
||||
-moz-animation: progressIndeterminate 2s linear infinite;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue