summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
authorlwchkg <lwchkg@gmail.com>2015-08-13 08:08:20 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-13 15:12:59 +0000
commitcbb808c8199b6ca8259b5828045d1fda9316f7dd (patch)
tree3a4a021d3c8daa3ce90cf9e28627dc435e3cf276 /ui
parent6647a45f69817891b2e13ae112fe4bbd4854d387 (diff)
downloadchromium_src-cbb808c8199b6ca8259b5828045d1fda9316f7dd.zip
chromium_src-cbb808c8199b6ca8259b5828045d1fda9316f7dd.tar.gz
chromium_src-cbb808c8199b6ca8259b5828045d1fda9316f7dd.tar.bz2
Darked the text of user name and email in the profile dialog.
The color of the text is changed from #b4b4b4 to #757575, which sits on a white background. BUG=519580 Review URL: https://codereview.chromium.org/1287083002 Cr-Commit-Position: refs/heads/master@{#343196}
Diffstat (limited to 'ui')
-rw-r--r--ui/login/account_picker/user_pod_row.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/login/account_picker/user_pod_row.css b/ui/login/account_picker/user_pod_row.css
index 13d9c94..1cca244 100644
--- a/ui/login/account_picker/user_pod_row.css
+++ b/ui/login/account_picker/user_pod_row.css
@@ -508,7 +508,7 @@ html[dir=rtl] .action-box-area.active ~ .action-box-menu {
}
.action-box-menu-title {
- color: #b4b4b4;
+ color: #757575;
display: flex;
flex-direction: column;
padding: 7px 20px;