aboutsummaryrefslogtreecommitdiff
path: root/webAO/client.css
diff options
context:
space:
mode:
authorsD <stoned@derpymail.org>2020-02-09 19:40:24 +0100
committersD <stoned@derpymail.org>2020-02-09 19:40:24 +0100
commitdc969e44d2e31de3cd028822570ba06bcfc806cd (patch)
tree370853fdcaf2ebe99a3e13b4946dc5c04d0abf18 /webAO/client.css
parent004b6fbb21f21f0b0affdf2f25e5b6fa9824b29e (diff)
make the judge buttons css again
Diffstat (limited to 'webAO/client.css')
-rw-r--r--webAO/client.css25
1 files changed, 22 insertions, 3 deletions
diff --git a/webAO/client.css b/webAO/client.css
index aecadec..3826866 100644
--- a/webAO/client.css
+++ b/webAO/client.css
@@ -452,6 +452,26 @@ img {
transition-property: width;
}
+.judge_button {
+ display: inline-block;
+ min-width: 85px;
+ min-height: 42px;
+ margin: 5px 1px;
+ padding: 2px;
+ cursor: pointer;
+ text-align: center;
+ font-weight: bold;
+ font-family: sans-serif;
+ text-shadow: -2px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -2px #fff;
+ background-color: #c1c1c1;
+ border-radius: 5px;
+ border-style: solid;
+ border-width: 1px;
+ border-color: #919191;
+ box-shadow: 1px 1px white inset;
+ vertical-align: middle;
+}
+
.client_button {
margin: 1px;
padding: 2px 15px;
@@ -463,8 +483,8 @@ img {
border-radius: 3px;
border-style: solid;
border-width: 1px;
- border-color: #fffbf1;
- box-shadow: 1px inset;
+ border-color: #fff;
+ box-shadow: 1px 1px inset;
}
.client_button.hover_button.inactive {
@@ -527,7 +547,6 @@ img {
.menu_icon {
cursor: pointer;
- font-size: 2em;
line-height: 15px;
display: inline-table;
margin: 10px 15px;