Ignore:
Timestamp:
Apr 28, 2017, 9:51:14 AM (6 years ago)
Author:
Nicklas Nordborg
Message:

Fixes #2081: Improve visibility of child items in the "Item overview"

I have made two changes.

  • A light gray background color is used to indicate all sub-child elements. This is applied both to the selected element and when hovering (using a slight darker gray).
  • First-level child elements to the selected element are displayed in bold text.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/common/overview/ajax.jsp

    r7316 r7347  
    146146        jsonNode.put("icon", folderIcon);
    147147        jsonNode.put("isLazy", numChildren == 0 ? 0 : 1);
     148        jsonNode.put("className", n.getNodeType().name());
    148149        jsonChildNodes.add(jsonNode);
    149150      }
Note: See TracChangeset for help on using the changeset viewer.