Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3)

Unified Diff: chrome_linux64/resources/inspector/navigatorView.css

Issue 14690006: Update reference builds to r197396. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/reference_builds/
Patch Set: Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome_linux64/resources/inspector/navigatorView.css
===================================================================
--- chrome_linux64/resources/inspector/navigatorView.css (revision 197568)
+++ chrome_linux64/resources/inspector/navigatorView.css (working copy)
@@ -69,26 +69,13 @@
.navigator li.selected .selection {
height: 18px;
- background-color: rgb(180, 180, 180);
}
-.navigator :focus li.selected .selection {
- background-color: rgb(111, 140, 210);
+.navigator > ol.being-edited li.selected .selection {
+ background-color: rgb(56, 121, 217);
}
-.navigator .search-match-found li.selected .selection {
- background-color: rgb(111, 140, 210);
-}
-.navigator .search-match-not-found li.selected .selection {
- border-color: rgb(111, 140, 210);
- background-color: white;
-}
-
-.navigator .searching li.selected .selection {
- background-color: rgb(111, 140, 210);
-}
-
.navigator .icon {
width: 16px;
height: 16px;
@@ -105,28 +92,6 @@
margin: auto;
}
-.navigator-tree-search-box {
- display: none;
- position: absolute;
- top: 0;
- right: 0;
- height: 26px;
- width: 100px;
- z-index: 1;
- padding: 1px;
- background-color: rgb(111, 140, 210);
- border: 2px solid lightgray;
-}
-
-.navigator-tree-search-box.visible {
- display: block;
-}
-
-.navigator-tree-search-box > input {
- width: 100%;
- height: 100%;
-}
-
.navigator-tabbed-pane .tabbed-pane-content {
overflow: hidden;
}
« no previous file with comments | « chrome_linux64/resources/inspector/inspectorCommon.css ('k') | chrome_linux64/resources/inspector/networkLogView.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698