Checkboxes and radiobuttons are now recolored according to the user's colour tastes.
Details
Details
- Reviewers
ndavis - Group Reviewers
Breeze - Commits
- R98:7b3d0777ea6c: [GTK3] Have checkboxes and radiobuttons respect the user's color scheme.
Old:
New:
Diff Detail
Diff Detail
- Repository
- R98 Breeze for Gtk
- Branch
- checks-and-radios (branched from master)
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 15778 Build 15796: arc lint + arc unit
src/gtk3/widgets/_checkboxes.scss | ||
---|---|---|
10 | Commented-out code should be deleted entirely |
Comment Actions
I've already said this to you in the VDG chat, but just to prevent confusion for other people, I'll repeat it here.
These buttons are 18x18, but they are 16x16 with the Qt theme. Also make sure the rounded corners have a radius of 2.5. Please fix this if you can.
Comment Actions
These SVGs don't quite line up with the grid, which causes the inner part to have slightly blurry edges.
Comment Actions
I should have been more clear, but I meant all of the checkbox and radio button SVGs. The SVGs I provided just did the most difficult changes and could be reused to create the other versions.
Comment Actions
Ok, I'll make the other SVGs as well.
I'll change the window buttons in a seperate revision.