瀏覽代碼

Simplify bookmarks menu

main
Ashton Charbonneau 2 年之前
父節點
當前提交
871b1f0af5
共有 1 個檔案被更改,包括 6 行新增0 行删除
  1. 6
    0
      chrome/userChrome.css

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

44
 /* Hide default multifoxContainer label */
44
 /* Hide default multifoxContainer label */
45
 #urlbar #page-action-buttons #userContext-label[value="Default"] { display: none; }
45
 #urlbar #page-action-buttons #userContext-label[value="Default"] { display: none; }
46
 
46
 
47
+/* Hide second bookmarks separator */
48
+#BMB_bookmarksPopup > menuseparator:nth-of-type(2) { display: none; }
49
+
50
+/* Hide extra manage bookmarks button */
51
+#BMB_bookmarksPopup #BMB_bookmarksShowAll { display: none; }
52
+
47
 /* Shrink bookmark separators */
53
 /* Shrink bookmark separators */
48
 #PlacesToolbarItems > toolbarseparator::before {
54
 #PlacesToolbarItems > toolbarseparator::before {
49
 	filter: opacity(0.3);
55
 	filter: opacity(0.3);

Loading…
取消
儲存