Beiträge von 2002Andreas
Du benötigst Hilfe bezüglich Firefox? Bitte stelle deine Frage im öffentlichen Bereich des Forums und nicht per Konversation an wahllos ausgesuchte Benutzer. Wähle dazu einen passenden Forenbereich, zum Beispiel „Probleme auf Websites“ oder „Erweiterungen und Themes“ und klicke dann rechts oben auf die Schaltfläche „Neues Thema“.
-
-
Wer braucht dieses "Kürzlich als Lesezeichen gesetzt"?
Wo hast du denn diesen Eintrag
-
Hier habe ich das Problem nicht mehr!
Und wo wäre dann das Problem, diesen neuen Nutzer unter Windows weiter zu verwenden?
-
Meine sind nur eckig.
Teste bitte wieder:
CSS
Alles anzeigen/*Tableiste mehrreihig unten*/ @-moz-document url(chrome://browser/content/browser.xhtml) { /* Höhe der Tabs und Abstand nach unten*/ .tabbrowser-tab:not([pinned]) { margin-left: 1px !important; max-height: 25px !important; margin-bottom: 4px !important; } /* Höhe vom Tabtext und Abstand nach unten*/ .tab-text,.tab-icon-image,.tab-close-button { margin-top: -3px !important; } /* Feste Tabbreite */ .tabbrowser-tab:not([pinned]) { min-width: 150px !important; max-width: 150px !important; } #titlebar { -moz-box-ordinal-group: 2!important; } /*Abstand nach oben - unten, und Höhe der Tableiste*/ #titlebar { margin-top: -4px !important; margin-bottom: -3px; } /* Farbe der Tableiste hellgrau */ #titlebar { appearance: none !important; background: #eeeeee !important; } #toolbar-menubar { position: fixed; display: inline-flex; } [sizemode="maximized"]:not([tabsintitlebar="true"]) #toolbar-menubar, [sizemode="normal"] #toolbar-menubar { top: 1px; } [sizemode="maximized"] #toolbar-menubar { top: 8px; } #main-window[tabsintitlebar="true"] #navigator-toolbox:not([inFullscreen="true"]) { border-top: solid 39px transparent !important; } #main-window:not([tabsintitlebar="true"]) #navigator-toolbox:not([inFullscreen="true"]) { border-top: solid 34px transparent !important; } [tabsintitlebar="true"] #navigator-toolbox { -moz-window-dragging: drag; } #navigator-toolbox:not([style^="margin-top:"])[style=""][inFullscreen="true"] #window-controls, [tabsintitlebar="true"] .titlebar-buttonbox-container { display: block; position: fixed; right: 0; } [tabsintitlebar="true"][sizemode="normal"] .titlebar-buttonbox-container { top: 1px; } [tabsintitlebar="true"][sizemode="maximized"] .titlebar-buttonbox-container { top: 8px; } #navigator-toolbox:not([style^="margin-top:"])[style=""][inFullscreen="true"] #window-controls { top: 0; } #navigator-toolbox[inFullscreen="true"] #nav-bar { padding-right: 109px !important; } box[class="scrollbox-clip"][orient="horizontal"], tabs > arrowscrollbox { display: block; } /* Mehrzeilige Tableiste, bei mehr als 2 Zeilen erscheint eine Scrollbar */ scrollbox[part][orient="horizontal"] { display: flex; flex-wrap: wrap; max-height: calc(var(--tab-min-height) * 2); /* Anzahl der Tabzeilen = 2 Zeilen */ overflow-x: hidden; overflow-y: auto; } tabs tab[fadein]:not([pinned]) { flex-grow: 1; } tabs tab,.tab-background { height: var(--tab-min-height); overflow: hidden; } tab > .tab-stack { width: 100%; } box[class="scrollbox-clip"][orient="horizontal"] { -moz-window-dragging: no-drag; } hbox.titlebar-spacer, #alltabs-button, tabs tab:not([fadein]) { display: none; } /* -----------------------------*/ /* Tab: Optische Anpassungen */ /* -----------------------------*/ #tabbrowser-tabs :not([fokus]){ opacity: 1!important; } /* Schriftart/Schriftgröße ändern */ .tabbrowser-tab .tab-label { text-shadow: 1px 1px 0px #000000 !important; /* font-weight: 500 !important; */ font-size: 16px !important; font-family: "Arial" !important; color: white !important; } .tabbrowser-tab .tab-label:not(:-moz-lwtheme) { text-shadow: none !important; color: black !important; } .tabbrowser-tab .tab-label[selected="true"] { text-shadow: 1px 1px 0px #000000 !important; color: white !important; font-weight: 500 !important; font-size: 16px !important; font-family: "Arial" !important; } /* Tab-Line entfernen */ #TabsToolbar .tabbrowser-tab .tab-line { display: none !important; } /* Tab-Rahmen entfernen */ #TabsToolbar .tabbrowser-tab[visuallyselected="true"], #TabsToolbar .tabbrowser-tab, #TabsToolbar .tabbrowser-tab .tab-background { background: unset !important; border-top: unset !important; outline: none !important; } /* Tab-Schließen-Button entfernen .tabbrowser-tab .tab-close-button { visibility: collapse !important; }*/ /* Abgerundete Ecken */ #TabsToolbar .tabbrowser-tab, #TabsToolbar .tabbrowser-tab .tab-background { margin-right : -1px !important; background: unset; border: 1px solid rgba(0,0,0,0.1) !important; } /* Tab-Seperatoren entfernen */ .tabbrowser-tab::after, .tabbrowser-tab::before { opacity: 0 !important; border-image: unset !important; border-image-slice: none !important; width: 2 !important; } /*ungelesene TAbs kursiv; ach private Tabs*/ #main-window .tabbrowser-tab[titlechanged] { font-style: italic; } #main-window[privatebrowsingmode] .tabbrowser-tab[titlechanged] { font-style: italic; } /*------------------*/ /* Tab-Hintergrund */ /*------------------*/ /*--- selektiert ---*/ .tab-background[selected=true]:not(:-moz-lwtheme) > spacer { background-image: linear-gradient( rgba(103,171,224,1), rgba(10,58,95,1) ), none !important; /* blau */ /*background-image: linear-gradient( rgba(230,175,175,1), rgba(84,25,25,1) ), none !important;*/ /* rot */ filter: drop-shadow(4px 3px 2px rgba(0,0,0,0.33)) drop-shadow(-4px 3px 2px rgba(0,0,0,0.33)) !important; } .tab-background[selected=true]:-moz-lwtheme > spacer { background-image: linear-gradient( rgba(103,171,224,1), rgba(10,58,95,1) ), none !important; filter: drop-shadow(3px 3px 2px rgba(0,0,0,0.33)) drop-shadow(-2px 3px 2px rgba(0,0,0,0.33)) !important; } /*--- hover(nicht selektiert) ---*/ .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]):not(:-moz-lwtheme) > spacer { background-image: linear-gradient( rgba(255,255,255,1), rgba(115,115,115,1) ), none !important; filter: brightness(130%) contrast(95%) drop-shadow(1px 1px 1px rgba(0,0,0,0.33)) drop-shadow(-1px 1px 1px rgba(0,0,0,0.33)) !important; } .tabbrowser-tab:hover > .tab-stack > .tab-background:not([selected=true]):-moz-lwtheme > spacer { background-image: linear-gradient( rgba(225,225,225,0.66), rgba(100,125,145,0.66) ), none !important; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); } /*--- nicht selektiert ---*/ .tab-background:not([selected=true]):not(:-moz-lwtheme) > spacer { background-image: linear-gradient( rgba(255,255,255,1), rgba(125,125,125,1) ), none !important; filter: brightness(115%) contrast(90%) drop-shadow(1px 1px 1px rgba(0,0,0,0.33)) drop-shadow(-1px 1px 1px rgba(0,0,0,0.33)) !important; } .tab-background:not([selected=true]):-moz-lwtheme > spacer { background-image: linear-gradient( rgba(255,255,255,0.33), rgba(110,110,110,0.33) ), none !important; box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75); } /*--- Multi-selektiert ---*/ .tab-background[multiselected=true]:not([selected=true]) > spacer { background-image: linear-gradient( rgba(225,225,225,1), rgba(50,98,135,1) ), none !important; } .tabbrowser-tab:hover > .tab-stack > .tab-background[multiselected=true]:not([selected=true]) > spacer { background-image: linear-gradient( rgba(225,225,225,1), rgba(50,98,135,1) ), none !important; } }
-
Danke für die Rückmeldung. 👍
Schön dass dein Problem gelöst ist. -
bekomme ich die Seite von 'Bing' obwohl
Die Frage hast du doch hier auch schon gestellt.
Darum schließe ich diesen Thread auch.
-
in "einem weiteren tab öffnen
Teste bitte:
-
bei Links an eine andere Position
Ich denke mal das wird nicht funktionieren.
Letztlich befindet sich der Eintrag im
#contentAreaContextMenu menu
und das ist immer gleich.
wobei "Lesezeichen für diesen Link hinzufügen" auch noch weg kann...
-
kann bei jedem Profil anders sein
Bei mir gab es 3 verschiedene Zahlen, je nach Kontextmenü.
Darum auch der neue pauschale Code in Beitrag Nr. 4
-
Adblocker Ultimate ist zwar noch drin
Bei meinem Test war der Eintrag weg.
Teste damit bitte mal: -
Teste bitte in der userChrome.css Datei diesen Code:
CSS
Alles anzeigen#context-inspect-a11y, #context-inspect, #inspect-separator, #context-viewpartialsource-selection, #context-savepage, #context-viewbgimage, #context-viewsource, #context-viewinfo, #context-sep-viewsource, #adblockultimate_adblockultimate_net-menuitem-16 { display: none !important; } #_5dd73bb9-e728-4d1e-990b-c77d8e03670f_-menuitem-_search_engine_menu { -moz-box-ordinal-group: 0 !important; }
Solltest du noch keine Erfahrung mit der userChrome.css Datei haben, dann lies bitte hier:
-
Die hätte ich gerne ausgeblendet
Wenn du die ausblendest, dann stimmen deine ganzen Abstände nicht mehr.
Wenn du sie unsichtbar machst, dann bleibt eine große leere Fläche übrig.
Mein Vorschlag darum, sie nur zu verkleinern:
Die Maße musst du dann für dich noch anpassen.
-
Lösch mal Zeile 110 komplett...
Warum, die ist doch völlig richtig
-
Ich stelle ihn hier mal rein:
Zumindest ich sehe dort keinen Fehler bzw. eine fehlende Klammer.
Warum meinst du es würde eine fehlen?
-
Per Notepad++ ist mir zumindest keine Möglichkeit dafür bekannt.
Poste doch mal deinen Code.
-
Nur für mich zum Verständnis:
da muss ich leider passen.
Evtl. kann dir ein anderer User genaueres dazu sagen.
-
Muss es hier evtl. #888888 heißen?
Siehe bitte hier:
-
Ist es möglich
Hallo Road-Runner ..
teste bitte mal:
CSS#OtherBookmarks { 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; }
Oder mit Pfadangabe für eines deiner Icons:
-
Jetzt geht wieder alles so, wie ich es haben möchte.
Danke für die Rückmeldung. 👍
Schön dass dein Problem gelöst ist. -