diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
commit | fc61780b35af913801d72086456f493f63197da6 (patch) | |
tree | f85891288a7bd988da9f0f15ae64e5c63f00d493 /browser/themes/shared/identity-block/icons.inc.css | |
parent | 69f7f9e5f1475891ce11cc4f431692f965b0cd30 (diff) | |
parent | 50d3e596bbe89c95615f96eb71f6bc5be737a1db (diff) | |
download | UXP-2018.07.18.tar UXP-2018.07.18.tar.gz UXP-2018.07.18.tar.lz UXP-2018.07.18.tar.xz UXP-2018.07.18.zip |
Merge commit '50d3e596bbe89c95615f96eb71f6bc5be737a1db' into Basilisk-releasev2018.07.18
# Conflicts:
# browser/app/profile/firefox.js
# browser/components/preferences/jar.mn
Diffstat (limited to 'browser/themes/shared/identity-block/icons.inc.css')
-rw-r--r-- | browser/themes/shared/identity-block/icons.inc.css | 62 |
1 files changed, 0 insertions, 62 deletions
diff --git a/browser/themes/shared/identity-block/icons.inc.css b/browser/themes/shared/identity-block/icons.inc.css deleted file mode 100644 index 6cf300061..000000000 --- a/browser/themes/shared/identity-block/icons.inc.css +++ /dev/null @@ -1,62 +0,0 @@ -%if 0 -/* This Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -%endif - -@selectorPrefix@#identity-icon@selectorSuffix@ { - list-style-image: url(chrome://browser/skin/identity-icon.svg#normal@iconVariant@); -} - -@selectorPrefix@#identity-box:hover > #identity-icon:not(.no-hover)@selectorSuffix@, -@selectorPrefix@#identity-box[open=true] > #identity-icon@selectorSuffix@ { - list-style-image: url(chrome://browser/skin/identity-icon.svg#hover@iconVariant@); -} - -@selectorPrefix@#identity-box.grantedPermissions > #identity-icon@selectorSuffix@ { - list-style-image: url(chrome://browser/skin/identity-icon.svg#notice@iconVariant@); -} - -@selectorPrefix@#identity-box.grantedPermissions:hover > #identity-icon:not(.no-hover)@selectorSuffix@, -@selectorPrefix@#identity-box.grantedPermissions[open=true] > #identity-icon@selectorSuffix@ { - list-style-image: url(chrome://browser/skin/identity-icon.svg#notice-hover@iconVariant@); -} - -@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.chromeUI > #identity-icon@selectorSuffix@ { - list-style-image: url(chrome://branding/content/identity-icons-brand.svg); -} - - -@selectorPrefix@#tracking-protection-icon@selectorSuffix@ { - list-style-image: url(chrome://browser/skin/tracking-protection-16.svg#enabled@iconVariant@); -} - -@selectorPrefix@#tracking-protection-icon[state="loaded-tracking-content"]@selectorSuffix@ { - list-style-image: url(chrome://browser/skin/tracking-protection-16.svg#disabled@iconVariant@); -} - - -@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.verifiedDomain > #connection-icon@selectorSuffix@, -@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.verifiedIdentity > #connection-icon@selectorSuffix@, -@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.mixedActiveBlocked > #connection-icon@selectorSuffix@ { - list-style-image: url(chrome://browser/skin/connection-secure.svg); - visibility: visible; -} - -@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.certUserOverridden > #connection-icon@selectorSuffix@ { - list-style-image: url(chrome://browser/skin/connection-mixed-passive-loaded.svg#icon@iconVariant@); - visibility: visible; -} - -@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.insecureLoginForms > #connection-icon@selectorSuffix@, -@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.mixedActiveContent > #connection-icon@selectorSuffix@ { - list-style-image: url(chrome://browser/skin/connection-mixed-active-loaded.svg#icon@iconVariant@); - visibility: visible; -} - -@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.weakCipher > #connection-icon@selectorSuffix@, -@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.mixedDisplayContent > #connection-icon@selectorSuffix@, -@selectorPrefix@#urlbar[pageproxystate="valid"] > #identity-box.mixedDisplayContentLoadedActiveBlocked > #connection-icon@selectorSuffix@ { - list-style-image: url(chrome://browser/skin/connection-mixed-passive-loaded.svg#icon@iconVariant@); - visibility: visible; -} |