From 5c88b8aa92f285a6fd164ef15889c23c543ea942 Mon Sep 17 00:00:00 2001 From: sD Date: Fri, 27 Dec 2019 18:13:36 +0100 Subject: replace join button png with css --- webAO/master.css | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'webAO/master.css') 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; } -- cgit