Commit 99a46961 authored by Joshua M's avatar Joshua M
Browse files

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

parent e89ffe70
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@
%include browser.css
%include browser.css
%undef WINSTRIPE_AERO
%undef WINSTRIPE_AERO


%define customToolbarColor hsl(214,44%,87%)
%define customToolbarColor hsl(210,75%,92%)
%define glassActiveBorderColor rgb(37, 44, 51)
%define glassActiveBorderColor rgb(37, 44, 51)
%define glassInactiveBorderColor rgb(102, 102, 102)
%define glassInactiveBorderColor rgb(102, 102, 102)


+1 −1
Original line number Original line Diff line number Diff line
@@ -2,7 +2,7 @@


%filter substitution
%filter substitution
%define toolbarHighlight rgba(255,255,255,.5)
%define toolbarHighlight rgba(255,255,255,.5)
%define customToolbarColor hsl(214,44%,87%)
%define customToolbarColor hsl(210,75%,92%)


#placesView {
#placesView {
  border-top: none;
  border-top: none;
+2 −2
Original line number Original line Diff line number Diff line
@@ -66,7 +66,7 @@ html|html {
    color: #000;
    color: #000;
    background-color: #CCD9EA;
    background-color: #CCD9EA;
    background-image: /* Fade-out texture at the top */
    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 */
                      /* Texture */
                      url("chrome://global/skin/inContentUI/background-texture.png");
                      url("chrome://global/skin/inContentUI/background-texture.png");
  }
  }
@@ -77,7 +77,7 @@ html|html {
    color: #000;
    color: #000;
    /* Blame shorlander for this monstrosity. */
    /* Blame shorlander for this monstrosity. */
    background-image: /* Fade-out texture and light beams at the top */
    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 */
                      /* Side gradients */
                      -moz-linear-gradient(left,
                      -moz-linear-gradient(left,
                                           rgba(255,255,255,0.2), rgba(255,255,255,0) 40%,
                                           rgba(255,255,255,0.2), rgba(255,255,255,0) 40%,