Highlight Own Posts option
This commit is contained in:
parent
f2041ab72e
commit
a6abc40b9d
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
@ -307,6 +307,10 @@ Config =
|
||||
true
|
||||
'Add \'(You)\' to quotes linking to your posts.'
|
||||
]
|
||||
'Highlight Own Posts': [
|
||||
false
|
||||
'Highlights own posts if Mark Quotes of You is enabled.'
|
||||
]
|
||||
'Mark OP Quotes': [
|
||||
true
|
||||
'Add \'(OP)\' to OP quotes.'
|
||||
|
||||
@ -496,7 +496,7 @@ a.hide-announcement {
|
||||
.qphl {
|
||||
outline: 2px solid rgba(216, 94, 49, .7);
|
||||
}
|
||||
.yourPost .reply {
|
||||
.highlight-own .yourPost>.reply {
|
||||
border-left: 2px solid rgba(221,0,0,.5);
|
||||
}
|
||||
/* Quote Threading */
|
||||
|
||||
@ -14,6 +14,9 @@ QuoteYou =
|
||||
if @info.yours
|
||||
$.addClass @nodes.root, 'yourPost'
|
||||
|
||||
if Conf['Highlight Own Posts']
|
||||
$.addClass doc, 'highlight-own'
|
||||
|
||||
# Stop there if there's no quotes in that post.
|
||||
return unless (quotes = @quotes).length
|
||||
{quotelinks} = @nodes
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user