sync both themes with DOM Inspector changes between SeaMonkey 2.7 and current trunk
[themes.git] / EarlyBlue / inspector / viewers / accessibleEvent / accessibleEvent.css
index d733cd831297e403193c3eb46ad6e23a1d266c55..4d7d375569cec020e685a73161ce9d000652635f 100644 (file)
  *
  * ***** 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;
 }