![Thunderbird logo](https://assets-prod.sumo.prod.webservices.mozgcp.net/media/uploads/products/2024-02-12-07-36-53-599028_1.png)
How to make pane separation lines thicker?
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!
Alle Antworten (1)
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; }