diff --git a/src/General/css/style.css b/src/General/css/style.css index 64ee112fd..c8fd01163 100755 --- a/src/General/css/style.css +++ b/src/General/css/style.css @@ -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, diff --git a/src/General/css/tomorrow.css b/src/General/css/tomorrow.css index c08bc33a8..9a38c4022 100755 --- a/src/General/css/tomorrow.css +++ b/src/General/css/tomorrow.css @@ -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); }