search box style
This commit is contained in:
parent
cba380b0e5
commit
fa6759085b
4 changed files with 62 additions and 22 deletions
|
@ -744,7 +744,11 @@ var Dashboard = {
|
|||
|
||||
var html = '<div class="headerSearch"><form id="searchForm" name="searchForm">';
|
||||
|
||||
html += '<input type="text" />';
|
||||
html += '<input class="txtSearch" type="text" />';
|
||||
|
||||
html += '<button class="btnSearch" type="submit">';
|
||||
html += '<img src="css/images/searchbutton.png" />';
|
||||
html += '</button>';
|
||||
|
||||
html += '</form></div>';
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue