switched arrows
authorIan Weller <ian@gaslightmedia.com>
Mon, 1 Aug 2016 19:37:46 +0000 (15:37 -0400)
committerIan Weller <ian@gaslightmedia.com>
Mon, 1 Aug 2016 19:37:46 +0000 (15:37 -0400)
slick/slick/slick-theme.css

index f49545e..99feb72 100644 (file)
@@ -97,7 +97,7 @@
 }
 .slick-prev:before
 {
-    content: url('../../assets/arrow-left-green.png');
+    content: url('../../assets/arrow-left.png');
 }
 [dir='rtl'] .slick-prev:before
 {
 }
 .slick-next:before
 {
-    content: url('../../assets/arrow-right-green.png');
+    content: url('../../assets/arrow-right.png');
 }
 [dir='rtl'] .slick-next:before
 {