History Menu Button

Add-ons for Pale Moon and other applications
General discussion, compatibility, contributed extensions, themes, plugins, and more.

Moderators: FranklinDM, Lootyhoof

User avatar
Antonius32
Add-ons Team
Add-ons Team
Posts: 695
Joined: 2014-05-25, 11:18
Location: Netherlands

Re: History Menu Button

Unread post by Antonius32 » 2016-01-22, 10:33

LimboSlam wrote:Hey Antonius32, I don't know if I report this to you or Lootyhoof, but I just recently found a misconfiguration with History Menu Button while using the XMoon theme:
History Menu Button.jpg
History Menu Button.jpg (1.53 KiB) Viewed 750 times
The History Menu button will be a standard feature in Pale Moon 26, and I believe Lootyhoof has adapted all themes to cater to that. But if you want a quick fix, to make the XMoon theme work with the History Menu Button extension, you can apply the following user style:

Code: Select all

#history-menu-button {
  -moz-image-region: rect(0, 160px, 20px, 140px) !important;
}

#navigator-toolbox[iconsize=large][mode=icons] > #nav-bar #history-menu-button > .toolbarbutton-icon {
  padding: 0 2px !important;
}

Locked