correct some Mac adaptations
authorRobert Kaiser <kairo@kairo.at>
Thu, 21 Aug 2014 22:19:50 +0000 (00:19 +0200)
committerRobert Kaiser <kairo@kairo.at>
Thu, 21 Aug 2014 22:19:50 +0000 (00:19 +0200)
LCARStrek/browser/browser.css

index 5e14a6761b77aa3fe6f3cd7c74477ec645f7b558..482251308704659e05a3ef431a899292607f87d8 100644 (file)
@@ -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. */
   }