Firefox 3.0.11 Menü mouseover...

  • hallo zusammen...
    ich hab mir mit Personas meinen fox schön gemacht...
    das einzige was mich nun noch stört ist :
    wenn ich mit der Mouse im Menü über "Datei" ,"Bearbeiten"... usw. gehe
    dann ist dieser Button mit einem häßlichem grauen rechteck unterlegt...
    das würd ich gern abstellen

    jemand vielleicht ne idee ?

    mfg
    tpwk

  • Teste mal....

    CSS
    toolbarbutton:hover{ -moz-appearance: none !important; border: none !important; color: #ff0000 !important; background-color: transparent !important;}
  • ok habes so gemacht...
    aber...leider...

    /*
    * Edit this file and copy it as userChrome.css into your
    * profile-directory/chrome/
    */

    /*
    * This file can be used to customize the look of Mozilla's user interface
    * You should consider using !important on rules which you want to
    * override default settings.
    */

    /*
    * Do not remove the @namespace line -- it's required for correct functioning
    */
    @namespace url("http://www.mozilla.org/keymaster/gate…ere.is.only.xul"); /* set default namespace to XUL */


    /*
    * Some possible accessibility enhancements:
    */
    /*
    * Make all the default font sizes 20 pt:
    *
    * * {
    * font-size: 20pt !important
    * }
    */
    /*
    * Make menu items in particular 15 pt instead of the default size:
    *
    * menupopup > * {
    * font-size: 15pt !important
    * }
    */
    /*
    * Give the Location (URL) Bar a fixed-width font
    *
    * #urlbar {
    * font-family: monospace !important;
    * }
    */

    /*
    * Eliminate the throbber and its annoying movement:
    *
    * #throbber-box {
    * display: none !important;
    * }
    */

    /*
    * toolbarbutton:
    hover{
    -moz-appearance:
    none !important; border: none !important; color: #ff0000 !important;
    background-color: transparent !important;
    * }
    */

    /*
    * For more examples see http://www.mozilla.org/unix/customizing.html
    */

  • Lösche alles aus der Datei und hau dann das hier rein:

    CSS
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    toolbarbutton:hover{ -moz-appearance: none !important; border: none !important; color: #ff0000 !important; background-color: transparent !important;}
  • also das wir nich aneinander vorbei reden...
    ich hab den code getestet...
    hab mal bei "none" einfach irgendwele Farben eingetragen
    das ergebnis war :es änderten sich die farben (schrift) der Lesezeichenleiste
    gemeint waren die graue unterlegung der Buttons:
    Datei,Bearbeiten,Ansicht,Chronik,Lesezeichen,Extras,Hilfe ganz oben wenn man mit der mouse drüber geht

  • Hallo,

    hab das bei allen Buttons, in der kompletten Browseroberfläche! Ist imo ein Peronasproblem.
    Vielleicht kann jemand, der gut english kann, sich an die Programmierer von Personas wenden?

    Kein Text

  • hmmm...
    oke...
    hab personas deaktiviert...
    den code nochmal eingefügt...
    funktioniert bei allen menüleisten..."kein hintergrund bei mouse over"
    nur nicht bei:Datei,Bearbeiten,usw
    kann dann doch nict an persona liegen oder ?

  • hab da was gefunden...

    /* System Button Look for Menus */
    menubar > menu[_moz-menuactive="true"] {
    -moz-appearance: button !important;
    color: darkslategray !important; }

    allerdings frage ich mich wo ff den hintergrund hernimmt ???
    denn dann könnte man ihn farblich anpassen

  • Hallo tpwk, versuch das mal...

    hoffe Du meintest das damit ?