• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Remove the notification bubble from "streams"

Status
Not open for further replies.
Level 19
Joined
Aug 8, 2007
Messages
2,765
I rarely if ever come to this site anymore but whenever I load it my eyes instantly go to the notifications because that's all that really matters and I always get bamboozled when i see i have a notification on "Streams" and it turns out that nothings really notified, it's just the number of streams that are active.

Like there aren't bubbles on ANYTHING else yet the same bubble is used for the alerts button... it's just kind of pointless and distracting.
 

Ralle

Owner
Level 77
Joined
Oct 6, 2004
Messages
10,100
I was waiting for someone to mention this. How is this then?
Screenshot from 2016-10-31 07-20-20 2.png
 

deepstrasz

Map Reviewer
Level 69
Joined
Jun 4, 2009
Messages
18,848
Yes, it's annoying me too because it looks exactly the same as the one for the Alerts tab. Yes, changing the colour to that is a good idea.

It would be best if a profile option to disable it would be implemented.
 

Deleted member 219079

D

Deleted member 219079

Before Ralle implements this, Stylish snippet:
Code:
a[href="http://www.hiveworkshop.com/streams/"] > .itemCount { background-color: #008000 !important; }
a[href="http://www.hiveworkshop.com/streams/"] > .itemCount > .arrow { border-top-color: #008000 !important; }
If you want both of them green, change the first selector to .navLink.
If you want streams one disabled (like you imply to), change the value to { display: none; }.
 
Status
Not open for further replies.
Top