17488 Posts in 4473 Topics by 1978 members
|
Page:
1
|
Go to End | |
| Author | Topic: | 1108 Views |
-
Highlighting the last item in the Site Tree

4 July 2007 at 2:36am
I noticed that the last item on any level of the site tree (or should I say the last child of any item) doesn't highlight correctly when you select it.
This is because the .last class is overriding the background for the .current class.On line 50 of /jsparty/tree/tree.css, change
ul.tree span.a.last {
to
ul.tree .a.last {
It makes the rule is less specific, so it's overwritten by .current and the background colour appears as it should.
-
Re: Highlighting the last item in the Site Tree

4 July 2007 at 9:20am
Thanks for these patches Nathan - these will be applied to the main branch in the latter this week.
| 1108 Views | ||
|
Page:
1
|
Go to Top |



