update
This commit is contained in:
parent
ba9cc2d67a
commit
127d158194
2 changed files with 21 additions and 0 deletions
|
@ -283,6 +283,14 @@ menuitem[type="radio"]:not([disabled="true"]):hover .menu-iconic-icon {
|
||||||
list-style-image: url("../icons/folder-locked-symbolic.svg") !important;
|
list-style-image: url("../icons/folder-locked-symbolic.svg") !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#identity-box[pageproxystate="valid"].weakCipher #identity-icon,
|
||||||
|
#identity-box[pageproxystate="valid"].mixedDisplayContent #identity-icon,
|
||||||
|
#identity-box[pageproxystate="valid"].mixedDisplayContentLoadedActiveBlocked #identity-icon,
|
||||||
|
#identity-box[pageproxystate="valid"].certUserOverridden #identity-icon,
|
||||||
|
#identity-box[pageproxystate="valid"].certErrorPage #identity-icon {
|
||||||
|
list-style-image: url("../icons/security-warning-symbolic.svg") !important;
|
||||||
|
}
|
||||||
|
|
||||||
#pageActionButton, .share-more-button {
|
#pageActionButton, .share-more-button {
|
||||||
list-style-image: url("../icons/page-action.svg") !important;
|
list-style-image: url("../icons/page-action.svg") !important;
|
||||||
}
|
}
|
||||||
|
@ -519,6 +527,11 @@ menuitem[type="radio"]:not([disabled="true"]):hover .menu-iconic-icon {
|
||||||
.popup-notification-icon[popupid="drmContentPlaying"], .drm-icon,
|
.popup-notification-icon[popupid="drmContentPlaying"], .drm-icon,
|
||||||
#identity-box[pageproxystate="valid"].verifiedDomain #identity-icon,
|
#identity-box[pageproxystate="valid"].verifiedDomain #identity-icon,
|
||||||
#identity-box[pageproxystate="valid"].mixedActiveBlocked #identity-icon,
|
#identity-box[pageproxystate="valid"].mixedActiveBlocked #identity-icon,
|
||||||
|
#identity-box[pageproxystate="valid"].weakCipher #identity-icon,
|
||||||
|
#identity-box[pageproxystate="valid"].mixedDisplayContent #identity-icon,
|
||||||
|
#identity-box[pageproxystate="valid"].mixedDisplayContentLoadedActiveBlocked #identity-icon,
|
||||||
|
#identity-box[pageproxystate="valid"].certUserOverridden #identity-icon,
|
||||||
|
#identity-box[pageproxystate="valid"].certErrorPage #identity-icon,
|
||||||
.bookmark-item[container] .toolbarbutton-icon {
|
.bookmark-item[container] .toolbarbutton-icon {
|
||||||
filter: invert(60%) brightness(150%);
|
filter: invert(60%) brightness(150%);
|
||||||
}
|
}
|
||||||
|
|
|
@ -0,0 +1,8 @@
|
||||||
|
<svg width="16" height="16" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
||||||
|
<defs>
|
||||||
|
<style id="current-color-scheme" type="text/css">.ColorScheme-Text { color:#363636; }</style>
|
||||||
|
</defs>
|
||||||
|
<path class="ColorScheme-Text" d="m8 0c-2.216 0-4 1.784-4 4v2h1v-2c0-1.662 1.338-3 3-3s3 1.338 3 3v2h1v-2c0-2.216-1.784-4-4-4z" color="#363636" fill="currentColor"/>
|
||||||
|
<path class="ColorScheme-Text" d="m4 6c-1.108 0-2 0.892-2 2v5c0 1.108 0.892 2 2 2h3.2676a5.5 5.5 0 0 1-0.6543-1h-2.6133c-0.554 0-1-0.446-1-1v-5c0-0.554 0.446-1 1-1h4.3574a5.5 5.5 0 0 1 3.1426-1h-7.5zm7.5 0a5.5 5.5 0 0 1 0.025391 0.0019531v-0.0019531h-0.025391z" color="#363636" fill="currentColor"/>
|
||||||
|
<path d="m11.5 7a4.5 4.5 0 0 0-4.5 4.5 4.5 4.5 0 0 0 4.5 4.5 4.5 4.5 0 0 0 4.5-4.5 4.5 4.5 0 0 0-4.5-4.5zm0 1c0.277 0 0.5 0.223 0.5 0.5v4c0 0.277-0.223 0.5-0.5 0.5s-0.5-0.223-0.5-0.5v-4c0-0.277 0.223-0.5 0.5-0.5zm0 6a0.5 0.5 0 0 1 0.5 0.5 0.5 0.5 0 0 1-0.5 0.5 0.5 0.5 0 0 1-0.5-0.5 0.5 0.5 0 0 1 0.5-0.5z" fill="#363636" stroke-linecap="round" stroke-linejoin="round" stroke-width="3.6" style="paint-order:stroke fill markers"/>
|
||||||
|
</svg>
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
Reference in a new issue