Browse Source

Add tectonic-ldap matching rule to ldap icon. Fixes an issue where the ldap icon was missing in the tectonic console.

pull/1112/head
Geoff Greer 8 years ago
parent
commit
3dfc4b430e
  1. 2
      web/static/main.css

2
web/static/main.css

@ -73,7 +73,7 @@ body {
background-image: url(../static/img/bitbucket-icon.svg);
}
.dex-btn-icon--ldap {
.dex-btn-icon--ldap, .dex-btn-icon--tectonic-ldap {
background-color: #84B6EF;
background-image: url(../static/img/ldap-icon.svg);
}

Loading…
Cancel
Save