eoger / tabcenter-redux

Vertical Tabs extension for Firefox
Mozilla Public License 2.0
381 stars 67 forks source link

Allow styling of unread and busy tabs #183

Closed Keith94 closed 6 years ago

Keith94 commented 6 years ago

For tabs which are unread or still connecting ("busy" state), there should be a way for users to change the styling of them, for example by using .tab.unread or .tab.busy in the add-on's CSS stylesheet.

eoger commented 6 years ago

You mean like .tab.loading and .tab.discarded? :) I have activated the wiki feature on this Github, I wonder if we could centralize all the CSS customizations to date there...

Keith94 commented 6 years ago

You mean like .tab.loading and .tab.discarded? :)

Oops, yes these work in the dev version, just not the release version yet. Can you please add the unread class as well?

I wonder if we could centralize all the CSS customizations to date there...

Good idea. Do you have to create a "homepage" for the wiki first?

eoger commented 6 years ago

Can you please add the unread class as well?

Did this get implemented? I don't see it on MDN at the moment. I'm pretty interested actually (send tab uses this),

Good idea. Do you have to create a "homepage" for the wiki first?

Do I? I'll add one just in case

Keith94 commented 6 years ago

Hmm, maybe there is no proper implementation yet. But I think Tree Style Tab has some way of doing it.

Also seems like I can't edit the wiki page myself for some reason.

eoger commented 6 years ago

Try now :)

Keith94 commented 6 years ago

Works! I guess we can add userChrome.css and add-on-specific styles there if we wanted to?