Update firefox: remove fingerprint indicator

This commit is contained in:
rydesun 2021-03-01 18:52:24 +08:00
parent 07840a5393
commit e031071a40

View file

@ -18,6 +18,10 @@
#urlbar:not(.megabar), #urlbar.megabar > #urlbar-background, #searchbar {
box-shadow: none !important;
}
/* 隐藏地址栏的容器图标 */
#urlbar .identity-icon-fingerprint {
display: none !important;
}
/* 简化后退图标 */
#back-button > .toolbarbutton-icon {