diff --git a/docs/reference/gtk/css-properties.xml b/docs/reference/gtk/css-properties.xml index 76a1482520..6416dbad6e 100644 --- a/docs/reference/gtk/css-properties.xml +++ b/docs/reference/gtk/css-properties.xml @@ -41,12 +41,13 @@ We use for syntax productions, and each line is put in a GTK+ supports CSS properties and shorthands as far as they can be applied - in the context of widgets, and only adds its own properties only when needed. + in the context of widgets, and adds its own properties only when needed. All GTK+-specific properties have a -gtk prefix. - All properties support the following keywords: inherit, initial, unset. + All properties support the following keywords: inherit, initial, unset, with + the same meaning as in CSS. @@ -104,16 +105,16 @@ We use for syntax productions, and each line is put in a follows: - 4 values:top right bottom left + 4 values: top right bottom left - 3 values:top horizontal left + 3 values: top horizontal left - 2 values:vertical horizontal + 2 values: vertical horizontal - 1 value:all + 1 value: all @@ -1028,6 +1029,10 @@ We use for syntax productions, and each line is put in a + + GTK+ uses the CSS outline properties to render the 'focus rectangle'. + + Background properties @@ -1142,6 +1147,10 @@ We use for syntax productions, and each line is put in a 〈box shadow〉 = inset? && 〈length〉{2,4}? && 〈color〉? + + As in CSS, the background color is rendered underneath all the background image layers, so it will only be visible if + background images are absent or have transparency. +
Transition properties