Upstream version 5.34.104.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / ntp_android / mostvisited_tablet.css
index 7065604..5702227 100644 (file)
@@ -73,12 +73,10 @@ body[device='tablet'] #most_visited_list .thumbnail {
 }
 
 body[device='tablet'] #most_visited_list .inner-border {
-  background: -webkit-gradient(
-    linear,
-    left top,
-    left bottom,
-    from(rgba(0, 0, 0, 0)),
-    to(rgba(0, 0, 0, 0.05)));
+  background: linear-gradient(
+    to bottom,
+    rgba(0, 0, 0, 0),
+    rgba(0, 0, 0, 0.05));
   border: 1px solid rgba(255, 255, 255, 0.8);
   height: 158px;
   left: 0;