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;
|
||||
}
|
||||
|
||||
#description_form div .character-counter{
|
||||
margin-top: -30px;
|
||||
color:black;
|
||||
}
|
||||
|
||||
.spinner-white, .spinner-white-only {
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
@@ -115,7 +115,7 @@
|
||||
<li>
|
||||
<form id="description_form" style="display:none;">
|
||||
<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>
|
||||
</form>
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user