From: Robert Kaiser Date: Sun, 31 Aug 2014 17:06:42 +0000 (+0200) Subject: try a different rules for mac detection X-Git-Tag: LCARStrek-2.29~15 X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=commitdiff_plain;h=421495d7c0cd0ab99a6cdfcc1851fece5f5e9c72 try a different rules for mac detection --- diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 97eccb7a..9ff9ef88 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -48,7 +48,7 @@ toolbaritem > menubar { -moz-binding: url("chrome://global/content/bindings/toolbar.xml#menubar"); } -@supports ( -moz-appearance: -moz-mac-unified-toolbar ) { +@supports ( :-moz-system-metric(mac-graphite-theme) ) { /* this is a usable workaround to detect we're on Mac OS */ toolbar.chromeclass-menubar { -moz-binding: url("chrome://global/content/bindings/toolbar.xml#toolbar");