зеркало из https://github.com/mozilla/gecko-dev.git
Back out d9c1eb0c7b8d (bug 804068) for forgetting there was a browser-chrome test to adjust
This commit is contained in:
Родитель
6fc816b46d
Коммит
f945fb6ad4
|
@ -593,7 +593,7 @@ let SocialShareButton = {
|
|||
shareButton.setAttribute("tooltiptext", this.promptMessages['shareTooltip']);
|
||||
imageURL = this.promptImages["share"]
|
||||
}
|
||||
shareButton.src = imageURL;
|
||||
shareButton.style.backgroundImage = 'url("' + encodeURI(imageURL) + '")';
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -1378,6 +1378,11 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|||
|
||||
/* social recommending panel */
|
||||
|
||||
#share-button {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#socialUserPortrait {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
|
|
@ -1636,6 +1636,11 @@ window[tabsontop="false"] richlistitem[type~="action"][actiontype="switchtab"][s
|
|||
|
||||
/* social recommending panel */
|
||||
|
||||
#share-button {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#socialUserPortrait {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
|
|
@ -1640,6 +1640,11 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
|||
|
||||
/* social recommending panel */
|
||||
|
||||
#share-button {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#socialUserPortrait {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
|
Загрузка…
Ссылка в новой задаче