mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2024-12-26 03:14:19 +00:00
Add color setting for disabled tabs
This commit is contained in:
parent
4d783492c0
commit
a92358ef21
@ -69,6 +69,8 @@
|
|||||||
main .pagination li.active {background-color: {{ scheme_primary_color }};}
|
main .pagination li.active {background-color: {{ scheme_primary_color }};}
|
||||||
main .table-of-contents a.active {border-color: {{ scheme_primary_color }};}
|
main .table-of-contents a.active {border-color: {{ scheme_primary_color }};}
|
||||||
main .tabs .tab a {color: inherit;}
|
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:hover {color: {{ scheme_primary_color }};}
|
||||||
main .tabs .tab a.active, .tabs .tab a:focus.active {
|
main .tabs .tab a.active, .tabs .tab a:focus.active {
|
||||||
color: {{ scheme_primary_color }};
|
color: {{ scheme_primary_color }};
|
||||||
|
Loading…
Reference in New Issue
Block a user