changed color of "matched" element list in client search
parent
14f2efae10
commit
dcee8a2311
|
@ -149,3 +149,6 @@ h1,label {
|
|||
border-left: 0;
|
||||
}
|
||||
|
||||
.label-matched, .badge-matched {
|
||||
background-color: #D1D1FF;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue