X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fbrowser%2Fbrowser.css;h=482251308704659e05a3ef431a899292607f87d8;hp=5e14a6761b77aa3fe6f3cd7c74477ec645f7b558;hb=58d9f24a278d8a49a7811b5d70249271980efb07;hpb=4711fba5c2eb7c0a3102288c81f86d9dc557b3a9 diff --git a/LCARStrek/browser/browser.css b/LCARStrek/browser/browser.css index 5e14a676..48225130 100644 --- a/LCARStrek/browser/browser.css +++ b/LCARStrek/browser/browser.css @@ -79,6 +79,10 @@ menubar { #toolbar-menubar:not([autohide="true"]) { -moz-binding: url("chrome://global/skin/globalBindings.xml#toolbar-drag-browsercustom"); } +} + +@supports ( -moz-appearance: -moz-mac-unified-toolbar ) { + /* This is a usable workaround to detect we're on Mac OS X. */ #main-window[tabsintitlebar]:not([inFullscreen="true"]) #TabsToolbar { padding-left: 60px; } @@ -194,7 +198,8 @@ menubar { @supports ( -moz-appearance: -moz-mac-unified-toolbar ) { /* This is a usable workaround to detect we're on Mac OS X. */ - #main-window[sizemode="normal"] > #titlebar { + #main-window[sizemode="normal"] > #titlebar, + #main-window[sizemode="maximized"] > #titlebar { margin-top: 19px; /* There is a margin-bottom set to -23 by code. */ }