Wie kann ich in Firefox 57.0 die Vor- und Zurückpfeile in die kombinierte Adress - Suchzeile (oben ans Ende) verschieben ...?
[attachment=0]Vor und Zurückpfeil verschieben.PNG[/attachment]
Eine UserChrome.css-Datei , eine UserContent.css-Datei sowie die Stylus-Erweiterung sind verfügbar..

Seite vor und Zurückpfeile in Firefox 57.0 verschieben..
-
Boersenfeger -
17. August 2017 um 15:34 -
Erledigt
-
-
Im Moment überhaupt nicht.
Du weißt ja, dass Änderungen an der Firefox Oberfläche ab Firefox 57 nur noch limitiert möglich
sind. Das von die gewünschte wird sich höchst wahrscheinlich nicht mehr machen lassen.
Leider.....
Mfg.
Endor -
Wieso sind die Vor und Zurück Pfeile eigentlich bei Dir nicht in der Navbar wie die Adressleiste- Suchleiste?
Einen CSS Code um die Tableiste unter die Lesezeichenleiste zu schieben hätte ich lagernd.
Falls das hilft gibt Bescheid.
Mfg.
Endor -
Den TAB-Leiste unter die Lesezeichen-Leiste Code hätte ich gerne. Früher hatte ich ihn auch mal, ist aber leider abhanden gekommen.
Danke, Gruß Harry
-
Bitte sehr:
CSS
Alles anzeigen/* AGENT_SHEET */ @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul); @-moz-document url-prefix("chrome://browser/content/browser.xul") { /* tabs on bottom */ #navigator-toolbox toolbar:not(#nav-bar):not(#toolbar-menubar) {-moz-box-ordinal-group:10} #TabsToolbar {-moz-box-ordinal-group:1000!important;} /* de-fog tabbar and invert buttons for better visibility */ #TabsToolbar:not(:-moz-lwtheme)::after { margin: 0 30px !important; box-shadow: 0 10px 20px 20px #fff !important; opacity: 0.5 !important; } #TabsToolbar .tabs-newtab-button, #TabsToolbar #new-tab-button > .toolbarbutton-icon { list-style-image: url("chrome://browser/skin/tabbrowser/newtab-inverted.svg") !important; } #TabsToolbar #alltabs-button[type="menu"], #TabsToolbar .toolbarbutton-1 .dropmarker-icon { list-style-image: url("chrome://browser/skin/toolbarbutton-dropdown-arrow-inverted.png") !important; } /* rectangular space-saving tabs (partially from http://userstyles.org/styles/99560/square-tab-for-firefox-australis) */ #TabsToolbar .arrowscrollbox-scrollbox { padding: 0 !important; } #TabsToolbar .tabbrowser-tabs { min-height: 26px !important; } #TabsToolbar .tabbrowser-tab { -moz-border-top-colors: none !important; -moz-border-left-colors: none !important; -moz-border-right-colors: none !important; -moz-border-bottom-colors: none !important; border-style: solid !important; border-color: rgba(0,0,0,.2) !important; border-width: 1px 1px 0 !important; border-radius: 2px 2px 0 0 !important; text-shadow: 0 0 4px rgba(255,255,255,.75) !important; background: rgba(255,255,255,.27) !important; background-clip: padding-box !important; } #TabsToolbar .tabbrowser-tab[pinned] { height: 26px; } #TabsToolbar .tabbrowser-tabs[positionpinnedtabs] > .tabbrowser-tab[pinned] { padding-top: 4px !important; } #TabsToolbar .tabbrowser-tab[selected] { background: #EAF2FA !important; background-clip: padding-box !important; border-color: rgba(0,0,0,.25) !important; } #TabsToolbar .tabs-newtab-button { -moz-border-top-colors: none !important; -moz-border-left-colors: none !important; -moz-border-right-colors: none !important; -moz-border-bottom-colors: none !important; border-style: solid !important; border-color: transparent !important; border-width: 1px 1px 0 !important; border-radius: 2px 2px 0 0 !important; text-shadow: 0 0 4px rgba(255,255,255,.75) !important; background: transparent !important; background-clip: padding-box !important; margin: 0 !important; } #TabsToolbar .tabs-newtab-button { border-width: 1px 1px 0 !important; width: auto !important; padding: 0 4px !important; } #TabsToolbar .tabs-newtab-button:hover, #TabsToolbar .tabbrowser-tab:hover:not([selected]) { border-color: rgba(0,0,0,.2) !important; background-color: rgba(255,255,255,.55) !important; } #TabsToolbar .tab-background { margin: 0 !important; background: transparent !important; } #TabsToolbar .tab-background-start, #TabsToolbar .tab-background-end { display: none !important; } #TabsToolbar .tab-background-middle { margin: -4px -2px !important; background: transparent !important; } #TabsToolbar .tabbrowser-tab:after, #TabsToolbar .tabbrowser-tab:before { display: none !important; } #TabsToolbar .tab-throbber:not([pinned]), #TabsToolbar .tab-icon-image:not([pinned]) { -moz-margin-start: -4px !important; } .tab-close-button:not([pinned]) { -moz-margin-end: -4px !important; } #TabsToolbar .toolbarbutton-1 { margin-bottom: -1px !important; } /* emulate highlighting of "all tabs" button on new background tab */ .tabbrowser-arrowscrollbox > .scrollbutton-down[notifybgtab] { display: block !important; list-style-image: url(chrome://browser/skin/toolbarbutton-dropdown-arrow-inverted.png) !important; -moz-image-region: auto !important; border: none !important; padding: 1px 6px 0 !important; margin: 0 -46px 0 25px !important; } #tabbrowser-tabs tab[pinned]{ margin: 0px 5px 0px 0px !important;} #tabbrowser-tabs tab[pinned]:first-child{ margin-left:12px !important;} .tab-content{ text-align:center!important; margin-top:-4px!important; margin-bottom: -2px!important;} .tabbrowser-tab { margin: 0px 4px 0px 0px !important;} #TabsToolbar{margin-right:-3px!important; margin-left:-3px!important;} }
Den habe ich irgendwo im Internet gefunden.
Da könnten aber ein paar Teile zu viel sein. Nicht benötigtes musst
du dann halt entfernen.Mfg.
Endor -
Danke, klappt!
Gruß Harry
-
Sollte dazu reichen:
CSS
Alles anzeigen@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; } #TabsToolbar .tabbrowser-tab { background: rgba(255,255,255,.27) !important; margin-top:-2px!important; } #TabsToolbar .tabbrowser-tab[selected] { background: #EAF2FA !important; } }
Funktioniert auch mit Fx 57 in der userChrome.css
[attachment=0]Screenshot (114).png[/attachment]
-
Wieso sind die Vor und Zurück Pfeile eigentlich bei Dir nicht in der Navbar wie die Adressleiste- Suchleiste?Das möchte ich auch mal wissen, der Code oben hat hier keine Auswirkung..
-
Mit einem neuen Profil erledigt..