| Index: third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css b/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
|
| index 72b179d124460e7774402f9450a8e700add55fb8..5c9f81f3ea7b74ecaba238d1d43de4888a7edf6e 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/network/networkConfigView.css
|
| @@ -65,10 +65,6 @@
|
| display: block;
|
| width: calc(100% - 20px);
|
| max-width: 250px;
|
| - border: 1px solid #bfbfbf;
|
| - border-radius: 2px;
|
| - min-height: 2em;
|
| - padding: 3px;
|
| }
|
|
|
| .network-config-ua input[readonly] {
|
| @@ -79,11 +75,6 @@
|
| margin-top: 8px;
|
| }
|
|
|
| -.network-config-ua input[type="text"]:invalid {
|
| - outline: auto 2px red;
|
| - outline-offset: -2px;
|
| -}
|
| -
|
| .network-config-ua .chrome-select {
|
| width: calc(100% - 20px);
|
| max-width: 250px;
|
|
|