Verschiedene Schriftfarben -Gelöst

  • Zitat von kleener Muck

    Lesezeichenbutton in die Lesezeichensymbolleiste gezogen,
    nun würde ich denen gern eine andere Schriftfarbe zuweisen


    CSS
    @-moz-document url-prefix(chrome://browser/content/browser.xul){
    #nav-bar > toolbarbutton{color: #000 !important;font-weight: bold !important;font-size: 10.5pt !important;}
    #nav-bar > toolbarbutton:hover{color: #000fff !important; font-weight: bold !important;
    
    
    #bookmarksBarContent > toolbarbutton{font-weight: bold !important; font-size: 11.5pt !important;color: #fff000 !important;}
    #bookmarksBarContent > toolbarbutton:hover{font-weight: bold !important; font-size: 11.5pt !important;color: #fff000 !important;}
    }


    oder

    CSS
    @-moz-document url-prefix(chrome://browser/content/browser.xul){
    toolbaritem{color: #000 !important;font-weight: bold !important;font-size: 10.5pt !important;color: #000 !important;}
    toolbaritem:hover{color: #000fff !important; font-weight: bold !important;
    
    
    #bookmarksBarContent > toolbarbutton{font-weight: bold !important; font-size: 11.5pt !important;}
    #bookmarksBarContent > toolbarbutton:hover{font-weight: bold !important; font-size: 11.5pt !important;color: #fff000 !important;}}

    Gruß MK204

    Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/19 Firefox/19.0b2

  • Probier den mal

    CSS
    #bookmarksMenu{font-weight: bold !important; font-size: 11.5pt !important;color: #000 !important;-moz-appearance  : none !important;}
    #bookmarksMenu:hover{color: #ff0000 !important;-moz-appearance  : none !important;}

    Die Radikale wäre dieser Schnipsel gg - für alles.....

    CSS
    toolbarbutton{font-weight: bold !important; font-size: 11.5pt !important;color: #000 !important;-moz-appearance  : none !important;}
    toolbarbutton:hover{color: #ff0000 !important;-moz-appearance  : none !important;}

    Gruß MK204

    Mozilla/5.0 (Windows NT 5.1; rv:19.0) Gecko/19 Firefox/19.0b2