MurzNN / TST-Colored-tabs

TST Colored Tabs extension for Mozilla Firefox & Tree Style Tab, that colorize tabs background based on opened domain.
https://addons.mozilla.org/firefox/addon/tst-colored-tabs/
GNU General Public License v3.0
45 stars 13 forks source link

[Request] Improve Visibility of Container Indicator #5

Open pbronez opened 5 years ago

pbronez commented 5 years ago

Before installing TST-Colored-tabs, the main color on the tab was the Container indicator stripe. With TST Colored Tabs installed, the container indicator stripe is still present, but it's quite hard to see. I would be nice to have some options to make this more visible.

Possible solutions:

MurzNN commented 4 years ago

You can change width of container stripe via Tree Style Tab (main extension) Advanced options - Extra style rules for sidebar contents, here is example:

.contextual-identity-marker {
  width: 8px !important;
}

Also you can change css styles for all other elements in tab.

ELLIOTTCABLE commented 4 years ago

One thing that I'd really like to see for this — I'm no CSS whiz, maybe it's possible without any upstream changes? — is changing the TST-Colored-Tabs background colour into a gradient; that way the right end of the tab (where the container-stripe is) fades into a plain, consistent colour.