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!

Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

How to make pane separation lines thicker?

  • 1 απάντηση
  • 0 έχουν αυτό το πρόβλημα
  • 7 προβολές
  • Τελευταία απάντηση από 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!

Όλες οι απαντήσεις (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;
}