mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added lengthcounter to description
This commit is contained in:
@@ -597,6 +597,11 @@ display: inline-flex;
|
|||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#description_form div .character-counter{
|
||||||
|
margin-top: -30px;
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
|
||||||
.spinner-white, .spinner-white-only {
|
.spinner-white, .spinner-white-only {
|
||||||
border-color: white;
|
border-color: white;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -115,7 +115,7 @@
|
|||||||
<li>
|
<li>
|
||||||
<form id="description_form" style="display:none;">
|
<form id="description_form" style="display:none;">
|
||||||
<div class="input-field col s12">
|
<div class="input-field col s12">
|
||||||
<input type="text" placeholder="Description" name="chan_description" id="chan_description" autocomplete="off" />
|
<input type="text" placeholder="Description" name="chan_description" id="chan_description" autocomplete="off" maxlength="100" data-length="100" />
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
|
|||||||
Reference in New Issue
Block a user