From 1fedb9e29437da1ce48c6e1836002c1f91749c3e Mon Sep 17 00:00:00 2001 From: Viljami S Date: Tue, 20 Dec 2011 18:30:36 +0200 Subject: [PATCH] remove the a:active opacity change. Makes the pagination look odd in touchscreen --- example/styles.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/example/styles.css b/example/styles.css index 2834f16..6921ccb 100644 --- a/example/styles.css +++ b/example/styles.css @@ -55,10 +55,6 @@ a { color: #fff; } -a:active { - opacity: .7; - } - .anotherslideshow_tabs { font-size: 18px; margin: 0 auto 50px;