From 8a98ac33f7f538b6d6ec8b7d8bdae87f2208a8e0 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 18 Jul 2013 18:15:55 +0530 Subject: [PATCH] [minor] [fix] net_total_export printing and hover effect for brand in navbar --- conf/app.js | 7 +------ public/css/ui/common.css | 4 ++-- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/conf/app.js b/conf/app.js index e3879ab40b..f0164304ce 100644 --- a/conf/app.js +++ b/conf/app.js @@ -14,10 +14,5 @@ $(document).bind('ready', function() { $(document).bind('toolbar_setup', function() { $('.brand').html('yourbrand\ - ') - .hover(function() { - $(this).find('.icon-home').addClass('navbar-icon-home-hover'); - }, function() { - $(this).find('.icon-home').removeClass('navbar-icon-home-hover'); - }); + '); }); diff --git a/public/css/ui/common.css b/public/css/ui/common.css index 4b0f35a050..1775dcfb90 100644 --- a/public/css/ui/common.css +++ b/public/css/ui/common.css @@ -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,