X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmessenger%2FprimaryToolbar.css;h=2b594608a08fb9b2fa51103ac3ea3f0095bca766;hp=e05e132b8ad209be8c451ef88ae92b856adc7f9e;hb=904e50409e523d61b35bd75ec79c0f34ff107b77;hpb=aa39c77197251b0e7a2ea70b0d6d122cb3f1fc97 diff --git a/EarlyBlue/messenger/primaryToolbar.css b/EarlyBlue/messenger/primaryToolbar.css index e05e132b..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 { @@ -344,6 +362,10 @@ toolbar[iconsize="small"] > #button-stop[disabled="true"] { color: black; } +.msgNotificationBar:-moz-lwtheme { + text-shadow: none; +} + .msgNotificationBarText { font-weight: bold; }