• [^] # Re: (Pas d’) onglets verticaux...

    Posté par . En réponse à la dépêche Firefox 24. Évalué à 1.

    Utilise Stylish, tu fais tout ce que tu veux avec.

    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    .tabbrowser-tabs tab {
     -moz-appearance: none !important; }
    .tabbrowser-tabs tab[selected='true']
    {
     /*font-family: microsoft sans serif !important;*/
     color: black !important;
     /*font-size: 13px !important;*/
     font-weight:bold !important;
     /*font-style: italic !important;*/
     /*text-shadow: 1px 1px 0px !important;*/
     background-color: rgb(100,220,110) !important;
    }
    .tabbrowser-tab[selected] .tab-background
    {
     background: rgb(100,220,110) !important;
    }