|
@@ -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
|
}
|