Ugh, better thread filter highlighting.

This commit is contained in:
Nicolas Stepien 2012-05-13 16:26:19 +02:00
parent 1d517d6bec
commit 4bfab3c3b9
2 changed files with 6 additions and 2 deletions

View File

@ -4568,7 +4568,9 @@ div.opContainer {\
background: none;\
border: none;\
}\
.filter_highlight.thread,\
.filter_highlight.thread > .opContainer {\
box-shadow: inset 5px 0 rgba(255,0,0,0.5);\
}\
.filter_highlight > .reply {\
box-shadow: -5px 0 rgba(255,0,0,0.5);\
}\

View File

@ -3583,7 +3583,9 @@ div.opContainer {
background: none;
border: none;
}
.filter_highlight.thread,
.filter_highlight.thread > .opContainer {
box-shadow: inset 5px 0 rgba(255,0,0,0.5);
}
.filter_highlight > .reply {
box-shadow: -5px 0 rgba(255,0,0,0.5);
}