diff options
| author | sD <stoned@derpymail.org> | 2019-12-27 17:23:37 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-27 17:23:37 +0100 |
| commit | 79943eb4eb3e9534f833b99cfcdf40acf6749c6f (patch) | |
| tree | 6725a36664083be48c3d887c981880170d64c2b5 /webAO/client.html | |
| parent | d8624ea73b6ade0e710818faacd0182a4aeb7c9e (diff) | |
trapezoidbuttons looked like ass
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/webAO/client.html b/webAO/client.html index c7195f2..57e7827 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -54,9 +54,9 @@ </div> <br> <div id="client_buttons"> - <button id="button_1" alt="Hold it!" class="trapezoid_button" onclick="toggleShout(1)">Hold it!</button> - <button id="button_2" alt="OBJECTION!" class="trapezoid_button" onclick="toggleShout(2)">OBJECTION!</button> - <button id="button_3" alt="Take That!" class="trapezoid_button" onclick="toggleShout(3)">Take That!</button> + <button id="button_1" alt="Hold it!" class="client_button" onclick="toggleShout(1)">Hold it!</button> + <button id="button_2" alt="OBJECTION!" class="client_button" onclick="toggleShout(2)">OBJECTION!</button> + <button id="button_3" alt="Take That!" class="client_button" onclick="toggleShout(3)">Take That!</button> <br> <br> <label for="textcolor">Text Color:</label> @@ -71,9 +71,9 @@ <input type="checkbox" id="sendsfx" name="sendsfx" value="sendsfx"> <br> <br> - <button id="button_flip" alt="Flip" class="trapezoid_button" onclick="toggleFlip()"><b>Flip</b></button> - <button id="button_effect_1" alt="Flash" class="trapezoid_button" onclick="toggleEffect(1)"><b>Flash</b></button> - <button id="button_effect_2" alt="Shake" class="trapezoid_button" onclick="toggleEffect(2)"><b>Shake</b></button> + <button id="button_flip" alt="Flip" class="client_button" onclick="toggleFlip()"><b>Flip</b></button> + <button id="button_effect_1" alt="Flash" class="client_button" onclick="toggleEffect(1)"><b>Flash</b></button> + <button id="button_effect_2" alt="Shake" class="client_button" onclick="toggleEffect(2)"><b>Shake</b></button> </div> <fieldset style="margin:10px;"> <legend>Actions</legend> @@ -218,7 +218,7 @@ <br> <div id="evidences"></div> <br> - <button id="button_present" alt="Present" class="trapezoid_button" + <button id="button_present" alt="Present" class="client_button" onclick="togglePresent()"><i>Present</i></button> </span> |
