Topic on Extension talk:Echo

How do I change the background colour of the Echo notification badge?

5
Kghbln (talkcontribs)

I added the following CSS to "MediaWiki:Common.css":

/* Echo * /
#pt-notifications .mw-echo-notifications-badge {
	background-color: #fff;
}
#pt-notifications .mw-echo-notifications-badge.mw-echo-unread-notifications {
	background-color: #fab951;
}

As a result nothing happens. No caching involved neither on the wiki nor at the client side. Other CSS adaptions get through immediately. I am pretty sure that I picked the correct classes so I am utterly puzzled for the reason why nothing happens ... This is pretty frustrating so any help is appreciated. Thanks and cheers

Kghbln (talkcontribs)

I am kinda stupid: /* Echo */ instead of /* Echo * / does the trick.

Quiddity (WMF) (talkcontribs)

Tangentially, see also phab:T94634 which they'll be implementing over the next few weeks.

Kghbln (talkcontribs)

Thanks for the pointer. This will indeed be a very nice improvement.

Fractalfederation (talkcontribs)

extensions/Echo/modules/badge are the css files, I just renamed them all and created empty files, then the badge fit in seamlessly with by bootstrap skin

Reply to "How do I change the background colour of the Echo notification badge?"