Allows selecting individual widgets in Gtk CSS using #name selector.

For example the snippet from my comment on #2468 could be made to apply to just the document notebook like:

notebook#notebook1 > header.top > tabs > tab {
	padding: 0px 12px 0px 12px;
}

Tested with Gtk Inspector.


You can view, comment on, or merge this pull request online at:

  https://github.com/geany/geany/pull/2469

Commit Summary

File Changes

Patch Links:


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.