*
* ***** END LICENSE BLOCK ***** */
-@import url("chrome://inspector/skin");
+@import url("chrome://inspector/skin/viewers/accessibleTree/accessibleTree.css");
-treechildren::-moz-tree-row(highlight) {
- background-color: #feeecd;
-}
-
-treechildren::-moz-tree-row(selected, highlight) {
- background-color: #c0ffff;
-}
-
-treechildren::-moz-tree-cell-text(highlight) {
- color: black;
+#handlerOutput {
+ overflow: auto;
}
*
* ***** END LICENSE BLOCK ***** */
-@import url("chrome://inspector/skin");
+@import url("chrome://inspector/skin/viewers/accessibleTree/accessibleTree.css");
-treechildren::-moz-tree-row(highlight) {
-}
-
-treechildren::-moz-tree-row(selected, highlight) {
-}
-
-treechildren::-moz-tree-cell-text(highlight) {
- color: #FFCF00;
- font-weight: bold;
+#handlerOutput {
+ overflow: auto;
}