From e440799893e51d06d9b149af2db11bf0b371464c Mon Sep 17 00:00:00 2001 From: James Campos Date: Thu, 1 Sep 2011 01:39:25 -0700 Subject: [PATCH] css --- 4chan_x.user.js | 5 +---- script.coffee | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 64007c6aa..ff01a9cd1 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3047,12 +3047,9 @@ .error {\ color: red;\ }\ - #error {\ + #qr .error:not([href]) {\ cursor: default;\ }\ - #error[href] {\ - cursor: pointer;\ - }\ td.replyhider {\ vertical-align: top;\ }\ diff --git a/script.coffee b/script.coffee index 0189ee23f..8b09bbd45 100644 --- a/script.coffee +++ b/script.coffee @@ -2419,12 +2419,9 @@ main = .error { color: red; } - #error { + #qr .error:not([href]) { cursor: default; } - #error[href] { - cursor: pointer; - } td.replyhider { vertical-align: top; }