From 0dd013d3722b04439b8c7df95d78f4cde3d554b9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 7 Jan 2016 23:56:03 -0500 Subject: [PATCH] Document caret CSS properties --- docs/reference/gtk/css.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/docs/reference/gtk/css.xml b/docs/reference/gtk/css.xml index c4f954c3da..3ea9f6d8ed 100644 --- a/docs/reference/gtk/css.xml +++ b/docs/reference/gtk/css.xml @@ -1185,6 +1185,42 @@ entry { these properties. + + Text caret properties + + + + + NameValueInitialInh.Ani.ReferenceNotes + + + + caret-color + 〈color〉 + currentColor + + + CSS3 + CSS allows an auto value + + + -gtk-secondary-caret-color + 〈color〉 + currentColor + + + + Used for the secondary caret in bidirectional text + + + +
+ + + The caret properties provide a way to change the appearance of the insertion + caret in editable text. + + Text decoration properties