From ff74f9305e1e24328f5e4df52013f0642488e704 Mon Sep 17 00:00:00 2001 From: Konrad Mohrfeldt Date: Fri, 14 Oct 2011 17:58:05 +0200 Subject: [PATCH] meh, dont mess with the buybutton ^^ --- k4ever/media/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k4ever/media/css/style.css b/k4ever/media/css/style.css index 41f9028..9bfb01a 100644 --- a/k4ever/media/css/style.css +++ b/k4ever/media/css/style.css @@ -474,7 +474,7 @@ a.buyButton.includingPrice { border-bottom-left-radius: 0; } -a.buyButton:hover { +.content a.buyButton:hover { background-image: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#000000)); background-image: -webkit-linear-gradient(top, #555555, #000000); background-image: -moz-linear-gradient(top, #555555, #000000);