X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FprimaryToolbar.css;h=023536eca7f6695c02dfae245bc8a0466758a8f8;hp=154e27650f180532c256646a9eb409324fa6ffa8;hb=c2e1f7906034fb0bb5d0ce3bf8017bdbc6b8a8ca;hpb=8b17a53f795d5dac9741cb28dc374ddb927488ae diff --git a/LCARStrek/messenger/primaryToolbar.css b/LCARStrek/messenger/primaryToolbar.css index 154e2765..023536ec 100644 --- a/LCARStrek/messenger/primaryToolbar.css +++ b/LCARStrek/messenger/primaryToolbar.css @@ -253,6 +253,35 @@ toolbarpaletteitem > #button-delete { -moz-image-region: rect(252px 75px 273px 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"); +} + +#locationFolders { + width: 22em; +} + +toolbarpaletteitem[place="palette"] > #folder-location-container > #locationFolders { + max-width: 11em; +} + +toolbarpaletteitem[place="palette"] > #search-container > #searchInput { + max-width: 11em; +} + +toolbarpaletteitem[place="palette"] > #mailviews-container > #viewPicker { + max-width: 11em; +} + +#viewPickerPopup > menuitem > .menu-iconic-left, +#viewPickerPopup > menu > menupopup > menuitem > .menu-iconic-left { + display: -moz-box !important; +} + /* ::::: small primary toolbar buttons ::::: */ toolbar[iconsize="small"] > #button-getmsg, @@ -474,16 +503,30 @@ toolbar[iconsize="small"] > #button-stop:not([disabled="true"]):hover:active { -moz-image-region: rect(16px 48px 32px 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"); +} + /* ::::: message notification bar style rules ::::: */ .msgNotificationBar { - -moz-border-radius: 7px; + border-radius: 7px; padding: 3px; margin-bottom: 3px; background-color: #FF9F00; color: #000000; } +.msgNotificationBar:-moz-lwtheme { + text-shadow: none; +} + .msgNotificationBarText { font-weight: bold; } @@ -502,6 +545,11 @@ toolbar[iconsize="small"] > #button-stop:not([disabled="true"]):hover:active { padding: 3px; } +#mdnBarImage { + list-style-image: url("chrome://global/skin/icons/alert-question.gif"); + padding: 3px; +} + #allowRemoteContentForAuthorDesc { -moz-padding-start: 10px; }