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

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() {
$('#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);
}

View File

@ -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",