diff --git a/4chan_x.js b/4chan_x.js index b6324dfdd..46091b379 100644 --- a/4chan_x.js +++ b/4chan_x.js @@ -1887,7 +1887,7 @@ div.dialog > div.move {\ cursor: move;\ }\ - label, a, {\ + label, a {\ cursor: pointer;\ }\ \ diff --git a/script.coffee b/script.coffee index 6890701b4..09c6604ab 100644 --- a/script.coffee +++ b/script.coffee @@ -1500,7 +1500,7 @@ $.addStyle ' div.dialog > div.move { cursor: move; } - label, a, { + label, a { cursor: pointer; }