Solution for sharp corners

Seen here:
https://www.omgubuntu.co.uk/2020/04/fix-firefox-rounded-corners-gnome
This commit is contained in:
Mathieu H 2020-04-17 17:52:34 +02:00 committed by GitHub
parent b678f51cb7
commit fdba055551
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -158,6 +158,13 @@ Alternatively you can run installation script with `-g` flag to auto install GNO
### CSD have sharp corners ### CSD have sharp corners
See upstream [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1408360). See upstream [bug](https://bugzilla.mozilla.org/show_bug.cgi?id=1408360).
To solve it, go to the `about:config` page and type this:
`mozilla.widget.use-argb-visuals`.
Set it as a `boolean` and click on the add button.
Now reboot, and it should look good !
### Icons color broken with system-icons.css ### Icons color broken with system-icons.css
Icons might appear black where they should be white on some systems. I have no idea why, but you can adjust them directly in the `system-icons.css` file, look for `--gnome-icons-hack-filter` & `--gnome-window-icons-hack-filter` vars and play with css filters. Icons might appear black where they should be white on some systems. I have no idea why, but you can adjust them directly in the `system-icons.css` file, look for `--gnome-icons-hack-filter` & `--gnome-window-icons-hack-filter` vars and play with css filters.