X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmessenger%2FprimaryToolbar.css;h=c46b07880ceaeb059f0f0a95de60fcfa63213ae5;hb=8526fc9aa44366491ec45a197aa3bd14e9a50cd3;hp=fa26bd9e6a927de5c2f514a56fe6b6b2766e3867;hpb=242fc635895ef21fc8e9eadca5b024db5aec5355;p=themes.git diff --git a/LCARStrek/messenger/primaryToolbar.css b/LCARStrek/messenger/primaryToolbar.css index fa26bd9e..c46b0788 100644 --- a/LCARStrek/messenger/primaryToolbar.css +++ b/LCARStrek/messenger/primaryToolbar.css @@ -204,15 +204,9 @@ list-style-image: url("chrome://messenger/skin/toolbar/junk-disabled.gif") !important; } -#junkBarImage { - list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif"); -} +/* ::::: message notification bar style rules ::::: */ -#junkBarMessage { - font-weight: bold; -} - -#junkBar { +.msgNotificationBar { -moz-border-radius: 7px; padding: 3px; margin-bottom: 3px; @@ -220,7 +214,24 @@ color: #000000; } +.msgNotificationBarText { + font-weight: bold; +} + +#junkBarImage { + list-style-image: url("chrome://messenger/skin/toolbar/junk-hover.gif"); +} + #junkIcon { margin-left: 0.5ex; list-style-image: url("chrome://messenger/skin/icons/folder-junk.gif"); } + +#remoteContentImage { + list-style-image: url("chrome://messenger/skin/toolbar/remote-blocked.png"); + padding: 3px; +} + +#allowRemoteContentForAuthorDesc { + padding-left: 10px; +}