Skip to content

Commit

Permalink
Fixed search button sizing
Browse files Browse the repository at this point in the history
  • Loading branch information
rmathis committed Apr 1, 2021
1 parent 30d67fc commit 1a0c531
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions View/Elements/Components/search.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@
<!--<input type="text" name="search" class="form-control" value="<?php echo isset($searchcriteria) ? $searchcriteria : ''; ?>" /> -->
<div class="input-group-append">
<?php if (isset($searchcriteria) && $searchcriteria !== '') { ?>
<button class="btn btn-grouper btn-outline-secondary" type="button" value="Clear" id="reset-search">
<i class="fa fa-times fa-lg"></i>
<button class="btn btn-grouper btn-outline-secondary shadow-none" type="button" value="Clear" id="reset-search">
<i class="fa fa-times"></i>
</button>
<?php } ?>
<button class="btn btn-grouper btn-primary px-4" type="submit" value="Submit">
Expand Down
2 changes: 1 addition & 1 deletion webroot/css/co-grouper-plugin.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ a {
}

#grouper-plugin .input-group.input-group-search .input-group-append .btn.btn-outline-secondary {
font-size: 1.25rem;
font-size: 1rem;
border-color: #ced4da;
color: inherit;
}
Expand Down

0 comments on commit 1a0c531

Please sign in to comment.