X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=5e14a6761b77aa3fe6f3cd7c74477ec645f7b558;hp=2c0adee851b7ad607a437b27ca5f7366ddacf082;hb=4711fba5c2eb7c0a3102288c81f86d9dc557b3a9;hpb=54d92f0593d9fc131ef534e4dd0e27c5043d78e5 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 2c0adee8..5e14a676 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -18,7 +18,7 @@ toolbar[customizable="true"] { } @supports ( -moz-appearance: -moz-mac-unified-toolbar ) { - /* this is a usable workaround to detect we're on Mac OS */ + /* This is a usable workaround to detect we're on Mac OS X. */ toolbar[customizable="true"]:not([nowindowdrag="true"]) { -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-drag-browsercustom"); } @@ -75,11 +75,11 @@ menubar { } @supports ( not(-moz-appearance: -moz-mac-unified-toolbar) ) { - /* this is a usable workaround to detect we're not on Mac OS */ + /* This is a usable workaround to detect we're not on Mac OS X. */ #toolbar-menubar:not([autohide="true"]) { -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-drag-browsercustom"); } - #main-window[tabsintitlebar]:not([inFullscreen]) #TabsToolbar { + #main-window[tabsintitlebar]:not([inFullscreen="true"]) #TabsToolbar { padding-left: 60px; } } @@ -110,7 +110,7 @@ menubar { } @supports ( not(-moz-appearance: -moz-mac-unified-toolbar) ) { - /* this is a usable workaround to detect we're not on Mac OS */ + /* This is a usable workaround to detect we're not on Mac OS X. */ /* indent also due to non-applicable aero rule */ #toolbar-menubar { background-color: transparent !important; @@ -148,7 +148,7 @@ menubar { } @supports ( -moz-appearance: -moz-mac-unified-toolbar ) { - /* this is a usable workaround to detect we're on Mac OS */ + /* This is a usable workaround to detect we're on Mac OS X. */ #titlebar-buttonbox > .titlebar-button { display: none; } @@ -193,10 +193,10 @@ menubar { } @supports ( -moz-appearance: -moz-mac-unified-toolbar ) { - /* this is a usable workaround to detect we're on Mac OS */ + /* This is a usable workaround to detect we're on Mac OS X. */ #main-window[sizemode="normal"] > #titlebar { - margin-top: 4px; - margin-bottom: 0; + margin-top: 19px; + /* There is a margin-bottom set to -23 by code. */ } } @@ -257,7 +257,7 @@ menubar { } @supports ( -moz-appearance: -moz-mac-unified-toolbar ) { - /* this is a usable workaround to detect we're on Mac OS */ + /* This is a usable workaround to detect we're on Mac OS X. */ #titlebar-fullscreen-button { -moz-appearance: none; list-style-image: url("chrome://browser/skin/icons/mac-fullscreen-icon.png");