• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

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 79
Joined
Oct 6, 2004
Messages
10,212
I was waiting for someone to mention this. How is this then?
Screenshot from 2016-10-31 07-20-20 2.png
 

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