From e3a2a71b2af549474ebd4d94ed3479536a8d7caa Mon Sep 17 00:00:00 2001 From: Nokita Kaze Date: Sat, 3 Jan 2015 03:07:04 +0300 Subject: [PATCH] =?UTF-8?q?*=20=D0=9A=D0=BE=D1=81=D1=8F=D0=BA=20=D1=81=20?= =?UTF-8?q?=D1=86=D0=B2=D0=B5=D1=82=D0=B0=D0=BC=D0=B8=20=D0=B1=D0=B0=D0=B4?= =?UTF-8?q?=D0=B6=D0=B5=D0=B9=20=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=B5=D0=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- chrome_point_plus/js/point-plus.js | 8 ++++---- chrome_point_plus/manifest.json | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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",