From 206c1bd4774c2caf65a7127a1712b5bbf837c345 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Carlos=20Cuevas?= Date: Tue, 24 Feb 2015 12:19:04 +0100 Subject: [PATCH] Modified the header in FFOS so it shows a nice gradient --- css/af.ui.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/css/af.ui.css b/css/af.ui.css index 80dbfc2..0bf98c2 100644 --- a/css/af.ui.css +++ b/css/af.ui.css @@ -2307,7 +2307,9 @@ input[type="checkbox"]:checked + label:before { color: #000; } .firefox .view header { - background: #00a900; + /* background: #00a900; */ + background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); + color: #ffffff; border-color: transparent; height: 44px;