mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1184184 - Add a warning icon to the reconnect sync prefs. r=markh
This commit is contained in:
parent
5a642fa0d5
commit
81683d926e
@ -268,6 +268,9 @@
|
||||
<!-- logged in locally but server rejected credentials -->
|
||||
<hbox id="fxaLoginRejected"
|
||||
flex="1">
|
||||
<vbox>
|
||||
<image id="fxaLoginRejectedWarning"/>
|
||||
</vbox>
|
||||
<description>
|
||||
&signedInLoginFailure.beforename.label;
|
||||
<label id="fxaEmailAddress3"/>
|
||||
|
@ -404,3 +404,9 @@ description > html|a {
|
||||
#tosPP-small-ToS {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
||||
#fxaLoginRejectedWarning {
|
||||
list-style-image: url(chrome://browser/skin/warning.svg);
|
||||
filter: drop-shadow(0 1px 0 hsla(206, 50%, 10%, .15));
|
||||
margin: 4px 8px 0px 0px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user