Changeset 7347 for trunk/www/common/overview/tree.jsp
- Timestamp:
- Apr 28, 2017, 9:51:14 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/www/common/overview/tree.jsp
r7316 r7347 188 188 JSONObject jsonChild = newJoustEntry(jsonParent, folderIcon, text, child.getId()); 189 189 jsonChild.put("tooltip", tooltip); 190 190 jsonChild.put("className", child.getNodeType().name()); 191 191 if (!child.isChildrenLoaded()) 192 192 { … … 273 273 { 274 274 color: #E8E8E8; 275 } 276 277 /* The selected item and all children get a gray background */ 278 .selected, .selected + .children 279 { 280 background-color: #F8F8F8; 281 } 282 283 /* A slighly darker background when hovering */ 284 .joustitem:hover, .joustitem:hover + .children .joustitem 285 { 286 background-color: #F0F0F0; 287 } 288 289 /* First-level child items to the selected item get bold text */ 290 .selected + .children > .joustitem, .selected + .children > .children.FOLDER > .joustitem 291 { 292 font-weight: bold; 275 293 } 276 294 </style>
Note: See TracChangeset
for help on using the changeset viewer.