mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-09 00:18:42 +01:00
Options page updated (#52)
This commit is contained in:
parent
150187faf5
commit
2c1638ebe7
@ -93,6 +93,14 @@ body {
|
|||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.title-option-select {
|
||||||
|
line-height: 1.54;
|
||||||
|
font-size: 12px;
|
||||||
|
font-family: inherit;
|
||||||
|
font-weight: 600;
|
||||||
|
padding-left: 25px;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Controls
|
* Controls
|
||||||
*/
|
*/
|
||||||
@ -110,6 +118,10 @@ body {
|
|||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#selected-icon {
|
||||||
|
width: max-content;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Icons
|
* Icons
|
||||||
*/
|
*/
|
||||||
|
@ -102,19 +102,15 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="description-option" data-i18n-content="hideReleaseNotesDescription">If enabled, you wont receive any information about new features in LocalCDN. This includes information about new uBlock/uMatrix rules.</div>
|
<div class="description-option" data-i18n-content="hideReleaseNotesDescription">If enabled, you wont receive any information about new features in LocalCDN. This includes information about new uBlock/uMatrix rules.</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
|
||||||
<div class="option-group">
|
|
||||||
<section class="option">
|
<section class="option">
|
||||||
<!-- TODO: Add i18n title -->
|
<div class="title-option-select" data-i18n-content="chooseIconStyle">Choose an icon for this extension</div>
|
||||||
<div class="title-option without-checkbox">Select extension icon style:</div>
|
<div class="description-option">
|
||||||
<select name="selectedIcon" id="selectedIcon" data-option="selectedIcon">
|
<select id="selected-icon" data-option="selectedIcon">
|
||||||
<option value="Default">Default</option>
|
<option value="Default">Default</option>
|
||||||
<option value="Light">Light</option>
|
<option value="Light">Light</option>
|
||||||
<option value="Monochrome">Monochrome</option>
|
<option value="Grey">Grey</option>
|
||||||
<option value="Shield">Shield</option>
|
</select>
|
||||||
</select>
|
</div>
|
||||||
<!-- TODO: Add i18n description -->
|
|
||||||
<!-- <div class="description-option" data-i18n-content="selectedIconDescription">(description)</div> -->
|
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
<div class="option-group">
|
<div class="option-group">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user