diff options
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/client.css | 22 | ||||
| -rw-r--r-- | webAO/client.html | 14 |
2 files changed, 7 insertions, 29 deletions
diff --git a/webAO/client.css b/webAO/client.css index a4a4f09..84af5d5 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -459,28 +459,6 @@ img { box-shadow: 1px inset; } -.trapezoid_button { - color: white; - text-align: center; - background: #7b2900; - display: inline-block; - height: 30px; - margin: 10px 5px; - position: relative; - width: 100px; - } - .trapezoid_button:before { - border-bottom: 15px solid #7b2900; - border-left: 50px solid transparent; - border-right: 50px solid transparent; - content: ""; - height: 0; - left: 0; - position: absolute; - top: -15px; - width: 0; - } - .client_button.hover_button.inactive { display: none; } 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> |
