diff --git a/chrome_point_plus/js/point-plus.js b/chrome_point_plus/js/point-plus.js index c9ff5cd..fbd2731 100644 --- a/chrome_point_plus/js/point-plus.js +++ b/chrome_point_plus/js/point-plus.js @@ -1280,8 +1280,8 @@ function comments_count_refresh_tick(current_options) { }); setTimeout(function() { $('#main #left-menu #menu-recent .unread').css({ - 'background-color': '#ebeef2', - 'color': '#35587c' + 'background-color': '', + 'color': '' }); }, 15000); } @@ -1297,8 +1297,8 @@ function comments_count_refresh_tick(current_options) { }); setTimeout(function() { $('#main #left-menu #menu-comments .unread').css({ - 'background-color': '#ebeef2', - 'color': '#35587c' + 'background-color': '', + 'color': '' }); }, 15000); } diff --git a/chrome_point_plus/manifest.json b/chrome_point_plus/manifest.json index c2d1015..f9bc888 100644 --- a/chrome_point_plus/manifest.json +++ b/chrome_point_plus/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 2, "name": "Point+", - "version": "1.18.6", + "version": "1.18.7", "default_locale": "ru", "author": "__MSG_ext_author__", "homepage_url": "https://bitbucket.org/skobkin/chrome_point_plus",