diff options
Diffstat (limited to '')
-rw-r--r-- | doc/info/mds.texinfo | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/doc/info/mds.texinfo b/doc/info/mds.texinfo index 35f006c..b58bd1d 100644 --- a/doc/info/mds.texinfo +++ b/doc/info/mds.texinfo @@ -12649,6 +12649,11 @@ The background colour on text-input components, such as comboboxes and text-fields, as well as lists and tables. +@item input-background-alternate +The alternate background colour on text-input +components, such as comboboxes and text-fields, +as well as lists and tables. + @item input-foreground The colour on text on text-input components, such as comboboxes and text-fields, as well as @@ -12660,6 +12665,12 @@ text-input components, such as comboboxes and text-fields, as well as lists and tables. This colour is usually blue. +@item input-selection-alternate +The alternate colour on text highlight for +selected text on text-input components, such as +comboboxes and text-fields, as well as lists and +tables. This colour is usually blue. + @item input-selection-foreground The colour on selected text on text-input components, such as comboboxes and text-fields, @@ -12694,6 +12705,12 @@ such as comboboxes and text-fields, as well as lists and tables, under the condition that the component is being hovered. +@item input-background-alternate-hover +The alternate background colour on text-input +components, such as comboboxes and text-fields, +as well as lists and tables, under the condition +that the component is being hovered. + @item input-foreground-hover The colour on text on text-input components, such as comboboxes and text-fields, as well as @@ -12706,6 +12723,12 @@ text-input components, such as comboboxes and text-fields, as well as lists and tables, under the condition that the component is being hovered. +@item input-selection-alternate-hover +The alternate colour on text highlight for selected +text on text-input components, such as comboboxes +and text-fields, as well as lists and tables, under +the condition that the component is being hovered. + @item input-selection-foreground-hover The colour on selected text on text-input components, such as comboboxes and text-fields, @@ -12744,6 +12767,12 @@ such as comboboxes and text-fields, as well as lists and tables, under the condition that the component is disabled. +@item input-background-alternate-disabled +The alternate background colour on text-input +components, such as comboboxes and text-fields, as +well as lists and tables, under the condition that +the component is disabled. + @item input-foreground-disabled The colour on text on text-input components, such as comboboxes and text-fields, as well as @@ -12756,6 +12785,12 @@ text-input components, such as comboboxes and text-fields, as well as lists and tables, under the condition that the component is disabled. +@item input-selection-alternate-disabled +The alternate colour on text highlight for selected +text on text-input components, such as comboboxes and +text-fields, as well as lists and tables, under the +condition that the component is disabled. + @item input-selection-foreground-disabled The colour on selected text on text-input components, such as comboboxes and text-fields, as well as lists @@ -12787,6 +12822,14 @@ such as comboboxes and text-fields, as well as lists and tables, to mark that they have focus, under the condition that the component is disabled. +@item input-delimiter +The colour on lines in tables used to delimit rows +or coloumns. + +@item input-delimiter-disabled +The colour on lines in tables used to delimit rows +or coloumns, when the table is disabled. + @item option-background The background colour for the box on checkboxes and radioboxes, under the condition that the box |