36 lines
1.4 KiB
HTML
36 lines
1.4 KiB
HTML
<div>
|
|
<fieldset class="style-settings can-close-on-esc">
|
|
<label i18n-text="styleUpdateUrlLabel">
|
|
<input id="ss-update-url" type="text">
|
|
</label>
|
|
<div id="ss-scheme">
|
|
<div i18n-text="installPreferSchemeLabel"></div>
|
|
<label i18n-text-append="installPreferSchemeNone">
|
|
<input name="ss-scheme" type="radio" value="none">
|
|
</label>
|
|
<label i18n-text-append="installPreferSchemeDark">
|
|
<input name="ss-scheme" type="radio" value="dark">
|
|
</label>
|
|
<label i18n-text-append="installPreferSchemeLight">
|
|
<input name="ss-scheme" type="radio" value="light">
|
|
</label>
|
|
</div>
|
|
<label i18n-text="styleIncludeLabel">
|
|
<textarea id="ss-inclusions" spellcheck="false"
|
|
placeholder="*://site1.com/* *://site2.com/*"></textarea>
|
|
</label>
|
|
<label i18n-text="styleExcludeLabel">
|
|
<textarea id="ss-exclusions" spellcheck="false"
|
|
placeholder="*://site1.com/* *://site2.com/*"></textarea>
|
|
</label>
|
|
</fieldset>
|
|
<div class="buttons">
|
|
<button id="ss-save" i18n-text="confirmSave" disabled></button>
|
|
<label i18n-title="configOnChangeTooltip" i18n-text-append="configOnChange">
|
|
<input id="config.autosave" type="checkbox">
|
|
<svg class="svg-icon checked"><use xlink:href="#svg-icon-checked"/></svg>
|
|
</label>
|
|
<button id="ss-close" i18n-text="confirmClose"></button>
|
|
</div>
|
|
</div>
|