highlight search text
This commit is contained in:
parent
3d7228a3c9
commit
14e82a0d9d
|
@ -32,6 +32,10 @@ height:114px;
|
|||
box-shadow:2px 2px 2px 1px #999;
|
||||
margin:10px;}
|
||||
|
||||
.searchHighlight
|
||||
{background-color:#f7d76c;
|
||||
padding:1px;}
|
||||
|
||||
.orange
|
||||
{color:#f7bd00;
|
||||
font-weight:bold;
|
||||
|
|
|
@ -46,10 +46,13 @@ cursor:pointer;}
|
|||
color:#FFF;
|
||||
cursor:pointer;}
|
||||
|
||||
#searchInner
|
||||
#searchInnerDiv
|
||||
{position:absolute;
|
||||
right:16px;
|
||||
top:11px;
|
||||
top:11px;}
|
||||
|
||||
.searchInner
|
||||
{
|
||||
cursor:pointer;}
|
||||
|
||||
.searchInnerField
|
||||
|
@ -330,7 +333,8 @@ clear:both;}
|
|||
|
||||
.iconImages
|
||||
{float:left;
|
||||
margin-right:4px;}
|
||||
margin-right:4px;
|
||||
cursor:pointer;}
|
||||
|
||||
/*cursor:pointer;
|
||||
position:absolute;
|
||||
|
|
|
@ -22,7 +22,13 @@
|
|||
|
||||
<h3 id="topText">{{ title }}</h3>
|
||||
|
||||
<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" id="searchInner">
|
||||
<div id="searchInnerDiv">
|
||||
<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">
|
||||
<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">
|
||||
<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">
|
||||
<img src="/static/images/noel/search-inner.png" width="22" height="18" alt="search" class="searchInner">
|
||||
</div>
|
||||
|
||||
<form action="" method="get">
|
||||
<input type="text" placeholder="search" name="field" class="searchInnerField"/>
|
||||
</form>
|
||||
|
|
Loading…
Reference in New Issue
Block a user