diff --git a/4chan_x.user.js b/4chan_x.user.js index 90d4d74ca..a6d241ab4 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -2583,7 +2583,7 @@ var el, id, qp, quote, replyID, threadID, _i, _len, _ref, _results; qp = ui.el = $.el('div', { id: 'qp', - className: 'reply' + className: 'reply dialog' }); $.add(d.body, qp); id = this.hash.slice(1); @@ -3215,7 +3215,7 @@ .move {\ cursor: move;\ }\ - label, .favicon, #qr img {\ + label, .favicon, #qr_form > div > img {\ cursor: pointer;\ }\ a[href="javascript:;"] {\ @@ -3401,7 +3401,6 @@ }\ \ #qp {\ - border: 1px solid;\ padding-bottom: 5px;\ }\ .qphl {\ diff --git a/script.coffee b/script.coffee index 1d0cec1d8..d8f96d0e5 100644 --- a/script.coffee +++ b/script.coffee @@ -2036,7 +2036,7 @@ quotePreview = mouseover: (e) -> qp = ui.el = $.el 'div', id: 'qp' - className: 'reply' + className: 'reply dialog' $.add d.body, qp id = @hash[1..] @@ -2758,7 +2758,6 @@ Main = } #qp { - border: 1px solid; padding-bottom: 5px; } .qphl {