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.
https://github.com/geany/geany/pull/2469
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.