mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 932235 - Australis' email link icon disappears, r=jaws
This commit is contained in:
parent
0946e54a8e
commit
9cdb78ec7a
@ -610,7 +610,7 @@ toolbar .toolbarbutton-1:not([type="menu-button"]),
|
||||
}
|
||||
|
||||
#email-link-button@toolbarButtonPressed@ {
|
||||
-moz-image-region: rect(18px, 306px, 36px, 288px);
|
||||
-moz-image-region: rect(18px, 666px, 36px, 648px);
|
||||
}
|
||||
|
||||
/**
|
||||
@ -764,14 +764,6 @@ toolbar .toolbarbutton-1:not([type="menu-button"]),
|
||||
-moz-image-region: rect(36px, 612px, 72px, 576px);
|
||||
}
|
||||
|
||||
#email-link-button[cui-areatype="toolbar"] {
|
||||
-moz-image-region: rect(0, 1332px, 36px, 1296px);
|
||||
}
|
||||
|
||||
#email-link-button[cui-areatype="toolbar"]:hover:active:not([disabled="true"]) {
|
||||
-moz-image-region: rect(36px, 1368px, 72px, 1332px);
|
||||
}
|
||||
|
||||
#characterencoding-button[cui-areatype="toolbar"] {
|
||||
-moz-image-region: rect(0, 648px, 36px, 612px);
|
||||
}
|
||||
@ -940,6 +932,14 @@ toolbar .toolbarbutton-1:not([type="menu-button"]),
|
||||
-moz-image-region: rect(36px, 1296px, 72px, 1260px);
|
||||
}
|
||||
|
||||
#email-link-button[cui-areatype="toolbar"] {
|
||||
-moz-image-region: rect(0, 1332px, 36px, 1296px);
|
||||
}
|
||||
|
||||
#email-link-button[cui-areatype="toolbar"]:hover:active:not([disabled="true"]) {
|
||||
-moz-image-region: rect(36px, 1332px, 72px, 1296px);
|
||||
}
|
||||
|
||||
:-moz-any(@primaryToolbarButtons@) > .toolbarbutton-icon,
|
||||
:-moz-any(@primaryToolbarButtons@) > .toolbarbutton-menubutton-button > .toolbarbutton-icon {
|
||||
width: 18px;
|
||||
|
@ -55,16 +55,6 @@ toolbarpaletteitem[place="palette"] > #social-share-button {
|
||||
-moz-image-region: rect(0px, 448px, 32px, 416px);
|
||||
}
|
||||
|
||||
#email-link-button[cui-areatype="menu-panel"],
|
||||
toolbarpaletteitem[place="palette"] > #email-link-button {
|
||||
-moz-image-region: rect(0, 448px, 32px, 416px);
|
||||
}
|
||||
|
||||
#email-link-button[cui-areatype="menu-panel"] > image,
|
||||
toolbarpaletteitem[place="palette"] > #email-link-button > image {
|
||||
-moz-image-region: rect(0, 800px, 32px, 768px);
|
||||
}
|
||||
|
||||
#characterencoding-button[cui-areatype="menu-panel"],
|
||||
toolbarpaletteitem[place="palette"] > #characterencoding-button {
|
||||
-moz-image-region: rect(0px, 480px, 32px, 448px);
|
||||
@ -115,6 +105,11 @@ toolbarpaletteitem[place="palette"] > #preferences-button {
|
||||
-moz-image-region: rect(0px, 768px, 32px, 736px);
|
||||
}
|
||||
|
||||
#email-link-button[cui-areatype="menu-panel"],
|
||||
toolbarpaletteitem[place="palette"] > #email-link-button {
|
||||
-moz-image-region: rect(0, 800px, 32px, 768px);
|
||||
}
|
||||
|
||||
/* Wide panel control icons */
|
||||
|
||||
#edit-controls@inAnyPanel@ > toolbarbutton,
|
||||
|
Loading…
Reference in New Issue
Block a user