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

Switch Colors on Location and Tab Bars #101

Closed
ghost opened this issue Jan 19, 2017 · 1 comment
Closed

Switch Colors on Location and Tab Bars #101

ghost opened this issue Jan 19, 2017 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 19, 2017

I have managed to make Firefox "feel" natural on GNOME, the only issue with the Arc Dark Theme is that I want to switch the colors on the Location Bar and the Tab Bar. Is there an easy way to do this?

screenshot from 2017-01-19 15-25-39

@ghost ghost changed the title Invert Colors on Location and Tab Bars Switch Colors on Location and Tab Bars Jan 20, 2017
@ghost
Copy link
Author

ghost commented Feb 12, 2017

I managed to "fix" it through Classic Theme Restorer's custom css

#urlbar-wrapper {
height: 36px !important;
margin-bottom: -1px !important;
}
#urlbar {
margin-top: 5px !important;
margin-bottom: 5px !important;
background: #404552 !important;
}
.tabbrowser-tabs {
background: #2f343f !important;
}
toolbar {
background: #2f343f !important;
}

@ghost ghost closed this as completed Feb 12, 2017
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants