aboutsummaryrefslogtreecommitdiff
path: root/webAO/styles/speen.css
diff options
context:
space:
mode:
authorstonedDiscord <Tukz@gmx.de>2023-12-21 01:28:04 +0100
committerGitHub <noreply@github.com>2023-12-21 01:28:04 +0100
commitb288429cca94a461c8fa3d1936905d7e0e601d7f (patch)
tree44598ada8bde27552482f89eec9e9b586d99e097 /webAO/styles/speen.css
parent43074242c8278af037fb04f7a8dee7f7521272ce (diff)
parent0a5407f752684a6dda837bf6b3a0b7b19631bacd (diff)
Merge pull request #210 from Troid-Tech/shoutbutton-height
Use client_button instead of objection_button
Diffstat (limited to 'webAO/styles/speen.css')
-rw-r--r--webAO/styles/speen.css19
1 files changed, 2 insertions, 17 deletions
diff --git a/webAO/styles/speen.css b/webAO/styles/speen.css
index e71ba05..f1677bb 100644
--- a/webAO/styles/speen.css
+++ b/webAO/styles/speen.css
@@ -3,7 +3,7 @@ body {
}
div * {
- font-family: "Comic Sans MS" , Sans-Serif !important;
+ font-family: "Comic Sans MS", Sans-Serif !important;
}
img {
@@ -74,21 +74,6 @@ button:hover {
box-shadow: 1px 1px inset;
}
-.objection_button {
- margin: 1px;
- padding: 7px 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: #fff;
- box-shadow: 1px 1px inset;
-}
-
.evi_icon {
width: 70px;
min-width: 70px;
@@ -135,4 +120,4 @@ button:hover {
display: inline-block;
transition: 1s linear;
transition-property: width;
-} \ No newline at end of file
+}