Started working on preferences page

This commit is contained in:
Mauro Balades
2024-04-11 21:38:25 +02:00
parent 1b86944a41
commit 70908da525
10 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
<script src="chrome://browser/content/preferences/zen-looks.js"/>
<html:template id="template-paneZenLooks">
<hbox id="zenLooksCategory"
class="subcategory"
hidden="true"
data-category="paneZenLooks">
</hbox>
<groupbox data-category="paneZenLooks" hidden="true" class="highlighting-group">
TODO!
</groupbox>
</html:template>