From 57f1214594d9c72bcd3092f81d031d2f29d8d246 Mon Sep 17 00:00:00 2001 From: ccd0 Date: Tue, 27 Sep 2016 02:09:11 -0700 Subject: [PATCH] Also fix highlighting problem in Tomorrow catalog. --- src/css/tomorrow.css | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/css/tomorrow.css b/src/css/tomorrow.css index 9448f5f6f..f80915324 100644 --- a/src/css/tomorrow.css +++ b/src/css/tomorrow.css @@ -63,21 +63,21 @@ :root.tomorrow .qphl { outline: 2px solid rgba(145, 182, 214, .8); } -:root.tomorrow.highlight-you .quotesYou.opContainer, -:root.tomorrow.highlight-you .quotesYou > .reply { +:root.tomorrow.highlight-you .quotesYou:not(.catalog-postContainer).opContainer, +:root.tomorrow.highlight-you .quotesYou:not(.catalog-postContainer) > .reply { border-left: 3px solid rgba(145, 182, 214, .8); } -:root.tomorrow.highlight-own .yourPost.opContainer, -:root.tomorrow.highlight-own .yourPost > .reply { +:root.tomorrow.highlight-own .yourPost:not(.catalog-postContainer).opContainer, +:root.tomorrow.highlight-own .yourPost:not(.catalog-postContainer) > .reply { border-left: 3px dashed rgba(145, 182, 214, .8); } -:root.tomorrow .opContainer.filter-highlight, -:root.tomorrow .filter-highlight > .reply { +:root.tomorrow .opContainer.filter-highlight:not(.catalog-postContainer), +:root.tomorrow .filter-highlight:not(.catalog-postContainer) > .reply { box-shadow: inset 5px 0 rgba(145, 182, 214, .5); } -:root.tomorrow.highlight-own .yourPost > div.sideArrows, -:root.tomorrow.highlight-you .quotesYou > div.sideArrows, -:root.tomorrow .filter-highlight > div.sideArrows { +:root.tomorrow.highlight-own .yourPost:not(.catalog-postContainer) > div.sideArrows, +:root.tomorrow.highlight-you .quotesYou:not(.catalog-postContainer) > div.sideArrows, +:root.tomorrow .filter-highlight:not(.catalog-postContainer) > div.sideArrows { color: rgb(155, 185, 210); } :root.tomorrow .catalog-thread.filter-highlight .catalog-thumb,