diff options
Diffstat (limited to 'src/chrome/browser/browser.css')
| -rw-r--r-- | src/chrome/browser/browser.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/src/chrome/browser/browser.css b/src/chrome/browser/browser.css index 677e043..cfc315c 100644 --- a/src/chrome/browser/browser.css +++ b/src/chrome/browser/browser.css | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | @import url("chrome://ostarget/skin/browser.css"); | 1 | @import url("chrome://ostarget/skin/browser.css"); |
| 2 | @import url("chrome://global/skin/"); | 2 | @import url("chrome://global/skin/"); |
| 3 | @import url("chrome://browser/skin/padlock/padlock.css"); | ||
| 3 | 4 | ||
| 4 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); | 5 | @namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); |
| 5 | @namespace html url("http://www.w3.org/1999/xhtml"); | 6 | @namespace html url("http://www.w3.org/1999/xhtml"); |
| @@ -1737,9 +1738,14 @@ toolbarbutton.bookmark-item[dragover="true"][open="true"] { | |||
| 1737 | -moz-margin-start: -24px; | 1738 | -moz-margin-start: -24px; |
| 1738 | } | 1739 | } |
| 1739 | 1740 | ||
| 1740 | #identity-popup-content-box.verifiedIdentity > #identity-popup-encryption > vbox > #identity-popup-encryption-icon , | 1741 | #identity-popup-content-box.verifiedIdentity > #identity-popup-encryption > vbox > #identity-popup-encryption-icon { |
| 1742 | list-style-image: url("chrome://browser/skin/identity-secure.svg"); | ||
| 1743 | width: 32px; | ||
| 1744 | } | ||
| 1745 | |||
| 1741 | #identity-popup-content-box.verifiedDomain > #identity-popup-encryption > vbox > #identity-popup-encryption-icon { | 1746 | #identity-popup-content-box.verifiedDomain > #identity-popup-encryption > vbox > #identity-popup-encryption-icon { |
| 1742 | list-style-image: url("chrome://browser/skin/Secure24.png"); | 1747 | list-style-image: url("chrome://browser/skin/identity-domain-secure.svg"); |
| 1748 | width: 32px; | ||
| 1743 | } | 1749 | } |
| 1744 | 1750 | ||
| 1745 | #identity-popup-help-icon { | 1751 | #identity-popup-help-icon { |
