X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fglobal%2Fglobal.css;h=b0da51eefc6409bcea70e0689d5196188590cc53;hp=4eea3a8e80928f4629baa7364abbda05e17e273e;hb=d0646e4a75a2e7c90b075456d6bab4a0b0d8ab6f;hpb=15d3cb53e5f2f5baa6d41fed4b6920728a6bdb2e diff --git a/LCARStrek/global/global.css b/LCARStrek/global/global.css index 4eea3a8e..b0da51ee 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,12 +79,23 @@ menubar { -moz-binding: url("chrome://global/skin/globalBindings.xml#menubar"); } +toolbaritem > 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, page, dialog, -wizard { +wizard, +prefwindow { background-color: #000000; color: #FF9F00; /* font: 3mm "Final Frontier",tahoma,arial,helvetica,sans-serif; */ @@ -107,7 +118,8 @@ window.dialog { .message-icon, .alert-icon, .error-icon, -.question-icon { +.question-icon, +.authentication-icon { width: 32px; height: 32px; } @@ -124,7 +136,8 @@ window.dialog { list-style-image: url("chrome://global/skin/icons/alert-error.gif"); } -.question-icon { +.question-icon, +.authentication-icon { list-style-image: url("chrome://global/skin/icons/alert-question.gif"); } @@ -142,14 +155,14 @@ iframe { statusbar { margin-top: 3px; - min-width: 1px; + min-height: 16px; } .statusbar-center { background-color: #8050B0; padding-left: 2px; color: #000000; - -moz-box-align: center; + -moz-box-align: stretch; } .statusbar-left { @@ -178,8 +191,8 @@ statusbarpanel { padding: 0px; } -.statusbarpanel-iconic { - padding: 0px; +.statusbarpanel-iconic, .statusbarpanel-iconic-text, .statusbarpanel-menu-iconic { + padding: 0px 1px 0px 1px; } resizer[dir="bottomright"] { @@ -191,3 +204,48 @@ resizer[dir="bottomright"] { .toolbar-focustarget { -moz-user-focus: ignore !important; } + +/* :::::: autoscroll popup ::::: */ + +#autoscroller { + height: 28px; + width: 28px; + border: 0px; + margin: -14px; + padding: 0px; + background-image: url("chrome://global/skin/icons/autoscroll.png"); + background-color: transparent; + -moz-appearance: none; +} + +#autoscroller[scrolldir="NS"] { + background-position: left center; +} + +#autoscroller[scrolldir="EW"] { + background-position: left bottom; +} + +#autoscroller[transparent="true"] { + background-position: center top; +} + +#autoscroller[transparent="true"][scrolldir="NS"] { + background-position: center center; +} + +#autoscroller[transparent="true"][scrolldir="EW"] { + background-position: center bottom; +} + +#autoscroller[translucent="true"] { + background-position: right top; +} + +#autoscroller[translucent="true"][scrolldir="NS"] { + background-position: right center; +} + +#autoscroller[translucent="true"][scrolldir="EW"] { + background-position: right bottom; +}