Browse Source

changed color of "matched" element list in client search

pull/695/head
Justin Richer 10 years ago
parent
commit
e814c3abd4
  1. 3
      openid-connect-server-webapp/src/main/webapp/resources/css/mitreid-connect.css
  2. 2
      openid-connect-server-webapp/src/main/webapp/resources/template/client.html

3
openid-connect-server-webapp/src/main/webapp/resources/css/mitreid-connect.css

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

2
openid-connect-server-webapp/src/main/webapp/resources/template/client.html

@ -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…
Cancel
Save