X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fglobal.css;h=5d70b13567161fee18af93c858ea7f2abae4630c;hp=4b3b0d6657436ff0a1e10b8ab49dfe24ddf11aee;hb=ddc494fc510684ce84c8818a5859c8a9717c5f5d;hpb=3d6dd546c97f902b849a45d2bf2fa7cc623cb2e9 diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 4b3b0d66..5d70b135 100644 --- a/LCARStrek/global/global.css +++ b/LCARStrek/global/global.css @@ -62,7 +62,7 @@ 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"); } /* LCARStrek special bindings */ @@ -79,6 +79,12 @@ menubar { -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar"); } +/* +progressmeter[mode="undetermined"] { + -moz-binding: url("chrome://global/content/bindings/progressmeter.xml#progressmeter-undetermined"); +} +*/ + /* ::::: root elements ::::: */ window, @@ -148,7 +154,7 @@ statusbar { .statusbar-center { background-color: #8050B0; padding-left: 2px; - color: black; + color: #000000; -moz-box-align: center; } @@ -191,3 +197,7 @@ resizer[dir="bottomright"] { .toolbar-focustarget { -moz-user-focus: ignore !important; } + +description.error { + color: #FF0000; +}