From 3125cfdd4780f4278bb948dfac3ed61cad6552b4 Mon Sep 17 00:00:00 2001 From: No Face Date: Tue, 6 Mar 2012 16:41:37 +0100 Subject: [PATCH] Orange. --- 4chan_x.user.js | 6 +++--- script.coffee | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/4chan_x.user.js b/4chan_x.user.js index 3bf59091c..7fba70f22 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -4214,9 +4214,6 @@ a[href="javascript:;"] {\ color: #000;\ outline: none;\ }\ -.forwardlink {\ - color: #34345C;\ -}\ textarea.field {\ min-height: 120px;\ }\ @@ -4408,6 +4405,9 @@ td > .filesize > img[md5] {\ .filtered {\ text-decoration: line-through;\ }\ +.quotelink.forwardlink {\ + color: #ef5411;\ +}\ ' }; diff --git a/script.coffee b/script.coffee index 0c058b70b..d789f4fcf 100644 --- a/script.coffee +++ b/script.coffee @@ -3526,9 +3526,6 @@ a[href="javascript:;"] { color: #000; outline: none; } -.forwardlink { - color: #34345C; -} textarea.field { min-height: 120px; } @@ -3720,6 +3717,9 @@ td > .filesize > img[md5] { .filtered { text-decoration: line-through; } +.quotelink.forwardlink { + color: #ef5411; +} ' Main.init()