Benutzt du noch andere Codes oder Erweiterungen?
Die Icons in der Menüleiste passen so nämlich auch nicht, die sind völlig verschoben.
Benutzt du noch andere Codes oder Erweiterungen?
Die Icons in der Menüleiste passen so nämlich auch nicht, die sind völlig verschoben.
Andere Codes nicht und Erweiterungen zB. Weather Forecast (das Symbol mit der Temperatur) oder daneben ein Übersetzer.
Was diese Icons in der Menüleiste anbetrifft, die habe ich über Anpassen selbst dahin geschoben. Ist soviel Platz in der Leiste, früher hatte ich sie mal an einem anderen Platz
Auf jeden Fall stimmt da etwas nicht. Siehe die verrutschten Symbole, und die Leiste ist auch viel zu dick/hoch.
Die Dicke/Höhe der Leiste habe ich jetzt über Anpassen > Dichte > auf normal gestellt.
Ok, mir fällt aber bis jetzt nichts dazu ein, warum die Leisten bei dir anders als bei mir sind.
Ok,
schicke mir doch bitte nochmal Deinen Code für userchrome.css. Vielleicht habe ich einen Eingabefehler gemacht.
Kein Problem:
#titlebar {
-moz-box-ordinal-group: 100 !important;
}
/* space above tabs toolbar */
#main-window[tabsintitlebar] * #titlebar {
margin-top: -8px !important;
}
/* space for menubar above navigation toolbar (Firefox titlebar) */
#main-window[tabsintitlebar]:not() #nav-bar {
margin-top: 40px !important;
}
#main-window[tabsintitlebar]:not() #nav-
bar {
margin-top: 6px !important;
}
/* add 'drag' feature to space above navigation toolbar */
#main-window[tabsintitlebar] #navigator-toolbox,
#main-window[tabsintitlebar] #nav-bar {
-moz-window-dragging: drag !important;
}
/* move menubar to the top and extend its with to full window width */
#toolbar-menubar {
position: fixed !important;
width: 100vw !important;
-moz-window-dragging: drag !important;
}
/* move menubars / tab toolbars caption buttons to windows top right position */
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
position: fixed !important;
right: 0 !important;
visibility: visible !important;
display: block !important;
}
/* menubar postion after moving to the top */
#toolbar-menubar {
top: 10px !important;
}
/* Linux/macOS */
/* space above navigation toolbar (OS titlebar) */
/* set to '0', if no menubar is used */
#main-window:not([tabsintitlebar]):not() #nav-bar {
margin-top: 18px !important;
}
/* menubar postion in maximized mode after moving to the top */
#main-window[tabsintitlebar] #toolbar-menubar {
top: 0px !important;
}
/* caption button position in maximized mode after moving to the top */
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-container,
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"])
.titlebar-buttonbox-container {
top: 4px !important;
}
/* Windows */
@media (-moz-os-version:windows-win10), (-moz-os-version:windows-win8), (-moz-os-
version:windows-win7) {
/* set to '0', if no menubar is used */
#main-window:not([tabsintitlebar]):not() #nav-bar {
margin-top: 8px !important;
}
/* set to '0', if no menubar is used */
#main-window[tabsintitlebar]:not
() #nav-bar {
margin-top: 4px !important;
}
#main-window[tabsintitlebar] #toolbar-menubar {
top: 8px !important;
}
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
container {
top: 0px !important;
}
#main-window[tabsintitlebar]:not
([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
top: 8px !important;
}
}
/* hide line above navigation toolbar appearing in some cases */
#main-window:not([tabsintitlebar]) #nav-bar,
#main-window:not([tabsintitlebar]) #navigator-toolbox {
border-top: 0 !important;
box-shadow: unset !important;
}
/* tweaks for fullscreen mode */
#main-window[tabsintitlebar] * #TabsToolbar {
-moz-padding-start: 0px !important;
}
/* tweaks for fullscreen mode */
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"])
.titlebar-buttonbox-container,
#main-window[tabsintitlebar] #toolbar-menubar[autohide="true"] ~
#TabsToolbar .titlebar-buttonbox-container,
#main-window[tabsintitlebar] #navigator-toolbox #PanelUI-button,
#main-window #TabsToolbar #window-controls {
display: none !important;
}
/* hide non-required items */
#TabsToolbar .private-browsing-indicator,
#TabsToolbar #window-controls,
#TabsToolbar *[type="caption-buttons"],
#TabsToolbar *[type="pre-tabs"],
#TabsToolbar *[type="post-tabs"] {
display: none !important;
}
/* Windows 7 extra tweaks */
@media (-moz-os-version: windows-win7) {
@media all and (-moz-windows-compositor) {
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) * .titlebar-
buttonbox-container {
display: none !important;
}
}
@media not all and (-moz-windows-compositor) {
#main-window[tabsintitlebar]:not([inDOMFullscreen="true"]) .titlebar-buttonbox-
container {
top: -8px !important;
}
#main-window[tabsintitlebar]:not
([inDOMFullscreen="true"]) .titlebar-buttonbox-container {
top: 0px !important;
}
}
}
/* Windows 10 extra tweaks */
@media (-moz-os-version: windows-win10) {
#main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme):hover:not
([disabled="true"]),
#main-window:not([tabsintitlebar]) menubar > menu:not(:-moz-lwtheme)[_moz-
menuactive="true"]:not([disabled="true"]) {
background-color: Highlight !important;
color: HighlightText !important;
}
}
/* disable Mozillas tab jumping nonsense when moving tabs */
#navigator-toolbox[movingtab] > #titlebar > #TabsToolbar {
padding-bottom: unset !important;
}
#navigator-toolbox[movingtab] #tabbrowser-tabs {
padding-bottom: unset !important;
margin-bottom: unset !important;
}
#navigator-toolbox[movingtab] > #nav-bar {
margin-top: unset !important;
}
Alles anzeigen
Wow,
ich hoffe, ich muß mich jetzt nicht durch alle 144 Zeilen arbeiten? Habe beim Überfliegen schon mal Dein Windows 10 erkannt (ich W7).
Bis zu welcher Zeile ist der Code zur Zeilenanordnung denn relevant?
Du kannst sie komplett installieren. Es wird jeweils das passende für die Windos Version aktiv.
Danke,
das Ergebnis werde ich mitteilen.
Schönes Wochenende
Danke, auch dir ein schönes Wochenende.[Blockierte Grafik: http://demo.firefox-forum.com/images/smilies/emojione/263a.png]
Den kompletten Code in userchrome.css übernehmen macht bei mir die Anordnung noch viel schlimmer (Zeile Menü und Lesezeichen überschreiben sich).
Schluß, ich habe die Anordnung wie in meinem Bild widerhergestellt und belasse es jetzt dabei.
Nochmals, Danke für die Hilfe und Unterstützung
Du musst die Titelleiste im Firefox deaktivieren, Tabs unten und Titelleiste geht nicht mehr.
Das es funktioniert siehst du ja in meinem Screenshot in Beitrag Nr. 4
Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!
