mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-07-16 22:16:11 +08:00
Update firefox css
This commit is contained in:
parent
aad2e0eb7f
commit
c8bd293d7d
2 changed files with 9 additions and 2 deletions
|
|
@ -2,6 +2,6 @@
|
||||||
@import "userChrome/topbar.css";
|
@import "userChrome/topbar.css";
|
||||||
|
|
||||||
/* 去除弹出菜单的透明边框 (与compositor冲突) */
|
/* 去除弹出菜单的透明边框 (与compositor冲突) */
|
||||||
.menupopup-arrowscrollbox, slot:nth-child(1) {
|
menupopup, panel {
|
||||||
margin: 0 !important;
|
--panel-shadow-margin: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
7
.mozilla/firefox/profile/chrome/userContent.css
Normal file
7
.mozilla/firefox/profile/chrome/userContent.css
Normal file
|
|
@ -0,0 +1,7 @@
|
||||||
|
/* Sidebery */
|
||||||
|
@-moz-document regexp("^moz-extension://[a-zA-Z0-9-]+/sidebar/index\.html.*")
|
||||||
|
{
|
||||||
|
#root .Tab .close {
|
||||||
|
transition: opacity 200ms ease-in;
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue