Modified the header in FFOS so it shows a nice gradient

This commit is contained in:
José Carlos Cuevas 2015-02-24 12:19:04 +01:00
parent 2a5abe1c58
commit 206c1bd477

View file

@ -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;