X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FprimaryToolbar.css;h=2b594608a08fb9b2fa51103ac3ea3f0095bca766;hp=c7c5ed822687a27b5031bb4a419819605c3fde1a;hb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca;hpb=fb2b576119cbcf95387a59fc2e3af29cd97a9a21 diff --git a/EarlyBlue/messenger/primaryToolbar.css b/EarlyBlue/messenger/primaryToolbar.css index c7c5ed82..2b594608 100644 --- a/EarlyBlue/messenger/primaryToolbar.css +++ b/EarlyBlue/messenger/primaryToolbar.css @@ -173,6 +173,14 @@ toolbarpaletteitem > #button-delete { -moz-image-region: rect(252px 50px 273px 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"); +} + #locationFolders { width: 22em; } @@ -336,6 +344,16 @@ toolbar[iconsize="small"] > #button-stop[disabled="true"] { -moz-image-region: rect(16px 32px 32px 16px); } +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"); +} + /* ::::: message notification bar style rules ::::: */ .msgNotificationBar {