I want to make the history drop-down list smaller or narrower

The history list has grown grew so great that it occupies more than half of my screen. How can make the list view more narrow and smaller. Ten points should not have to take half a 19 inch screen.

Note that you can also place such a CSS code in the file userChrome.css in chrome file in the Firefox profile folder.

I use code like this:

/* urlbar - separator */
#urlbar .dropmarker-icon, #urlbar toolbarbutton {border-left:1px solid ThreeDShadow !important}
#urlbar-icons image {border-left:1px solid ThreeDShadow !important}

/* urlbar - border */
.autocomplete-richlistitem {padding-top:2px!important; padding-bottom:2px!important}
.autocomplete-richlistitem:not(:first-child) {border-top:1px solid #ddd!important}
.autocomplete-richlistitem[selected="true"] {border-top-color:transparent!important}
  • create the chrome (lowercase) folder in the .default profile folder if the folder does not exist
  • Use a text editor like Notepad to create a userChrome.css (new) file in the folder chrome (file name is case sensitive)
  • Paste the code in the userChrome.css file in the Editor window
  • Make sure the userChrome.css file begins with the default line @namespace
  • Make sure that you select "All files" and not "text files" when you save the file via "save file as" in the text editor as userChrome.css.
    Otherwise, Windows can add a hidden file .txt extension and you end up with one does not not userChrome.css.txt file

You can use this button to go to the current Firefox profile folder:

Tags: Firefox

Similar Questions

  • in the 'history' drop-down list, there is an option to "restore the previous session. I want to remove this option completely.

    I speak no crashes or my home page. I'm talking about the option in the history drop-down that allows anyone who comes behind me to restore my session, after I'm gone.

    COR - el, I read several threads with this question, and you always seem to post these links. I don't think you understand the question properly. I read the first link you posted, and the most relevant element has been 'store session completely disabling. so I went in: config, and did what I was told. I set the preferences browser.sessionstore.max_tabs_undo and browser.sessionstore.max_windows_undo to 0. it does not work. After that, I close firefox and reopen. in the drop-down list in the history, there's always an option to restore previous session, I click on it and it restores session.

    Diego, your response is not what I was hoping. I want to stay signed in the pages I frequent. like gmail, youtube, ect. your solution sign me out of everything every time. Thus, although technically it works, this is not the option I want to use. but after tinkering with the options in this section I figured it for everyone with my same worries:

    go to: Tools > options > privacy, in the 'history' pane, select 'clear history of firefox closing', click on settings for this option, select "Browse and download history.

  • How to make the menu drop-down list with a scroll bar

    Hello

    I have a drop-down list that is filled with different table sizes.

    I have a size of 30-element array.  Some of the last items just go off the screen at the bottom of the Simulator PB.

    Is it possible for me to add a drop-down scroll bar?

    DP = new DropDown();
    dp.rowHeight = 24;
    DP.prompt = "stuff";
    DP. Height = 34;
    DP.width = 230;
    DP.x = TitleTB.x + 170;
    DP.y = Title.y-3;
    addChild (dp);

    Some of the tables look like this-

    case 'List 1':
    dp.rowCount = 2;
    for (var i: int = 0; i<2;>
    {
    if(i==0)
    {
    DPP.splice (0);
    DPP.unshift({label:"blahblah"});)
    }
    else if (i == 1) {}
    DPP.unshift({label:"foofoo"});)
    }
    }
    dp.dataProvider = new DataProvider (dpp);
    addChild (dp);
    break;

    case "List2":
    dp.rowCount = 30;
    for (var n: int = 0; n<30;>
    {
    if(n==0)
    {
    DPP.splice (0);
    DPP.unshift({label:"lalalala"});)
    }
    Else if (n == 1) {}

    **********

    Delete the existing table using splice (0);

    then I add the new array of labels.

    Before, when I didn't have the splice (0), I only had the .unshift () and sometimes got bays combined together and a scroll bar appears automatically in the Simulator.  But then the berries were mixed.

    Thanks for the help!

    Hey mlin13,

    from the looks of it, your property rowCount is set too high. the rowCount property represents the number of lines displayed on the screen when the drop down menu is open. so if the number of rows is less than the amount of items on the list, it will create a scroll bar with a drop-down list for you. try to set the number of lines to a default value of 10 and and keep it manipulate your list from there. and see if you get the desired results. Good luck!

  • If Google is my default search, can I go and change it if I want to do a search for GMaps; only the default is in the search drop-down list.

    If Google is my default search, can I go and change it if I want to do a search for GMaps; only the default is in the search drop-down list.
    So I have to change the default to Google Maps then back to Google to search for one.

    I have it! It's the topic: config "hiddenoneoffs" where the 3 elements of google, maps and mcafee have been included. There was no space between Google and maps. I put one in from Google Maps. She appeared in the first box-ff, but not sure about the search in the second time zone. I went back to the subject: one-offs. Safe search was shown with a space after Secure. I took out the space. Safe search arose in the 2nd single search box!
    Weird! This is contrary to how they show in the search parameters.
    Can I have messed that when Firefox has been reset all the search engines on an update, but I do not.
    Either incidentally, I tried to re-installation characteristic but the file comes down as a .dmg that I'm not familiar with and don't apparently is 8.0 to win because he couldn't open it. Thank you once again.

  • Is there a way to make a menu drop-down list in a form?

    I have a form I created for export to interactive PDF. In the form, the client wants an option for a drop down menu which causes another drop-down to open once the selection is made. For example:

    LIST DROP DOWN 1

    Key

    Shoes

    Pants

    Socks

    KEYSLIST

    House

    Office

    Car

    Safe

    The form filler selects in 1 'key' from the drop-DOWN list. Appears under the drop down menu to the keys and form filler selects 'House '. How could I achieve this?

    Thank you!

    This can be done in Acrobat JavaScript popup menu. It works by using a 'button' and a 'text field' instead of the item "drop-down list.

    The following script would be added to the button > properties > actions > execute a javascript script

    Apour var is ['key', 'Home', 'Office', 'Car', 'Safe'];.

    cRtn var = app.popUpMenu (keys, "Shoes", "Pants", "Socks");

    If (cRtn! = null)

    this.getField ("Response") .value = cRtn;

    Create a text field and name "Answer" the end result will be a dynamic dropdown of the key which enters the user's choice in the answer field.

  • The firefox drop-down list in the upper left corner is missing

    I do not have the firefox drop-down list box in the upper left corner.

    View > toolbars = uncheck the Menu bar

  • How to remove the old google browser displays the start menu in the internet drop-down list box?

    Original title: Start menu

    When I go to the taskbar and start menu properties I go in Start menu, and then click Customize. then at the bottom where it says see the start menu in the box, it shows an old browser I don't have how to remove it is the browser drop-down list internet google ch

    Hi OliveBrook,

    You can try to uninstall entries of Google chrome under programs and features and check if it appears in the start option of Internet link menu.

    See the link below to uninstall a program.

    http://Windows.Microsoft.com/en-us/Windows-Vista/uninstall-or-change-a-program

    Hope this information is useful.

  • How to create the link between the two drop-down lists

    Hi all

    I've created a form in which there are two drop-down lists.

    Let's say a drop-down list contains three elements A, B, C

    and another drop-down list contains three elements, Apple, banana and cherry.

    So, my request is how to create a relationship between these two drop-down lists, so that if I choose 'A' in the 1st drop-down list, Apple will be selected automatically in the 2nd drop-down list.

    Thank you

    Stéphane

    Hi Scott,.

    Niall is great. You can also use a hidden field to update the second drop-down list value.

    The first drop-down list change event script.

    Select var = xfa.event.change;
    var Items = List1.resolveNode("#items[0]").nodes;
    for (var i = 0; i)
    {
    if(Select == items.) Item (i) .value)
    {
    break;
    }
    }

    If (List1.Length > 1)

    {

    var Items_List2 = SecondDropdownlist.resolveNode("#items[0]").nodes;
    HiddenTextField.rawValue = Items_List2.item (i) .value;
    SecondDropdownlist.rawValue = HiddenTextField.rawValue;

    }

    Thank you

    Sidonie.

  • How to use a function switch box to the reference that is used several times in the previous drop-down list options?

    I use JavaScript coding in LiveCycle and development of dependent drop-down areas, but I find it difficult to write correct code. See the example below. I'm trying to use a multiple box function that refers to an option that is listed several times in the previous pull-down menu. The problem I am running into is that when I refer to any color or Nissan and Chevy, it returns the results of the color in the "Ford" column only. I'll always see color (blue, black, green and purple) options in my second drop-down list and it seems fine, but then the third drop reference only the options and colors 'Ford '. (I don't have the code for the third menu list drop-down).

    I want the client to choose Chevy or Nissan and have her drop downs (based on the color they chose)-dependent, but I can't seem to make this work.

    I hope it is clear enough (probably as mud...). I would appreciate help!

    Form1. #subform [0]. #subform [1]. cboModels::exit - (JavaScript, client)

    cboColor.clearItems ();

    {Switch (this.) RawValue)}

    case "Ford":

    cboColor.addItem ("Blue");

    cboColor.addItem ("Black");

    cboColor.addItem ("Green");

    cboColor.addItem ("Purple");

    break;

    case 'Chevy ':

    cboColor.addItem ("Blue");

    cboColor.addItem ("Black");

    cboColor.addItem ("Green");

    cboColor.addItem ("Purple");

    break;

    case "Nissan":

    cboColor.addItem ("Blue");

    cboColor.addItem ("Black");

    cboColor.addItem ("Green");

    cboColor.addItem ("Purple");

    break;

    }

    Form1. #subform [0]. #subform [1]. cboColor::exit - (JavaScript, client)

    cboPrice.clearItems ();

    {Switch (this.) RawValue)}

    case "Ford":

    case "green":

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    break;

    case 'Chevy ':

    case "green":

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    break;

    case "Nissan":

    case "green":

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    cboPrice.addItem ("blah");

    break;

    }

    You can use '\n' for newline in a string, so

    "Option 1, \nOption 2, \nOption 3;

    Put each on its own line.

    Bruce

  • Fill the table drop-down lists?

    I read the discussion on this feature and created a sample form to test the code before implementing it in my main form, but I can't make it work.

    That's what I put in the "preOpen' from the drop-down list:

    Form1. DropTest.DropDownList3::preOpen - (JavaScript, client)

    First clear the items in the list

    this.rawValue = null;

    this.clearItems ();

    Build new items

    nRows var = xfa.resolveNodes ("form1. DropTest.Table1.Row1 [*]. Name');

    for (var i = 0; i < nRows.length; i ++) {}

    This.AddItem (nrows. Item (i). RawValue);

    }

    This is the hierarchy of the form

    I use a table with a repeating line (line 1). That's what the appearance of the shape as expected the names to display in the drop-down list but is not

    .

    I'd appreciate that somoene could tell me what I'm missing. Thank you

    Hello

    the preOpen event is raised on the preOpen the PDF file and not preOpen the dropDownList control.

    I think that you want to use in this case would be the event enter the dropdownlist control

    I hope this helps!

  • Question about the use of the feature drop-down list box!

    I have a form that I am creating for our company that will allow our field nurses choose what they need and print more effieciently.  The problem is that some parts are too long and I can't get the Combo box feature to allow them to be printed on several lines:

    Region Capture.jpg

    I talked to my supervisor to remake the shape to look like this:

    Region Capture3.jpg

    But so that we can meet the State's guidelines, it must be formatted like the first, because it is the form of the State given to us.  I want to be able to be:

    (A) that the automatic multi-line text of combo box size so it will get all the information in each box

    OR

    (B) create text boxes at the end of the automatic enteries selected data of the second picture form in boxes that look like the first photo.

    Is it possible to make one of these?

    (A) No.

    (B) Yes. Create a text box with the following code as the custom calculation

    script (assuming that the name of the drop-down list is "Combo Box1"):

    Event.Value = this.getField("Combo_Box1").value;

    For example, when the user makes a selection in the drop-down list box, the value will be

    also appear in the text box. Make sure to set the read-only text box

    and set the drop-down list box to apply the selection immediately.

  • Remove the new drop-down list menu search entirely (again!)?

    Since the upgrade to 43.0.1, there is a small window to appear whenever I type in the search bar, just like how it was there are several versions (see https://support.mozilla.org/en-US/questions/1035637 for the previous issue). I have suggestions search disabled, and I have browser.search.showOneOffButtons set to False in topic: config. How to make this new drop-down window disappear?

    "browser.search.showOneOffButtons" was a temporary pref from Firefox 34. The underlying code that have supported this preference is gone like Firefox 43.

    https://addons.Mozilla.org/en-us/Firefox/addon/classicthemerestorer/ has an option for old search (experimental) in Options of CTR > UI (1)

  • How to: Disable the new 'Visit what you type' in the url drop-down list. FF 43

    So with the update of FF 43 Mozilla is still destroying my workflow. While browsing I have I'll especially out of muscle memory. And the new updated through upward in the top position most of the url drop-down the search with the option. I disabled that within 5 minutes but now instead of it's me give "visit"url what ever I can partially be hit". I wish that this new item disabled and can't seem to find an option for her.

    I never understood why the url bar allowed for searching the Web when there is already a dedicated search bar.

    You can set this pref to false on the topic: config page.

    • Browser.urlbar.unifiedcomplete = false

    You can open the topic: config page via the address bar.
    You can accept the warning and click on "I'll be careful" to continue.

    Location drop-down menu bar may show items from the history, as well as pages of a bookmark and sites currently open in tabs.
    You can define what suggestions to show when you enter a URL in the address bar in "Options/Preferences > privacy".

    • Tools > Options > privacy > address bar: when you use the location bar, suggest:
      History
      Bookmarks
      Open tabs
    • choice of browser.urlbar.suggest.history.onlyTyped must be modified directly through the pref
    • choice of browser.urlbar.Suggest.Searches is present in Firefox 43 + as 'See the search in the location bar results suggestions' in "Options/Preferences > Search" in the search parameters
  • How to disable the address drop-down list when you write a new?

    I don't want my previous addresses drop-down list when I start to write a new one.

    • Firefox (Tools) > Options > privacy > address bar: when you use the location bar, suggest: nothing
  • expand the category drop-down list table in the model of checkbook

    Using version 2.3 of numbers 09.  Try to understand the model section for checkbook and to expand the available categories in the menu drop-down allows to assign a category to an entry in the checkbook.  Where would we go to learn this procedure.

    Hi Robert,.

    This is as good one place as any.

    If you have started using the model and have defined categories for all operations, make changes to the cells in these rows. Fill the pop-up menu edited cells wil also reset the value of each cell filled to the currently selected value in the source cell to this filling.

    Add new categories to a cell in the context menu

    In the Transactions table, click any cell to the row and column reference tabs appear.

    Line control grip (red arrow in the image below) and drag to the bottom to add a new line. The new line will contain a new copy of the cell from the popup menu in the category column. Click this cell to select it.

    In the bar of buttons above the workspace, click the Inspector button to open the Inspector, and then click the format cell [42] button to go to the cell format Inspector.

    You will see the list of the menu items for the selected cell. The list below are a pair of buttons marked + and - (blue arrow). To add a new item to the menu, click on the button +.

    The new item appears at the bottom it has the list, with its highlighted text as shown. Type the new category name.

    Repeat for as many new features that you need.

    You can also edit the items already in the list.

    Double-click an existing item to select the text. Type the new name for the item.

    When you are finished, close the Inspector.

    The menu changes are applied immediately and affect only the menu in the modified cell, and cells, this version of the menu is filled in. If you add a new line to the bottom of the table, for example, the edition menu of line 15 will be filled in the new line.

    Add a new category to the account categories table

    The new category is not automatically added to the category table account. When you add it, ensure that there is an exact match between the label of the table and the category in the menu.

    Click any cell in the account categories table to select it.

    Enter the line control handle and drag down to add as many lines as necessary.

    Note that the totals in a footer line moves down and the new lines are added above it.

    Fill in the new lines of the new category (or categories). *

    If you have completed transactions for these categories, these will be totaled in the B column and adds the total in the footer line, but not yet appear on the pie chart.

    Add the new categories on the pie chart

    Click the pie chart to select it and show its data source.

    Data for the graph comes from the cells defined by the selection (in blue) rectangle. The cells shown in white on a background come from the chart legend labels black in column A of the table in the colors of the wedge can be seen in the box beside the category name (and can be changed by clicking on the box, and then choosing a new color in the fill color in the toolbar).

    To add the new category to the table, place the mouse pointer on the small handful (circle in the lower right corner of the selection rectangle. When the pointer changes into a Black plus sign, click and drag down to lock the new categories, which will be instantly assigned a color and added to the graph.

    Click anywhere outside the objects onscreen to deselect all objects, and then save your work.

    * To ensure matched spelling between the menus and the list of categories, select one of the new cells of menu and copy. Select one (or all) cells new category on the table of the types of accounts and paste. Specify each menu to the new categories, and then select all the cells in the new category. In the format of cell Inspector, use the context menu to change the format of these cells to the text. This removes the attribute from popup menu of the cells, leave the text as it was when the last value.

    Kind regards

    Barry

Maybe you are looking for