diff --git a/docs/reference/gtk/css-overview.xml b/docs/reference/gtk/css-overview.xml index 40e26878c6..56cf845fd2 100644 --- a/docs/reference/gtk/css-overview.xml +++ b/docs/reference/gtk/css-overview.xml @@ -168,8 +168,7 @@ button, entry { - Typically widgets have one or more CSS nodes with element names (GTK+ falls - back to using the widget type if a widget has no element name) and style + All widgets have one or more CSS nodes with element names and style classes. When style classes are used in selectors, they have to be prefixed with a period. Widget names can be used in selectors like IDs. When used in a selector, widget names must be prefixed with a # character. @@ -214,9 +213,9 @@ notebook > entry { - Theme any widget within a GtkBin + Theme any widget within a GtkBox @@ -252,7 +251,7 @@ label#title-label { Theme the entry of a GtkSpinButton @@ -368,7 +367,7 @@ checkbutton:indeterminate { E any node with name E CSS - GTK+ uses the type name of the widget if no CSS name has been set + E.class