| Index: third_party/WebKit/Source/devtools/front_end/screencast/screencastView.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/screencast/screencastView.css b/third_party/WebKit/Source/devtools/front_end/screencast/screencastView.css
|
| index dc28b749fcb0a807a95528c1be70d6665aab625d..e07bac12394019ec2bb138cbbf983588bb5fedd8 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/screencast/screencastView.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/screencast/screencastView.css
|
| @@ -84,15 +84,8 @@
|
|
|
| .screencast-navigation input {
|
| -webkit-flex: 1;
|
| - border: 1px solid #aaa;
|
| - border-radius: 2px;
|
| - margin: 1px;
|
| - padding-left: 5px;
|
| -}
|
| -
|
| -.screencast-navigation input:focus {
|
| - border: 1px solid #aaa;
|
| - outline: none !important;
|
| + margin: 2px;
|
| + max-height: 19px;
|
| }
|
|
|
| .screencast-navigation .progress {
|
|
|