mirror of
https://github.com/zen-browser/desktop.git
synced 2026-05-02 20:15:14 +00:00
fix: Made detected contrasts pass accessibility tests, b=no-bug, c=common, workspaces
This commit is contained in:
@@ -84,7 +84,13 @@
|
||||
</defs>
|
||||
</svg>
|
||||
</box>
|
||||
<html:input type="range" min="0.15" max="0.8" value="0.4" step="0.01" id="PanelUI-zen-gradient-generator-opacity" />
|
||||
<html:input type="range" max="0.9" value="0.4" step="0.01" id="PanelUI-zen-gradient-generator-opacity"
|
||||
#ifdef XP_WIN
|
||||
min="0.2"
|
||||
#else
|
||||
min="0.15"
|
||||
#endif
|
||||
/>
|
||||
</vbox>
|
||||
<vbox id="PanelUI-zen-gradient-generator-texture-wrapper">
|
||||
</vbox>
|
||||
|
||||
Reference in New Issue
Block a user