feat: Added a better custom color input, b=no-bug, c=tabs, workspaces

This commit is contained in:
Mr. M
2025-07-16 23:27:40 +02:00
parent d01d804e89
commit 9e9d4f294a
4 changed files with 47 additions and 111 deletions

View File

@@ -116,7 +116,8 @@
<vbox id="zen-theme-picker-color">
<label data-l10n-id="zen-panel-ui-gradient-generator-custom-color"></label>
<hbox>
<html:input type="text" placeholder="#000000" id="PanelUI-zen-gradient-generator-custom-input" />
<html:input type="color" id="PanelUI-zen-gradient-generator-custom-input" />
<html:input type="number" value="1" min="0" max="1" step="0.01" id="PanelUI-zen-gradient-generator-custom-opacity" />
<toolbarbutton id="PanelUI-zen-gradient-generator-color-custom-add" class="subviewbutton">
<image></image>
</toolbarbutton>