Skip to content

Commit

Permalink
style(ui): Changed text colour for filter values. This fixes issue sw…
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophNiehoff committed Jul 11, 2017
1 parent b071f85 commit 16db1e6
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion frontend/sw360-portlet/src/main/webapp/css/sw360.css
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ div.content2 {

#searchInput .searchbar {
display: inline-block;
color: #cccccc;
color: rgb(85, 85, 85);
width: 90%;
padding: 5px;
height: 20px;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<tbody style="background-color: #f8f7f7; border: none;">
<tr>
<td>
<input type="text" style="width: 90%; padding: 5px; color: gray;height:20px;"
<input type="text" class="searchbar"
id="keywordsearchinput" value="" onkeyup="useSearch('keywordsearchinput')">
<br/>
<input style="padding: 5px 20px 5px 20px; border: none; font-weight:bold;" type="button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<tbody style="background-color: #f8f7f7; border: none;">
<tr>
<td>
<input type="text" style="width: 90%; padding: 5px; color: gray;height:20px;"
<input type="text" class="searchbar"
id="keywordsearchinput" value="" onkeyup="useSearch('keywordsearchinput')">
<br/>
<input style="padding: 5px 20px 5px 20px; border: none; font-weight:bold;" type="button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<tbody style="background-color: #f8f7f7; border: none;">
<tr>
<td>
<input type="text" style="width: 90%; padding: 5px; color: gray;height:20px;"
<input type="text" class="searchbar"
id="keywordsearchinput" value="" onkeyup="useSearch('keywordsearchinput')">
<br/>
<input style="padding: 5px 20px 5px 20px; border: none; font-weight:bold;" type="button"
Expand Down
2 changes: 1 addition & 1 deletion frontend/sw360-portlet/src/main/webapp/html/ecc/view.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<tbody style="background-color: #f8f7f7; border: none;">
<tr>
<td>
<input type="text" style="width: 90%; padding: 5px; color: gray;height:20px;"
<input type="text" class="searchbar"
id="keywordsearchinput" value="" onkeyup="useSearch('keywordsearchinput')">
<br/>
<input style="padding: 5px 20px 5px 20px; border: none; font-weight:bold;" type="button"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<tbody style="background-color: #f8f7f7; border: none;">
<tr>
<td>
<input type="text" maxlength="100" style="width: 200px; padding: 5px; color: gray;height:20px;"
<input type="text" maxlength="100" class="searchbar"
id="keywordsearchinput" name="<portlet:namespace/><%=KEY_SEARCH_TEXT%>"
value="${searchtext}">
<br/>
Expand Down

0 comments on commit 16db1e6

Please sign in to comment.