diff --git a/4chan_x.user.js b/4chan_x.user.js index 20d1f6938..18001e12e 100644 --- a/4chan_x.user.js +++ b/4chan_x.user.js @@ -3473,6 +3473,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 823119c01..0555a0125 100644 --- a/script.coffee +++ b/script.coffee @@ -2772,6 +2772,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] {