Bug 734371 - Adjust toolbar color for Australis. r=dao

This commit is contained in:
Joshua M 2012-03-18 15:50:06 +01:00
parent e89ffe7061
commit 99a46961f5
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
%include browser.css
%undef WINSTRIPE_AERO
%define customToolbarColor hsl(214,44%,87%)
%define customToolbarColor hsl(210,75%,92%)
%define glassActiveBorderColor rgb(37, 44, 51)
%define glassInactiveBorderColor rgb(102, 102, 102)

View File

@ -2,7 +2,7 @@
%filter substitution
%define toolbarHighlight rgba(255,255,255,.5)
%define customToolbarColor hsl(214,44%,87%)
%define customToolbarColor hsl(210,75%,92%)
#placesView {
border-top: none;

View File

@ -66,7 +66,7 @@ html|html {
color: #000;
background-color: #CCD9EA;
background-image: /* Fade-out texture at the top */
-moz-linear-gradient(top, rgb(231,237,246), rgba(231,237,246,0) 156px),
-moz-linear-gradient(top, rgb(237,245,252), rgba(237,245,252,0) 156px),
/* Texture */
url("chrome://global/skin/inContentUI/background-texture.png");
}
@ -77,7 +77,7 @@ html|html {
color: #000;
/* Blame shorlander for this monstrosity. */
background-image: /* Fade-out texture and light beams at the top */
-moz-linear-gradient(top, rgb(231,237,246) 3px, rgba(231,237,246,0) 156px),
-moz-linear-gradient(top, rgb(237,245,252) 3px, rgba(237,245,252,0) 156px),
/* Side gradients */
-moz-linear-gradient(left,
rgba(255,255,255,0.2), rgba(255,255,255,0) 40%,