1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-13 09:54:44 +00:00

(trunk web) style the turtle button for :active states too

This commit is contained in:
Kevin Glowacz 2009-11-10 05:43:05 +00:00
parent fe8743be5c
commit 2d55f97a55

View file

@ -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;
}
/*--------------------------------------
*