• 🏆 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!

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,101
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