this post was submitted on 20 Apr 2024
5 points (100.0% liked)

Firefox Customs

3 readers
1 users here now

Chat with us!

Post your unsupported Firefox customizations here!

From the makers of r/FirefoxCSS

Links

Related

Rules

  1. Posts must have flair!
  2. Posts cannot be memes/shitposts. They should be about Firefox customization with CSS.
  3. Please be civil. Bear in mind that many users come here for help and would be turned off by insults and rudeness.
  4. When posting large amount of code use a service dedicated to hosting text snippets, such as pastebin, hastebin, github gist or equivalent. Relatively short snippets can be wrapped in code-block for inline viewing.
  5. Do NOT use url-shorteners or link to compressed downloads (such as zip or rar) when sharing code.

founded 1 year ago
MODERATORS
 

I'm using this stile from @MrOtherGuy : vertical_popup_menubar.css and that makes the menu items from Library disappear.

top 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 3 points 4 months ago (1 children)

Bleh, I've used way too generic selectors there... I updated the style and now it only applies to #main-menubar not all menubars like before. Another alternative could have been to use @-moz-document block to limit the style to only browser.xhtml but it's probably alright like this.

[โ€“] [email protected] 2 points 4 months ago

thank you so much, I will use @-moz-document for a quick solution, I will try your new code in a future cause I'm getting some issues combined with my personal code, I think jeje. Thanks for the quick answer.