projects
/
civicrm-core.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c6739ed
)
Add main nav icon for CiviCRM
author
Laryn - CEDC.org
<laryn@cedc.org>
Thu, 17 Jan 2019 05:54:55 +0000
(23:54 -0600)
committer
GitHub
<noreply@github.com>
Thu, 17 Jan 2019 05:54:55 +0000
(23:54 -0600)
(since Backdrop core now has main nav icons)
css/backdrop.css
patch
|
blob
|
blame
|
history
diff --git
a/css/backdrop.css
b/css/backdrop.css
index e06417ecbb7a47e2d25af2b99eb84c636cc63c35..2d99f549e38eabc27b26fa467efb26cc9449ca07 100644
(file)
--- a/
css/backdrop.css
+++ b/
css/backdrop.css
@@
-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;
+}