Skip to content

Commit

Permalink
Better Waterfox custom CSS, enable on non-default themes by default.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlex94 committed Sep 4, 2024
1 parent e2df7c4 commit 37aefe5
Show file tree
Hide file tree
Showing 2 changed files with 237 additions and 217 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,16 @@
</hbox>

<groupbox id="themeGroup" data-category="paneTheme" hidden="true">
<checkbox id="enableWaterfoxTheme" preference="userChrome.theme.enable" data-l10n-id="enable-waterfox-theme" />
<!-- <checkbox id="enableWaterfoxTheme" preference="userChrome.theme.enable" data-l10n-id="enable-waterfox-theme" /> -->
<hbox>
<menulist id="enableWaterfoxTheme" preference="browser.theme.enableWaterfoxCustomizations">
<menupopup>
<menuitem data-l10n-id="enable-waterfox-theme-0" value="0" />
<menuitem data-l10n-id="enable-waterfox-theme-1" value="1" />
<menuitem data-l10n-id="enable-waterfox-theme-2" value="2" />
</menupopup>
</menulist>
</hbox>
<hbox>
<vbox id="waterfoxUserChromeCustomizations">
<!-- Tab Bar -->
Expand Down
Loading

0 comments on commit 37aefe5

Please sign in to comment.