From 4985dfacf392f161a20f23da658f7f6172805525 Mon Sep 17 00:00:00 2001 From: Guillaume Martigny Date: Wed, 3 Feb 2016 17:32:32 +0100 Subject: [PATCH] put background-position-x and -y together for compatibility resize a bit to align with container Signed-off-by:Guillaume Martigny --- src/css/frames-list.css | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/css/frames-list.css b/src/css/frames-list.css index 45d2ecc3..30750e9e 100644 --- a/src/css/frames-list.css +++ b/src/css/frames-list.css @@ -25,9 +25,9 @@ background-image: linear-gradient(45deg, #1D1D1D 20%, transparent 25%, transparent 75%, #1D1D1D 80%, #1D1D1D), linear-gradient(-45deg, #1D1D1D 20%, transparent 25%, transparent 75%, #1D1D1D 80%, #1D1D1D); - background-size: 29px 45px; + background-size: 30px 40px; background-repeat: repeat-x; - background-position-x: 3px; + background-position: 3px 0; z-index: 10; } @@ -37,8 +37,7 @@ .bottom-overflow { bottom: -20px; - background-position-x: 0; - background-position-y: -23px; + background-position: 3px -20px; } .top-overflow-visible .top-overflow {