Update firefox ui

This commit is contained in:
rydesun 2020-04-09 13:50:38 +08:00
parent 8869792211
commit 725d5f44a9

View file

@ -18,6 +18,17 @@
visibility: collapse !important;
}
/* 去除地址栏、搜索栏的阴影边框 */
#urlbar:not(.megabar), #urlbar.megabar > #urlbar-background, #searchbar {
box-shadow: none !important;
}
/* 简化后退图标 */
#back-button > .toolbarbutton-icon {
border: none !important;
background-color: unset !important;
}
/* 暗色侧边栏 */
#sidebar-header {
-moz-appearance: none !important;