浏览代码

Shrink new tab context menu

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

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

50
 /* Hide extra manage bookmarks button */
50
 /* Hide extra manage bookmarks button */
51
 #BMB_bookmarksPopup #BMB_bookmarksShowAll { display: none; }
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
 /* Shrink bookmark separators */
56
 /* Shrink bookmark separators */
54
 #PlacesToolbarItems > toolbarseparator::before {
57
 #PlacesToolbarItems > toolbarseparator::before {
55
 	filter: opacity(0.3);
58
 	filter: opacity(0.3);

正在加载...
取消
保存