4chan / 4chan-JS

Source code for 4chan's native extension.
http://www.4chan.org/
Other
157 stars 24 forks source link

When creating a filter to highlight matching posts with a color, only a thin line appears at the left of the post #111

Open darkred opened 9 years ago

darkred commented 9 years ago

I made this filter: Pattern: /.*webm/ Type: Filename Color: Yellow

This how the post becomes: (i.e. only a thin line appears at the left of the post - In fact a box-shadow CSS rule is applied) Imgur

Shouldn't the post become entirely yellow? (i.e. a background-color CSS rule, instead) I'm asking because, currently it's not very easy to spot them.

desuwa commented 9 years ago

This is working as intended.

We'll add a way to customise css rules some time later.