From 3dfc4b430e2b90797cd8e9e01b148542b3b0f71f Mon Sep 17 00:00:00 2001 From: Geoff Greer Date: Thu, 2 Nov 2017 15:33:30 -0700 Subject: [PATCH] Add tectonic-ldap matching rule to ldap icon. Fixes an issue where the ldap icon was missing in the tectonic console. --- web/static/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/static/main.css b/web/static/main.css index a73b591f..c147f35c 100644 --- a/web/static/main.css +++ b/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); }