1. Nachrichten
  2. Forum
    1. Unerledigte Themen
    2. Forenregeln
  3. Spenden
  • Anmelden
  • Registrieren
  • Suche
Alles
  • Alles
  • Artikel
  • Seiten
  • Forum
  • Erweiterte Suche
  1. camp-firefox.de
  2. universum123

Beiträge von universum123

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 14:29

    klein mom muss Fx Nightly neu starten

    usw.

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 14:24

    endlich kommt der entscheidende „Satz“

    CSS
    @import "CSS/extra-config-menu.css"; 
    
    
    
    
    /* Links Kontexmenue aufraemen ?? */
    menu[label="Link an Gerät senden"],
    menu[label="Tab an Gerät senden"],
    menu[label="Seite an Gerät senden"],
    menuitem[label="Link in neuem privaten Fenster öffnen"],
    menuitem[label="Link bei Pocket speichern"],
    menuitem[label="Seite bei Pocket speichern"],
    menuitem[label="Auswahl-Quelltext anzeigen"],
    menuseparator#inspect-separator,
    menuseparator#context-sep-sendlinktodevice{
    display:none!important}
    
    
    
    
    
    
    /* Übernahme samt diverser Änderungen von "Color your URL bar based on website security : FirefoxCSS" -
     * https://www.reddit.com/r/FirefoxCSS/comments/7dkhuh/color_your_url_bar_based_on_website_security/
     *****************************************************************************************************/
    /*
     * Originally from:
     * http://forums.mozillazine.org/viewtopic.php?p=14404121#p14404121
     */
    
    
    #urlbar {
      position: relative;
      z-index: 1;
    }
    
    
    #identity-box::after {
      content: '';
      position: absolute;
      height: 100%;
      width: 100%;
      top: 0;
      left: 0;
      pointer-events: none;
      z-index: -1;
      background: var(--toolbar-bgcolor); /* geändert; ursprünglich: white */
      opacity: 0.2;
      transition: background 250ms linear; /* ergänzt, Zeitspanne vergrößert */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.unknownIdentity::after {
      background: #ff0039; /* Firefox Red 50 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.chromeUI::after {
      background: #0a84ff; /* Firefox Blue 50 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.extensionPage::after {
      background: #45a1ff; /* Firefox Blue 40 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.verifiedIdentity::after{
      background: #058b00; /* Firefox Green 70 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.verifiedDomain::after{
      background: #12bc00; /* Firefox Green 60 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.mixedActiveBlocked::after {
      background: #30e60b; /* Firefox Green 50 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.mixedDisplayContent::after {
      background: #d7b600; /* Firefox Yellow 60 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.mixedDisplayContentLoadedActiveBlocked::after {
      background: #d7b600; /* Firefox Yellow 60 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.certUserOverridden::after {
      background: #ffe900; /* Firefox Yellow 50 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.weakCipher::after {
      background: #a47f00; /* Firefox Yellow 70 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.mixedActiveContent::after {
      background: #d70022;  /* Firefox Red 60 */
    }
    
    
    #urlbar[pageproxystate='valid'] #identity-box.insecureLoginForms::after {
      background: #a4000f;  /* Firefox Red 70 */
    }
    
    
    #urlbar[pageproxystate='valid'][focused="true"] #identity-box::after { /* Regel ergänzt */
      background: var(--toolbar-bgcolor);
    }
    
    
    
    
    
    
    
    
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    
    
    @-moz-document url-prefix("chrome://browser/content/browser.xul") {	
    
    
    #navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {
    -moz-box-ordinal-group:10
    }
    
    
    #TabsToolbar {
    -moz-box-ordinal-group:1000!important;
    margin-top:0px!important;}
    }
    
    
    
    
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    
    
    @-moz-document url-prefix("chrome://browser/content/browser.xul") {	
    
    .tabbrowser-tab[selected="true"]{
    color: Yellow!important;}
    
    
    .tab-background[selected="true"]{
    background:blue!important;} 
    
    
    .tabbrowser-tab:not([selected="true"]){
    color: White!important;}
    
    
    .tab-background:not([selected="true"]){
    background:Gray!important;} 
    
    
    }
    
    
    /* Farbe url-bar je nach identity */
       @-moz-document url("chrome://browser/content/browser.xul") {
     urlbar[pageproxystate="valid"] > #identity-box.verifiedDomain > #connection-icon{
        list-style-image: url(chrome://browser/skin/connection-secure.svg);
        visibility: visible;
        -moz-context-properties: fill;
        fill: #12BC00;
    }
    
    
    #urlbar[pageproxystate="valid"] > #identity-box.mixedActiveBlocked > #connection-icon {
        list-style-image: url(chrome://browser/skin/connection-secure.svg);
        visibility: visible;
        -moz-context-properties: fill;
        fill: blue!important;
    }
    
    
    #urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity > #connection-icon{
        list-style-image: url(chrome://browser/skin/connection-secure.svg);
        visibility: visible;
        -moz-context-properties: fill;
        fill: red!important;
    }
    
    
    }
    
    
    
    
    /* Lesezeichen Symbolleiste Datei, Bearbeiten, Ansicht, Lesezeichen und Hilfe ?? */
    
    
    #main-menubar > menu:hover{
    background: lightgrey url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABXklEQVQ4jaXRvWvCQBgG8PwJXR0cuwkdBJ0iHVyUYDYd7OigLrp1KwREnLIELOLkuQQiCEEIhUxZ4qZTlS7imiGKg40f8HQoOXMxYqEHD4GD58f7Xjjuv0e3lghnqE+hW0v8GTiezkyG+hSpfAWj8YQiQrUPP8H7SEAhBnRreYWMxhO8dXpI8uJ9IJWv0IQnvgtsdnssVg6dIggI1T6SvHhBhvqUKS9WDjQi0wjVPgMoxECSFy+rBYHNbg+NyPBcFZ6r4rzuQCMy+2jhoxCDln0gKoNuiwlFFWLQsg/g24LnqvTrT3Ned3D6esXRLkFqFlhgsXLo/reKh3kNR7uEWS/GAsFfNui2roBgeWsKmPViqJcz0e8SBKLKW1OAJsVRzCVuA1E7+2UfyKbj0YDSbsBzVRzmNWxNAZ/GC2xVxMf7MzQpTvP0+HAbUNoNSM0C6uUMirkEsunfQjgcx3E/R0ccGxq+wikAAAAASUVORK5CYII=")no-repeat !important;
    padding-left:25px!important;
    background-position:5px 4px!important;}
    
    
    
    
    #file-menu,
    #edit-menu,
    #view-menu,
    #history-menu,
    #bookmarksMenu,
    #tools-menu,
    #helpMenu{
    -moz-appearance:none!important;
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABXklEQVQ4jaXRvWvCQBgG8PwJXR0cuwkdBJ0iHVyUYDYd7OigLrp1KwREnLIELOLkuQQiCEEIhUxZ4qZTlS7imiGKg40f8HQoOXMxYqEHD4GD58f7Xjjuv0e3lghnqE+hW0v8GTiezkyG+hSpfAWj8YQiQrUPP8H7SEAhBnRreYWMxhO8dXpI8uJ9IJWv0IQnvgtsdnssVg6dIggI1T6SvHhBhvqUKS9WDjQi0wjVPgMoxECSFy+rBYHNbg+NyPBcFZ6r4rzuQCMy+2jhoxCDln0gKoNuiwlFFWLQsg/g24LnqvTrT3Ned3D6esXRLkFqFlhgsXLo/reKh3kNR7uEWS/GAsFfNui2roBgeWsKmPViqJcz0e8SBKLKW1OAJsVRzCVuA1E7+2UfyKbj0YDSbsBzVRzmNWxNAZ/GC2xVxMf7MzQpTvP0+HAbUNoNSM0C6uUMirkEsunfQjgcx3E/R0ccGxq+wikAAAAASUVORK5CYII=")no-repeat !important;
    
    
    padding-left:25px!important;
    background-position:5px 4px!important;
    } 
    
    
    /* Symbolleiste Extras -> Downloads ?? */
    
    
    @-moz-document url-prefix(chrome://browser/content/browser.xul){
    
    
    toolbarbutton[class="bookmark-item"][label="Downloads"] > image {
    display:none!important}
    
    
    toolbarbutton[class="bookmark-item"][label="Downloads"][type="menu"][container="true"]{
    	filter:none!important;
    background: url("data:image/svg+xml;base64,R0lGODlhEAAQAPcAAAQGFIySnDxKTAQmVBwmLJzO5AweNBw2RBQWHAwmTOTq7AxajFyuxCQuLBQeJNze3KyutAwudBxunAQOHBQ6VBwmPPT29GxufKy61AwWLBQuPLTe7BRKdBQmNAweLGx+rBQ+XAQGHNTS1Bw2TBQuROzy/ARmrLzCxCR+tAQOJGSaxAwaRAwWJOzy9AxilIzC3Pz+/CQuPNTe7CQqNMzW5CQuRAQyVDQ+RBwuNNTe5Aw6ZCQqPOz2/LTCzAwaLExabBQqNBweLAwaJNTm9AQKFExOXBQiPDQ6PNzq9BRWlHS61BwiJLy6vCQ+dDx+rAwSHBQ6XBQqPHx+fAxShBRCZAQKHBQyRMTGxDR+vAwSJIyevCQyPMzi7MTW7AwyZCQyNNTi5Pz6/JSapERKVBwqLBQiNOzq7GSuzBweJLSytDRunAwOHCQ2VGRyhJzG3BQWLBwuPAxGhBwmNBQeLBRCXNza3Cw6TMTCxAwOJEyixAQeRBQWJPTy9CxmlIS+5CQyRBwyVBw+hCw6RMTCzPT6/DyCvMza7BwiLCQuNNze5BQaLBwqNBQaJAwKFBxWlBwqPAwKHBwyRCwyPNTi7AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAADAALAAAAAAQABAABwj/AGEIhBGGi5sXBTZwCTOw4RAVWM4oYZAHhRMaDWHI6OMoiQQXC6ZwsAGlx8ASarzooEIFCoURByJpYPNAoB8TCUZY0UCCRJSfHra0gUEIywAfiw486lCmQ4ctc+T8UTAkTgYHizp48NAhBo4tODpk6NFFj5AbiHxk8OGjjIAYh7KkgGAoQhBERxSxyMIiA46/WfAwaRHICAEyBBjheTJB0QwAAN7UgfFhxZIGT6pUyfJkzRrIRQTKaBKEUQgAIRB8cfAkxJ5BAzEAmoNHM5FDkCBlCdCQhxZARhS92fPmTZALOTLmEPPDzo4dMQRIuWIhIww+dU6kScNEhAKGAgMCADs=") no-repeat !important;
    padding-left:21px!important;
    background-position:3px 4px!important;}
    }
    
    
    
    
    
    
    /* Lesezeichen Symbolleiste Mehrzeilig?? */
    
    
             @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    @-moz-document url(chrome://browser/content/browser.xul) {              
    
    
    
                #personal-bookmarks
                {
                  display:block;
                }
    
    
                #PersonalToolbar            {
                  display:block;
                  min-height: 0px!important;     
                  max-height: 300px!important ;
    
    
                }
    
    
                #personal-bookmarks #PlacesToolbar > hbox
                {
                  display: -moz-stack !important;
                  left:0px;
                  right:0px;
                  width: 100%;
                }
    
    
                #personal-bookmarks #PlacesToolbar #PlacesToolbarItems
                {
    
                  overflow-x:visible;
                  overflow-y:visible;
                }
    
    
                #personal-bookmarks #PlacesToolbar #PlacesToolbarItems > box
                {
                  display:block;
                }
    
    
    
    
    
    
                #personal-bookmarks #PlacesToolbar > .bookmark-item
                {
                  visibility: visible !important;
                }
    
    
                #personal-bookmarks #PlacesToolbar .chevron
                {
                display:none;
                }
    
    
                #personal-bookmarks #PlacesToolbar > hbox > hbox
                {
                  overflow-x:hidden;
                  overflow-y:hidden;
                }
    
    
                #personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator[collapsed="true"]
                {
                  display:none;
                }
    
    
                #personal-bookmarks #PlacesToolbar #PlacesToolbarDropIndicator
                {
                  display:none;
                }
    
    
    
    
                #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item
                {
                  padding-top: 2px;
                  padding-bottom: 2px;
                  padding-left: 3px;
                  padding-right: 3px;
                }
                #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item:hover:active:not([disabled="true"]),
                #personal-bookmarks #PlacesToolbar toolbarbutton.bookmark-item[open="true"] {
                  padding-top: 2px !important;
                  padding-bottom: 2px !important;
                  -moz-padding-start: 4px;
                  -moz-padding-end: 2px;
                }
                #personal-bookmarks #PlacesToolbar toolbarseparator
                {
                  -moz-appearance: none !important;
                  visibility: visible !important;
                  display:inline;
                  text-shadow: none !important;
    
    
                  border-left: 3px solid ThreeDShadow !important;
                  border-right: 3px solid ThreeDHighlight !important;
                  vertical-align: middle;
    
    
                }
                #personal-bookmarks toolbarbutton.bookmark-item[dragover][open]
                {
                  -moz-appearance: toolbarbutton;}
                }
    
    
    
    
    
    
    
    
    /* Do not remove the @namespace line -- it's required for correct functioning
     * set default namespace to XUL
     */
    @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");
    
    
    /***** Abschnitt "Nur in der Browser-Oberfläche" *****/
    @-moz-document url-prefix(chrome://browser/content/browser.xul) {
    
    
    /* Rahmen-Stärke, -Farbe, -Radius und Abstände der Buttons */
    /* in der Menue-Leiste */
      #toolbar-menubar toolbarbutton {
        border: 2px solid #999 !important;
        margin: 2px !important;
        border-radius: 4px !important;
      }
    /* in der TAB-Leiste */
      #TabsToolbar toolbarbutton {
        border: 2px solid #ccc !important;
        margin: 2px !important;
        border-radius: 4px !important;
      }
    /* in der Haupt-Leiste */
      #nav-bar toolbarbutton {
        border: 2px solid #ccc !important;
        margin: 2px !important;
        border-radius: 4px !important;
      }
    /* in der Lesezeichen-Leiste */
      #PersonalToolbar toolbarbutton {
        border: 2px solid #ccc !important;
        margin: 2px !important;
        border-radius: 4px !important;
      }
    
    
    
    
    } /***** Ende "Nur in der Browser-Oberfläche" *****/
    
    
    
    
    /*Ordner-Farbe anderes Symbol 23.10.2017 neu 05.2018 test*/
    
    
    /* Lesezeichen Sidebar - Ordnericon normal gelb */
    
    
    	treechildren::-moz-tree-image(container) {
    		list-style-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAIAAAB8wupbAAAABnRSTlMAOQC3ALTOikJmAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA7ElEQVQ4jeWTPUtDQRBFz8zu5sWUsUqXShBsLP3fQn6HNiKIlZ2VSfHi290Zi/ehhcJLIQhephmYw51huHKzu+UURUC8qtVAirlDQMBBwEAggFA0GblIMwD71fb+6poWDDIYOBgUyPAKykV+Pg8PCohbU1oMKmTwcXpycAg0HAEdVvMfqrf6IuVE/SbgyDygv8FIvM0DIiib7rDWpxlA/8E1l77rZDXPwUAIXippHjBa9bf8qT/8YyACICUkEizHfE5Vh3AXjZ+ASViUw/bxZZGP08SQuAou7yyLKsgAuEb1drO/+34JAShy1ncfywpjTlRir8AAAAAASUVORK5CYII=')
    			!important; }
    }
    
    
    /* Lesezeichen verwalten */
    
    
    	treechildren::-moz-tree-image(container) {
    		list-style-image:  url('data:image/gif;base64,R0lGODlhEAAQAOZMAP/////MAF06AJhlAJNgAP//AP/lAP/UAJViAP/JANShAJRhAP/OAJRgAOy5AMaSAP/nAMyZAP/IAP/NAOazAP/RAMmVALaAAH5TAJNfAM2aAP/dT//XOv/KAOPOkMeRAP/nhOSxAOu4AP3KAOrTkv/nrv//1c6bAKdyAP/TAP/bPdWsMr6LA7iCALqGALiEAJNeAMCMAP/gcv/eYdGdAP/TEP/mgv/2y//gg/3JAP/ila97AP/aKsWPAJFbAJZgALeBAMiVAPC9AP/rOum2AHlQAP/4zP//z//jPpNdAP/LANixNP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEwALAAAAAAQABAAAAefgEyCg4SFhoeFDQ0LjIiCCyU5IwEBBAiXCAOEBDohFBREIg6jQgibODQKqgonDz0fPkkwDQMEMhYRERpBMUsAv8C1Mw8uLUAXKwA2EgkJDJoEGy8swAAgCZQMz0wEKigkN8wJHZQBFZrcPDsAHErllBMT6AQ1HkYVKQf6++hMGUgAhhgYSBAChH4/TBwpwLAhw35MMAiYSLFiEUcYmQQCADs=')
    !important; }
    
    
    
    
    @-moz-document url-prefix(chrome://browser/content/browser.xul){
    
    
    .alertBox{
    display:none!important;}
    
    
    
    
    .bookmark-item[container="true"]{
    list-style-image: url("file://c:/Users/Metatron7x64/AppData/Roaming/Mozilla/Favicon Picker/Folder2.ico") !important;
    -moz-image-region: rect(0px 16px 16px 0px) !important;
    }
    
    
    
    
    toolbarbutton[class="bookmark-item"][label="Movieblock"][type="menu"][container="true"]{
     list-style-image: url("file://c:/Users/Metatron7x64/AppData/Roaming/Mozilla/Favicon Picker/My Videos2.ico") !important;
     -moz-image-region: rect(0px 16px 16px 0px) !important;
    }
    
    
    .bookmark-item[label="Sport"]{
     list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAABc0lEQVR42mNkoBAwUmxAw7LHC/nYfsWhS2zYfIDp0MLk/wQNKJtz639ptArDmSc/4IJ//vxluH31FU5NZy7dZV/W5PYLboCyujjDj5+sKIrEhRHs33+gBv9lYHj69CPD7eu3pBbW2D+3i5/Lylg6++Z/cRl+hm9f/jF8fPeOoJ+ZWVkZzp04nfjr58/HQO4toAE3/guKcDG8f/cdrKAmVo3h2MPvRAVge8tyP8aSWTf+MzH/ZPj7h5lBV1+B4c17guEGBh/fv//15OEjU6AB1////PmRQUtTieHLT3aGf8TpZ3jy4OHxyTl6VowlM6////jxBYOltRHDi9f/iNL888cPhqePHqXPKTOfxVg889p/GSkeht8MvMCYIM761y+evZqcoyMOjkaQAfr6UgzPXvxjYGVjIqj5/79/DLdv3Fs1s8QkHGyAd9rEWH0rjwUfP/0iyvY/v3//3bmgxPLB5X1nwQYAsQVxwYYBTsAMoAhQbAAAAjCiCL9JqqgAAAAASUVORK5CYII=") !important;}
      -moz-image-region: rect(0px 16px 16px 0px) !important;
    
    
    
    
    #addon-bar {
      -moz-binding: url("chrome://browser/content/customizableui/toolbar.xml#toolbar") !important;
      height: auto !important; 
    }
    
    
    
    
    #back-button:not([disabled="true"]) .toolbarbutton-icon , #forward-button:not([disabled="true"]) .toolbarbutton-icon {
    fill: RoyalBlue !important;
    background: white !important;
    }
    
    
    /*Ordner-Farbe anderes Symbol 23.10.2017 test ende*/
    
    
    
    
    @-moz-document url-prefix(chrome://browser/content/browser.xul){
    
    
    #back-button,#forward-button{
    fill:blue!important;}
    }
    
    
    
    
    /*Ordner-Farbe und Hintergrundfarbe des Lesezeichendropdowns 23.10.2017*/
    
    
    
    
    #BMB_bookmarksPopup .arrowscrollbox-scrollbox,
    #bookmarksMenuPopup .arrowscrollbox-scrollbox{
    background:#D3D3D3!important;}
    
    
    
    
    #BMB_bookmarksPopup .arrowscrollbox-scrollbox > menuitem,
    #BMB_bookmarksPopup .arrowscrollbox-scrollbox > menu,
    #bookmarksMenuPopup > menuitem,
    #bookmarksMenuPopup > menu,
    #bookmarksMenuPopup menupopup > menu,
    #bookmarksMenuPopup menupopup > menuitem{
    -moz-appearance: none !important;
    min-height: 18px !important;
    height: 24px !important;}
    
    
    menupopup > menu[_moz-menuactive="true"],
    menupopup > menuitem[_moz-menuactive="true"],
    popup > menu[_moz-menuactive="true"],
    popup > menuitem[_moz-menuactive="true"]{
    border: none !important;
    background: #1874CD!important;
    }
    
    
    /* Tab-Schließen-Button:
     * Rechts weniger Abstand zum TAB-Rand, etwas größer,
     * Farbe des Kreuzes blau
     * Hintergrundfarbe gelb, an den Eckenradius des Buttons angepaßt.
     */
    #TabsToolbar .tab-close-button {
      margin-right: -4px !important;
      padding: 0 !important;
      color: blue !important;
    }
    #TabsToolbar .tab-close-button  {
      height: 22px !important;
      width:  22px !important;
      background-color: yellow !important;
      border-radius: 5px !important;
    }
    
    
    /* Tab-Schließen-Button bei angewähltem TAB (aktiv):
     * Hintergrundfarbe rot.
     */
    #TabsToolbar .tab-close-button[selected="true"]  {
      background-color: White !important;
    }
    
    
    /*neu7.3.2018*/
    /*Einträge aus Tab-Kontextmenü entfernen */
    #tabContextMenu #context_sendTabToDevice,
    #tabContextMenu #context_sendTabToDevice + menuseparator /******** Separator ********/
    { display:none !important; }
    
    
    /* Einträge aus Seiten-Kontextmenü entfernen */
    #context-sendpagetodevice,                     		
    #context-sep-viewbgimage,
    #context-sendlinktodevice + menuseparator,                      	/************** Separator ***************/
    #screenshots_mozilla_org_create-screenshot,
    menu[label="Create referer filter for this site"],
    menu[label="Wayback Machine"],
    menuitem[label="Seite in privaten Fenster öffnen"]
    {display:none!important;}
    
    
    
    
    /* Test about:config Menü */
    
    
    .tabbrowser-tab[label="about:config"] .tab-icon-image{
    display: -moz-box !important;
     list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAClUlEQVQ4ja2TXUhTARzFJXWmWbtbWWoZZlZQaVpbay3Q6KGnejCsHovsgwoK+9KNpq3vSOheB+FHBF4bMbdruykZaXpnZtadGfVyCYKiXqIPkKKih18PYSurl+g8/zn//zn/cxISxsEwDNSIiiRKeNwePG4PkiihRlQMw2D8/C9QVRVRlAiFFaKaRkzXiek6UU0jFFYQRQlVVf9MErgSQJZb6RxSODaym03DNkrvZ1IymEnZwFIO3tpC5E4bstxK4EqA3zbLcistw342DhezSrfgGrLgHBBwaALrugvxPtpJWYeTxugFZLk1folhGIiiRMc9hfJYMa77VlYOWHH0Cdh7BOxdAk9ePeTL18/YQhmsCS+kvS+IKErfPVEjKqGwQm1sFysHrTj7LTh6LNhumClWzZQFXQCc6fay4PIk5jWnURmpIBRWUCMqCZIoEdU0yu/aWHHbwvIuK8tUgaKQmYKAmchIEADHxTzm1qeReyGN0oZCopqGJEokeNweYrrOqp4sbJ0WNt8qoaJ3HYUtFlzN+QAoD66SW5dKztmJzDyZwpxTAjFdx+P2xAmc17NZEhSo7z8NwLbABnwdVQCs9TuYdXoi2b4UMmtM5NROiROMSVh/zc6ilikUNc1g9NMoL9++4P2Hdzx+PsKsE6lk1ZqYfjSZaVVJrDi1OC5hzER3x24WNKaT70/nfNdxxrC1aROZXhPT3clMPZKE5UASe5u3x00ce2OkN8zqS4vJrUvFVpfH249vePb6KbO9ZqZVJ2M9lIRQmUhR7XyUm23xN/4cpIauelz+RWT7UphRYyLjx9ZEzPsnsKRmPv528dcgjY9ye3eIfS07cJ4rYGb1ZLIOp2P3LWRPUwXhm3+J8n8p07/W+RtwnC3itIcCYgAAAABJRU5ErkJggg==") !important;
    }
    
    
    .tabbrowser-tab[label="about:config"] .tab-text.tab-label{
    margin-left:8px!important;}
    
    
    
    
    
    
    
    
    
    
    /* tesp popub Loginbox (29.04.18) */
    
    
    #PopupAutoComplete > richlistbox > richlistitem:last-child > hbox > description > description{
    color:White!important;}
    
    
    #PopupAutoComplete > richlistbox > richlistitem:last-child{
    background:blue!important;}
    
    
    
    
    /* test aus Fx Forum suche 11.05.18 */
    /*Link in Statusleiste anzeigen*/
    
    
    .statuspanel-label{ 
    border:none!important;
    background:transparent!important;
    color: black !important;
    }
    
    
    statuspanel {
    border:none!important;
    margin-top:-15px!important;
    -moz-box-ordinal-group: 100 !important;
    }
    
    
    
    
    /*Farbe in Statusleiste anzeigen*/
    
    
    #new-toolbar-vbox {background: #D4D0C7}
    
    
    
    
    /*Lesezeichenmenü schmaler*/
    
    
    #bookmarksMenuPopup{
    #    width:180px!important; }
    #
    
    
    /************************/
    /* Menü Einträge färben */
    /************************/
    
    
    #menuitem, [label="Add-ons"]{
    color:Blue!important}
    #menuitem, [label="Beenden"]{
    color:red!important}
    #menuitem, [label="Einstellungen"]{
    color:blue!important}
    #menuitem, [label="Hilfe"]{
    color:green!important}
    #menuitem, [label="Neues privates Fenster"]{
    color:violet!important}
    #menuitem, [label="Bei Sync anmelden"]{
    color:grey!important}
    #menuitem, [label="Sonstiges"]{
    color:grey!important}
    #menuitem, [label="Web-Entwickler"]{
    color:green!important}
    #favorititem, [label="Lesezeichen verwalten"]{
    color:blue!important}
    #favorititem, [label="Lesezeichen-Symbolleiste"]{
    color:grey!important}
    #favorititem, [label="Weitere Lesezeichen"]{
    color:grey!important}
    #favorititem, [label="about : config"]{
    color:lightblue!important}
    #favorititem, [label="Lesezeichen-Sidebar anzeigen"]{
    color:grey!important}
    #favorititem, [label="Anpassen"]{
    color:green!important}
    Alles anzeigen

    erschrecke dich nicht

    viele sind ohne Beschreibung!

    gruß uni

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 14:18

    na ja

    den Ordner chrome

    [attachment=0]Fx Nightly leer.png[/attachment]

    :-??

    bitte schön nur mit userChrome.css

    is auch nich besser

    Bilder

    • Fx Nightly leer.png
      • 440,58 kB
      • 1.920 × 1.080
  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 14:06

    da ist nichts im Profil als das was Fx erstellt

    nichts weiter

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 13:55

    mahlzeit

    also

    ein komplett "nacktes" Profil erstellt

    Nightly mit dem Profil gestartet

    Fx beendet

    Ordner chrome in das Profil kopiert

    Code
    aboutconfig_ToolbarButton.uc.js
    AddOnLister.uc.js
    addRestartButton.uc.js
    AMOklassischeAnsicht.uc.js
    BackToTheFavicon.uc.js
    BackupProfile.uc.js
    chrome.rdf
    CSS
    dom.event.contextmenu.enabled.uc.js
    External-Aplication.uc.js
    ExtraAddOnsUpdateButton.uc.js
    extras_config_menu.uc.js
    Geschlossene Tabs.uc.js
    OpenLinkinTab.uc.js
    quick-media-codec.uc.js
    RestartFirefoxButton_Movable.uc.js
    saveFolderModoki.uc.js
    screenshot-button.uc.js
    scrollbars.uc.js
    setCurrentProfileNameToMenuebar.uc.js
    ShowDownloadsWindow.uc.js
    status.uc.js
    SupportMozillaButtonStarts.uc.js
    TabimHintergrundLaden.uc.js
    tabwheelscroll.uc.js
    UhrMenueLeiste.uc.js
    userChrome.css
    userChrome.js
    userChrome.xml
    userContent.css
    userextra-config-menu.css
    ViewSourceModoki.uc.js
    wetterfuchsbutton.uc.js
    YouTubeGoogleToolbarButton.uc.js
    Alles anzeigen

    genau der selbe „quatsch“

    :-???

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 5. Juni 2018 um 09:44

    moin

    „neues Profil“ bringt ja nix

    wo willste da anfangen (nackig und "chrome")

    oder was hab ich vor langer zeit in "about : config" (pref) geändert

    nebenbei nu ist auch noch "Web-Entwickler" weg

    ich mach weiter ejal

    gruß uni

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 3. Juni 2018 um 20:21

    hi Msfreak

    korrektamernte

    is alles Ok bis auf die Farbe für Add-ons

    das is das komische

    warum nur das und nich alles

    na ja vielleicht find ich den Fehler per Zufall

    gruß uni

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 3. Juni 2018 um 15:19

    alles klar danke

    dann werde ich mich mal auf Fehlersuche begeben

    gruß uni

  • Entwicklung Firefox

    • universum123
    • 3. Juni 2018 um 15:17

    alles klar Danke

    dann werde ich mal den Fehler bei mir suchen im "Profil"

    gruß uni

  • Entwicklung Firefox

    • universum123
    • 3. Juni 2018 um 14:28

    egal Rechtsklick oder wie Bild

    [attachment=0]Fx 62.0 rechtsklick oder Alle in Tabs oeffnen.png[/attachment]

    :-??

    Bilder

    • Fx 62.0 rechtsklick oder Alle in Tabs oeffnen.png
      • 22,3 kB
      • 873 × 267
  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 3. Juni 2018 um 13:22

    hmmm...

    ist das für „nightly“

    denn alles vor

    Code
    Name 	Firefox
    Version 	62.0a1
    Build-ID 	20180602233306
    Update-Chronik 	
    Update-Kanal 	nightly
    User-Agent 	Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0
    Betriebssystem 	Windows_NT 6.1

    geht ja

    gruß

  • Entwicklung Firefox

    • universum123
    • 3. Juni 2018 um 12:48

    :-??

    bin ich hier mit richtig?

    Code
    Name 	Firefox
    Version 	62.0a1
    Build-ID 	20180602233306
    Update-Chronik 	
    Update-Kanal 	nightly
    User-Agent 	Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0
    Betriebssystem 	Windows_NT 6.1

    geht das „Alle in Tabs öffnen“ nicht mehr?

    der Warnhinweis wird noch angezeigt

    und dann passiert nix mehr!

    :-??

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 3. Juni 2018 um 12:02

    ich habs (für mich!?)

    Code
    /************************/
    /* Menü Einträge färben */
    /************************/
    
    
    #menuitem, [label="Add-ons"]{
    	color:blue !important}

    hab noch mal die „alte“ variante genommen

    und einfach mal ein "leerzeichen" hinter blue gemacht

    und geht wieder

    :-??

    fragt mich bitte nicht wieso

    zu früh gefreut :grr:

    wider nix

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 3. Juni 2018 um 11:42

    nö Andreas

    bleibt bei „schwarz“

    statt „blue“

    CSS
    /************************/
    /* Menü Einträge färben */
    /************************/
    
    
    #menu_openAddons{
    	color:blue!important;
    }
    
    
    #menuitem, [label="Beenden"]{
    color:red!important}
    
    
    ...
    Alles anzeigen

    :-??

  • Farbliche Anpassung von Menüeinträge ab FF 61.*

    • universum123
    • 3. Juni 2018 um 11:25

    mahlzeit

    @ ...

    ist mir gerade aufgefallen in

    Code
    Name 	Firefox
    Version 	62.0a1
    Build-ID 	20180602233306
    Update-Chronik 	
    Update-Kanal 	nightly
    User-Agent 	Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:62.0) Gecko/20100101 Firefox/62.0
    Betriebssystem 	Windows_NT 6.1
    Code
    /************************/
    /* Menü Einträge färben */
    /************************/
    
    
    #menuitem, [label="Add-ons"]{
    color:lightgreen!important}
    
    
    ...

    wird nicht mehr farblich dargestellt

    :-??

    ist das nur bei mir?

    gruß uni

  • Lesezeichenbildchen

    • universum123
    • 31. Mai 2018 um 16:25

    hi

    ggf. mal die „favicons.sqlite“ im Profil umbenennen oder löschen

    wird dann nach Fx Start autom. neu angelegt

    ...

    gruß

  • Fehler im Sidebar „Code“?

    • universum123
    • 25. Mai 2018 um 19:17

    [attachment=0]Fehler in Sidebar...Aufklapp.png[/attachment]

    Bilder

    • Fehler in Sidebar...Aufklapp.png
      • 161,07 kB
      • 993 × 740
  • Fehler im Sidebar „Code“?

    • universum123
    • 25. Mai 2018 um 19:17

    bei mir erst mal alles io

    [attachment=0]Fehler in Sidebar....png[/attachment]

    lässt sich alles ausklappen mit dem hier

    [code]/* Lesezeichen Sidebar - Ordnericon normal gelb */

    treechildren::-moz-tree-image(container) {
    list-style-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAIAAAB8wupbAAAABnRSTlMAOQC3ALTOikJmAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA7ElEQVQ4jeWTPUtDQRBFz8zu5sWUsUqXShBsLP3fQn6HNiKIlZ2VSfHi290Zi/ehhcJLIQhephmYw51huHKzu+UURUC8qtVAirlDQMBBwEAggFA0GblIMwD71fb+6poWDDIYOBgUyPAKykV+Pg8PCohbU1oMKmTwcXpycAg0HAEdVvMfqrf6IuVE/SbgyDygv8FIvM0DIiib7rDWpxlA/8E1l77rZDXPwUAIXippHjBa9bf8qT/8YyACICUkEizHfE5Vh3AXjZ+ASViUw/bxZZGP08SQuAou7yyLKsgAuEb1drO/+34JAShy1ncfywpjTlRir8AAAAAASUVORK5CYII=')
    !important; }
    }

    /* Lesezeichen verwalten */

    treechildren::-moz-tree-image(container) {
    list-style-image: url('data:image/gif;base64,R0lGODlhEAAQAOZMAP/////MAF06AJhlAJNgAP//AP/lAP/UAJViAP/JANShAJRhAP/OAJRgAOy5AMaSAP/nAMyZAP/IAP/NAOazAP/RAMmVALaAAH5TAJNfAM2aAP/dT//XOv/KAOPOkMeRAP/nhOSxAOu4AP3KAOrTkv/nrv//1c6bAKdyAP/TAP/bPdWsMr6LA7iCALqGALiEAJNeAMCMAP/gcv/eYdGdAP/TEP/mgv/2y//gg/3JAP/ila97AP/aKsWPAJFbAJZgALeBAMiVAPC9AP/rOum2AHlQAP/4zP//z//jPpNdAP/LANixNP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEwALAAAAAAQABAAAAefgEyCg4SFhoeFDQ0LjIiCCyU5IwEBBAiXCAOEBDohFBREIg6jQgibODQKqgonDz0fPkkwDQMEMhYRERpBMUsAv8C1Mw8uLUAXKwA2EgkJDJoEGy8swAAgCZQMz0wEKigkN8wJHZQBFZrcPDsAHErllBMT6AQ1HkYVKQf6++hMGUgAhhgYSBAChH4/TBwpwLAhw35MMAiYSLFiEUcYmQQCADs=')
    !important; }

    Bilder

    • Fehler in Sidebar....png
      • 172,32 kB
      • 874 × 318
  • Fehler im Sidebar „Code“?

    • universum123
    • 24. Mai 2018 um 19:40

    so läuft auf allen "Versionen"

    für mich erst mal gelöst

    schönen Abend noch

  • Fehler im Sidebar „Code“?

    • universum123
    • 24. Mai 2018 um 19:05

    sorry das so späht :wink:

    passt soweit :klasse:

    nur 2 Änderungen musste ich machen
    damits passt (ne hab von so was keine Ahnung - einfach nur probiert)
    -> Nightly zu erst

    CSS
    /* Lesezeichen Sidebar - Ordnericon normal gelb */
    
    
    	treechildren::-moz-tree-image(container) {
    		list-style-image:  url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAYCAIAAAB8wupbAAAABnRSTlMAOQC3ALTOikJmAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAA7ElEQVQ4jeWTPUtDQRBFz8zu5sWUsUqXShBsLP3fQn6HNiKIlZ2VSfHi290Zi/ehhcJLIQhephmYw51huHKzu+UURUC8qtVAirlDQMBBwEAggFA0GblIMwD71fb+6poWDDIYOBgUyPAKykV+Pg8PCohbU1oMKmTwcXpycAg0HAEdVvMfqrf6IuVE/SbgyDygv8FIvM0DIiib7rDWpxlA/8E1l77rZDXPwUAIXippHjBa9bf8qT/8YyACICUkEizHfE5Vh3AXjZ+ASViUw/bxZZGP08SQuAou7yyLKsgAuEb1drO/+34JAShy1ncfywpjTlRir8AAAAAASUVORK5CYII=')
    			!important; }
    }
    
    
    /* Lesezeichen verwalten */
    
    
    	treechildren::-moz-tree-image(container) {
    		list-style-image:  url('data:image/gif;base64,R0lGODlhEAAQAOZMAP/////MAF06AJhlAJNgAP//AP/lAP/UAJViAP/JANShAJRhAP/OAJRgAOy5AMaSAP/nAMyZAP/IAP/NAOazAP/RAMmVALaAAH5TAJNfAM2aAP/dT//XOv/KAOPOkMeRAP/nhOSxAOu4AP3KAOrTkv/nrv//1c6bAKdyAP/TAP/bPdWsMr6LA7iCALqGALiEAJNeAMCMAP/gcv/eYdGdAP/TEP/mgv/2y//gg/3JAP/ila97AP/aKsWPAJFbAJZgALeBAMiVAPC9AP/rOum2AHlQAP/4zP//z//jPpNdAP/LANixNP///wAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH5BAEAAEwALAAAAAAQABAAAAefgEyCg4SFhoeFDQ0LjIiCCyU5IwEBBAiXCAOEBDohFBREIg6jQgibODQKqgonDz0fPkkwDQMEMhYRERpBMUsAv8C1Mw8uLUAXKwA2EgkJDJoEGy8swAAgCZQMz0wEKigkN8wJHZQBFZrcPDsAHErllBMT6AQ1HkYVKQf6++hMGUgAhhgYSBAChH4/TBwpwLAhw35MMAiYSLFiEUcYmQQCADs=')
    !important; }
    Alles anzeigen

    schaue gerade nebenbei 1860

    mache nachher weiter

    gruß

Unterstütze uns!

Jährlich (2025)

101,9 %

101,9% (662,48 von 650 EUR)

Jetzt spenden
  1. Kontakt
  2. Datenschutz
  3. Impressum
Community-Software: WoltLab Suite™
Mastodon