Index: chrome/browser/resources/options/options_page.css |
diff --git a/chrome/browser/resources/options/options_page.css b/chrome/browser/resources/options/options_page.css |
index bec1c2db1eb35fe0fe1c4bf23fd130f06270d5a5..15ef6850c0a3b65d27eef6898132005500e67d1d 100644 |
--- a/chrome/browser/resources/options/options_page.css |
+++ b/chrome/browser/resources/options/options_page.css |
@@ -389,13 +389,13 @@ list [lead][selected][editing] { |
list:focus > [lead]:nth-child(2), |
list:focus > [lead][selected]:nth-child(2), |
list [lead][selected][editing]:nth-child(2) { |
- border-top: 1px transparent; |
+ border-top: 1px solid transparent; |
} |
list:focus > [lead]:nth-last-child(2), |
list:focus > [lead][selected]:nth-last-child(2), |
list [lead][selected][editing]:nth-last-child(2) { |
- border-bottom: 1px transparent; |
+ border-bottom: 1px solid transparent; |
} |
list[disabled] > [lead][selected], |
@@ -533,6 +533,7 @@ select:focus { |
} |
/* TEXT */ |
+input[type='password], |
input[type='text'] { |
-webkit-border-radius: 2px; |
border: 1px solid #aaa; |