File tree Expand file tree Collapse file tree
pkg_ccpbiosim/constituents/com_ccpbiosim/site/tmpl/software Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636<p>Our software packages that are actively maintained by our core CoSeC support team:</p>
3737<div class="container mt-5">
3838 <div class="software-category-bar text-center">
39- <button class="btn software-btn-outline-primary software-category-btn active" data-category="all">All</button>
39+ <button class="btn software-btn-outline-primary software-category-btn active" data-category="all" style="--btn-border-color: var(--btnbg);" >All</button>
4040 <?php foreach ($ data_sorted as $ category => $ categorydata ) : ?>
41- <button class="btn software-btn-outline-primary software-category-btn" data-category="<? echo $ category ; ?> "><?php echo $ categorydata ["catname " ]; ?> </button>
41+ <button class="btn software-btn-outline-primary software-category-btn" data-category="<? echo $ category ; ?> " style="--btn-border-color: var(--btnbg);" ><?php echo $ categorydata ["catname " ]; ?> </button>
4242 <? endforeach ?>
4343 </div>
4444 <div class="row g-4">
You can’t perform that action at this time.
0 commit comments