| Index: third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css b/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css
|
| index 25602a25befd16b61f4fb7358cced86007948fed..a39597a4ba0877821d425a02f5f19a8caa29b717 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css
|
| @@ -35,7 +35,7 @@
|
| -webkit-user-modify: read-only;
|
| }
|
|
|
| -::content .text-prompt:empty::before {
|
| +::content .text-prompt[data-placeholder]:empty::before {
|
| content: attr(data-placeholder);
|
| color: rgb(128, 128, 128);
|
| }
|
|
|