ein*_*lum 12 email thunderbird user-interface
Thunderbird 在版本 114 中经历了另一次主窗口 UI 重新洗牌。他们称这种变化为超新星
(这是 TB 114.0b6 ;TB 115 将于下个月发布。)
我的问题:我怎样才能让 Thunderbird 恢复到原来的样子:顶部的菜单栏,然后是工具栏,可能还有“搜索”框、汉堡菜单等?即改变之前的样子?
sso*_*low 11
基于最近推送给我的115.1.0的副本...
userChrome.css
Thunderbird 中的支持。(基本上,您需要将toolkit.legacyUserProfileCustomizations.stylesheets
首选项设置为 true,但他们也对 Thunderbird 中的实时编辑等方面提供有用的建议userChrome.css
。)#toolbar-menubar { order: -1 !important; }
Run Code Online (Sandbox Code Playgroud)
到您的chrome/userChrome.css
个人资料文件夹中。chrome/userChrome.css
:
.folder-count-badge {
color: black !important;
background: none !important;
}
Run Code Online (Sandbox Code Playgroud)
我选择调整它们:
/* Make the unread messages badges less visually overwhelming
(Because I use Unread Folders view) */
:root {
--folderpane-unread-count-text: #222 !important;
--folderpane-unread-count-background: #eee !important;
--folderpane-unread-new-count-background: #6da3d9 !important;
}
.new-messages .folder-count-badge {
color: white !important;
background-color: var(--folderpane-unread-new-count-background) !important;
}
#folderTree:focus-within li.selected > .container .folder-count-badge {
color: white !important;
}
Run Code Online (Sandbox Code Playgroud)
我做了一些其他的事情,但我认为它们是为了恢复我所做的自定义设置,而您可能没有这样做(例如,仅使用溢出菜单中的“自定义...”将消息视图工具栏设置回图标)
我仍在试图弄清楚:
归档时间: |
|
查看次数: |
6705 次 |
最近记录: |