Fix highlighting

This commit is contained in:
Zixaphir 2013-05-27 18:29:16 -07:00
parent 9c65bd1808
commit 1a2b663658
4 changed files with 9 additions and 5 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -14,10 +14,14 @@
background: #{theme["Dialog Background"]};
border: 1px solid #{theme["Buttons Border"]};
}
.opContainer.filter_highlight {
.highlight-you .opContainer.quotesYou,
.highlight-own .opContainer.yourPost,
.opContainer.filter-highlight {
box-shadow: inset 5px 0 #{theme["Backlinked Reply Outline"]};
}
.filter_highlight > .reply {
.highlight-you .quotesYou > .reply,
.highlight-own .yourPost > .reply,
.filter-highlight > .reply {
box-shadow: -5px 0 #{theme["Backlinked Reply Outline"]};
}
hr {