| 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 088bcd1fc2643805b8817e48cf00dac05977fdfe..7f66d787913e7968c4e69b91d3aa082585787049 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/toolbar.css
|
| @@ -492,3 +492,9 @@ input.toolbar-item.hover {
|
| :host-context(.-theme-with-dark-background) .toolbar-state-on .record-toolbar-item.toolbar-glyph {
|
| background-color: hsl(0, 100%, 65%) !important;
|
| }
|
| +
|
| +span.toolbar-select-container.toolbar-item.warning {
|
| + background: #ffd7d7;
|
| + padding: 0 5px 0 0;
|
| + margin-right: 1px;
|
| +}
|
|
|