| Index: chrome/browser/resources/shared/css/widgets.css
|
| diff --git a/chrome/browser/resources/shared/css/widgets.css b/chrome/browser/resources/shared/css/widgets.css
|
| index 1349b105092ffe51b5c1e0ac4737ac7a39314cb3..1036fbccc6f0734862e53f98e09fd069144deba1 100644
|
| --- a/chrome/browser/resources/shared/css/widgets.css
|
| +++ b/chrome/browser/resources/shared/css/widgets.css
|
| @@ -92,7 +92,8 @@ input[type='password'],
|
| input[type='search'],
|
| input[type='text'],
|
| input[type='url'],
|
| -input:not([type]) {
|
| +input:not([type]),
|
| +textarea {
|
| border: 1px solid #bfbfbf;
|
| border-radius: 2px;
|
| box-sizing: border-box;
|
|
|