| Index: third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| index c9310bdc954bed73188faf1f45a6f28b746bc74f..c2dba927eca848e6b82aa03061c0669639730a30 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/elements/elementsPanel.css
|
| @@ -328,6 +328,14 @@
|
| line-height: 15px;
|
| margin-left: 3px;
|
| width: calc(100% - 7px);
|
| + -webkit-user-modify: read-write-plaintext-only;
|
| + background-color: #fff;
|
| + cursor: text;
|
| +}
|
| +
|
| +.styles-element-classes-pane .new-class-input:empty:before {
|
| + content: attr(placeholder);
|
| + color: darkgray;
|
| }
|
|
|
| .styles-element-state-pane > div {
|
|
|