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

Unified Diff: Source/devtools/front_end/textPrompt.css

Issue 18132024: Add enhanced filters to Network panel. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline Created 6 years, 11 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: Source/devtools/front_end/textPrompt.css
diff --git a/Source/devtools/front_end/textPrompt.css b/Source/devtools/front_end/textPrompt.css
index ca4ba07ce73940a0c806ee9895bd0f36616b29e8..4e4d06d86e3cd3f65b92626bf4fac19e69a6d814 100644
--- a/Source/devtools/front_end/textPrompt.css
+++ b/Source/devtools/front_end/textPrompt.css
@@ -61,7 +61,7 @@
}
.suggest-box-content-item.selected {
- background-color: rgb(212, 212, 212);
+ background-color: rgba(56, 121, 217, 0.1);
}
.suggest-box-content-item:hover:not(.selected) {

Powered by Google App Engine
This is Rietveld 408576698