mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-23 18:56:04 +00:00
* Косяк с цветами баджей исправлен
This commit is contained in:
parent
e6d8c31d7a
commit
e3a2a71b2a
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue