Fix: minor
This commit is contained in:
parent
5f46a008c5
commit
be8779e362
|
@ -254,7 +254,7 @@
|
||||||
<span></span>
|
<span></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="option-item">
|
<label>
|
||||||
<span i18n-text="optionsAdvancedExposeIframes">
|
<span i18n-text="optionsAdvancedExposeIframes">
|
||||||
<a data-cmd="note"
|
<a data-cmd="note"
|
||||||
i18n-data-title="optionsAdvancedExposeIframesNote"
|
i18n-data-title="optionsAdvancedExposeIframesNote"
|
||||||
|
@ -270,14 +270,14 @@
|
||||||
<span></span>
|
<span></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<label class="chromium-only option-item">
|
<label class="chromium-only">
|
||||||
<span i18n-text="optionsAdvancedContextDelete"></span>
|
<span i18n-text="optionsAdvancedContextDelete"></span>
|
||||||
<span class="onoffswitch">
|
<span class="onoffswitch">
|
||||||
<input type="checkbox" id="editor.contextDelete" class="slider">
|
<input type="checkbox" id="editor.contextDelete" class="slider">
|
||||||
<span></span>
|
<span></span>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
<div class="radio-group option-item">
|
<div class="radio-group">
|
||||||
<span i18n-text="optionsAdvancedAutoSwitchScheme" class="radio-group-label"></span>
|
<span i18n-text="optionsAdvancedAutoSwitchScheme" class="radio-group-label"></span>
|
||||||
<label class="radio-group-item">
|
<label class="radio-group-item">
|
||||||
<input type="radio" value="never" name="schemeSwitcher.enabled" class="radio">
|
<input type="radio" value="never" name="schemeSwitcher.enabled" class="radio">
|
||||||
|
|
|
@ -372,10 +372,6 @@ html:not(.firefox):not(.opera) #updates {
|
||||||
width: 3em;
|
width: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
.option-item {
|
|
||||||
margin: .25ex 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* pixel perfect radio */
|
/* pixel perfect radio */
|
||||||
input[type="radio"].radio::after {
|
input[type="radio"].radio::after {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user