Hello Jürgen,

because of the provided entries I assume you mean the buttons in the so called "handy-menu" (new since ff29).

Here is a list of buttons we "disable":
#add-ons-button, /* Add-ons */
#developer-button, /* Entwickler-Werkzeuge */
#privatebrowsing-button, /* Privates Fenster */
#preferences-button, /* Einstellungen */
#abp-toolbarbutton, /* Adblock Plus */
#sync-button, /* Synchronisieren */
#feed-button, /* Abonnieren */
#loop-button, /* Hello */
#pocket-button, /* Pocket */
#social-share-button, /* Seite teilen */
#web-apps-button, /* Apps */
#panic-button /* Vergessen */

We don't disable buttons in about:home because we don't use about:home page.
I looked with inspector and found div-id "launcher".

The following line in userContent.css will hide the whole launcher:
#launcher  {display: none !important;}

I don't know how to disable single buttons and I'm not sure if you can limit this css to the about:home page so not every launcher element in every web-page will be disabled?
But maybee it's a start for further investigations ...

Mit freundlichen Grüßen

Sebastian Metzger

--
Sebastian Metzger
Debeka-Hauptverwaltung
Abteilung IS/BE
Ferdinand-Sauerbruch-Str. 18
56058 Koblenz

Telefon: (0261) 498-3105
Telefax: (0261) 498-2099

E-Mail: [email protected]
Internet: www.debeka.de

Am 03.12.2015 15:21, schrieb Schroth, Juergen:
Hi all,

for deploying Firefox 38.4.0 ESR I want to disable

-Sync button

-Add-ons Button

-Share this page button

-Apps Button

In the menue and on about:home

With this userChrome.css I could disable Sync and Add-ons Button in the
menu but not in about:home

---------------------------------------------------------------------------------------

@-moz-document url(chrome://browser/content/browser.xul) {

#PanelUI-fxa-status {display:none!important;}

}

#add-ons-button{

   display:none!important

}

#sync-button {

   display:none!important

}

Also I can’t find any possibility to disable the “share this page” and
“Apps” Button.

Has anyone an idea or hint for me ?

Thanks a lot for

Mit freundlichen Grüßen / Kind regards

*Jürgen Schroth*

Senior Service Professional, RfS Projectmanagement,  IXOS Client Support

Bechtle Onsite Services GmbH

Bechtle Platz 1

74172 Neckarsulm

Telefon: +49 721 3714466

mobil:     +49 151 52617344

E-Mail: [email protected] <mailto:[email protected]>

Sitz Neckarsulm, Amtsgericht Stuttgart HRB 571713,
Ust-Id.Nr.DE203362620, Geschäftsführer Jörg Öynhausen, Alexander Köhler



_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise 
or send an email to [email protected] with a subject of 
"unsubscribe"

_______________________________________________
Enterprise mailing list
[email protected]
https://mail.mozilla.org/listinfo/enterprise

To unsubscribe from this list, please visit https://mail.mozilla.org/listinfo/enterprise 
or send an email to [email protected] with a subject of 
"unsubscribe"

Reply via email to