diff options
| author | sD <stoned@derpymail.org> | 2019-12-21 17:56:12 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-21 17:56:12 +0100 |
| commit | d76123f3745fafad75450eea84b37fa4d3697312 (patch) | |
| tree | b6c4b272d0ccaefda3db6638a3a652ef233451ba /webAO/client.html | |
| parent | 0f09863265a922bdabd65f912e782da69fab06d0 (diff) | |
handle colors like client
Diffstat (limited to 'webAO/client.html')
| -rw-r--r-- | webAO/client.html | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/webAO/client.html b/webAO/client.html index b2ea02c..6c7db4a 100644 --- a/webAO/client.html +++ b/webAO/client.html @@ -64,13 +64,11 @@ <br> <label for="textcolor">Text Color:</label> <select id="textcolor" name="textcolor"> - <option value="0">Default</option> + <option value="0">White</option> <option value="1">Green</option> <option value="2">Red</option> <option value="3">Orange</option> <option value="4">Blue</option> - <option value="5">Yellow</option> - <option value="6">Margenta</option> </select> <label for="sendsfx">SFX</label> <input type="checkbox" id="sendsfx" name="sendsfx" value="sendsfx"> |
