diff options
| author | stonedDiscord <stoned@derpymail.org> | 2019-12-28 17:45:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-28 17:45:37 +0100 |
| commit | 88f41707fbe74433ca27a351697095ac09613963 (patch) | |
| tree | 0922b7b4d3a89a64ae4a50461f6b34626eb00c60 /webAO/client.css | |
| parent | c94d7ccf9c3dbfe93589939aad7e163ca0e888fc (diff) | |
| parent | 36be41939be460802712906d0b77620469ec4d19 (diff) | |
Merge pull request #41 from AttorneyOnline/css_buttons
Css buttons
Diffstat (limited to 'webAO/client.css')
| -rw-r--r-- | webAO/client.css | 36 |
1 files changed, 19 insertions, 17 deletions
diff --git a/webAO/client.css b/webAO/client.css index 8b19f1b..be80855 100644 --- a/webAO/client.css +++ b/webAO/client.css @@ -367,10 +367,14 @@ img { height: auto; } -#evi_icon { - background-image: url('misc/empty.png'); - background-repeat: no-repeat; - background-size: contain; +.evi_icon { + width: 70px; + height: 70px; + background-color: #787878; + outline-color:#886060; + outline-width: 1px; + outline-style: inset; + outline-offset: -1px; } #evi_options { @@ -445,8 +449,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 +468,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; } |
