Fix highlighting of your posts quoting yourself.
This commit is contained in:
parent
8fdfa44a9b
commit
90d3528832
@ -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);
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user