ابحث في الدعم

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

how to remove down arrow in bookmark folder? (firefox 3.6.3 on fedora)

  • 2 (ردّان اثنان)
  • 2 have this problem
  • 1 view
  • آخر ردّ كتبه sesame0816

more options

Issue

I have a problem with my bookmarks, cookies, history or settings

Description

i'm using firefox on fedora 13, and find that there's a down arrow in the bookmark folder. It takes lot of space of my bookmark bar, so i wanna remove it, please help me.

i tried google, and put following in userChome.css, but no use: #PersonalToolbar .toolbarbutton-menu-dropmarker display: none !important;

Troubleshooting information

   Application Basics
          Name          Firefox
          Version          3.6.3
          Profile Directory
            Open Containing Folder
          Installed Plugins
            about:plugins
          Build Configuration
            about:buildconfig
    Extensions
          Name
          Version
          Enabled
          ID
          Xmarks          3.7.8          true          foxmarks@kei.com
    Modified Preferences
        Name
        Value
          accessibility.typeaheadfind.flashBar          0
          browser.history_expire_days.mirror          180
          browser.places.importBookmarksHTML          false
          browser.places.smartBookmarksVersion          2
          browser.startup.homepage          http://www.google.com
          browser.startup.homepage_override.mstone          rv:1.9.2.3
          browser.tabs.warnOnClose          false
          extensions.lastAppVersion          3.6.3
          network.cookie.prefsMigrated          true
          privacy.sanitize.migrateFx3Prefs          true

Firefox version

3.6.3

Operating system

Linux

User Agent

Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100403 Fedora/3.6.3-4.fc13 Firefox/3.6.3

Plugins installed

  • -nspluginwrapper is a cross-platform NPAPI plugin viewer, in particular for linux/i386 plugins.This beta software is available under the terms of the GNU General Public License.
  • The IcedTea NPR Web Browser Plugin (using IcedTea6 1.7.1 (fedora-37.b17.fc13-i386)) executes Java applets.
== Issue == I have a problem with my bookmarks, cookies, history or settings == Description == i'm using firefox on fedora 13, and find that there's a down arrow in the bookmark folder. It takes lot of space of my bookmark bar, so i wanna remove it, please help me. i tried google, and put following in userChome.css, but no use: <code>#PersonalToolbar .toolbarbutton-menu-dropmarker display: none !important; </code> == Troubleshooting information == Application Basics Name Firefox Version 3.6.3 Profile Directory Open Containing Folder Installed Plugins about:plugins Build Configuration about:buildconfig Extensions Name Version Enabled ID Xmarks 3.7.8 true foxmarks@kei.com Modified Preferences Name Value accessibility.typeaheadfind.flashBar 0 browser.history_expire_days.mirror 180 browser.places.importBookmarksHTML false browser.places.smartBookmarksVersion 2 browser.startup.homepage http://www.google.com browser.startup.homepage_override.mstone rv:1.9.2.3 browser.tabs.warnOnClose false extensions.lastAppVersion 3.6.3 network.cookie.prefsMigrated true privacy.sanitize.migrateFx3Prefs true == Firefox version == 3.6.3 == Operating system == Linux == User Agent == Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.3) Gecko/20100403 Fedora/3.6.3-4.fc13 Firefox/3.6.3 == Plugins installed == *-nspluginwrapper is a cross-platform NPAPI plugin viewer, in particular for linux/i386 plugins.This beta software is available under the terms of the GNU General Public License. *The IcedTea NPR Web Browser Plugin (using IcedTea6 1.7.1 (fedora-37.b17.fc13-i386)) executes Java applets.

All Replies (2)

more options

Place curly brackets around the CSS rule #PersonalToolbar .toolbarbutton-menu-dropmarker

more options
  1. PersonalToolbar .toolbarbutton-menu-dropmarker {

display: none !important; }