* page/inspector/inspector.css: Use the white disclosure triangles
when a parent DOM element is sepected.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@27370
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2007-11-01 Timothy Hatcher <timothy@apple.com>
+
+ Reviewed by Sam.
+
+ * page/inspector/inspector.css: Use the white disclosure triangles
+ when a parent DOM element is sepected.
+
2007-11-01 Justin Garcia <justin.garcia@apple.com>
Reviewed by Oliver Hunt.
margin-left: -12px;
}
-.outline-disclosure li.parent:before {
+.outline-disclosure li.parent::before {
content: url(Images/treeRightTriangleBlack.png);
float: left;
width: 8px;
padding-right: 2px;
}
+.outline-disclosure li.parent.selected::before {
+ content: url(Images/treeRightTriangleWhite.png);
+}
+
.outline-disclosure li.parent.expanded:before {
content: url(Images/treeDownTriangleBlack.png);
}
+.outline-disclosure li.parent.expanded.selected::before {
+ content: url(Images/treeDownTriangleWhite.png);
+}
+
.outline-disclosure ol.children {
display: none;
}