সহায়তা খুঁজুন

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

Thunderbird address bar drop down list.

  • কোনো জবাব নেই
  • 1 এই সমস্যাটি আছে
  • 1 দেখুন
more options

I have userChrome.css coded and the row height in the folder pane controls the row height in the address bar drop down list. I want to narrow row height of the folder pane and leave the height of the drop down list as is; Is there any way to change the row height of the drop down independently?

/**********************************************************/ /* FOLDER PANE */ /**********************************************************/

treechildren::-moz-tree-row {

   margin-top: -2px !important;
   margin-bottom: -2px !important;

} treechildren::-moz-tree-row(hover), treechildren::-moz-tree-row(selected) { margin-top: 1px !important; margin-bottom: 1px !important; }

I have userChrome.css coded and the row height in the folder pane controls the row height in the address bar drop down list. I want to narrow row height of the folder pane and leave the height of the drop down list as is; Is there any way to change the row height of the drop down independently? /**********************************************************/ /* FOLDER PANE */ /**********************************************************/ treechildren::-moz-tree-row { margin-top: -2px !important; margin-bottom: -2px !important; } treechildren::-moz-tree-row(hover), treechildren::-moz-tree-row(selected) { margin-top: 1px !important; margin-bottom: 1px !important; }