Re: How to find CSS style syntax changes between Gtk 3.12 and Gtk 3.22

2017-05-08 Thread Emmanuele Bassi
On 7 May 2017 at 20:57, Richard Shann wrote: > On Sun, 2017-05-07 at 19:52 +, Emmanuele Bassi wrote: >> >> On Sun, 7 May 2017 at 19:53, Richard Shann >> wrote: >> >> On Sun, 2017-05-07 at 17:54 +0100, Emmanuele Bassi wrote: >> > On 7 May 2017 at 16:52, Richard Shann >>

Re: How to find CSS style syntax changes between Gtk 3.12 and Gtk 3.22

2017-05-08 Thread Richard Shann
On Mon, 2017-05-08 at 08:42 +0100, Emmanuele Bassi wrote: > On 7 May 2017 at 20:57, Richard Shann wrote: > > On Sun, 2017-05-07 at 19:52 +, Emmanuele Bassi wrote: > >> > >> On Sun, 7 May 2017 at 19:53, Richard Shann > >> wrote: > >> > >> On Sun, 2017-05-07 at 17:54 +0100, Emmanuele Ba

Re: How to find CSS style syntax changes between Gtk 3.12 and Gtk 3.22

2017-05-08 Thread Emmanuele Bassi
On 8 May 2017 at 12:04, Richard Shann wrote: >> But I'd strongly recommend you use CSS classes instead of styling the >> bare element name. >> >> CSS selectors in GTK+ work exactly like the HTML counterpart; you can >> style "div" or "p" directly, but it's often much more appropriate to >> create

Re: How to find CSS style syntax changes between Gtk 3.12 and Gtk 3.22

2017-05-08 Thread Richard Shann
On Mon, 2017-05-08 at 12:28 +0100, Emmanuele Bassi wrote: > On 8 May 2017 at 12:04, Richard Shann wrote: > > >> But I'd strongly recommend you use CSS classes instead of styling the > >> bare element name. > >> > >> CSS selectors in GTK+ work exactly like the HTML counterpart; you can > >> style