chore: Update theme pill-button default value and styles

This commit is contained in:
Mauro Balades
2024-07-23 11:35:26 +02:00
parent 26b633553c
commit 9c6b0912a5
12 changed files with 47 additions and 17 deletions

View File

@@ -83,5 +83,10 @@ Preferences.addAll([
id: "zen.view.sidebar-expanded",
type: "bool",
default: true,
},
{
id: "zen.theme.pill-button",
type: "bool",
default: true,
}
]);

View File

@@ -24,6 +24,13 @@
<checkbox id="zenLooksAndFeelUseThemedToolbar"
data-l10n-id="zen-look-and-feel-compact-view-enabled"
preference="zen.view.compact"/>
<label><html:h2 data-l10n-id="zen-look-and-feel-buttons-header"/></label>
<description class="description-deemphasized" data-l10n-id="zen-look-and-feel-buttons-description" />
<checkbox id="zenLooksAndFeelPilledButtons"
data-l10n-id="zen-look-and-feel-pilled-buttons"
preference="zen.theme.pill-button"/>
</groupbox>
<hbox id="zenSidePanelsCategory"