StylishThemes / StackOverflow-Dark

📚 Dark theme for Stack Overflow & most Stack Exchange network sites
https://github.com/StylishThemes/StackOverflow-Dark/raw/master/stackoverflow-dark.user.css
Other
686 stars 43 forks source link

Alert on previous flags are not following the style #202

Closed bernardoduarte closed 4 years ago

bernardoduarte commented 4 years ago

I believe that this case hasn't been covered before because it's rare to find this message.

But since it's not following the SO-Dark style I think it's a bug.

I've tested only on StackOverflow.

image

the-j0k3r commented 4 years ago

@bernardoduarte Thanks for this report

Please inspect the element and copy the outer HTML OR a copy of the corresponding CSS rules. The CSS rules would be better

Else, Trying to fix this is by guessing is impossible.

bernardoduarte commented 4 years ago
<div class="flag-quality-warning">
    <span>Attention: some of your recent flags have been declined - please <a href="/users/flag-summary/7395911?showDeclined=true">review</a> them before flagging this post!</span>
</div>
the-j0k3r commented 4 years ago

Thats totally unhelpful, try getting the rules please.

the-j0k3r commented 4 years ago

I managed to fix the text color on the explanations but cant find a way to duplicate this in order to find the selectors/rule

the-j0k3r commented 4 years ago

ping

bernardoduarte commented 4 years ago

Sorry for not answering before, somehow Github didn't give me a notification. Anyway, now I'm no longer receiving this message, a few hours later after posting here I got an accepted flag and now they are no longer displaying it for me ;/

As soon as I get a rejected flag I'll post here all the css that I can retrieve ;D

bernardoduarte commented 4 years ago

I've got an idea, and I think it worked. I've copy and pasted the HTML posted by me here on the page and here is what I've got: image Anything else you need, just ask ;D

the-j0k3r commented 4 years ago

Thats great, Ill add that soon as tomorrow =) thanks.