Ugh, better thread filter highlighting.
This commit is contained in:
parent
1d517d6bec
commit
4bfab3c3b9
@ -4568,7 +4568,9 @@ div.opContainer {\
|
|||||||
background: none;\
|
background: none;\
|
||||||
border: none;\
|
border: none;\
|
||||||
}\
|
}\
|
||||||
.filter_highlight.thread,\
|
.filter_highlight.thread > .opContainer {\
|
||||||
|
box-shadow: inset 5px 0 rgba(255,0,0,0.5);\
|
||||||
|
}\
|
||||||
.filter_highlight > .reply {\
|
.filter_highlight > .reply {\
|
||||||
box-shadow: -5px 0 rgba(255,0,0,0.5);\
|
box-shadow: -5px 0 rgba(255,0,0,0.5);\
|
||||||
}\
|
}\
|
||||||
|
|||||||
@ -3583,7 +3583,9 @@ div.opContainer {
|
|||||||
background: none;
|
background: none;
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
.filter_highlight.thread,
|
.filter_highlight.thread > .opContainer {
|
||||||
|
box-shadow: inset 5px 0 rgba(255,0,0,0.5);
|
||||||
|
}
|
||||||
.filter_highlight > .reply {
|
.filter_highlight > .reply {
|
||||||
box-shadow: -5px 0 rgba(255,0,0,0.5);
|
box-shadow: -5px 0 rgba(255,0,0,0.5);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user