[minor] [fix] net_total_export printing and hover effect for brand in navbar
This commit is contained in:
parent
16b7cda1b6
commit
8a98ac33f7
2 changed files with 3 additions and 8 deletions
|
|
@ -14,10 +14,5 @@ $(document).bind('ready', function() {
|
|||
|
||||
$(document).bind('toolbar_setup', function() {
|
||||
$('.brand').html('yourbrand\
|
||||
<i class="icon-home icon-white navbar-icon-home" ></i>')
|
||||
.hover(function() {
|
||||
$(this).find('.icon-home').addClass('navbar-icon-home-hover');
|
||||
}, function() {
|
||||
$(this).find('.icon-home').removeClass('navbar-icon-home-hover');
|
||||
});
|
||||
<i class="icon-home icon-white navbar-icon-home" ></i>');
|
||||
});
|
||||
|
|
|
|||
|
|
@ -215,8 +215,8 @@ div#freeze {
|
|||
|
||||
.navbar-icon-home {
|
||||
vertical-align: middle;
|
||||
opacity: 0.4;
|
||||
Filter:alpha(opacity=40); /* For IE8 and earlier */
|
||||
opacity: 0.7;
|
||||
Filter:alpha(opacity=70); /* For IE8 and earlier */
|
||||
}
|
||||
|
||||
.navbar-icon-home:hover,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue