mirror of
https://github.com/rydesun/dotfiles.git
synced 2026-01-10 09:52:35 +08:00
Fix firefox css: remove popup border
This commit is contained in:
parent
8716baca8e
commit
00984f5c94
1 changed files with 5 additions and 0 deletions
|
|
@ -1,3 +1,8 @@
|
|||
@import "color.css";
|
||||
@import "userChrome/sidebar.css";
|
||||
@import "userChrome/topbar.css";
|
||||
|
||||
/* 去除弹出菜单的透明边框 (与compositor冲突) */
|
||||
.menupopup-arrowscrollbox, slot:nth-child(1) {
|
||||
margin: 0 !important;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue