You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-8Lines changed: 5 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,18 +15,19 @@ You can use it to fully change the colors of most of firefox UI to dark-gray col
15
15
16
16
If you want to know how to change some colors of the theme, check the [wiki](https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme/wiki/Editting-CSS-files).
17
17
18
-
### Last update: 14/02/2023
18
+
### Last update: 29/08/2023
19
19
20
20
Files updated:
21
21
22
-
-Multirow*.uc.js: Updated multirow for broken `--tab-growth` variable for FF113.
23
-
-Tab-close-button-only-on-hover.as.css: Added a new CSS to show the close button on tabs only when hovering over the tabs.
22
+
-**userChrome.jsm**: Updated some dependency that was deprecated in FF117.
23
+
-**xPref.jsm**: Updated some dependency that was deprecated in FF117.
24
24
25
25
### Pre-Last update: 14/02/2023
26
26
27
27
Files updated:
28
28
29
-
- Multirow*.uc.js: Updated multirow for FF110.
29
+
-__Multirow*.uc.js__: Updated multirow for broken `--tab-growth` variable for FF113.
30
+
-__Tab-close-button-only-on-hover.as.css__: Added a new CSS to show the close button on tabs only when hovering over the tabs.
30
31
31
32
32
33
### A note on people looking to replace some Tab Mix Plus features:
@@ -97,10 +98,6 @@ This theme colors scrollbars using `userContent.css` to give them a basic re-col
97
98
98
99

99
100
100
-
If you **want a different style on the scrollbars**, you can try using the `scrollbars.as.css` file inside the [Alternative scrollbars](https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme/tree/master/Full%20dark%20theme/Alternative%20scrollbars%20%26%20tooltips/Alternative%20scrollbars) folder, which will make the scrollbars look more rounded and will have some sort of "puffy" effect when clicking them.
101
-
102
-

103
-
104
101
If instead you just **don't want scrollbars to show at all but keep scrollability**, you can do this through `userContent.css` setting the variable `--scrollbars-width` to none (should be the first rule on the `:root` section (almost at the start)), and deleting `scrollbars.as.css`.
105
102
106
103
If you aren't using the userContent provided here for some reason, you can always just add this code to your self-created `userContent.css`:
0 commit comments