diff options
| -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; } |
