1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 01:03:01 +00:00

(trunk web) when mousing over the turtle or compact buttons, turn the cursor into a pointer.

This commit is contained in:
Jordan Lee 2011-08-28 04:12:31 +00:00
parent a9204d3980
commit c639211f66

View file

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