Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

would it be possible to remove the color of container line for above each tab #18

Closed
Parthvsquare opened this issue May 8, 2021 · 4 comments
Labels
🦄 enhancement New feature or request

Comments

@Parthvsquare
Copy link

image
The current setup
image
This is how safari looks like

Using on catalina .15.7

@Parthvsquare Parthvsquare added the 🦄 enhancement New feature or request label May 8, 2021
@Chris111212
Copy link

or do a colored dot for each container?

@AdamXweb
Copy link
Owner

AdamXweb commented May 9, 2021

It's definitely possible, however may come down to user preference.
Seeing as on Firefox, the multi tab container is a feature Safari doesn't have I'd argue that colour of some kind should be there.
You can add the following code into your customChrome.css (if you don't have one, make one in the same chrome folder.

.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background { border-top: 3px solid transparent !important; }

@AdamXweb
Copy link
Owner

AdamXweb commented May 9, 2021

Also for reference, these are the standard identity colour locations that Firefox supports.
image
Could always have some kind of vote, or a script that can change the location as it may come down to user preference.

@Parthvsquare
Copy link
Author

Thanks man,
.tabbrowser-tab[usercontextid] > .tab-stack > .tab-background { border-top: 3px solid transparent !important; }
this added a separation so i removed the 3px

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🦄 enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants