Parcourir la source

Hide additional icons

main
Ashton Charbonneau il y a 1 an
Parent
révision
7b5909b8ac
1 fichiers modifiés avec 14 ajouts et 2 suppressions
  1. 14
    2
      chrome/userChrome.css

+ 14
- 2
chrome/userChrome.css Voir le fichier

@@ -1,4 +1,4 @@
1
-/* Remove fullscreen transition animation */
1
+/* Remove fullscreen transition */
2 2
 #navigator-toolbox[fullscreenShouldAnimate] { transition: none !important; }
3 3
 
4 4
 /* Enable page action button */
@@ -17,6 +17,18 @@
17 17
 /* Set User Scripts icon to grayscale */
18 18
 #appMenu-popup #appMenu-multiView #appMenu-userChromeJS-button .toolbarbutton-icon { filter: contrast(10) grayscale(1) invert(); }
19 19
 
20
+/* Set Firefox View icon to grayscale */
21
+#TabsToolbar #firefox-view-button { filter: grayscale(1); }
22
+
23
+/* Set private browsing icon to grayscale */
24
+#private-browsing-indicator-with-label > image.private-browsing-indicator-icon { filter: grayscale(1) invert(); }
25
+
26
+/* Hide private browsing label */
27
+#private-browsing-indicator-with-label > label { display: none; }
28
+
29
+/* Hide tab bar spacer */
30
+#TabsToolbar .titlebar-spacer[type="post-tabs"] { display: none; }
31
+
20 32
 /* Hide reader view button when not active */
21 33
 #urlbar #page-action-buttons #reader-mode-button:not([readeractive="true"]) { display: none; }
22 34
 
@@ -34,7 +46,7 @@
34 46
 
35 47
 /* Shrink bookmark separators */
36 48
 #PlacesToolbarItems > toolbarseparator::before {
37
-	filter: opacity(0.3) !important;
49
+	filter: opacity(0.3);
38 50
 	height: 80%;
39 51
 	margin: auto;
40 52
 }

Chargement…
Annuler
Enregistrer