diff options
| author | sD <stoned@derpymail.org> | 2019-12-27 18:13:36 +0100 |
|---|---|---|
| committer | sD <stoned@derpymail.org> | 2019-12-27 18:13:36 +0100 |
| commit | 5c88b8aa92f285a6fd164ef15889c23c543ea942 (patch) | |
| tree | 97fb32cbdc5db385e6d5746d100f33819ec75269 /webAO | |
| parent | af776480621572cf47aebc15de9dac4e37e5a77a (diff) | |
replace join button png with css
Diffstat (limited to 'webAO')
| -rw-r--r-- | webAO/images/button.png | bin | 197 -> 0 bytes | |||
| -rw-r--r-- | webAO/images/buttonH.png | bin | 193 -> 0 bytes | |||
| -rw-r--r-- | webAO/master.css | 6 |
3 files changed, 1 insertions, 5 deletions
diff --git a/webAO/images/button.png b/webAO/images/button.png Binary files differdeleted file mode 100644 index 8ca7dd5..0000000 --- a/webAO/images/button.png +++ /dev/null diff --git a/webAO/images/buttonH.png b/webAO/images/buttonH.png Binary files differdeleted file mode 100644 index e21d83c..0000000 --- a/webAO/images/buttonH.png +++ /dev/null diff --git a/webAO/master.css b/webAO/master.css index f808063..b447cc2 100644 --- a/webAO/master.css +++ b/webAO/master.css @@ -13,10 +13,6 @@ font-size:0.6em; } -.buttonbg { - background: repeating-linear-gradient(to bottom #792c01, #792c01 3px, #9a491c 1px) repeat; -} - .button { padding: 5px; vertical-align: middle; @@ -39,7 +35,7 @@ } .button:hover { - background-image: url("/images/buttonH.png"); + background: repeating-linear-gradient(#a57318, #a57318 3px, #c68c39 3px, #c68c39 4px); border: 1px solid #bdb521; } |
