From: Jordan Lee Date: Sun, 28 Aug 2011 04:12:31 +0000 (+0000) Subject: (trunk web) when mousing over the turtle or compact buttons, turn the cursor into... X-Git-Tag: 2.40b1~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c639211f6665bf98ac757b8549dc785ca1302bec;p=transmission (trunk web) when mousing over the turtle or compact buttons, turn the cursor into a pointer. --- diff --git a/web/stylesheets/common.css b/web/stylesheets/common.css index 9c4eaa80d..c8d972da1 100644 --- a/web/stylesheets/common.css +++ b/web/stylesheets/common.css @@ -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; }