userchrome.css-Codes gesucht!

  • Sowas z. B. versuchen:

    #PersonalToolbar toolbarseparator{border-left:1px solid #FARBE !important}

    #FARBE = Farbcode eingeben

    kürzer:

    #PersonalToolbar toolbarseparator{border-left-color:#FARBE !important}

  • Das ist das Menü wenn man z.B. mit STRG+D ein Lesezeichen hinzufügen will, also der aufklappende Teil wenn man den Dropdownpfeil hinter Lesezeichen-Menü klickt.
    Das sollte zu schaffen sein. Ich weiss es nicht...
    Napster32: Ho uno sguardo al tedesco tradotto. Abbiate pazienza, ci vuole un po '....
    Si tratta di google-italiano scuse! Ciao
    Edit:
    Oh bene, che è una risposta

  • Zitat von MaximaleEleganz

    Try this:

    CSS
    #editBMPanel_folderMenuList > menupopup {
       background-color: #000000 !important; 
    }


    It doesn't work... :cry:

    Zitat von Boersenfeger

    Das ist das Menü wenn man z.B. mit STRG+D ein Lesezeichen hinzufügen will, also der aufklappende Teil wenn man den Dropdownpfeil hinter Lesezeichen-Menü klickt.
    Das sollte zu schaffen sein. Ich weiss es nicht...
    Napster32: Ho uno sguardo al tedesco tradotto. Abbiate pazienza, ci vuole un po '....
    Si tratta di google-italiano scuse! Ciao
    Edit:
    Oh bene, che è una risposta


    Write to english, this italian is incorrect....
    Italian is a difficult language :D
    But Yes, this is a STRG+D, It is the dropdown menu... I have insert:

    CSS
    menulist[oncommand="gEditItemOverlay.onFolderMenuListCommand(event);"]
    {
         background-color:blue !important;
    }


    But one part only is colored... You can see at the image posted on the previous...
    I also noticed that if I enter:

    CSS
    menuitem
    {
       background-color: #000000 !important;
    }


    The menu is with the black background, however, are errors in the rest ...
    http://img32.imageshack.us/img32/4724/errornzh.jpg

  • Hallo @ Napster32......please test it

  • Hallo, zusammen !

    Ich suche den Stylish-Code für Auto Click, den ich zwar hier im Forum irgendwo mal gelesen und ausprobiert habe, aber nicht mehr finde. :-??
    AutoClick läßt das Öffnen eines Tabs zu, wobei man mit der Maus ca. 1,5 Sekunden über einen Link fährt.

    Es wäre nett, wenn man den Code hier im Forum posten könnte; denn mein damaliger Versuch hat nicht geklappt.

    Herzlichen Dank. :klasse:

    Firefox 122 + Win 11 Pro - ;):thumbup:

  • Mein Request betrifft Firefox 3.5.1 auf Mac OSX Leopard.

    Dort sind in der Lesezeichen-Symbolleiste die Links mit Text und anschließendem Pfeil nach unten dargstellt.

    Also: Lesezeichen&[PfeilNachUnten]. Das ganz wirkt dann wie ein DropDown Menü.

    Ich möchte dies abschalten und NUR das Lesezeichen, also ausschließlich den Text darstellen. Habe schon diverse Sachen versucht, aber bisher hab ich nicht den richtigen Trigger dafür gefunden.

    Kann vielleicht jemand helfen?

    Derzeit sieht es bei mir so aus:

    Die Lesezeichen (Ordner) sind mit einem Icon verknüpft und zentiert, damit eben so ein Effekt wie beim Dock ensteht. Störend ist jetzt eben nur noch dieser Pfeil rechts neben dem Text (bzw. in meinem Fall neben dem Icon)

    Gruß Iced

  • Zitat von 2002Andreas

    Hallo @ Napster32......please test it

    Nothing, it doesn't work...
    There are still errors in the bookmarks... I have deleted: "background-color: black !important;" and the errors in bookmarks are gone...
    Now I have add:

    CSS
    menulist menupopup > menuitem 
    { background-color: #000000 !important;}


    But I still Have problems, see the image...
    [Blockierte Grafik: http://img33.imageshack.us/img33/6422/errorvhr.th.jpg]

  • @ Napster32

    Zitat von Napster32

    I added a very nice new template for firefox 3.5,


    Template?

    #editBMPanel_folderMenuList > menupopup {
    background-color: #000000 !important;
    }

    The code works like a charm with me.

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

    @ IcedEarth

    Habe von Mac keinerlei Ahnung, probiere mal das (oder versuche es mit dem DOM-Inspector herauszufinden):

    #PersonalToolbar .toolbar-drop-indicator{display:none !important}

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

    @ yetrael

    Ich wüsste nicht wie

    Erweiterung mal anschauen: https://addons.mozilla.org/de/firefox/addon/9480
    Für 3.5 versuchen passend zu machen; ob die Erw. (dann) und überhaupt funktioniert, keine Ahnung.

  • Zitat von Steph

    @ Napster32


    Template?

    #editBMPanel_folderMenuList > menupopup {
    background-color: #000000 !important;
    }

    The code works like a charm with me.

    Theme, Sorry...
    I have add the code, but i have other errors, see the image...
    The code

    CSS
    #editBMPanel_folderMenuList > menupopup {
       background-color: #000000 !important;
    }

    don't change nothing....

  • Zitat von IcedEarth

    Störend ist jetzt eben nur noch dieser Pfeil rechts neben dem Text (bzw. in meinem Fall neben dem Icon)


    Blindflug - teste mal des.....

    CSS
    .toolbarbutton-menubutton-dropmarker { display: none !important; }


    oder

    CSS
    #bookmarks-ptf toolbarbutton[container="true"] .toolbarbutton-dropmarker {display: none !important;}


    oder

    CSS
    #bookmarks-ptf toolbarbutton[container="true"] .toolbarbutton-menubutton-dropmarker { display: none !important; }{

    Gruß MK204

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

  • Zitat von Napster32

    I added a very nice new template for firefox 3.5


    Napster, please show the code of this theme

    Gruß MK204

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