From df8e057ec42317e3e78bafa25cd57fa2ff3b656d Mon Sep 17 00:00:00 2001 From: Viljami S Date: Sun, 1 Jan 2012 14:27:36 +0200 Subject: [PATCH] Remove the opacity change from :active --- example/styles.css | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/example/styles.css b/example/styles.css index 2649160..5dc5638 100644 --- a/example/styles.css +++ b/example/styles.css @@ -55,14 +55,6 @@ a { color: #fff; } -a:hover { - border-bottom: 1px solid #666; - } - -a:active { - opacity: .7; - } - .anotherslideshow_tabs { font-size: 18px; margin: 0 auto 50px; @@ -79,7 +71,6 @@ a:active { .anotherslideshow_tabs li { display: inline; - margin-left: 15px; } .anotherslideshow_tabs li:first-child { @@ -87,11 +78,14 @@ a:active { } .anotherslideshow_tabs a { + -webkit-tap-highlight-color: rgba(0,0,0,.01); + padding: 8px 20px; color: #666; } .anotherslideshow_tabs .anotherslideshow_here a { color: #fff; + background: rgba(255,255,255,.1); font-weight: bold; }