Skip to content

Commit

Permalink
I have fixxed and rounded the search bar as requested in issue "Fix t…
Browse files Browse the repository at this point in the history
…he search bar css coala#760"
  • Loading branch information
ale-mateus committed Oct 2, 2024
1 parent eda572a commit 9ff1e2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion partials/tabs/projects.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<div class="col m8 col offset-m2 s12">
<div class="filter-projects-inputs">
<div class="input-field searchbar">
<input ng-model="searchText" placeholder="Search for a project" id="search" type="search" class="validate"> </div>
<input ng-model="searchText" placeholder="Search for a project" id="search" type="search" class="validate" style="border-radius: 10px;"> </div>
<div class="filter-btn apply-flex center-content">
<a id="filters" class="waves-effect waves-light btn-large" ng-click="toggleFiltersDisplay()">
<b>Filter Projects</b>
Expand Down

0 comments on commit 9ff1e2c

Please sign in to comment.