Tue, 13 Jun 2017 08:00:25 -0400, /rickman/:
Stanimir Stamenkov wrote on 6/12/2017 7:35 AM:

https://userstyles.org/styles/143818/color-new-vs-unread-folders-messages

Please give it a try and tell me if it misses something (or does more than) you need. Note, the style doesn't govern which folders are considered "new". I couldn't find "biffState-NewMail" similar indicator for closed threads with _new_ messages, also.
[...]
[1] https://addons.mozilla.org/addon/stylish

I'm not familiar with Stylish. When it was first mentioned I thought it was an add in to SeaMonkey, but it seems to be something more general. In fact, when I read "help" it says it is for Chrome and Firefox and doesn't mention SeaMonkey.

If you have trouble with the userstyles.org site you could add the style manually to your Stylish [1] addon:

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul";);

@-moz-document url("chrome://messenger/content/messenger.xul") {

  .icon-holder[BiffState="NewMail"][IsServer="true"],
  .icon-holder[NewMessages="true"],
  treechildren::-moz-tree-cell-text(biffState-NewMail, isServer-true),
treechildren::-moz-tree-cell-text(biffState-NewMail, subfoldersHaveUnreadMessages-true, closed),
  treechildren::-moz-tree-cell-text(newMessages-true),
  treechildren::-moz-tree-cell-text(new) {
    color: green;
  }

  treechildren::-moz-tree-cell-text(selected, focus) {
    color: -moz-CellHighlightText;
  }

}

You could also use the "userChrome.css" [2] for that purpose, though it has inherent flaw [3] making such kind of "overlay" style customization much more difficult (using !important [4] declarations).

[2] http://kb.mozillazine.org/UserChrome.css
[3] https://bugzilla.mozilla.org/show_bug.cgi?id=676054
[4] https://developer.mozilla.org/en-US/docs/Web/CSS/Specificity#The_!important_exception

When I visit the page you link to, the page never fully loads with a notice at the bottom it is waiting for googleads.g.doubleclick.net... I see an ad pretending to be a download link which tries to get me to install what may well be malware. Then I see a smaller box that says "Install with Stylish" which takes me to a page of Firefox add-ons showing Stylish. Is this what I am supposed to install into SeaMonkey? One of the two reviews says,

Whoever taken over this plugin is destroying it.

Selling user info, making a buggy website, plugin still missing basic functionality.

It's amazing that it is still holding up.


Should I be concerned?
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to