mirror of
https://github.com/zombieFox/nightTab.git
synced 2025-06-26 04:21:38 +02:00
[refactor] remove default background image
This commit is contained in:
parent
1c8a96da41
commit
ead61c48b5
12
index.html
12
index.html
@ -970,14 +970,12 @@
|
|||||||
</div>
|
</div>
|
||||||
<div class="form-indent">
|
<div class="form-indent">
|
||||||
<div class="input-wrap">
|
<div class="input-wrap">
|
||||||
<label for="control-background-image-url">URL or path</label>
|
<label for="control-background-image-url">URL</label>
|
||||||
<input id="control-background-image-url" class="control-background-image-url" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="http:// or ../path/to/file" tabindex="1">
|
<input id="control-background-image-url" class="control-background-image-url" type="text" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" placeholder="http://" tabindex="1">
|
||||||
<p class="input-helper small muted">Use a URL or file path to an image. Local files use relative file paths, eg:</p>
|
<p class="input-helper small muted">Unsplash can be used for random images, eg:</p>
|
||||||
<p class="input-helper small muted"><i>../background/abstract.jpg</i></p>
|
|
||||||
<p class="input-helper small muted"><i>../background/gray-steps.jpg</i></p>
|
|
||||||
<p class="input-helper small muted">Use Unsplash for random images, eg:</p>
|
|
||||||
<p class="input-helper small muted"><i>https://source.unsplash.com/random/1920x1080/?night,day,sky</i></p>
|
<p class="input-helper small muted"><i>https://source.unsplash.com/random/1920x1080/?night,day,sky</i></p>
|
||||||
<p class="input-helper small muted">Change parameters after <i>.../ramdom/</i> for more options. Loading times may vary when using Unsplash.</p>
|
<p class="input-helper small muted">Change parameters after <i>.../ramdom/</i> for more options.</p>
|
||||||
|
<p class="input-helper small muted">Loading times may vary.</p>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<div class="input-wrap">
|
<div class="input-wrap">
|
||||||
|
@ -199,7 +199,7 @@ var state = (function() {
|
|||||||
background: {
|
background: {
|
||||||
image: {
|
image: {
|
||||||
show: false,
|
show: false,
|
||||||
url: "../background/gray-steps.jpg",
|
url: "",
|
||||||
blur: 0,
|
blur: 0,
|
||||||
scale: 1,
|
scale: 1,
|
||||||
opacity: 1,
|
opacity: 1,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user