Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
去除 Firefox 当前选中标签页顶端的线条
Apps Section
320
views ·
1
replies ·
To
floor
Go
fater
deepin
2019-01-22 21:32
Author
Firefox 当前选中的标签页的最上方会显示有一条线,我觉得很丑,如图:
通过搜索,可以通过下面的方法去除。
在地址栏输入 `about:support` ,然后点击*打开目录*。
在此目录中创建一个 *chrome* 文件夹(若没有),然后进入 *chrome* 文件夹,创建名为 *userChrome.css* 的文件,打开文件输入:
#TabsToolbar .tabbrowser-tab[selected] .tab-line {
display: none !important;
}
Copy the Code
保存后,重启 Firefox。
效果图:
Reply
Like 0
Favorite
View the author
All Replies
listenerri
deepin
2019-01-22 23:04
#1
厉害了
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Events
More
通过搜索,可以通过下面的方法去除。
在地址栏输入 `about:support` ,然后点击*打开目录*。
在此目录中创建一个 *chrome* 文件夹(若没有),然后进入 *chrome* 文件夹,创建名为 *userChrome.css* 的文件,打开文件输入:
保存后,重启 Firefox。
效果图: