From 2c504120b88cdc4458fdc8d486145fc0274a30e9 Mon Sep 17 00:00:00 2001 From: vyv03354 Date: Tue, 30 Apr 2013 20:24:01 +0900 Subject: [PATCH] Fixes the unprefixed gradient declaration --- web/viewer.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/viewer.css b/web/viewer.css index 804cafb3e..da0896418 100644 --- a/web/viewer.css +++ b/web/viewer.css @@ -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;