Index: third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css |
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css b/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css |
index a00e6e3120de9e5d6af6f32a975888145b34180a..8bac91f65583b2eb573bc7b98267b96b8ac266bf 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css |
+++ b/third_party/WebKit/Source/devtools/front_end/sources/navigatorView.css |
@@ -105,3 +105,8 @@ |
.navigator-sm-stylesheet-tree-item .tree-element-title { |
font-style: italic; |
} |
+ |
+.navigator-tree-item-highlight { |
+ background-color: #FFA; |
+ color: #00A !important; |
lushnikov
2016/03/14 20:56:38
can we increase selector specificity instead of us
|
+} |