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;', "
");
+ qr.el = ui.dialog('qr', 'top:0;right:0;', "");
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;
}