소스 검색

Update selectors

main
Ashton Charbonneau 2 주 전
부모
커밋
9a2ebcf4cb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      chrome/userChrome.css

+ 2
- 2
chrome/userChrome.css 파일 보기

@@ -21,10 +21,10 @@
21 21
 #TabsToolbar #firefox-view-button { filter: grayscale(1); }
22 22
 
23 23
 /* Set private browsing icon to grayscale */
24
-#private-browsing-indicator-with-label > image.private-browsing-indicator-icon { filter: grayscale(1) invert(); }
24
+#TabsToolbar .private-browsing-indicator-with-label > image.private-browsing-indicator-icon { filter: grayscale(1) invert(); }
25 25
 
26 26
 /* Hide private browsing label */
27
-#private-browsing-indicator-with-label > label { display: none; }
27
+#TabsToolbar .private-browsing-indicator-with-label > label.private-browsing-indicator-label { display: none; }
28 28
 
29 29
 /* Hide tab bar spacer */
30 30
 #TabsToolbar .titlebar-spacer[type="post-tabs"] { display: none; }

Loading…
취소
저장