mirror of
https://bitbucket.org/skobkin/chrome_point_plus.git
synced 2024-11-12 22:03:06 +00:00
"Move /all button" fix and minor refactoring.
This commit is contained in:
parent
b2fc048450
commit
207dff9e67
|
@ -216,3 +216,9 @@ div#markItUpText-input {
|
|||
background-position: 0 0;
|
||||
}
|
||||
}
|
||||
|
||||
/* "All" link in left menu */
|
||||
#pp-left-menu-all {
|
||||
/* Opened Lock icon from default point.im icon set */
|
||||
background-image: url("/img/icon-private-inactive.png") !important;
|
||||
}
|
|
@ -52,7 +52,7 @@ function PointPlus(ppVersion) {
|
|||
|
||||
// Move "all posts" to left menu
|
||||
if (options.is('option_other_move_all_to_menu')) {
|
||||
$('div.secret a').insertAfter('a#menu-recent').css('background-image','url("img/icon-private-inactive.png")');
|
||||
$('div.secret a').insertAfter('a#menu-recent').attr({'id': 'pp-left-menu-all'});
|
||||
}
|
||||
|
||||
// Side panel
|
||||
|
|
Loading…
Reference in a new issue