#497: Introduce separate background color for the sidebar collapse button, making it easier to see.

This commit is contained in:
Georg Brandl
2010-08-23 16:11:26 +00:00
parent e9c9fc9b7f
commit 103f258d83
5 changed files with 14 additions and 1 deletions

View File

@@ -119,6 +119,8 @@ These themes are:
- **footerbgcolor** (CSS color): Background color for the footer line.
- **footertextcolor** (CSS color): Text color for the footer line.
- **sidebarbgcolor** (CSS color): Background color for the sidebar.
- **sidebarbtncolor** (CSS color): Background color for the sidebar collapse
button (used when *collapsiblesidebar* is true).
- **sidebartextcolor** (CSS color): Text color for the sidebar.
- **sidebarlinkcolor** (CSS color): Link color for the sidebar.
- **relbarbgcolor** (CSS color): Background color for the relation bar.