X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fglobal.css;h=9ff9ef8890ffa24b3ebf456d5ce97c7483c275c8;hp=a13f52070ce940e0c65702b032ffa91f93ad5653;hb=421495d7c0cd0ab99a6cdfcc1851fece5f5e9c72;hpb=54c9b95b1df63559b4928c617190509e4cd43bc2 diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index a13f5207..9ff9ef88 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -47,11 +47,14 @@ menubar { toolbaritem > menubar { -moz-binding: url("chrome://global/content/bindings/toolbar.xml#menubar"); } -/* -progressmeter[mode="undetermined"] { - -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined"); + +@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"); + border-bottom: none; + } } -*/ /* ::::: root elements ::::: */ @@ -310,11 +313,14 @@ description { } .text-link { - color: blue; - text-decoration: underline; + color: #3333FF; cursor: pointer; } +.text-link:hover { + text-decoration: underline; +} + .text-link:-moz-focusring { /* Don't specify the outline-color, we should always use initial value. */ outline: 1px dotted;