Fix highlighting
This commit is contained in:
parent
9c65bd1808
commit
1a2b663658
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
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user