mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-09 04:25:38 +00:00
Bug 520290: lock icon is broken in the site identification popup [r=gavin.sharp]
This commit is contained in:
parent
e72bfcb19f
commit
418432af45
@ -782,8 +782,8 @@ findbar .findbar-closebutton {
|
||||
list-style-image: url("chrome://browser/skin/images/unlock-40.png");
|
||||
}
|
||||
|
||||
#identity-container[mode="verifiedIdentity"] > vbox > #identity-popup-encryption-icon ,
|
||||
#identity-container[mode="verifiedDomain"] > vbox > #identity-popup-encryption-icon {
|
||||
#identity-container[mode="verifiedIdentity"] > hbox > vbox > #identity-popup-encryption-icon ,
|
||||
#identity-container[mode="verifiedDomain"] > hbox > vbox > #identity-popup-encryption-icon {
|
||||
list-style-image: url("chrome://browser/skin/images/lock-40.png");
|
||||
}
|
||||
|
||||
|
@ -309,8 +309,8 @@ findbar .findbar-closebutton {
|
||||
list-style-image: url("chrome://browser/skin/images/unlock-40.png");
|
||||
}
|
||||
|
||||
#identity-container[mode="verifiedIdentity"] > vbox > #identity-popup-encryption-icon ,
|
||||
#identity-container[mode="verifiedDomain"] > vbox > #identity-popup-encryption-icon {
|
||||
#identity-container[mode="verifiedIdentity"] > hbox > vbox > #identity-popup-encryption-icon ,
|
||||
#identity-container[mode="verifiedDomain"] > hbox > vbox > #identity-popup-encryption-icon {
|
||||
list-style-image: url("chrome://browser/skin/images/lock-40.png");
|
||||
}
|
||||
|
||||
|
@ -309,8 +309,8 @@ findbar .findbar-closebutton {
|
||||
list-style-image: url("chrome://browser/skin/images/unlock-24.png");
|
||||
}
|
||||
|
||||
#identity-container[mode="verifiedIdentity"] > vbox > #identity-popup-encryption-icon ,
|
||||
#identity-container[mode="verifiedDomain"] > vbox > #identity-popup-encryption-icon {
|
||||
#identity-container[mode="verifiedIdentity"] > hbox > vbox > #identity-popup-encryption-icon ,
|
||||
#identity-container[mode="verifiedDomain"] > hbox > vbox > #identity-popup-encryption-icon {
|
||||
list-style-image: url("chrome://browser/skin/images/lock-24.png");
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user