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() {
|
||||
$('#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);
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue