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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css

Issue 2568983003: Add ability to linkify substituted string
Patch Set: Comments addressed Created 3 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: third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
index b7b1dc6eb56419b3c6324ff5710bb344d70a6587..1211e101a1144dd3250a5b9ab404ba863e1b7ac5 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
@@ -139,7 +139,7 @@ iframe.widget {
border-radius: 1px;
padding: 1px;
margin: -1px;
- background-color: rgba(255, 255, 0, 0.8);
+ background-color: rgb(255, 255, 51);
}
.-theme-with-dark-background .highlighted-search-result,
@@ -176,10 +176,7 @@ input[type="text"]:focus {
}
.highlighted-search-result.current-search-result {
- border-radius: 1px;
- padding: 1px;
- margin: -1px;
- background-color: rgba(255, 127, 0, 0.8);
+ background-color: rgb(255, 153, 51);
}
.dimmed {

Powered by Google App Engine
This is Rietveld 408576698