Hintergrundfarbe der Sidebar

  • Wie kann ich die Hintergrundfarbe der Sidebar verändern?
    (Jetzt ist sie weiß javascript:emoticon(':evil:')
    Evil or Very Mad)

    Schöne Grüße von/aus Hernals
    Hart: AMD Athlon II X3, 3 GB Ram, NVIDIA GEFORCE 315, LAN (Chello Wien)
    Weich: W7 Home Premium 64-bit SP1, Fx aktuell (deutsch); Personas: Brushed Metal XP
    Sicher: Windows Firewall

  • CSS
    #historyTree,
    #bookmarks-view tree,history-view tree{
       -moz-appearance: none !important;
       background-color: rgb(240,250,250) !important;
    }


    in die userChrome.css einfügen.

    Die bezeichnung für die "Downloadsidebar" weiß ich gerade nicht.

    Und wenn die Textfarbe auch noch geändert werden soll:

    CSS
    #historyTree,
    #bookmarks-view tree,history-view tree{
       -moz-appearance: none !important;
       background-color: rgb(240,250,250) !important;
       color: rgb(0,25,10) !important;
    }

    Gruß Xirox
    Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8) Gecko/20051111 Firefox/1.5

  • Zitat

    Und wenn die Textfarbe auch noch geändert werden soll:

    CSS
    #historyTree,
    #bookmarks-view tree,history-view tree{
       -moz-appearance: none !important;
       background-color: rgb(240,250,250) !important;
       color: rgb(0,25,10) !important;
    }

    Perfekt! Vielen Dank!
    Gibt es eine Art Musterdatei oder Codesammlung, wo man solche Sachen selber suchen und nach Bedarf kopieren kann?

    Schöne Grüße von/aus Hernals
    Hart: AMD Athlon II X3, 3 GB Ram, NVIDIA GEFORCE 315, LAN (Chello Wien)
    Weich: W7 Home Premium 64-bit SP1, Fx aktuell (deutsch); Personas: Brushed Metal XP
    Sicher: Windows Firewall