mirror of
https://github.com/transmission/transmission
synced 2024-12-24 08:43:27 +00:00
(trunk web) when mousing over the turtle or compact buttons, turn the cursor into a pointer.
This commit is contained in:
parent
a9204d3980
commit
c639211f66
1 changed files with 2 additions and 0 deletions
|
@ -937,6 +937,7 @@ div.torrent_footer div#turtle_button {
|
|||
width: 32px !important;
|
||||
margin: 0 0 0 38px;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
@ -962,6 +963,7 @@ div.torrent_footer #compact-button {
|
|||
float: left;
|
||||
margin-left: 38px;
|
||||
position: relative;
|
||||
cursor: pointer;
|
||||
-moz-user-select: none;
|
||||
-webkit-user-select: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue