X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fnavigator%2Fnavigator.css;h=195312719b436fa53872b5975236659348318b2a;hp=a3aed1d4fd6589e654279f09c4f1ab77eddcab84;hb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca;hpb=a0885fa2d9ce75ad3952b3fe05395dcf4cc96c42 diff --git a/EarlyBlue/navigator/navigator.css b/EarlyBlue/navigator/navigator.css index a3aed1d4..19531271 100644 --- a/EarlyBlue/navigator/navigator.css +++ b/EarlyBlue/navigator/navigator.css @@ -100,10 +100,20 @@ -moz-image-region: rect(84px 50px 105px 25px); } +#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"); } +/* ::::: small primary toolbar buttons ::::: */ + toolbar[iconsize="small"] > #back-button { list-style-image: url("chrome://communicator/skin/icons/communicatoricons-small.png"); -moz-image-region: rect(32px 16px 48px 0); @@ -158,6 +168,16 @@ toolbar[iconsize="small"] > #home-button[disabled="true"] { -moz-image-region: rect(64px 32px 80px 16px) !important; } +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 { @@ -239,6 +259,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"); } @@ -252,6 +278,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; @@ -264,6 +296,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;