From eb6a6d947f45f728f0b42071447abba2d02a8642 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien Date: Sun, 4 Sep 2011 06:45:49 +0200 Subject: [PATCH] steal default quote inlining styling from @xat- --- 4chan_x.user.js | 7 +++++++ changelog | 2 ++ script.coffee | 7 +++++++ 3 files changed, 16 insertions(+) diff --git a/4chan_x.user.js b/4chan_x.user.js index f98fc818f..187dfe4a8 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3151,6 +3151,13 @@ .inlined {\ opacity: .5;\ }\ + .inline td.reply {\ + background-color: rgba(252, 252, 252, 0.15);\ + border: 1px solid rgba(128, 128, 128, 0.5);\ + }\ + .filetitle, .replytitle, .postername, .commentpostername, .postertrip {\ + background: none;\ + }\ \ /* Firefox bug: hidden tables are not hidden */\ [hidden] {\ diff --git a/changelog b/changelog index 77197e6f0..95095e226 100644 --- a/changelog +++ b/changelog @@ -1,4 +1,6 @@ master +- mayhem + quote inlining default styling (by xat) 2.19.2 - mayhem diff --git a/script.coffee b/script.coffee index 3f42a768f..c6b63a808 100644 --- a/script.coffee +++ b/script.coffee @@ -2530,6 +2530,13 @@ main = .inlined { opacity: .5; } + .inline td.reply { + background-color: rgba(252, 252, 252, 0.15); + border: 1px solid rgba(128, 128, 128, 0.5); + } + .filetitle, .replytitle, .postername, .commentpostername, .postertrip { + background: none; + } /* Firefox bug: hidden tables are not hidden */ [hidden] {