Fix highlighting of your posts quoting yourself.

This commit is contained in:
ccd0 2015-02-23 01:33:43 -08:00
parent 8fdfa44a9b
commit 90d3528832
2 changed files with 8 additions and 8 deletions

View File

@ -1029,14 +1029,14 @@ input[name="Default Volume"] {
.qphl {
outline: 2px solid rgba(216, 94, 49, .8);
}
:root.highlight-own .yourPost.opContainer,
:root.highlight-own .yourPost > .reply {
border-left: 3px dashed rgba(221, 0, 0, .8);
}
:root.highlight-you .quotesYou.opContainer,
:root.highlight-you .quotesYou > .reply {
border-left: 3px solid rgba(221, 0, 0, .8);
}
:root.highlight-own .yourPost.opContainer,
:root.highlight-own .yourPost > .reply {
border-left: 3px dashed rgba(221, 0, 0, .8);
}
.filter-highlight.opContainer,
.filter-highlight > .reply {
box-shadow: inset 5px 0 rgba(221, 0, 0, .5);

View File

@ -51,14 +51,14 @@
:root.tomorrow .qphl {
outline: 2px solid rgba(145, 182, 214, .8);
}
:root.tomorrow.highlight-own .yourPost.opContainer,
:root.tomorrow.highlight-own .yourPost > .reply {
border-left: 3px dashed rgba(145, 182, 214, .8);
}
:root.tomorrow.highlight-you .quotesYou.opContainer,
:root.tomorrow.highlight-you .quotesYou > .reply {
border-left: 3px solid rgba(145, 182, 214, .8);
}
:root.tomorrow.highlight-own .yourPost.opContainer,
:root.tomorrow.highlight-own .yourPost > .reply {
border-left: 3px dashed rgba(145, 182, 214, .8);
}
:root.tomorrow .opContainer.filter-highlight,
:root.tomorrow .filter-highlight > .reply {
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);