mirror of
https://github.com/rydesun/dotfiles.git
synced 2025-12-26 14:44:58 +08:00
Update firefox sidebar
This commit is contained in:
parent
e031071a40
commit
2284aa0926
1 changed files with 5 additions and 0 deletions
|
|
@ -66,6 +66,7 @@
|
|||
display: none !important;
|
||||
}
|
||||
#tabbox #tabList .tab[url^="moz-extension:"] .line2,
|
||||
#tabbox #tabList .tab[url^="file:///"] .line2,
|
||||
#tabbox #tabList .tab[url^="https://addons.mozilla.org/"] .line2,
|
||||
#tabbox #tabList .tab[url^="about:"] .line2 {
|
||||
background-color: #ee9090;
|
||||
|
|
@ -74,6 +75,10 @@
|
|||
#tabbox #tabList .tab:not(:hover) button.close {
|
||||
display: none !important;
|
||||
}
|
||||
/* 自动隐藏音量图标 */
|
||||
body:not(:hover) div.audio {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
/* 隐藏新标签按钮 */
|
||||
#newTab {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue