* Косяк с цветами баджей исправлен

This commit is contained in:
Nokita Kaze 2015-01-03 03:07:04 +03:00
parent e6d8c31d7a
commit e3a2a71b2a
2 changed files with 5 additions and 5 deletions

View File

@ -1280,8 +1280,8 @@ function comments_count_refresh_tick(current_options) {
}); });
setTimeout(function() { setTimeout(function() {
$('#main #left-menu #menu-recent .unread').css({ $('#main #left-menu #menu-recent .unread').css({
'background-color': '#ebeef2', 'background-color': '',
'color': '#35587c' 'color': ''
}); });
}, 15000); }, 15000);
} }
@ -1297,8 +1297,8 @@ function comments_count_refresh_tick(current_options) {
}); });
setTimeout(function() { setTimeout(function() {
$('#main #left-menu #menu-comments .unread').css({ $('#main #left-menu #menu-comments .unread').css({
'background-color': '#ebeef2', 'background-color': '',
'color': '#35587c' 'color': ''
}); });
}, 15000); }, 15000);
} }

View File

@ -1,7 +1,7 @@
{ {
"manifest_version": 2, "manifest_version": 2,
"name": "Point+", "name": "Point+",
"version": "1.18.6", "version": "1.18.7",
"default_locale": "ru", "default_locale": "ru",
"author": "__MSG_ext_author__", "author": "__MSG_ext_author__",
"homepage_url": "https://bitbucket.org/skobkin/chrome_point_plus", "homepage_url": "https://bitbucket.org/skobkin/chrome_point_plus",