show hidden button style + do not create div if hidden
This commit is contained in:
@ -14,11 +14,11 @@
|
||||
|
||||
<!--banner-->
|
||||
<div class="banner">
|
||||
<p>Lorem ipsum dolor sit amet</p>
|
||||
<p></p>
|
||||
<input id="additemid" type="text" placeholder="item id" pattern="[0-9]*">
|
||||
<input id="addattributes" type="text" placeholder="attributes (comma separated)" pattern="[0-9a-zA-Z, ]*">
|
||||
<button id="addbutton" type="button">Add</button>
|
||||
<button id="global_toggleshow" type="button">show_hidden</button>
|
||||
<button id="global_toggleshow" class="global_toggleshow" type="button">show hidden</button>
|
||||
</div>
|
||||
|
||||
<!--popup confirmation window-->
|
||||
|
Reference in New Issue
Block a user