| Index: chrome/browser/resources/shared/css/chrome_shared.css
|
| diff --git a/chrome/browser/resources/shared/css/chrome_shared.css b/chrome/browser/resources/shared/css/chrome_shared.css
|
| index 77ab14241c4c4e79e3dcd9c50916811823e6eeae..18def7b59170bb780e42f3293d3b245f9ffe7ae6 100644
|
| --- a/chrome/browser/resources/shared/css/chrome_shared.css
|
| +++ b/chrome/browser/resources/shared/css/chrome_shared.css
|
| @@ -135,8 +135,10 @@ input[type='url'],
|
| input:not([type]) {
|
| -webkit-border-radius: 2px;
|
| border: 1px solid #aaa;
|
| - font-size: inherit;
|
| - padding: 3px;
|
| + box-sizing: border-box;
|
| + font: inherit;
|
| + height: 2em;
|
| + padding: 4px;
|
| }
|
|
|
| input[type='text']:disabled {
|
|
|