[logo] update erpnext logo in favicon and toolbar
This commit is contained in:
parent
68d0dbabe9
commit
1fe3bc575b
Binary file not shown.
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.1 KiB |
@ -15,8 +15,8 @@ wn.modules_path = 'erpnext';
|
||||
|
||||
// add toolbar icon
|
||||
$(document).bind('toolbar_setup', function() {
|
||||
$('.navbar-brand').html((wn.boot.website_settings.brand_html || 'erpnext') +
|
||||
' <i class="icon-home icon-white navbar-icon-home" ></i>')
|
||||
$('.navbar-brand').html(wn.boot.website_settings.brand_html ||
|
||||
('<img src="app/images/splash.svg" class="toolbar-splash">erpnext'))
|
||||
.css('max-width', '200px').css('overflow', 'hidden')
|
||||
.hover(function() {
|
||||
$(this).find('.icon-home').addClass('navbar-icon-home-hover');
|
||||
|
@ -59,4 +59,11 @@ span, div, td, input, textarea, button, select {
|
||||
.show-all-reports {
|
||||
margin-top: 5px;
|
||||
font-size: 11px;
|
||||
}
|
||||
|
||||
/* toolbar */
|
||||
.toolbar-splash {
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: -8px auto;
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user