diff --git a/4chan_x.user.js b/4chan_x.user.js index c0aeadbb4..90d4d74ca 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3215,7 +3215,7 @@ .move {\ cursor: move;\ }\ - label, a, .favicon, #qr img {\ + label, .favicon, #qr img {\ cursor: pointer;\ }\ a[href="javascript:;"] {\ diff --git a/script.coffee b/script.coffee index c36dd2857..1d0cec1d8 100644 --- a/script.coffee +++ b/script.coffee @@ -2572,7 +2572,7 @@ Main = .move { cursor: move; } - label, a, .favicon, #qr img { + label, .favicon, #qr_form > div > img { cursor: pointer; } a[href="javascript:;"] {