From 9d0e435dcdcd5d729f80926547de9c7928d7b181 Mon Sep 17 00:00:00 2001 From: Edouard Oger Date: Mon, 6 Jul 2015 16:47:00 +0200 Subject: [PATCH] Bug 1180868 - Sync preferences - Add tooltip and onhover border to fxa profile picture. r=markh --- browser/components/preferences/in-content/sync.xul | 3 ++- browser/locales/en-US/chrome/browser/preferences/sync.dtd | 1 + browser/themes/shared/incontentprefs/preferences.inc.css | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/browser/components/preferences/in-content/sync.xul b/browser/components/preferences/in-content/sync.xul index d5dd21378f82..b7f3c9738fc8 100644 --- a/browser/components/preferences/in-content/sync.xul +++ b/browser/components/preferences/in-content/sync.xul @@ -235,7 +235,8 @@ align="center"> + onclick="gSyncPane.openChangeProfileImage();" hidden="true" + tooltiptext="&profilePicture.tooltip;"/> diff --git a/browser/locales/en-US/chrome/browser/preferences/sync.dtd b/browser/locales/en-US/chrome/browser/preferences/sync.dtd index 853333347387..0c9a173f7db1 100644 --- a/browser/locales/en-US/chrome/browser/preferences/sync.dtd +++ b/browser/locales/en-US/chrome/browser/preferences/sync.dtd @@ -74,6 +74,7 @@ both, to better adapt this sentence to their language. + diff --git a/browser/themes/shared/incontentprefs/preferences.inc.css b/browser/themes/shared/incontentprefs/preferences.inc.css index 8221c6551bb0..4f50de50b52c 100644 --- a/browser/themes/shared/incontentprefs/preferences.inc.css +++ b/browser/themes/shared/incontentprefs/preferences.inc.css @@ -228,7 +228,7 @@ description > html|a { } #fxaProfileImage:hover { - border-color: blue; + box-shadow: 0px 0px 0px 1px #0095DD; } #noFxaAccount {