X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fglobal%2Fglobal.css;h=18cc774a0690f0284bd86130896178b8774b1d8b;hp=92f613f69ac00110a62fb11d4e4a340d5322cfac;hb=1d4ddf3044b84fc0b806064b1edcdbaa4c44677b;hpb=76983f4cfc3f3fbe2c8fa4526bd86bac7cb0bdaa diff --git a/EarlyBlue/global/global.css b/EarlyBlue/global/global.css index 92f613f6..18cc774a 100644 --- a/EarlyBlue/global/global.css +++ b/EarlyBlue/global/global.css @@ -62,9 +62,15 @@ menulist > menupopup, } .menulist-compact { - -moz-binding: url("chrome://global/content/bindings/menulist.xml#menulist-compact"); + -moz-binding: url("chrome://global/skin/globalBindings.xml#menulist-compact"); } +/* +progressmeter[mode="undetermined"] { + -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined"); +} +*/ + /* ::::: root elements ::::: */ window, @@ -160,3 +166,7 @@ resizer[dir="bottomright"] { .toolbar-focustarget { -moz-user-focus: ignore !important; } + +description.error { + color: #FF0000; +}