Skip to content

Commit

Permalink
Merge pull request #13481 from laryn/patch-1
Browse files Browse the repository at this point in the history
Add main nav icon for CiviCRM (Backdrop)
  • Loading branch information
colemanw authored Jan 17, 2019
2 parents 28df323 + d561265 commit 959b0b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions css/backdrop.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,9 @@
padding: .5rem;
}
}

/* Backdrop main navigation icon */
#admin-bar #admin-bar-menu > li > .dropdown > li > a.civicrm {
background: transparent url(../i/logo_sm.png) 5% center no-repeat;
background-size: 16px;
}

0 comments on commit 959b0b1

Please sign in to comment.