This site will have limited functionality while we undergo maintenance to improve your experience. If an article doesn't solve your issue and you want to ask a question, we have our support community waiting to help you at @FirefoxSupport on Twitter and/r/firefox on Reddit.

Search Support

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 make pane separation lines thicker?

  • 1 reply
  • 0 have this problem
  • 7 views
  • Last reply by sfhowes

more options

Dear all,

The folder pane, message list pane, and message pane are separated by lines 1 pixel wide. Is there a way to make the lines thicker, perhaps editing the chrome/userChrome.css file?

Thanks in advance!

Dear all, The folder pane, message list pane, and message pane are separated by lines 1 pixel wide. Is there a way to make the lines thicker, perhaps editing the chrome/userChrome.css file? Thanks in advance!

All Replies (1)

more options

The code to make the splitters prominent on hover is given here.

#folderPaneSplitter:hover {
background-color: forestgreen !important;
}
#messagePaneSplitter:hover {
background-color: forestgreen !important;
}
splitter[orient="vertical"]:hover,
splitter[orient="vertical"]:focus {
border-top: 4px solid forestgreen !important;
}