Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

Why can I not separate the stupid "Bookmark This Page" Star from "Show your Bookmarks"? I never use that Star

  • 1 resposta
  • 16 têm este problema
  • 1 visualização
  • Última resposta de Gingerbread Man

more options

Why can I not separate the stupid "Bookmark This Page" Star from "Show your Bookmarks"? I never use that star and now it's all I click on when trying to open my Bookmarks. Very annoying

Why can I not separate the stupid "Bookmark This Page" Star from "Show your Bookmarks"? I never use that star and now it's all I click on when trying to open my Bookmarks. Very annoying

Solução escolhida

If you want to remove the ★ star icon,

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.
    • You may need to adjust the margin values to get the Ctrl+D bookmark popup aligned properly on your system.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Title: Remove the bookmark star in Firefox 29+ 
Author: http://forums.mozillazine.org/memberlist.php?mode=viewprofile&u=261941 */

#bookmarks-menu-button > .toolbarbutton-menubutton-button {
  visibility: collapse !important;
}

#bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker::before {
  display: none !important;
}

#editBookmarkPanel {
  margin-top: 32px !important;
  -moz-margin-end: -34px !important;
}

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.

Ler esta resposta 👍 2

Todas as respostas (1)

more options

Solução escolhida

If you want to remove the ★ star icon,

  1. Install Stylish and restart Firefox when prompted.
  2. Click the ≡ Menu Button and choose Add-ons.
  3. In the Add-ons Manager, click User Styles on the left.
  4. Click the Write New Style button at the top. Paste the following in the text box, give the style a name, then click the Save button.
    • You may need to adjust the margin values to get the Ctrl+D bookmark popup aligned properly on your system.

@namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);

/* Title: Remove the bookmark star in Firefox 29+ 
Author: http://forums.mozillazine.org/memberlist.php?mode=viewprofile&u=261941 */

#bookmarks-menu-button > .toolbarbutton-menubutton-button {
  visibility: collapse !important;
}

#bookmarks-menu-button > .toolbarbutton-menubutton-dropmarker::before {
  display: none !important;
}

#editBookmarkPanel {
  margin-top: 32px !important;
  -moz-margin-end: -34px !important;
}

If you don't want to install an add-on, you can use the userChrome.css file instead, but I don't recommend it.

Alterado por Gingerbread Man em