Firefox userChrome.css无法在我的新Mac上运行

时间:2020-02-06 06:27:54

标签: firefox

我已经使用过userChrome.css并且可以正常工作。

但是在我的新Mac上无法使用。

我按照以下步骤操作:

  1. 转到about:support,然后单击Profile Folder
  2. 创建新的目录“ chrome”,例如/Users/foo/Library/Application Support/Firefox/Profiles/bar.dev-edition-default/
  3. 复制并粘贴userChrome.css:
#TabsToolbar {
  height: 22px !important;
  visibility: collapse;
}

.tabbrowser-tabs {
  height: 22px !important;
  visibility: collapse;
}

#tabbrowser-tabs {
  visibility: collapse;
  height: 22px !important;
}

#nav-bar{
  border-top-width: 0px !important;
}

/* Position window controls */
#titlebar-buttonbox-container {
  margin-left: 5px !important;
  margin-top: 5px !important;
}

/*
 * Make room for window controls.
 * Only apply this style when not in fullscreen mode.
 */
#main-window:not([inFullscreen]) #nav-bar{
  padding: 0px 5px 0px 0px !important;
}
  1. 和..不起作用!

我错过了什么吗?

0 个答案:

没有答案
相关问题