Hide/move Appmenu?

Users and developers helping users with generic and technical Pale Moon issues on all operating systems.

Moderator: trava90

Forum rules
This board is for technical/general usage questions and troubleshooting for the Pale Moon browser only.
Technical issues and questions not related to the Pale Moon browser should be posted in other boards!
Please keep off-topic and general discussion out of this board, thank you!
DylanAM

Hide/move Appmenu?

Unread post by DylanAM » 2016-08-21, 21:30

Hi, i'm using Linux Mint MATE, with the "Arc Darker" theme. Also on Pale Moon, I am using the australium (firefox-like) theme. Unfortunately, the Appmenu button looks out of place on the theme I'm using and it's starting to bother me. Without enabling the menu bar, is the any way to move, hide, or change what the appmenu looks like without changing any on my themes? (I would prefer it to be moved to the right side of the Navigation Toolbar like it is in firefox, but if that's not possible I would be more than happy to seek an alternative solution.)
Attachments
me too.png
Screenshot at 2016-08-21 17-21-05.png

New Tobin Paradigm

Re: Hide/move Appmenu?

Unread post by New Tobin Paradigm » 2016-08-21, 22:08

Add this to userChrome.css

Code: Select all

#appmenu-button {
    display: none !important;
}
Should present you with the desired results. Depending on the theme you use it may not rid yourself of the space occupied, however.

You could explore with DOM Inspector. DOMi will give you hints about what to override to possibly eliminate the margin/padding if any.

Locked