Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Learn More

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Does anything replace userChrome.css?

  • 1 відповідь
  • 0 мають цю проблему
  • 37 переглядів
  • Остання відповідь від sfhowes

more options

TB 115.2.2 (64-bit)

TB was updated today. userChrome.css is now completely ignored. Is there some replacement for customizing the appearance?

I used userChrome.css to enlarge the font sizes in the toolbar, folder, and pane windows, and the line spacing in those windows. Now I have tiny text squished together.

These are the styles no longer working: /* Text In Tab Labels And Tool Bar(s)

  • /

toolbar {

    font-weight: normal !important;
    font-size: 18px !important;
    font-family: Core Sans N43 Ex, sans-serif !important;
}

/* Menu font Top of the window: File/Edit etc

  • /

menu, menulist, menuitem {

    font-family: Core Sans N43 Ex, sans-serif !important;
    font-size: 18px !important;
}

/* Set Font Size In Folder Pane and Thread Pane

  • /
  1. folderTree >treechildren::-moz-tree-cell-text {
   font-size: 16px !important;
   font-family: Core Sans N43 Ex, sans-serif !important;
}
  1. threadTree >treechildren::-moz-tree-cell-text {
   font-size: 16px !important;
   font-family: Core Sans N43 Ex, sans-serif !important;
}

/* After adjusting the font size(s), you find that the spacing between the lines also needs adjusting, here's code to accomplish that.

  • /
  1. folderTree >treechildren::-moz-tree-row {
    height: 20px !important;
}
  1. threadTree >treechildren::-moz-tree-row {
    height: 28px !important;
}

/* this changes the lines use in the headers to link threads

  • /

tree[seltype="cell"] > treechildren::-moz-tree-line, tree[seltype="text"] > treechildren::-moz-tree-line, treechildren::-moz-tree-line {

    border: 1px dotted #006 !important;
}
TB 115.2.2 (64-bit) TB was updated today. userChrome.css is now completely ignored. Is there some replacement for customizing the appearance? I used userChrome.css to enlarge the font sizes in the toolbar, folder, and pane windows, and the line spacing in those windows. Now I have tiny text squished together. These are the styles no longer working: /* Text In Tab Labels And Tool Bar(s) */ toolbar { font-weight: normal !important; font-size: 18px !important; font-family: Core Sans N43 Ex, sans-serif !important; } /* Menu font Top of the window: File/Edit etc */ menu, menulist, menuitem { font-family: Core Sans N43 Ex, sans-serif !important; font-size: 18px !important; } /* Set Font Size In Folder Pane and Thread Pane */ #folderTree >treechildren::-moz-tree-cell-text { font-size: 16px !important; font-family: Core Sans N43 Ex, sans-serif !important; } #threadTree >treechildren::-moz-tree-cell-text { font-size: 16px !important; font-family: Core Sans N43 Ex, sans-serif !important; } /* After adjusting the font size(s), you find that the spacing between the lines also needs adjusting, here's code to accomplish that. */ #folderTree >treechildren::-moz-tree-row { height: 20px !important; } #threadTree >treechildren::-moz-tree-row { height: 28px !important; } /* this changes the lines use in the headers to link threads */ tree[seltype="cell"] > treechildren::-moz-tree-line, tree[seltype="text"] > treechildren::-moz-tree-line, treechildren::-moz-tree-line { border: 1px dotted #006 !important; }

Усі відповіді (1)

more options