Ласкаво просимо до додатків SeaMonkey.

Додайте функції та стиль, щоб зробити SeaMonkey своїм.

Закрити

В дорозі?

Перегляньте наш сайт додатків для мобільного.

Закрити

R Pruitt

Про мене

Інформація для розробника
Ім'я R Pruitt
Користувач з Березень 5, 2007
Кількість розроблених додатків 1 додаток
Середня оцінка додатків розробника Оцінка 4 з 5 зірок

Створені мною додатки

NewsFox Потрібен перезапуск Відібрані

NewsFox is an efficient 3-pane(email) style Atom/RSS feed reader.

Оцінка 4 з 5 зірок (239)
28 користувачів

Мої відгуки

Classic Reloaded

Оцінка 4 з 5 зірок

To remove the message header toolbar entirely, put the following line in userChrome.css:

#header-view-toolbox { display: none; }

Edited to add: to have the message header buttons display normally(to the right for LTR languages) use the following:

#expandedHeadersTopBox { display: block; }

Apparently this is overwritten in the extension, and it is what allows the From and buttons to be moved with CSS.