Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2464)

Unified Diff: chrome/browser/resources/options/options_page.css

Issue 6241010: DOMUI: Use a styled button instead of an image for the password list show/hide (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698