| 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 4d28d4294a6447295e0a69bd1f7244a6620e2128..fa2794d690792d512ad00f21b04e1a98f8d0e655 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/inspectorCommon.css
|
| @@ -157,6 +157,10 @@ input {
|
| background-color: white;
|
| }
|
|
|
| +:host-context(.-theme-with-dark-background) input[type="checkbox"] {
|
| + -webkit-filter: invert(80%);
|
| +}
|
| +
|
| input[type="search"]:focus,
|
| input[type="text"]:focus {
|
| outline: auto 5px -webkit-focus-ring-color;
|
|
|