| 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 23306cdb1fd40541190933173948b449eb6c314d..d49c8412a5dccb419076d86f6f7d0658cbf567f9 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| @@ -28,6 +28,10 @@
|
| flex-direction: row-reverse;
|
| }
|
|
|
| +.toolbar-shadow.toolbar-grow-vertical {
|
| + height: initial;
|
| +}
|
| +
|
| .toolbar-shadow.vertical {
|
| flex-direction: column;
|
| height: auto;
|
| @@ -212,6 +216,10 @@ input.toolbar-item.hover {
|
| border: solid 1px rgb(202, 202, 202);
|
| }
|
|
|
| +.toolbar-item-right-aligned {
|
| + margin-left: auto;
|
| +}
|
| +
|
| /* Separator */
|
|
|
| .toolbar-divider {
|
|
|