浏览代码

Shrink new tab context menu

main
父节点
当前提交
61b47c9aa9
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3
    0
      chrome/userChrome.css

+ 3
- 0
chrome/userChrome.css 查看文件

@@ -50,6 +50,9 @@
50 50
 /* Hide extra manage bookmarks button */
51 51
 #BMB_bookmarksPopup #BMB_bookmarksShowAll { display: none; }
52 52
 
53
+/* Hide first separator in new tab context menu */
54
+#new-tab-button-popup > menuseparator:nth-of-type(1) { display: none; }
55
+
53 56
 /* Shrink bookmark separators */
54 57
 #PlacesToolbarItems > toolbarseparator::before {
55 58
 	filter: opacity(0.3);

正在加载...
取消
保存