Chromium Code Reviews| Index: chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css |
| diff --git a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css |
| index a11186fba112c9cc418460c1beb51371f5298d93..24b35542aee4fe84facc5ab31d90bc62610c6d9c 100644 |
| --- a/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css |
| +++ b/chrome/browser/resources/settings/passwords_and_forms_page/passwords_section.css |
| @@ -25,3 +25,13 @@ iron-list { |
| height: 300px; |
| padding-top: 16px; |
| } |
| + |
| +paper-input.readonly-password { |
|
michaelpg
2016/01/27 04:23:43
or just paper-input, or paper-input[disabled] if t
hcarmona
2016/01/29 23:52:11
Done.
|
| + --paper-input-container-disabled: { |
| + opacity: 1; |
| + }; |
| + --paper-input-container-underline-disabled: { |
| + opacity: 0; |
| + }; |
| + width: 150px; |
|
michaelpg
2016/01/27 04:23:43
how is the width related to it being readonly
hcarmona
2016/01/29 23:52:11
Not related to being read-only. I've removed the c
michaelpg
2016/01/30 01:30:15
Nope, the latest change makes the intent easier to
|
| +} |