GNOME Bugzilla – Bug 734485
Switches are too big, glow effect makes it hard to read "ON"
Last modified: 2014-08-10 11:23:14 UTC
The switches currently look rather big to me. The text-shadow below ON also looks a bit heavy and makes it hard to read the text. Some adjustments that work for me with GTK+ Inspector: GtkSwitch { -GtkSwitch-slider-width: 44px; } GtkSwitch.trough:active { text-shadow: 0 0 2px #adc7e3; }
The reason for the enlarged size was to match buttons, entries and switches height. Personally I care a lot about vertical alignment, but this may not really be necessary.
The switch matched the old button size, now it doesn't match anymore (the correct slider width value for a match now is 55px - !!!), so they can be smaller, with 44px the text is not vertically centered, 45px works for me, regarding the glow, I don't like what Allan proposes, but I'm thinking about changing the bg so I'll tweak it. I'll push the slider width change in the meantime.
I played with the switch a bit, I think I solved your issues, check it out and close the bug if you think it's ok.
How about we close it now, and Allan reopens it if he's not satisfied ?