Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / ntp_android / bookmarks.css
index 6d0249f..6f61af7 100644 (file)
 }
 
 .overflow-left-mask {
-  background: -webkit-gradient(
-    linear,
-    left center,
-    right center,
-    from(rgba(50,50,50,0.3)),
-    to(rgba(0,0,0,0))
+  background: linear-gradient(
+    to right,
+    rgba(50,50,50,0.3),
+    rgba(0,0,0,0)
   );
   height: 100%;
   left: 0;
 }
 
 .overflow-right-mask {
-  background: -webkit-gradient(
-    linear,
-    left center,
-    right center,
-    from(rgba(0,0,0,0)),
-    to(rgba(50,50,50,0.2))
+  background: linear-gradient(
+    to right,
+    rgba(0,0,0,0),
+    rgba(50,50,50,0.2)
   );
   height: 100%;
   position: absolute;