Home | History | Annotate | Download | only in resources
      1 html {
      2   background-image: url(chrome://theme/IDR_THEME_NTP_BACKGROUND?$1);
      3   background-color: $2;
      4   background-position: $3;
      5   background-repeat: $5;
      6   height: 100%;
      7   overflow: auto;
      8   background-attachment: fixed;
      9 }
     10 
     11 html[bookmarkbarattached='true'] {
     12   background-position: $4;
     13 }
     14