aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/client.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-12 18:50:56 +0100
committersD <stoned@derpymail.org>2020-02-12 18:50:56 +0100
commitafc9fc26c4c9861921969652e456d2b44a5a1e62 (patch)
treea0cc84435e623f3b54bbb1a1696e5fd05bcef197 /webAO/styles/client.css
parentfd943e2152c6e0fbfd5385fcec42791ba3b9dead (diff)
change menu icon naming and revert old style buttons for the default theme
Diffstat (limited to 'webAO/styles/client.css')
-rw-r--r--webAO/styles/client.css27
1 files changed, 9 insertions, 18 deletions
diff --git a/webAO/styles/client.css b/webAO/styles/client.css
index 9997e99..70d6096 100644
--- a/webAO/styles/client.css
+++ b/webAO/styles/client.css
@@ -403,6 +403,10 @@
transition-property: width;
}
+.healthchange_button {
+ font-size: 1.5em;
+}
+
.judge_button {
display: inline-block;
min-width: 85px;
@@ -423,19 +427,6 @@
vertical-align: middle;
}
-.client_button {
- min-width: 6em;
- margin: 1px;
- padding: 6px 2px;
- clip-path: polygon(75% 0, 100% 50%, 100% 100%, 0 100%, 0 50%, 25% 0);
- cursor: pointer;
- text-align: center;
- color: white;
- background-color: #7b2900;
- text-shadow: 0 0 4px #000;
- border: 1px solid #000;
-}
-
.client_button.hover_button.inactive {
display: none;
}
@@ -494,23 +485,23 @@
display: block;
}
-.menu_icon {
+.menu_button {
cursor: pointer;
display: inline-table;
margin: 10px 15px;
opacity: 1;
}
-.menu_icon.active {
+.menu_button.active {
opacity: 0.25;
}
-.menu_icon:hover {
+.menu_button:hover {
color: #FFD081;
}
-.em-3 {
- font-size: 3em;
+.menu_icon {
+ font-size: 2em;
}
.area-button {