Browse Source

Merge pull request #3176 from vyv03354/gradient

Fixes the unprefixed gradient declaration
Yury Delendik 12 years ago
parent
commit
29466c88c7
  1. 2
      web/viewer.css

2
web/viewer.css

@ -344,7 +344,7 @@ html[dir='rtl'] #sidebarContent {
height: 100%; height: 100%;
width: 50px; 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; background-size: 100% 100% no-repeat;
-moz-animation: progressIndeterminate 2s linear infinite; -moz-animation: progressIndeterminate 2s linear infinite;

Loading…
Cancel
Save