| 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 {
|
|
|