- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
15-11-2025 10:24 PM
Is the rounded corners inside Firefox something new? Got rid of them in Windows 11 like a lot of people do and keep them square again after updates and here you betray me. LOL.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2026 12:50 PM
Hello
Have you tested.
/* In userChrome.css */
:root {
--border-radius-medium: var(--border-radius-small, 4px) !important;
}Have you tested.
/* In userContent.css */
@-moz-document url-prefix("about:"), url-prefix("chrome:") { /* Firefox pages like settings etc. */
:root {
--border-radius-medium: var(--border-radius-small, 4px) !important;
}
}Have you tested, userChrome.css and userContent.css, together.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
15-11-2025 10:36 PM
Hello
A subject.
https://www.reddit.com/r/FirefoxCSS/comments/1ov0806/does_anyone_know_how_we_can_unround_our_tabs
And, for information purposes.
https://support.mozilla.org/en-US/questions/1546836#answer-1778873
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2026 10:48 AM
The dreaded rounded corners are back, what a burden to have to research and find out how to disable it. Why don't you just give us that option? I can not accept the rounded corners AT ALL. Thank you for listening. I have a lot of other things on my mind, but have to spend no telling how long to figure out how to get rid of those rounded corners.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2026 12:50 PM
Hello
Have you tested.
/* In userChrome.css */
:root {
--border-radius-medium: var(--border-radius-small, 4px) !important;
}Have you tested.
/* In userContent.css */
@-moz-document url-prefix("about:"), url-prefix("chrome:") { /* Firefox pages like settings etc. */
:root {
--border-radius-medium: var(--border-radius-small, 4px) !important;
}
}Have you tested, userChrome.css and userContent.css, together.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-03-2026 12:58 AM
Wait, Does these works in Android?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2026 06:17 PM - edited 12-02-2026 03:32 PM
Yes Agentvirtuel, I tried those possibilities just as you suggest and they finally worked! Thank you, what a joy and relief!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-02-2026 03:55 AM
Hello
For my part, tested.
https://www.youtube.com/watch?v=iEmaI4ciUFM