diff options
| author | stonedDiscord <Tukz@gmx.de> | 2023-12-21 01:28:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-21 01:28:04 +0100 |
| commit | b288429cca94a461c8fa3d1936905d7e0e601d7f (patch) | |
| tree | 44598ada8bde27552482f89eec9e9b586d99e097 /webAO/styles/trilogy.css | |
| parent | 43074242c8278af037fb04f7a8dee7f7521272ce (diff) | |
| parent | 0a5407f752684a6dda837bf6b3a0b7b19631bacd (diff) | |
Merge pull request #210 from Troid-Tech/shoutbutton-height
Use client_button instead of objection_button
Diffstat (limited to 'webAO/styles/trilogy.css')
| -rw-r--r-- | webAO/styles/trilogy.css | 27 |
1 files changed, 8 insertions, 19 deletions
diff --git a/webAO/styles/trilogy.css b/webAO/styles/trilogy.css index 9848bb7..0d12a37 100644 --- a/webAO/styles/trilogy.css +++ b/webAO/styles/trilogy.css @@ -13,24 +13,13 @@ body { border: 2px solid white; } -.objection_button { - margin: 1px; - padding: 2px 15px; - cursor: pointer; - text-align: center; - font-weight: bold; - color: white; - background-color: #2781b2; - border: 2px solid white; -} - .client_button:hover { - outline: 1px solid #ffc31d; - outline-offset: 7px; + outline: 1px solid #ffc31d; + outline-offset: 7px; } .client_button:active { - background-color: #f2b91c; + background-color: #f2b91c; } #client_defense_hp { @@ -72,13 +61,13 @@ body { } #client_menu { - background-image: url("trilogy_bg.png"); - background-repeat: repeat; + background-image: url("trilogy_bg.png"); + background-repeat: repeat; } #client_iccontrols { - background-image: url("trilogy_bg.png"); - background-repeat: repeat; + background-image: url("trilogy_bg.png"); + background-repeat: repeat; } .evi_icon { @@ -86,4 +75,4 @@ body { border: 0.1em solid #f8f5f2; outline: 0.2em solid #2988bc; outline-offset: -0.2em; -}
\ No newline at end of file +} |
