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%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
#reset {
|
div #reset {
|
||||||
font-size: 2em;
|
font-size: 2em;
|
||||||
padding-left: 5px;
|
padding-left: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
#reset:hover {
|
div #reset:hover {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<nav>
|
<nav>
|
||||||
<a href="#sounds">Sounds</a>
|
<a href="#sounds" id="reset">Sounds</a>
|
||||||
<a href="#youtube">YouTube</a>
|
<a href="#youtube">YouTube</a>
|
||||||
<a href="#voice">Voice</a>
|
<a href="#voice">Voice</a>
|
||||||
</nav>
|
</nav>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user