From 8af5fd8a1379e5178eea8d501f8b693cf7a20ada Mon Sep 17 00:00:00 2001 From: itismadness Date: Sat, 14 Aug 2021 12:08:39 +0000 Subject: [PATCH] Fix forum post background when using apollostage or variant --- sass/apollostage/_base.scss | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/sass/apollostage/_base.scss b/sass/apollostage/_base.scss index 2d83324d8..fb4e84395 100644 --- a/sass/apollostage/_base.scss +++ b/sass/apollostage/_base.scss @@ -884,7 +884,7 @@ div#flip_view_1 div#similar-artist .name { background: rgba(60, 60, 60, 0.7); color: $base-text-color; margin: 0; - padding: 0 5px; + padding: 0 5px; } #covers img { @@ -1574,13 +1574,19 @@ span[style*='color: blue'] { .torrentdetails, .wrap_overflow, blockquote { - background-color: $input-background-color; -webkit-hyphens: unset; -ms-hyphens: unset; hyphens: unset; word-wrap: unset; } +.filelist_table td, +.reportinfo_table, +.torrentdetails, +blockquote { + background-color: $input-background-color; +} + #bookmarks #torrent_table tr:not(.colhead):not(.colhead_dark) td:nth-child(2) { border-top: 1px solid transparent; height: 100%;