X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fnavigator%2Fnavigator.css;h=5980dee60c2ab7fb1129ad9ebfb1936e6bff9e47;hp=c1f27cd4c1ce416aecb4ffeaf1c1c028384ed4aa;hb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca;hpb=a0885fa2d9ce75ad3952b3fe05395dcf4cc96c42 diff --git a/LCARStrek/navigator/navigator.css b/LCARStrek/navigator/navigator.css index c1f27cd4..5980dee6 100644 --- a/LCARStrek/navigator/navigator.css +++ b/LCARStrek/navigator/navigator.css @@ -44,8 +44,6 @@ @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); -/********** resource bundle binding **********/ - /* ::::: primary toolbar buttons ::::: */ #back-button { @@ -135,6 +133,14 @@ -moz-image-region: rect(84px 75px 105px 50px); } +#sync-button { + list-style-image: url("chrome://communicator/skin/sync/sync-32.png"); +} + +#sync-button[status=active] { + list-style-image: url("chrome://communicator/skin/sync/sync-32-throbber.png"); +} + #clear-button { list-style-image: url("chrome://global/skin/icons/close-button.gif"); } @@ -229,6 +235,16 @@ toolbar[iconsize="small"] > #home-button:not([disabled="true"]):hover:active { -moz-image-region: rect(64px 48px 80px 32px); } +toolbar[iconsize="small"] > toolbarpaletteitem > #sync-button, +toolbar[iconsize="small"] > #sync-button { + list-style-image: url("chrome://communicator/skin/sync/sync-16.png"); +} + +toolbar[iconsize="small"] > toolbarpaletteitem > #sync-button[status=active], +toolbar[iconsize="small"] > #sync-button[status=active] { + list-style-image: url("chrome://communicator/skin/sync/sync-16-throbber.png"); +} + /* ::::: fullscreen window controls ::::: */ #window-controls { @@ -324,6 +340,12 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { height: 32px; } +.popup-notification-icon[popupid="indexedDB-permissions-prompt"], +.popup-notification-icon[popupid="indexedDB-quota-prompt"] { + list-style-image: url("chrome://global/skin/icons/question-64.png"); +} + +.popup-notification-icon[popupid="password-change"], .popup-notification-icon[popupid="password-save"] { list-style-image: url("chrome://mozapps/skin/passwordmgr/key-64.png"); } @@ -337,6 +359,12 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { outline: 1px dotted; } +#default-notification-icon { + list-style-image: url("chrome://global/skin/icons/information-16.png"); + width: 16px; + height: 16px; +} + #geo-notification-icon { list-style-image: url("chrome://communicator/skin/icons/geolocation-16.png"); width: 16px; @@ -349,6 +377,12 @@ toolbar[mode="text"] > #window-controls > toolbarbutton > .toolbarbutton-icon { height: 16px; } +#indexedDB-notification-icon { + list-style-image: url("chrome://global/skin/icons/question-16.png"); + width: 16px; + height: 16px; +} + #password-notification-icon { list-style-image: url("chrome://mozapps/skin/passwordmgr/key-16.png"); width: 16px;