changed color of "matched" element list in client search

pull/695/head
Justin Richer 2014-10-07 21:44:17 -04:00
parent 793740cf08
commit e814c3abd4
2 changed files with 4 additions and 1 deletions

View File

@ -149,3 +149,6 @@ h1,label {
border-left: 0; border-left: 0;
} }
.label-matched, .badge-matched {
background-color: #D1D1FF;
}

View File

@ -46,7 +46,7 @@
<small class="muted" title="<%- hoverCreationDate %>"><i class="icon-time"></i> Registered <%- displayCreationDate %></small> <small class="muted" title="<%- hoverCreationDate %>"><i class="icon-time"></i> Registered <%- displayCreationDate %></small>
</div> </div>
<div class="matched text-info"> <div class="matched text-info">
<small><i>Matched: <span class="label"></span></i></small> <small><i>Matched search: <span class="label label-matched"></span></i></small>
</div> </div>
</td> </td>