Skip to content

Commit 6ae2f8a

Browse files
authored
Merge pull request #176 from CCPBioSim/software
software button ouline fix
2 parents d204270 + 5c4d16a commit 6ae2f8a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • pkg_ccpbiosim/constituents/com_ccpbiosim/site/tmpl/software

pkg_ccpbiosim/constituents/com_ccpbiosim/site/tmpl/software/default.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
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">

0 commit comments

Comments
 (0)