mirror of
https://gitlab.ub.uni-bielefeld.de/sfb1288inf/nopaque.git
synced 2025-01-18 05:50:34 +00:00
Adding tab color
This commit is contained in:
parent
443667197e
commit
884ac93c5b
@ -89,6 +89,15 @@
|
||||
.nlp-color-text.text-darken {color: {{ nlp_color_darken }} !important;}
|
||||
.nlp-color.lighten {background-color: {{ nlp_color_lighten }} !important;}
|
||||
.nlp-color-text.text-lighten {color: {{ nlp_color_lighten }} !important;}
|
||||
|
||||
.pagination li.active {background-color: {{ primary_color }};}
|
||||
.tabs .tab a {color: inherit; /* Custom Text Color */}
|
||||
.tabs .tab a:hover {color: {{ primary_color }}; /* Custom Color On Hover */}
|
||||
.tabs .tab a.active, .tabs .tab a:focus.active {
|
||||
color: {{ primary_color }}; /* Custom Text Color While Active */
|
||||
background-color: rgba(0, 66, 111, 0.2); /* Custom Background Color While Active */
|
||||
}
|
||||
.tabs .indicator {background-color: {{ primary_color }}; /* Custom Color Of Indicator */}
|
||||
{% if current_user.is_authenticated %}
|
||||
/*
|
||||
* ### Start sidenav-fixed offset ###
|
||||
|
Loading…
x
Reference in New Issue
Block a user