mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update firefox ui
This commit is contained in:
parent
8869792211
commit
725d5f44a9
1 changed files with 11 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue