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

This commit is contained in:
Geoff Greer 2017-11-02 15:33:30 -07:00
parent 42ef8fd802
commit 3dfc4b430e
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}