changed color of "matched" element list in client search

pull/705/head
Justin Richer 2014-10-07 21:44:17 -04:00
parent 14f2efae10
commit dcee8a2311
2 changed files with 4 additions and 1 deletions

View File

@ -149,3 +149,6 @@ h1,label {
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>
</div>
<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>
</td>