Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Подробнее

How to remove toolbar button?

  • 4 ответа
  • 0 имеют эту проблему
  • 19 просмотров
  • Последний ответ от Erik Arnesson

more options

Hi! Using about:config and adding a couple of lines of codes to userchrome css and usercontent css I managed to remove the calendarbutton, the tasks button aswell as the chat button from the spaces toolbar on the left. I really want to to the same with the hide toolbar for tabs menu button furthest down on the page, how do I do that? Another thing I really also would like to do is stop the contacts button from opening a new page, instead I think it should just switch from the email page to the contact one, not open a new. Is there any way of doing this?

Really gratefull if I can get some help with this! Thanks!

Hi! Using about:config and adding a couple of lines of codes to userchrome css and usercontent css I managed to remove the calendarbutton, the tasks button aswell as the chat button from the spaces toolbar on the left. I really want to to the same with the hide toolbar for tabs menu button furthest down on the page, how do I do that? Another thing I really also would like to do is stop the contacts button from opening a new page, instead I think it should just switch from the email page to the contact one, not open a new. Is there any way of doing this? Really gratefull if I can get some help with this! Thanks!

Выбранное решение

The spaces toolbar collapse button can be hidden with css:

button#collapseButton.spaces-toolbar-button{display: none !important;}


Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

Прочитайте этот ответ в контексте 👍 2

Все ответы (4)

more options

Perhaps post a screenshot of the 'toolbar for tabs menu button'.

Полезно?

more options

This one.

Полезно?

more options

Выбранное решение

The spaces toolbar collapse button can be hidden with css:

button#collapseButton.spaces-toolbar-button{display: none !important;}


Help/Troubleshooting Info, Profile Folder, Open Folder, close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

Полезно?

more options

Thank you very much!

Полезно?

Задать вопрос

Для ответа на сообщения вы должны войти в свою учётную запись. Пожалуйста, задайте новый вопрос, если у вас ещё нет учётной записи.