Paul B. Gallagher wrote:
I'm using the version of the fix posted at
<http://www.seamonkey-project.org/releases/seamonkey2.22/> and seeing no
improvement in the Data Manager:

treechildren:not(.autocomplete-treebody)::-moz-tree-row {
    height: 1.3em !important;
    border-width: 1px !important;
}

Strange. That's the latest version and it should work. Maybe deleting the XUL cache file in your profile folder helps.

I use a slightly modified version together with the Stylish add-on, and with that the Data Manager looks OK to me. The changes are: * one extra line at the beginning (so Stylish doesn't apply it to website contents) * one extra rule in order to limit the effects to the Windows default theme (work in progress toward getting bug 927779 fixed).

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

@media all and (-moz-windows-default-theme) {
  treechildren:not(.autocomplete-treebody)::-moz-tree-row {
    height: 1.3em !important;
    border-width: 1px !important;
  }
}

The only editing I did after copy/pasting was to remove three blank
spaces on the left margin of each line -- that can't possibly be
functional, can it?

Trimming spaces is OK; doesn't change the logic.


HTH

Jens

--
Jens Hatlak <http://jens.hatlak.de/>
SeaMonkey Trunk Tracker <http://smtt.blogspot.com/>
_______________________________________________
support-seamonkey mailing list
[email protected]
https://lists.mozilla.org/listinfo/support-seamonkey

Reply via email to