diff options
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> |
