| Index: third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| index 94fcc60b635945bf50de0284c541a1cae3e8e27c..64e05976870f8d4ba8a7fc94847d735efe96a9af 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| @@ -69,6 +69,10 @@
|
| color: #5a5a5a;
|
| }
|
|
|
| +.toolbar-text:empty {
|
| + margin: 0;
|
| +}
|
| +
|
| .toolbar-has-dropdown {
|
| justify-content: space-between;
|
| }
|
| @@ -189,11 +193,11 @@
|
| }
|
|
|
| select.toolbar-item {
|
| - min-width: 48px;
|
| + min-width: 38px;
|
| -webkit-appearance: none;
|
| border: 0;
|
| border-radius: 0;
|
| - padding: 0 15px 0 5px;
|
| + padding: 0 8px 0 5px;
|
| margin-right: -10px;
|
| position: relative;
|
| }
|
| @@ -207,6 +211,7 @@ select.toolbar-item {
|
| margin: 1px 3px;
|
| background-color: white;
|
| border: solid 1px #d8d8d8;
|
| + min-width: 35px;
|
| }
|
|
|
| .toolbar-input.focused,
|
|
|