mirror of
https://github.com/zen-browser/desktop.git
synced 2025-09-30 06:58:41 +00:00
Started working on preferences page
This commit is contained in:
13
src/browser/components/preferences/zenLooksAndFeel.inc.xhtml
Normal file
13
src/browser/components/preferences/zenLooksAndFeel.inc.xhtml
Normal 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>
|
Reference in New Issue
Block a user