1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #3176 from vyv03354/gradient

Fixes the unprefixed gradient declaration
This commit is contained in:
Yury Delendik 2013-04-30 05:27:17 -07:00
commit 29466c88c7

View file

@ -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;