mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added some info for the strict skipping
This commit is contained in:
@@ -834,6 +834,10 @@ input[type=text]:focus:not([readonly]) + label, input[type=password]:focus:not([
|
|||||||
border-bottom: transparent;
|
border-bottom: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.strict-skip-info {
|
||||||
|
width: 1000px;
|
||||||
|
}
|
||||||
|
|
||||||
span.badge.new,
|
span.badge.new,
|
||||||
.progress .determinate,
|
.progress .determinate,
|
||||||
.progress .indeterminate,
|
.progress .indeterminate,
|
||||||
|
|||||||
@@ -154,6 +154,7 @@
|
|||||||
<div class="input-field field-settings">
|
<div class="input-field field-settings">
|
||||||
<i id="strict-skip-lock" class="material-icons">queue_play_next</i>
|
<i id="strict-skip-lock" class="material-icons">queue_play_next</i>
|
||||||
<input placeholder="Strict skip number" id="strict-input-number" type="number" class="validate" />
|
<input placeholder="Strict skip number" id="strict-input-number" type="number" class="validate" />
|
||||||
|
<div class="strict-skip-info">votes needed to skip.</div>
|
||||||
</div>
|
</div>
|
||||||
</li>
|
</li>
|
||||||
</form>
|
</form>
|
||||||
|
|||||||
Reference in New Issue
Block a user