From ffdde1e63bd74eb69896f057231f869844c92518 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Tue, 17 Jan 2012 06:47:58 +0100 Subject: [PATCH] Pointer cursor on close button. Brighter red for remove buttons. --- 4chan_x.user.js | 2 +- script.coffee | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 556dc1129..4669db24e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -1386,7 +1386,7 @@ } }); qr.mimeTypes = mimeTypes.split(', '); - qr.el = ui.dialog('qr', 'top:0;right:0;', "
Quick Reply " + (g.REPLY ? '' : threads) + " x
    +
"); + qr.el = ui.dialog('qr', 'top:0;right:0;', "
Quick Reply " + (g.REPLY ? '' : threads) + " x
    +
"); if (!g.REPLY) { $.on($('select', qr.el), 'mousedown', function(e) { return e.stopPropagation(); diff --git a/script.coffee b/script.coffee index eb9488b9c..dced6506c 100644 --- a/script.coffee +++ b/script.coffee @@ -1044,7 +1044,7 @@ qr = #qr > .move > span { float: right; } -#autohide, #qr select, #dump, .captcha { +#autohide, .close, #qr select, #dump, .captcha { cursor: pointer; } #qr select, @@ -1115,7 +1115,7 @@ qr = opacity: 1; } .remove { - color: #C00; + color: #E00; font-weight: 700; padding: 3px; }