Clear Local Storage Data Button
This commit is contained in:
parent
04913cbdd7
commit
9710a94f00
@ -62,6 +62,20 @@ button,
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.clr-btn {
|
||||
background-color: #ff3c00;
|
||||
color: white;
|
||||
padding: 10px 20px;
|
||||
font-size: 16px;
|
||||
cursor: pointer;
|
||||
border: none;
|
||||
border-radius: 5px;
|
||||
margin: 10px auto;
|
||||
text-decoration: none;
|
||||
display: inline-block;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
background-color: #45a049;
|
||||
}
|
||||
|
@ -20,11 +20,13 @@
|
||||
<p>These clients might be outdated.</p>
|
||||
<p>Questions, Suggestions, bugs, etc? Also announcements about the site. Join the discord server! (Scroll down to the very bottom for the Button to join)</p>
|
||||
<p>Scroll down to the bottom for buttons/links.</p>
|
||||
|
||||
<a onclick="localStorage.clear();" class="clr-btn">Reset All Local Data</a>
|
||||
|
||||
<h2 class="pick-client">Pick a Client:</h2>
|
||||
|
||||
<label for="mobileCheckbox">Mobile Checkbox</label>
|
||||
<input type="checkbox" id="mobileCheckbox">
|
||||
|
||||
<div class="search-container">
|
||||
<input type="text" id="search-bar" placeholder="Search Clients...">
|
||||
</div>
|
||||
|
Loading…
x
Reference in New Issue
Block a user