newmanls / OnelineProton

An oneline userChrome.css theme for Firefox, which aims to keep the Proton experience

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to hidden windows control button

rustbomber opened this issue · comments

commented

Thank you for share, but I use the theme, the min/max/close button still show. How to hidden them?
image

commented

And I use this is not working :
image

Try adding this to your css:
.titlebar-buttonbox-container { display: none !important }
If it doesn´t work please let me know and I'll give you some instructions to figure out the solution since I don't have MacOS to check it out.

commented

Try adding this to your css:
.titlebar-buttonbox-container { display: none !important }
If it doesn´t work please let me know and I'll give you some instructions to figure out the solution since I don't have MacOS to check it out.

It is work, thank you.