소스 검색

Shrink new tab context menu

main
Ashton Charbonneau 1 년 전
부모
커밋
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);

Loading…
취소
저장