sugarlabs / sugar-artwork

Sugar icons and themes
Apache License 2.0
11 stars 33 forks source link

Explicitly style ToolButton insensitive state, fixes #4901 #78

Closed samdroid-apps closed 9 years ago

samdroid-apps commented 9 years ago

The insensitive state of ToolButtons was implicitly styled, however newer Gtk+ versions have broken this behaviour.

Thanks to @i5o for discovering the correct opacity value.

Replaces #77

i5o commented 9 years ago

Testing / just in case :laughing: /

i5o commented 9 years ago

Tested. Looks like I forgot about the "92" in "#949294".. :-/ Its "#949494" with the patch.

Honestly I don't see a real difference between those colors.

So, should we merge it? Or wait to calculate the perfeeeeeeect opacity? Or merge it for a temp solution before we geet the perfect one?

samdroid-apps commented 9 years ago

@i5o, is it possible in gtk to change the blue opacity seperatly from the other opacity?

i5o commented 9 years ago

By @samdroid-apps difference between #949494 and #949294

http://codepen.io/anon/pen/epEOdm/

Honestly as user I don't see the difference. captura de pantalla_2015-10-10_17-43-42

i5o commented 9 years ago

merged.

If we want to be really specifics (¿really needed?) we should find a perfect opacity that returns to #949294.

But this works for now