Browse Source

Merge pull request #1112 from ggreer/ldap-css

Add tectonic-ldap matching rule to ldap icon.
pull/1119/head
Eric Chiang 9 years ago committed by GitHub
parent
commit
e623bd626e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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