Nintex templates download as I was investigating some issue with their search bar. In the header file, if you have multiple '<input' (like we would normally do for language switcher options) it negates the button being clickable at all.
This commit is contained in:
@ -0,0 +1,4 @@
|
||||
<div class="progress-bar-wrapper" style="background-color: {{ progress_background_color }};">
|
||||
<div class="progress-bar-completed" style="background-color: {{ completed_color }}; width: {{ completed | divided_by: total | times: 100 }}%"></div>
|
||||
<div class="progress-bar-in-progress" style="background-color: {{ in_progress_color }}; width: {{ in_progress | divided_by: total | times: 100 }}%; left: {{ completed | divided_by: total | times: 100 }}%"></div>
|
||||
</div>
|
||||
Reference in New Issue
Block a user