mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 804068 - set social sharebutton image via .src, plus css tweaks to ensure it is sized correctly. r=jaws
This commit is contained in:
parent
355cbd57e3
commit
8798269b51
@ -593,7 +593,7 @@ let SocialShareButton = {
|
||||
shareButton.setAttribute("tooltiptext", this.promptMessages['shareTooltip']);
|
||||
imageURL = this.promptImages["share"]
|
||||
}
|
||||
shareButton.style.backgroundImage = 'url("' + encodeURI(imageURL) + '")';
|
||||
shareButton.src = imageURL;
|
||||
}
|
||||
};
|
||||
|
||||
|
@ -1378,11 +1378,6 @@ 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,11 +1636,6 @@ window[tabsontop="false"] richlistitem[type~="action"][actiontype="switchtab"][s
|
||||
|
||||
/* social recommending panel */
|
||||
|
||||
#share-button {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#socialUserPortrait {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
@ -1640,11 +1640,6 @@ richlistitem[type~="action"][actiontype="switchtab"] > .ac-url-box > .ac-action-
|
||||
|
||||
/* social recommending panel */
|
||||
|
||||
#share-button {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
#socialUserPortrait {
|
||||
width: 48px;
|
||||
height: 48px;
|
||||
|
Loading…
Reference in New Issue
Block a user