Skip to content
Snippets Groups Projects
Commit a92358ef authored by Patrick Jentsch's avatar Patrick Jentsch
Browse files

Add color setting for disabled tabs

parent 4d783492
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,8 @@
main .pagination li.active {background-color: {{ scheme_primary_color }};}
main .table-of-contents a.active {border-color: {{ scheme_primary_color }};}
main .tabs .tab a {color: inherit;}
main .tabs .tab.disabled a {color: {{ scheme_primary_color }}28;}
main .tabs .tab.disabled a:hover {color: {{ scheme_primary_color }}28;}
main .tabs .tab a:hover {color: {{ scheme_primary_color }};}
main .tabs .tab a.active, .tabs .tab a:focus.active {
color: {{ scheme_primary_color }};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment