eoger / tabcenter-redux

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

styling of unread tabs doesnt work #377

Open Siarhei-Yarkavy opened 6 years ago

Siarhei-Yarkavy commented 6 years ago

I have 2 things for that issue.

1) Example https://github.com/eoger/tabcenter-redux/wiki/Custom-CSS-tweaks#change-styling-of-unread-tabs-283 doesn't work on my windows 10 64bit, FF62 64 bit dev, dark theme set

2) How I can make "unread/not loaded" tabs same font as loaded (not so thin/grayed font )

Keith94 commented 6 years ago
  1. It works for me, so I have no idea.

  2. Try this CSS.

    .tab.discarded .tab-title,
    .tab.discarded .tab-meta-image {
    opacity: 1.0 !important;
    }
stikxs commented 5 years ago

How would I get it to go back to having not-yet-loaded tabs in the thinner, gray font? I tried copying that css and changing the opacity to 0.5 but it didn't do what I had hoped.

Keith94 commented 5 years ago

If you added the CSS above, you can just remove it and save to get the default behavior :) Does that help you?

stikxs commented 5 years ago

The default behavior on my pc is that the loaded and not loaded all display the same now. They were different a few days ago I believe, but some time during this week the not loaded stopped appearing different.

Keith94 commented 5 years ago

That's... very strange. Sounds like a bug to me, but I can't reproduce it myself. By chance are you using any other CSS that might be conflicting with it?

stikxs commented 5 years ago

I don't have anything in the CSS box on the settings page. I've noticed the not loaded tabs look the same on both my home and work computers as well.

stikxs commented 5 years ago

Today the not loaded tabs went back to looking grayed out so everything is good now!

stikxs commented 5 years ago

It seems to randomly color things correctly and other times not. Haven't seen a pattern, sometimes when I open FF everything is fine, other times all the tabs come up with white title text in the list. It does seem to be more likely to not use the gray on the pc with more tabs loaded when FF starts.