-
Notifications
You must be signed in to change notification settings - Fork 24
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
./extensions/window_controls.css is bugged #25
Comments
You will need to set your own CSD settings, this can be found in prefs.css. The issue is that every operating system has a different set of, well, settings for the window decorations (which is not fun!). You should just need to manually set the Yeah, this should be a lot easier, but for a truly cross-platform solution this was the best that we figured out (there are probably better ways), This was a way to allow really specific formatting without having to go in and mess with the files. You might also need to add this to your custom.css file, but might not be needed? #titlebar {
appearance: none !important;
} |
Thank you it worked perfectly. For me who does not know css , it was very confusing. Please add this issue link to readme so new users can refer to this. |
I have added this to the release notes for the latest version. I will see about adding it to the ReadMe as well. |
As in the screenshot , the "close button is not visible".
Currently i am using https://github.com/ranmaru22/firefox-vertical-tabs userChrome.css file contents which i pasted in your custom.css file.
i will post this screenshot below as i will have to restart this browser.
The text was updated successfully, but these errors were encountered: