Talk:Signature display color: Difference between revisions

From MozillaZine Knowledge Base
Jump to navigationJump to search
(now also all set for Thunderbird, checked in on comm-aurora)
(code moved to the main page now that 22.0b1 is out)
Line 1: Line 1:
Thunderbird 22.0 (thus hitting the releases with 24.0 [http://forums.mozillazine.org/viewtopic.php?f=29&t=2033027]) extents the display-color preferences UI to match that of Firefox [https://bugzilla.mozilla.org/show_bug.cgi?id=845807]. As a consequence, signature and its link colors will no longer be constants but deemphasized by opacity [https://bugzilla.mozilla.org/show_bug.cgi?id=855135], assuming that patch checks in as proposed. Thus, the respective [[userContent.css]] will be;
Thunderbird 22.0 (thus hitting the releases with 24.0 [http://forums.mozillazine.org/viewtopic.php?f=29&t=2033027]) extents the display-color preferences UI to match that of Firefox [https://bugzilla.mozilla.org/show_bug.cgi?id=845807]. As a consequence, signature and its link colors will no longer be constants but deemphasized by opacity [https://bugzilla.mozilla.org/show_bug.cgi?id=855135], assuming that patch checks in as proposed. [...] This will also be needed if you specify a "color:" along with it. Also, there is no longer a separate rule for links, the opacity applies to the selected colors for both of those. Note that the old rules may still apply to SeaMonkey, thus don't delete them for now. --[[User:Rsx11m|Rsx11m]] 22:45, 27 March 2013 (UTC)
 
.moz-txt-sig, .moz-signature {
  opacity: inherit !important;
}
 
This will also be needed if you specify a "color:" along with it. Also, there is no longer a separate rule for links, the opacity applies to the selected colors for both of those. Note that the old rules may still apply to SeaMonkey, thus don't delete them for now. --[[User:Rsx11m|Rsx11m]] 22:45, 27 March 2013 (UTC)
: For SeaMonkey, this will become effective with its 2.19 release [https://bugzilla.mozilla.org/show_bug.cgi?id=855684]. --[[User:Rsx11m|Rsx11m]] 22:30, 28 March 2013 (UTC)
: For SeaMonkey, this will become effective with its 2.19 release [https://bugzilla.mozilla.org/show_bug.cgi?id=855684]. --[[User:Rsx11m|Rsx11m]] 22:30, 28 March 2013 (UTC)
: All patches for Thunderbird have checked in now as well, thus it'll become effective with the next 22.0a2 Earlybird builds. --[[User:Rsx11m|Rsx11m]] 12:58, 9 April 2013 (UTC)
: All patches for Thunderbird have checked in now as well, thus it'll become effective with the next 22.0a2 Earlybird builds. --[[User:Rsx11m|Rsx11m]] 12:58, 9 April 2013 (UTC)

Revision as of 13:37, 6 June 2013

Thunderbird 22.0 (thus hitting the releases with 24.0 [1]) extents the display-color preferences UI to match that of Firefox [2]. As a consequence, signature and its link colors will no longer be constants but deemphasized by opacity [3], assuming that patch checks in as proposed. [...] This will also be needed if you specify a "color:" along with it. Also, there is no longer a separate rule for links, the opacity applies to the selected colors for both of those. Note that the old rules may still apply to SeaMonkey, thus don't delete them for now. --Rsx11m 22:45, 27 March 2013 (UTC)

For SeaMonkey, this will become effective with its 2.19 release [4]. --Rsx11m 22:30, 28 March 2013 (UTC)
All patches for Thunderbird have checked in now as well, thus it'll become effective with the next 22.0a2 Earlybird builds. --Rsx11m 12:58, 9 April 2013 (UTC)