From 514c92921859532dbe58eec1e94a96a7410a735e Mon Sep 17 00:00:00 2001 From: czaks Date: Tue, 25 Mar 2014 13:24:09 +0100 Subject: [PATCH] =?UTF-8?q?stripes.css:=20fix=20for=20=E2=89=A0=20firefox?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stylesheets/stripes.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/stripes.css b/stylesheets/stripes.css index 61a9d326..66a8116a 100644 --- a/stylesheets/stripes.css +++ b/stylesheets/stripes.css @@ -13,6 +13,7 @@ div.boardlist:nth-child(1):hover { } div.reply, div.pages { background: -moz-linear-gradient(bottom, #323232 40%, #2E2E2E 75%) !important; + background: linear-gradient(to top, #323232 40%, #2E2E2E 75%) !important; border: 1px solid #2D2D2D !important; box-shadow: 0px 0px 10px #2C2C2C; color: #BBB !important;