aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;
}