chore: Update Zen theme CSS to improve dialog dimensions and browser gradient

This commit is contained in:
Mauro Balades
2024-08-14 14:06:53 +02:00
parent 36e7fdad8b
commit 92f3db6633
3 changed files with 13 additions and 3 deletions

View File

@@ -109,8 +109,8 @@ var gZenCKSSettings = {
const group = data[2];
let fragment = window.MozXULElement.parseXULToFragment(`
<hbox class="zenCKSOption">
<label class="zenCKSOption-label"></label>
<html:input readonly="1" class="zenCKSOption-input"/>
<label class="zenCKSOption-label" for="zenCKSOption-${key}"></label>
<html:input readonly="1" class="zenCKSOption-input" id="zenCKSOption-${key}" />
</hbox>
`);
document.l10n.setAttributes(fragment.querySelector(".zenCKSOption-label"), l10nId);