aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken6/doc/conf.py.in
diff options
context:
space:
mode:
authorCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-04-10 09:48:25 +0200
committerCristián Maureira-Fredes <Cristian.Maureira-Fredes@qt.io>2022-04-11 14:29:53 +0200
commit5281267444d9325f60495063a309b7d9279c6af1 (patch)
treeb6c42c4c4d900755f9c11f5adc43834e7def4dbe /sources/shiboken6/doc/conf.py.in
parenta88f7b21c61e4aa9efcfb81d7939e44b06df3a0d (diff)
doc: change color inactive example tab
Change-Id: I28fcfa2c832e8ff811a28a1654a91d5d4e636c7f Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
Diffstat (limited to 'sources/shiboken6/doc/conf.py.in')
-rw-r--r--sources/shiboken6/doc/conf.py.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/sources/shiboken6/doc/conf.py.in b/sources/shiboken6/doc/conf.py.in
index f47be598a..df1d49700 100644
--- a/sources/shiboken6/doc/conf.py.in
+++ b/sources/shiboken6/doc/conf.py.in
@@ -184,3 +184,8 @@ html_show_sourcelink = False
# -- Options for qthelp output --------------------------------------------------
qthelp_theme = 'pysidedocs_qthelp'
+
+# Sphinx Panels color for inactive tab
+panels_css_variables = {
+ "tabs-color-label-inactive": "rgba(116, 116, 116, 1.0)",
+}