Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
diegotoptal committed Oct 26, 2018
1 parent 692acf9 commit 9407853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/genes/genes-list/genes-list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1>Nominated Target List</h1>
(onRowUnselect)="onRowUnselect($event)"
[customSort]="true">
<ng-template pTemplate="caption">
<input type="text" pInputText size="50" id="keyword" placeholder="Search by gene symbol"
<input type="text" pInputText size="50" id="keywords" placeholder="Search by gene symbol"
(input)="gl.filterGlobal($event.target.value, 'contains')">
<i class="fa fa-search fa-lg"></i>
<p>
Expand Down
2 changes: 1 addition & 1 deletion src/app/genes/genes-list/genes-list.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
background-color: transparent !important;
width: auto; /* Scale the div to the parent width */

#keyword:focus {
#keywords:focus {
box-shadow: 0px 0px 4px 2px #5BB0B5;
border-radius: 6px;
outline-offset: -2px;
Expand Down

0 comments on commit 9407853

Please sign in to comment.