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 fa2794d690792d512ad00f21b04e1a98f8d0e655..3fd0816c723238c4eae91857d59f8a9106edff6d 100644 |
--- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
+++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css |
@@ -200,6 +200,10 @@ input[type="text"]:focus { |
text-decoration: none !important; |
} |
+.error-input { |
+ outline: auto 2px red !important; |
+} |
+ |
.chrome-select { |
-webkit-appearance: none; |
-webkit-user-select: none; |