From c639211f6665bf98ac757b8549dc785ca1302bec Mon Sep 17 00:00:00 2001 From: Jordan Lee Date: Sun, 28 Aug 2011 04:12:31 +0000 Subject: [PATCH] (trunk web) when mousing over the turtle or compact buttons, turn the cursor into a pointer. --- web/stylesheets/common.css | 2 ++ 1 file changed, 2 insertions(+) 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; }