Also fix highlighting problem in Tomorrow catalog.

This commit is contained in:
ccd0 2016-09-27 02:09:11 -07:00
parent 7bac1ae486
commit 57f1214594

View File

@ -63,21 +63,21 @@
:root.tomorrow .qphl { :root.tomorrow .qphl {
outline: 2px solid rgba(145, 182, 214, .8); outline: 2px solid rgba(145, 182, 214, .8);
} }
:root.tomorrow.highlight-you .quotesYou.opContainer, :root.tomorrow.highlight-you .quotesYou:not(.catalog-postContainer).opContainer,
:root.tomorrow.highlight-you .quotesYou > .reply { :root.tomorrow.highlight-you .quotesYou:not(.catalog-postContainer) > .reply {
border-left: 3px solid rgba(145, 182, 214, .8); border-left: 3px solid rgba(145, 182, 214, .8);
} }
:root.tomorrow.highlight-own .yourPost.opContainer, :root.tomorrow.highlight-own .yourPost:not(.catalog-postContainer).opContainer,
:root.tomorrow.highlight-own .yourPost > .reply { :root.tomorrow.highlight-own .yourPost:not(.catalog-postContainer) > .reply {
border-left: 3px dashed rgba(145, 182, 214, .8); border-left: 3px dashed rgba(145, 182, 214, .8);
} }
:root.tomorrow .opContainer.filter-highlight, :root.tomorrow .opContainer.filter-highlight:not(.catalog-postContainer),
:root.tomorrow .filter-highlight > .reply { :root.tomorrow .filter-highlight:not(.catalog-postContainer) > .reply {
box-shadow: inset 5px 0 rgba(145, 182, 214, .5); box-shadow: inset 5px 0 rgba(145, 182, 214, .5);
} }
:root.tomorrow.highlight-own .yourPost > div.sideArrows, :root.tomorrow.highlight-own .yourPost:not(.catalog-postContainer) > div.sideArrows,
:root.tomorrow.highlight-you .quotesYou > div.sideArrows, :root.tomorrow.highlight-you .quotesYou:not(.catalog-postContainer) > div.sideArrows,
:root.tomorrow .filter-highlight > div.sideArrows { :root.tomorrow .filter-highlight:not(.catalog-postContainer) > div.sideArrows {
color: rgb(155, 185, 210); color: rgb(155, 185, 210);
} }
:root.tomorrow .catalog-thread.filter-highlight .catalog-thumb, :root.tomorrow .catalog-thread.filter-highlight .catalog-thumb,