forked from server/soundboard
added: sound button resets search field
This commit is contained in:
parent
4aa9f92848
commit
6290c93982
@ -65,12 +65,12 @@ section {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
#reset {
|
||||
div #reset {
|
||||
font-size: 2em;
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
#reset:hover {
|
||||
div #reset:hover {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
|
||||
@ -30,7 +30,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<nav>
|
||||
<a href="#sounds">Sounds</a>
|
||||
<a href="#sounds" id="reset">Sounds</a>
|
||||
<a href="#youtube">YouTube</a>
|
||||
<a href="#voice">Voice</a>
|
||||
</nav>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user