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:
parent
fe8743be5c
commit
2d55f97a55
1 changed files with 7 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
||||
/*--------------------------------------
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue