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%;