Skip to content

Commit

Permalink
fixup! Rename unselectedBackground to alternateBackground
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Nov 8, 2023
1 parent da91b15 commit 1864c9c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions docs/customise-client/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -59,23 +59,23 @@ For instance, here is the customisation used by nextstrain.org:
}
}
+--------------------------+------------------------------+----------------------------------------------------+
| Properties | CSS string of | Description |
+==========================+==============================+====================================================+
| selectedColor | color | Text color of selected text / button text |
+--------------------------+------------------------------+----------------------------------------------------+
| unselectedColor | color | Text color of unselected text / button text |
+--------------------------+------------------------------+----------------------------------------------------+
| color | color | Text color of all other text |
+--------------------------+------------------------------+----------------------------------------------------+
| unselectedBackground (deprecated) | color | Old key for ``alternateBackground`` |
+--------------------------+------------------------------+----------------------------------------------------+
| alternateBackground | color | Background color of some elements (unselected toggle, panel section borders) |
+--------------------------+------------------------------+----------------------------------------------------+
| font-family | font | Font used throughout the sidebar |
+--------------------------+------------------------------+----------------------------------------------------+
| background | color | Background color of the entire sidebar |
+--------------------------+------------------------------+----------------------------------------------------+
+-----------------------------------+---------------+------------------------------------------------------------------------------+
| Properties | CSS string of | Description |
+===================================+===============+==============================================================================+
| selectedColor | color | Text color of selected text / button text |
+-----------------------------------+---------------+------------------------------------------------------------------------------+
| unselectedColor | color | Text color of unselected text / button text |
+-----------------------------------+---------------+------------------------------------------------------------------------------+
| color | color | Text color of all other text |
+-----------------------------------+---------------+------------------------------------------------------------------------------+
| unselectedBackground (deprecated) | color | Old key for ``alternateBackground`` |
+-----------------------------------+---------------+------------------------------------------------------------------------------+
| alternateBackground | color | Background color of some elements (unselected toggle, panel section borders) |
+-----------------------------------+---------------+------------------------------------------------------------------------------+
| font-family | font | Font used throughout the sidebar |
+-----------------------------------+---------------+------------------------------------------------------------------------------+
| background | color | Background color of the entire sidebar |
+-----------------------------------+---------------+------------------------------------------------------------------------------+

Components
----------
Expand Down

0 comments on commit 1864c9c

Please sign in to comment.