Highlight your OPs / OPs quoting you.

This commit is contained in:
ccd0 2015-02-21 18:58:52 -08:00
parent b133e46123
commit 93c69744fe
2 changed files with 5 additions and 1 deletions

View File

@ -1039,7 +1039,9 @@ input[name="Default Volume"] {
.filter-highlight > div.sideArrows {
color: rgba(221, 0, 0, .7);
}
.opContainer.filter-highlight {
:root.highlight-own .yourPost.opContainer,
:root.highlight-you .quotesYou.opContainer,
.filter-highlight.opContainer {
box-shadow: inset 5px 0 rgba(221, 0, 0, .7);
}
.catalog-thread.watched .catalog-thumb,

View File

@ -64,6 +64,8 @@
:root.tomorrow .filter-highlight > div.sideArrows {
color: rgba(129, 162, 190, .9);
}
:root.tomorrow.highlight-own .yourPost.opContainer,
:root.tomorrow.highlight-you .quotesYou.opContainer,
:root.tomorrow .opContainer.filter-highlight {
box-shadow: inset 5px 0 rgba(129, 162, 190, .9);
}