From 2d55f97a55c3fe603dffaa4833dc0c0d0ea7b07d Mon Sep 17 00:00:00 2001 From: Kevin Glowacz Date: Tue, 10 Nov 2009 05:43:05 +0000 Subject: [PATCH] (trunk web) style the turtle button for :active states too --- web/stylesheets/common.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/web/stylesheets/common.css b/web/stylesheets/common.css index 92e0d04a4..0ed91cedc 100644 --- a/web/stylesheets/common.css +++ b/web/stylesheets/common.css @@ -749,11 +749,18 @@ div.torrent_footer div#turtle_button { } .turtleEnabled { + background: transparent url('../images/graphics/chrome.png') left -119px no-repeat; +} +.turtleEnabled:active { background: transparent url('../images/graphics/chrome.png') -32px -119px no-repeat; } .turtleDisabled { background: transparent url('../images/graphics/chrome.png') left -97px no-repeat; } +.turtleDisabled:active { + background: transparent url('../images/graphics/chrome.png') -32px -97px no-repeat; +} + /*-------------------------------------- *