Wie kannn ich die Trennlinie, die sich oberhalb "Alle in Tabs öffnen" im Ordnermenü der LZ-Symbolleiste befindet, farblich ändern ?

Trennlinie im Ordnermenü: Farbe ändern
-
Pentomino -
6. Dezember 2017 um 10:26 -
Erledigt
-
-
-
Sehr schön ! Damit lässt sich was "anfangen"
Besten Dank -wie immer- für die schnelle Hilfe :klasse: -
Gerne doch
-
Der Code gehört schon in die userChrome.css oder? Bei mir ändert sich nämlich die Farbe nicht.
-
Ja, und so sieht das dann aus:
[attachment=0]Zwischenablage01.jpg[/attachment]
-
Und bei mir (zur Zeit :wink: ) so:
-
Bei mir tut sich nichts.
-
Nutzt du denn schon andere Einträge in der userChrome.css?
-
CSS
Alles anzeigen@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); .bookmark-item:not(#bookmarks-menu-button) > .toolbarbutton-icon { display:none!important} /* AGENT_SHEET */ notification[value="plugin-hidden"] {display: none !important} /* AGENT_SHEET */ @-moz-document url(chrome://global/content/alerts/alert.xul) { #alertBox {animation-duration: 120s !important} } @media (-moz-os-version: windows-win10) { #main-window:not([customizing]) {-moz-appearance: -moz-win-glass !important; background-color: transparent !important; } .titlebar-button {background-color: transparent !important; } .titlebar-button:hover {background-color: Highlight !important; } #titlebar-close:hover {background-color: hsl(355, 86%, 49%) !important; } #titlebar-close:hover:active {background-color: hsl(355, 82%, 69%) !important; }}} /* Farbe für Inaktiven Tab */ .tabbrowser-tabs tab{ background:#4F4F4F!important } /* Farbe aktiver Tab wie in FF 55.x */ .tabbrowser-tab[selected="true"]{ color: white!important;} .tab-background[selected="true"]{ background:#FF8000!important;} } menuseparator.bookmarks-actions-menuseparator{ -moz-appearance: none !important; border: 1px solid blue !important; padding: 1px !important; min-height: .9px !important; max-height: .9px !important; }
-
Teste den kompl. Code bitte mal, in deinem waren 2 } zuviel.
CSS
Alles anzeigen@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); @namespace html url("http://www.w3.org/1999/xhtml"); .bookmark-item:not(#bookmarks-menu-button) > .toolbarbutton-icon { display:none!important} /* AGENT_SHEET */ notification[value="plugin-hidden"] {display: none !important} /* AGENT_SHEET */ @-moz-document url(chrome://global/content/alerts/alert.xul) { #alertBox {animation-duration: 120s !important} } @media (-moz-os-version: windows-win10) { #main-window:not([customizing]) {-moz-appearance: -moz-win-glass !important; background-color: transparent !important; } .titlebar-button {background-color: transparent !important; } .titlebar-button:hover {background-color: Highlight !important; } #titlebar-close:hover {background-color: hsl(355, 86%, 49%) !important; } #titlebar-close:hover:active {background-color: hsl(355, 82%, 69%) !important; }} /* Farbe für Inaktiven Tab */ .tabbrowser-tabs tab{ background:#4F4F4F!important } /* Farbe aktiver Tab wie in FF 55.x */ .tabbrowser-tab[selected="true"]{ color: white!important;} .tab-background[selected="true"]{ background:#FF8000!important;} menuseparator.bookmarks-actions-menuseparator{ -moz-appearance: none !important; border: 1px solid blue !important; padding: 1px !important; min-height: .9px !important; max-height: .9px !important; }
-
2002Andreas, Du bist ein Zauberer. Danke, jetzt fuzt es.
-
Gern geschehen