File tree Expand file tree Collapse file tree 5 files changed +21
-14
lines changed
Installers/Multirow & other functions Expand file tree Collapse file tree 5 files changed +21
-14
lines changed Original file line number Diff line number Diff line change 11/* You can find an updated version here: https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme */
22/* Made by Izheil */
3- /* Last updated: 14 /11/2024 */
3+ /* Last updated: 28 /11/2024 */
44
55/* TAB BAR BELOW
66You can set the order of each bar here. 1 for top, and 3 bottom.
@@ -41,12 +41,17 @@ Explanation of what each rule affects:
4141/* This changes the menu bar on top of the screen instead of over the tab bar. Delete or comment out
4242if you want to use menu-over-tabs version */
4343# toolbar-menubar {
44+ background-color : -moz-headerbar !important ;
4445 display : flex !important ;
4546 position : fixed !important ;
4647 flex-wrap : nowrap;
4748 width : 100% !important ;
4849 top : 0 }
4950
51+ # toolbar-menubar [inactive ] {
52+ background-color : -moz-headerbarinactive !important ;
53+ }
54+
5055/* There seems to be an issue with the "top:" rule inside #toolbar-menubar that would not allow fullscreen
5156to autohide, so it's safest to just hide it on fullscreen. Not necessary for menu-over-tabs. */
5257# main-window [sizemode = "fullscreen" ] # toolbar-menubar {display : none !important }
Original file line number Diff line number Diff line change 11#! /bin/sh
2- docker run -v " $( pwd) :/src" fydeinc/pyinstaller -e " PLATFORMS=linux" ./Linux.spec
2+ docker run -v " $( pwd) :/src" -e " PLATFORMS=linux" fydeinc/pyinstaller ./Linux.spec
Original file line number Diff line number Diff line change 11#! /bin/sh
2- docker run -v " $( pwd) :/src" fydeinc/pyinstaller -e " PLATFORMS=windows" ./Windows.spec
2+ docker run -v " $( pwd) :/src" -e " PLATFORMS=windows" fydeinc/pyinstaller ./Windows.spec
Original file line number Diff line number Diff line change 11/* You can find an updated version here: https://github.com/Izheil/Quantum-Nox-Firefox-Dark-Full-Theme */
22/* Made by Izheil */
3- /* Last updated: 14 /11/2024 */
3+ /* Last updated: 28 /11/2024 */
44
55/* TAB BAR BELOW
66You can set the order of each bar here. 1 for top, and 3 bottom.
@@ -41,12 +41,17 @@ Explanation of what each rule affects:
4141/* This changes the menu bar on top of the screen instead of over the tab bar. Delete or comment out
4242if you want to use menu-over-tabs version */
4343# toolbar-menubar {
44+ background-color : -moz-headerbar !important ;
4445 display : flex !important ;
4546 position : fixed !important ;
4647 flex-wrap : nowrap;
4748 width : 100% !important ;
4849 top : 0 }
4950
51+ # toolbar-menubar [inactive ] {
52+ background-color : -moz-headerbarinactive !important ;
53+ }
54+
5055/* There seems to be an issue with the "top:" rule inside #toolbar-menubar that would not allow fullscreen
5156to autohide, so it's safest to just hide it on fullscreen. Not necessary for menu-over-tabs. */
5257# main-window [sizemode = "fullscreen" ] # toolbar-menubar {display : none !important }
Original file line number Diff line number Diff line change @@ -15,23 +15,20 @@ You can use it to fully change the colors of most of firefox UI to dark-gray col
1515
1616If 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 ) .
1717
18- ### Last update: 14 /11/2024
18+ ### Last update: 28 /11/2024
1919
2020Files updated:
2121
22- - __ Megabar-* .as.css__ : Updated megabar resizing code.
23- - __ Tabs-below* as.css__ : Updated tabs below code.
24- - __ Multirow* .uc.js__ : Updated multirow code to support FF133+.
22+ - __ Tabs-below* as.css__ : Fix for Linux title bar being transparent.
23+ - __ create-* -installer.sh__ : Added some script to create linux and windows binaries using docker from linux.
2524
26- ### Pre-Last update: 07/09 /2024
25+ ### Pre-Last update: 14/11 /2024
2726
2827Files updated:
2928
30- - ** userChrome.jsm** : Updated some dependency that was deprecated in FF131.
31- - ** xPref.jsm** : Updated some dependency that was deprecated in FF131.
32- - ** config.js** : Updated some dependency that was deprecated in FF131.
33- - __ Multirow* .uc.js__ : Updated multirow code to support FF131+.
34- - __ Megabar-* __ : Fixed some issue with the megabar on FF131+.
29+ - __ Megabar-* .as.css__ : Updated megabar resizing code.
30+ - __ Tabs-below* as.css__ : Updated tabs below code.
31+ - __ Multirow* .uc.js__ : Updated multirow code to support FF133+.
3532
3633
3734### A note on people looking to replace some Tab Mix Plus features:
You can’t perform that action at this time.
0 commit comments