Commit 3dfc4b43 authored by Geoff Greer's avatar Geoff Greer

Add tectonic-ldap matching rule to ldap icon. Fixes an issue where the ldap icon…

Add tectonic-ldap matching rule to ldap icon. Fixes an issue where the ldap icon was missing in the tectonic console.
parent 42ef8fd8
...@@ -73,7 +73,7 @@ body { ...@@ -73,7 +73,7 @@ body {
background-image: url(../static/img/bitbucket-icon.svg); 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-color: #84B6EF;
background-image: url(../static/img/ldap-icon.svg); background-image: url(../static/img/ldap-icon.svg);
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment