Fix #289.
This commit is contained in:
parent
795032c265
commit
154cec7ee0
@ -584,7 +584,11 @@
|
||||
return false;
|
||||
}
|
||||
if (hl) {
|
||||
$.addClass(root, hl);
|
||||
if (isOP) {
|
||||
$.addClass(root, hl);
|
||||
} else {
|
||||
$.addClass(root.parentNode, hl);
|
||||
}
|
||||
if (isOP && top && !g.REPLY) {
|
||||
thisThread = root.parentNode;
|
||||
if (firstThread = $('div[class=op]')) {
|
||||
@ -4268,7 +4272,8 @@ td > .filesize > img[md5] {\
|
||||
.filetitle, .replytitle, .postername, .commentpostername, .postertrip {\
|
||||
background: none;\
|
||||
}\
|
||||
.filter_highlight {\
|
||||
.filter_highlight.op,\
|
||||
.filter_highlight > td[id] {\
|
||||
box-shadow: -5px 0 rgba(255,0,0,0.5);\
|
||||
}\
|
||||
.filtered {\
|
||||
|
||||
@ -509,7 +509,10 @@ filter =
|
||||
else unless regexp.test value
|
||||
return false
|
||||
if hl
|
||||
$.addClass root, hl
|
||||
if isOP
|
||||
$.addClass root, hl
|
||||
else
|
||||
$.addClass root.parentNode, hl
|
||||
if isOP and top and not g.REPLY
|
||||
# Put the highlighted OPs' threads on top of the board pages...
|
||||
thisThread = root.parentNode
|
||||
@ -3557,7 +3560,8 @@ td > .filesize > img[md5] {
|
||||
.filetitle, .replytitle, .postername, .commentpostername, .postertrip {
|
||||
background: none;
|
||||
}
|
||||
.filter_highlight {
|
||||
.filter_highlight.op,
|
||||
.filter_highlight > td[id] {
|
||||
box-shadow: -5px 0 rgba(255,0,0,0.5);
|
||||
}
|
||||
.filtered {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user