aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2019-12-26 21:21:41 +0100
committersD <stoned@derpymail.org>2019-12-26 21:21:41 +0100
commit5b96679109f0cbcef2b002003388c3ec9cb7469d (patch)
treecdf5e7db2105f083ed840c3c39a94fb8e5ab8958 /webAO/client.css
parentac7fba75f350d09af8bc1df93e0191c0a73be45d (diff)
change button css to look like a button
Diffstat (limited to 'webAO/client.css')
-rw-r--r--webAO/client.css24
1 files changed, 11 insertions, 13 deletions
diff --git a/webAO/client.css b/webAO/client.css
index 8b19f1b..84af5d5 100644
--- a/webAO/client.css
+++ b/webAO/client.css
@@ -445,8 +445,18 @@ img {
}
.client_button {
- padding: 1px;
+ margin: 1px;
+ padding: 2px 15px;
cursor: pointer;
+ text-align: center;
+ font-weight: bold;
+ color: white;
+ background-color: #7b2900;
+ border-radius: 3px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #fffbf1;
+ box-shadow: 1px inset;
}
.client_button.hover_button.inactive {
@@ -454,18 +464,6 @@ img {
}
.client_button.hover_button:hover {
- margin: -2px;
- border-radius: 5px;
- border-style: dashed;
- border-width: 2px;
- border-color: #FFD081;
-}
-
-.client_button.hover_button:hover {
- margin: -2px;
- border-radius: 5px;
- border-style: dashed;
- border-width: 2px;
border-color: #FFD081;
}